Package | Description |
---|---|
org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
org.hibernate.id.enhanced |
Modifier and Type | Class and Description |
---|---|
class |
MultipleHiLoPerTableGenerator
A hilo IdentifierGenerator that returns a Long, constructed using
a hi/lo algorithm.
|
class |
TableGenerator
An IdentifierGenerator that uses a database
table to store the last generated value.
|
class |
TableHiLoGenerator
hilo
An IdentifierGenerator that returns a Long, constructed using a hi/lo algorithm. |
Modifier and Type | Class and Description |
---|---|
class |
TableStructure
Describes a table used to mimic sequence behavior
|
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved