Annotation Interface ChildTable
value that goes inside a QMetadataProducingEntity annotation, to define
child-tables, e.g., for producing joins and childRecordList widgets
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescription
-
Element Details
-
childTableEntityClass
Class<? extends QRecordEntity> childTableEntityClass -
joinFieldName
String joinFieldName- Default:
""
-
childJoin
ChildJoin childJoin- Default:
@com.kingsrook.qqq.backend.core.model.metadata.producers.annotations.ChildJoin(enabled=false)
-
childRecordListWidget
ChildRecordListWidget childRecordListWidget- Default:
@com.kingsrook.qqq.backend.core.model.metadata.producers.annotations.ChildRecordListWidget(enabled=false)
-