Uses of Package
org.hibernate.id

Packages that use org.hibernate.id
Package
Description
 
Support for Dialect-specific identity column handling.
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 an SPI for id generator factories.
Contains a framework of strategies for retrieving database-generated ids.
Contains the UuidGenerator.
This package defines the Hibernate configuration-time mapping model.
This package abstracts persistence mechanisms for collections.
This package abstracts persistence mechanisms for entities.
Most contracts here have been replaced by the new runtime mapping model.