Package | Description |
---|---|
org.hibernate.envers.enhanced | |
org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
org.hibernate.id.enhanced |
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified
configuration
|
Modifier and Type | Class and Description |
---|---|
class |
OrderedSequenceGenerator
Revision number generator has to produce values in ascending order (gaps may occur).
|
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 |
SequenceGenerator
Deprecated.
Use
SequenceStyleGenerator instead |
class |
SequenceHiLoGenerator
Deprecated.
See deprecation discussion on
SequenceGenerator |
class |
SequenceIdentityGenerator
Deprecated.
See deprecation discussion on
SequenceGenerator |
Modifier and Type | Class and Description |
---|---|
class |
SequenceStyleGenerator
Generates identifier values based on a sequence-style database structure.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.