Uses of Interface
org.hibernate.generator.Generator

Packages that use Generator
Package
Description
 
 
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
 
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.
Contains the UuidGenerator.
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
This package defines the Hibernate configuration-time mapping model.
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
 
An SPI supporting custom instantiation of entity instances and embeddable objects.
This package abstracts persistence mechanisms for entities.
Package for the translation of SQM into SQL AST
Most contracts here have been replaced by the new runtime mapping model.