Package | Description |
---|---|
org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
SequenceHiLoGenerator
seqhilo
An IdentifierGenerator that combines a hi/lo algorithm with an underlying oracle-style sequence that generates hi values. |
class |
SequenceIdentityGenerator
A generator which combines sequence generation with immediate retrieval
through JDBC3
getGeneratedKeys . |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.