Uses of Interface
org.hibernate.id.PostInsertIdentifierGenerator
Packages that use PostInsertIdentifierGenerator
Package
Description
This package and its subpackages, especially
org.hibernate.id.enhanced
,
contain the built-in id generators, all of which implement either
IdentifierGenerator
or
PostInsertIdentifierGenerator
.-
Uses of PostInsertIdentifierGenerator in org.hibernate.id
Classes in org.hibernate.id that implement PostInsertIdentifierGeneratorModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
AnOnExecutionGenerator
that handlesIDENTITY
/"autoincrement" columns on those databases which support them.class
A generator thatselect
s the just-insert
ed row to determine the column value assigned by the database.
PostInsertIdentifierGenerator
andBulkInsertionCapableIdentifierGenerator
, or even better, simply implementOnExecutionGenerator
directly.