Uses of Enum Class
org.hibernate.generator.EventType

Packages that useEventType
Package
Description
org.hibernate.boot.jaxb.mapping
 
org.hibernate.boot.models.annotations.internal
 
org.hibernate.generator
This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.
org.hibernate.generator.internal
 
org.hibernate.generator.values
Contains a framework of strategies for efficient retrieval ofdatabase-generated values.
org.hibernate.generator.values.internal
 
org.hibernate.id
This package and its subpackages, especiallyorg.hibernate.id.enhanced, contain the built-in id generators, all of which implement eitherIdentifierGenerator orPostInsertIdentifierGenerator.
org.hibernate.id.insert
Contains a framework of strategies for retrieving database-generated ids.
org.hibernate.id.uuid
Contains theUuidGenerator.
org.hibernate.metamodel.mapping.internal
 
org.hibernate.persister.entity
This package abstracts persistence mechanisms for entities.
org.hibernate.tuple
Most contracts here have been replaced by the new runtimemapping model.