org.hibernate.id
public class: IdentityGenerator [javadoc |
source]
java.lang.Object
org.hibernate.id.AbstractPostInsertGenerator
org.hibernate.id.IdentityGenerator
All Implemented Interfaces:
PostInsertIdentifierGenerator
A generator for use with ANSI-SQL IDENTITY columns used as the primary key.
The IdentityGenerator for autoincrement/identity key generation.
Indicates to the
Session that identity (ie. identity/autoincrement
column) key generation should be used.
- author:
Christoph - Sturm
| Methods from org.hibernate.id.AbstractPostInsertGenerator: |
|---|
|
generate |