| Enum | Description |
|---|---|
| ConcurrencyMode |
Optimistic concurrency mode used for updates and deletes.
|
| Annotation Type | Description |
|---|---|
| CacheStrategy |
Specify the default cache use specific entity type.
|
| CacheTuning |
Specify cache tuning for a specific entity type.
|
| CreatedTimestamp |
For a timestamp property that is set to the datetime when the entity is
created/inserted.
|
| 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.
|
| 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.
|
| 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.
|
| Where |
Add an Literal to add to the where clause when a many property (List, Set or
Map) is loaded or refreshed.
|
Extra deployment annotations for entity beans.
Copyright © 2014. All Rights Reserved.