Package | Description |
---|---|
org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPostInsertGenerator
Basic implementation of the
PostInsertIdentifierGenerator contract. |
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
Deprecated.
See deprecation discussion on
SequenceGenerator |
Copyright © 2017 JBoss by Red Hat. All rights reserved.