Uses of Enum Class
org.hibernate.generator.EventType

Packages that use EventType
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.
 
Contains a framework of strategies for efficient retrieval of database-generated values.
 
This package and its subpackages, especially org.hibernate.id.enhanced, contain the built-in id generators, all of which implement either IdentifierGenerator or PostInsertIdentifierGenerator.
Contains a framework of strategies for retrieving database-generated ids.
Contains the UuidGenerator.
 
This package abstracts persistence mechanisms for entities.
Most contracts here have been replaced by the new runtime mapping model.