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
|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderedSequenceGenerator
Revision number generator has to produce values in ascending order (gaps may occur).
|
class |
OrderedSequenceStructure
Describes a sequence that supports ordered sequences.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
CompositeNestedGeneratedValueGenerator.GenerationPlan
Contract for performing the actual sub-value generation, usually injecting it into the
determined
context |
interface |
IdentifierGeneratorAggregator
Identifies
generators which potentially aggregate other
PersistentIdentifierGenerator generators. |
interface |
PersistentIdentifierGenerator
An IdentifierGenerator that requires creation of database objects.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeNestedGeneratedValueGenerator
For composite identifiers, defines a number of "nested" generations that
need to happen to "fill" the identifier property(s).
|
class |
MultipleHiLoPerTableGenerator
Deprecated.
Use
TableGenerator instead. |
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 | Interface and Description |
---|---|
interface |
DatabaseStructure
Encapsulates definition of the underlying data structure backing a
sequence-style generator.
|
Modifier and Type | Class and Description |
---|---|
class |
SequenceStructure
Describes a sequence.
|
class |
SequenceStyleGenerator
Generates identifier values based on a sequence-style database structure.
|
class |
TableGenerator
An enhanced version of table-based id generation.
|
class |
TableStructure
Describes a table used to mimic sequence behavior
|
Modifier and Type | Class and Description |
---|---|
static class |
Component.ValueGenerationPlan |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.