| Aggregation |
Specify a property to be an aggregation formula.
|
| ChangeLogInsertMode |
The mode used to determine if inserts should be included or not for a given bean type.
|
| ConstraintMode |
Modes for the DbForeignKey onDelete and onUpdate clause of a foreign keys.
|
| DbEnumType |
Specify the DB storage type used to with @DbEnumValue.
|
| DbJsonType |
Specify the DB storage type used to store JSON content.
|
| DbMigration |
Annotation to specify details for DDL & Migration-generation.
|
| DocMapping |
Specify the entity type maps to a document store (like ElasticSearch).
|
| DocProperty |
Specify the entity type maps to a document store (like ElasticSearch).
|
| DocProperty.Option |
Index options for a property.
|
| DocStoreMode |
Defines the behavior options when a Insert, Update or Delete event occurs
on a bean with an associated ElasticSearch index.
|
| Formula |
Assign to a property to be based on a SQL formula.
|
| IdentityGenerated |
For IDENTITY specifies the generated ALWAYS or BY DEFAULT option.
|
| IdentityType |
The type of identity to be used.
|
| Index |
An annotation for declaring an index.
|
| PartitionMode |
Common partition modes.
|
| PersistBatch |
Defines the mode for JDBC batch processing.
|
| Platform |
Built in supported platforms.
|
| TxIsolation |
The Transaction Isolation levels.
|
| TxType |
Used to define the transactional scope for executing a method.
|
| Where |
Add an Literal to add to the where clause when a many property (List, Set or
Map) is loaded or refreshed.
|