Uses of Package
org.hibernate.generator

Packages that use org.hibernate.generator
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
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.
 
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.
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 a framework of strategies for retrieving database-generated ids.
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).
 
This package abstracts persistence mechanisms for collections.
This package abstracts persistence mechanisms for entities.
Defines support for performing mutation operations originating from persistence-context events.
Package for the translation of SQM into SQL AST
This package contains helper classes for rendering SQL fragments and SQL statements.
Most contracts here have been replaced by the new runtime mapping model.
 
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.