Uses of Interface
org.hibernate.generator.GeneratorCreationContext

Packages that use GeneratorCreationContext
Package
Description
This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.
 
This package and its subpackages, especially org.hibernate.id.enhanced, contain the built-in id generators, all of which implement either IdentifierGenerator or PostInsertIdentifierGenerator.
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration.
Defines a service for creating id generators.
Implementation of the SPI for id generator factories.
Contains an SPI for id generator factories.
Contains the UuidGenerator.
This package defines the Hibernate configuration-time mapping model.
Most contracts here have been replaced by the new runtime mapping model.