Uses of Class
org.hibernate.id.AbstractPostInsertGenerator

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

Uses of AbstractPostInsertGenerator in org.hibernate.id
 

Subclasses of AbstractPostInsertGenerator in org.hibernate.id
 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.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.