Uses of Package
org.hibernate.id.insert

Packages that use org.hibernate.id.insert
Package
Description
Support for Dialect-specific identity column handling.
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.
Contains a framework of strategies for retrieving database-generated ids.
Defines support for performing mutation operations originating from persistence-context events.