Uses of Interface
org.hibernate.id.OptimizableGenerator
-
Packages that use OptimizableGenerator Package Description org.hibernate.envers.enhanced org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration. -
-
Uses of OptimizableGenerator in org.hibernate.envers.enhanced
Classes in org.hibernate.envers.enhanced that implement OptimizableGenerator Modifier and Type Class Description class
OrderedSequenceGenerator
Revision number generator has to produce values in ascending order (gaps may occur). -
Uses of OptimizableGenerator in org.hibernate.id
Subinterfaces of OptimizableGenerator in org.hibernate.id Modifier and Type Interface Description interface
PersistentIdentifierGenerator
AnIdentifierGenerator
that requires creation of database objects. -
Uses of OptimizableGenerator in org.hibernate.id.enhanced
Classes in org.hibernate.id.enhanced that implement OptimizableGenerator Modifier and Type Class Description class
SequenceStyleGenerator
Generates identifier values based on a sequence-style database structure.class
TableGenerator
An enhanced version of table-based id generation.
-