Package | Description |
---|---|
org.hibernate.envers.enhanced | |
org.hibernate.id.enhanced |
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified
configuration
|
Class and Description |
---|
SequenceStyleGenerator
Generates identifier values based on an sequence-style database structure.
|
Class and Description |
---|
AbstractOptimizer
Common support for optimizer implementations.
|
AccessCallback
Contract for providing callback access to a
DatabaseStructure ,
typically from the Optimizer . |
DatabaseStructure
Encapsulates definition of the underlying data structure backing a
sequence-style generator.
|
InitialValueAwareOptimizer
Marker interface for optimizer which wish to know the user-specified initial value.
|
Optimizer
Performs optimization on an optimizable identifier generator.
|
StandardOptimizerDescriptor
Enumeration of the standard Hibernate id generation optimizers.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.