Uses of Interface
org.hibernate.id.PostInsertIdentifierGenerator
-
Packages that use PostInsertIdentifierGenerator Package Description org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced, contain the built-in id generators, all of which implement eitherIdentifierGeneratororPostInsertIdentifierGenerator. -
-
Uses of PostInsertIdentifierGenerator in org.hibernate.id
Classes in org.hibernate.id that implement PostInsertIdentifierGenerator Modifier and Type Class Description classAbstractPostInsertGeneratorDeprecated, for removal: This API element is subject to removal in a future version.Subclasses should now directly inheritPostInsertIdentifierGeneratorandBulkInsertionCapableIdentifierGenerator, or even better, simply implementOnExecutionGeneratordirectly.classIdentityGeneratorAnOnExecutionGeneratorthat handlesIDENTITY/"autoincrement" columns on those databases which support them.classSelectGeneratorA generator thatselects the just-inserted row to determine the column value assigned by the database.
-