Uses of Interface
org.hibernate.id.PostInsertIdentifierGenerator

Packages that use PostInsertIdentifierGenerator
org.hibernate.id   
 

Uses of PostInsertIdentifierGenerator in org.hibernate.id
 

Classes in org.hibernate.id that implement PostInsertIdentifierGenerator
 class AbstractPostInsertGenerator
           
 class IdentityGenerator
          A generator for use with ANSI-SQL IDENTITY columns used as the primary key.
 class SelectGenerator
          A generator that selects the just inserted row to determine the identifier value assigned by the database.
 class SequenceIdentityGenerator
          A generator which combines sequence generation with immediate retrieval through JDBC3 getGeneratedKeys.