Package com.groiss.store
Annotation Interface PartOf
Annotation to indicate a field as part-of relation.
The annotated field contains a reference to the composed object.
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
boolean
If true, the "part" in an independent object.
-
Element Details
-
restriction
String restriction- Default:
- ""
-
export
boolean export- Default:
- true
-
independent
boolean independentIf true, the "part" in an independent object.- Default:
- false
-