|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.hibernate.annotations | |
---|---|
org.hibernate.annotations | |
org.hibernate.cfg | |
org.hibernate.cfg.annotations |
Classes in org.hibernate.annotations used by org.hibernate.annotations | |
---|---|
CacheConcurrencyStrategy
Cache concurrency strategy |
|
CacheModeType
Enumeration for the different interaction modes between the session and the Level 2 Cache. |
|
CascadeType
Cascade types (can override default EJB3 cascades |
|
FlushModeType
Enumeration extending javax.persistence flush modes. |
|
NotFoundAction
Actoin to use when an element is not found in DB while beeing expected |
|
OnDeleteAction
Possible actions on deletes |
|
OptimisticLockType
Optimistic locking strategy VERSION is the default and recommanded one |
|
PolymorphismType
Type of avaliable polymorphism for a particular entity |
|
SortType
Sort strategies |
Classes in org.hibernate.annotations used by org.hibernate.cfg | |
---|---|
DiscriminatorFormula
Discriminator formula To be placed at the root entity. |
|
Formula
Formula. |
|
Index
Define a DB index |
|
IndexColumn
Describe an index column of a List |
Classes in org.hibernate.annotations used by org.hibernate.cfg.annotations | |
---|---|
BatchSize
Batch size for SQL loading |
|
Cache
Add caching strategy to a root entity or a collection |
|
CacheConcurrencyStrategy
Cache concurrency strategy |
|
Entity
Extends Entity with Hibernate features |
|
Index
Define a DB index |
|
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 |
|
OrderBy
Order a collection using SQL ordering (not HQL ordering) |
|
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 |
|
Where
Where clause to add to the element (Class or Collection) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |