Uses of Interface
org.hibernate.id.PostInsertIdentifierGenerator

Packages that use PostInsertIdentifierGenerator
org.hibernate.id This package contains internal implementation classes for the main API interfaces. 
 

Uses of PostInsertIdentifierGenerator in org.hibernate.id
 

Classes in org.hibernate.id that implement PostInsertIdentifierGenerator
 class AbstractPostInsertGenerator
           
 class IdentityGenerator
          The IdentityGenerator for autoincrement/identity key generation.
 class SelectGenerator
          An IdentityGenerator that selects the inserted row, to determine an identifier value assigned by the database.