| Enum | Description |
|---|---|
| ChangeLogInsertMode |
The mode used to determine if inserts should be included or not for a given bean type.
|
| ConcurrencyMode |
Optimistic concurrency mode used for updates and deletes.
|
| DbEnumType |
Specify the DB storage type used to with
@DbEnumValue. |
| DbJsonType |
Specify the DB storage type used to store JSON content.
|
| Annotation Type | Description |
|---|---|
| CacheStrategy |
Specify the default cache use specific entity type.
|
| CacheTuning |
Specify cache tuning for a specific entity type.
|
| ChangeLog |
Marks an entity bean as being included in the change logging.
|
| CreatedTimestamp |
For a timestamp property that is set to the datetime when the entity is
created/inserted.
|
| DbEnumValue |
Specify a method on an Enum that returns the value that should be stored in the DB.
|
| DbHstore |
Used for mapping a Map
|
| DbJson |
Specify a property holding JSON content.
|
| DbJsonB |
Specify a property holding JSON content.
|
| EmbeddedColumns |
Specify property name to db column mapping for Embedded beans.
|
| Encrypted |
Specify that the property is stored in encrypted form.
|
| EntityConcurrencyMode |
Specify explicit ConcurrencyMode for entity bean.
|
| EnumMapping |
For mapping the values of an Enum to and from Database values.
|
| EnumValue |
Enables you to specify a value to use to persist for an enum value.
|
| Expose | |
| Formula |
Assign to a property to be based on a SQL formula.
|
| History |
Marks an entity bean as having history support.
|
| HistoryExclude |
Marks a property as being excluded from history.
|
| Index |
An annotation for declaring an index on a single column.
|
| JsonIgnore |
Similar to Jackson JsonIgnore but provides the option to just ignore serialize or deserialize.
|
| NamedUpdate |
An Update statement for a particular entity bean type.
|
| NamedUpdates |
Holds an array of named Update statements for a particular entity bean type.
|
| PrivateOwned |
Specify that the elements of a OneToMany are private owned.
|
| ReadAudit |
Marks an entity bean as being included in read auditing.
|
| Sql |
Specify explicit sql for multiple select statements.
|
| SqlSelect | Deprecated |
| Transactional |
Specify transaction scoping for a method.
|
| UpdatedTimestamp |
For a timestamp property that is set to the datetime when the entity was last
updated.
|
| UpdateMode |
Specify the update mode for the specific entity type.
|
| WhenCreated |
For a timestamp property that is set to the datetime when the entity is
created/inserted.
|
| WhenModified |
For a timestamp property that is set to the datetime when the entity was last modified.
|
| Where |
Add an Literal to add to the where clause when a many property (List, Set or
Map) is loaded or refreshed.
|
| WhoCreated |
Mapped onto a entity bean property that represents the user id of
who created the entity>
|
| WhoModified |
Mapped onto a entity bean property that represents the user id of
who last modified the entity>
|
Extra deployment annotations for entity beans.
Copyright © 2015. All rights reserved.