Uses of Annotation Interface
com.kingsrook.qqq.backend.core.model.data.QAssociation
Packages that use QAssociation
-
Uses of QAssociation in com.kingsrook.qqq.backend.core.model.data
Methods in com.kingsrook.qqq.backend.core.model.data that return QAssociationModifier and TypeMethodDescriptionQRecordEntityAssociation.getAssociationAnnotation()
Getter for associationAnnotationMethods in com.kingsrook.qqq.backend.core.model.data that return types with arguments of type QAssociationModifier and TypeMethodDescriptionstatic Optional
<QAssociation> QRecordEntity.getQAssociationAnnotation
(Class<? extends QRecordEntity> c, String fieldName) Constructors in com.kingsrook.qqq.backend.core.model.data with parameters of type QAssociationModifierConstructorDescriptionQRecordEntityAssociation
(String fieldName, Method getter, Method setter, Class<? extends QRecordEntity> associatedType, QAssociation associationAnnotation) Constructor.