Annotation Types Summary |
Constraints |
Annotation describing set of constraints for a field in
domain class. |
DBTable |
Annotation that carries information for the DB table responsible
for persisting the domain object. |
GeneratedLayers |
Annotation containing information that instructs the generator which
templates to execute for which models. |
NonPersisted |
Annotation which marks that annotated fiels should not be persisted. |
PackageDesc |
Annotation that carries information about package name of the domain class. |
Persisted |
Annotation which shows that annotated field has to be persisted. |
Primary |
Annotation indicating that marked field is a primary key for this class. |
Relation |
Annotation which describes relation between classes. |
UserExposed |
Annotation indicating that annotated field has to be visible for the user. |