|
Annotation Types Summary |
| AccessType |
Property Access type |
| BatchSize |
Batch size for SQL loading |
| Cache |
Add caching strategy to a root entity or a collection |
| Cascade |
Apply a cascade strategy on an association |
| Check |
Arbitrary SQL check constraints which can be defined at the class,
property or collection level |
| CollectionOfElements |
Annotation used to mark a collection as a collection of elements or
a collection of embedded objects |
| Columns |
Support an array of columns. |
| DiscriminatorFormula |
Discriminator formula
To be placed at the root entity. |
| Entity |
Extends Entity with Hibernate features |
| Filter |
Add filters to an entity or a collection |
| FilterDef |
Filter definition |
| FilterDefs |
Array of filter definitions |
| Filters |
Add multiple filters to an entity or a collection |
| Formula |
Formula. |
| GenericGenerator |
Generator annotation describing any kind of Hibernate
generator in a detyped manner |
| Index |
Define a DB index |
| IndexColumn |
Describe an index column of a List |
| NamedNativeQueries |
Extends NamedNativeQueries to hold hibernate NamedNativeQuery
objects |
| NamedNativeQuery |
Extends NamedNativeQuery with Hibernate features |
| NamedQueries |
Extends NamedQueries to hold hibernate NamedQuery
objects |
| NamedQuery |
Extends NamedQuery with Hibernate features |
| NotFound |
Action to do when an element is not found on a association whiel beeing expected |
| OnDelete |
Strategy to use on collections, arrays and on joined subclasses delete
OnDelete of secondary tables currently not supported. |
| OrderBy |
Order a collection using SQL ordering (not HQL ordering) |
| ParamDef |
A parameter definition |
| Parameter |
Parameter (basically key/value pattern) |
| Proxy |
Lazy and proxy configuration of a particular class |
| Sort |
Collection sort
(Java level sorting) |
| Table |
Complementary information to a table either primary or secondary |
| Tables |
Plural of Table |
| Type |
hibernate type |
| TypeDef |
Type definition |
| TypeDefs |
Type definition array |
| Where |
Where clause to add to the element (Class or Collection) |