Enum | Description |
---|---|
ConversionType |
Defines a case conversion type.
|
CurrencyLabelPosition |
Defines CurrencyField currency label position.
|
LookupType |
Defines a reference lookup type.
|
Annotation Type | Description |
---|---|
CaseConversion |
Indicates that auto case conversion should be used for text input fields bound with marked entity field.
|
CurrencyValue |
Indicates that a field which is marked by this annotation contains currency value
|
EmbeddedParameters |
Defines additional parameters for Embedded attributes.
|
EnableRestore |
Indicates whether to enable restoring of soft deleted entity instances.
|
ExtendedBy |
Counterpart of
Extends . |
Extends |
Marks an entity as extension to some original entity.
|
IdSequence |
Defines sequence name in the database for id generation for
BaseLongIdEntity
and BaseIntegerIdEntity |
IgnoreUserTimeZone |
Can be applied to an attribute of
TemporalType.TIMESTAMP data type to always ignore the user time zone
when displaying and entering values. |
Listeners |
Defines classes of entity lifecycle listeners
|
LocalizedValue |
Explains how to get localized value of an attribute
|
Lookup |
Defines a reference lookup type.
|
MetaAnnotation |
Marks an annotation as being a meta-annotation for entity classes and attributes.
|
OnDelete |
Marks a link to other entity for specific soft deletion behaviour.
Taken into account by persistence when "this" entity is deleted. See also DeletePolicy |
OnDeleteInverse |
Marks a link to other entity for specific soft deletion behaviour.
Taken into account by persistence when "linked" entity (which is referenced by the marked field) is deleted. See also DeletePolicy |
PublishEntityChangedEvents |
Indicates that
EntityChangedEvent s must be published on the middle tier when the annotated entity is changed
in the data store. |
SystemLevel |
Indicates that annotated entity/field is low-level and should not be available for end-user in various entity/field lists.
|
TrackEditScreenHistory |
Indicates whether to track an edit screen opening for this entity.
|
UnavailableInSecurityConstraints |
Indicates that annotated entity should not be available for security constraints UI
|