Uses of Interface
org.hibernate.id.insert.InsertGeneratedIdentifierDelegate

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.
Contains a framework of strategies for retrieving database-generated ids.
Defines support for performing mutation operations originating from persistence-context events.