Uses of Interface
org.hibernate.id.PostInsertIdentityPersister

Packages that use PostInsertIdentityPersister
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.
This package abstracts persistence mechanisms for entities.