Uses of Interface
org.hibernate.id.PersistentIdentifierGenerator
-
Packages that use PersistentIdentifierGenerator Package Description org.hibernate.envers.enhanced org.hibernate.id org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration -
-
Uses of PersistentIdentifierGenerator in org.hibernate.envers.enhanced
Classes in org.hibernate.envers.enhanced that implement PersistentIdentifierGenerator Modifier and Type Class Description class
OrderedSequenceGenerator
Revision number generator has to produce values in ascending order (gaps may occur). -
Uses of PersistentIdentifierGenerator in org.hibernate.id
Classes in org.hibernate.id that implement PersistentIdentifierGenerator Modifier and Type Class Description class
MultipleHiLoPerTableGenerator
Deprecated.UseTableGenerator
instead.class
SequenceGenerator
Deprecated.UseSequenceStyleGenerator
insteadclass
SequenceHiLoGenerator
Deprecated.See deprecation discussion onSequenceGenerator
class
SequenceIdentityGenerator
Deprecated.See deprecation discussion onSequenceGenerator
-
Uses of PersistentIdentifierGenerator in org.hibernate.id.enhanced
Classes in org.hibernate.id.enhanced that implement PersistentIdentifierGenerator 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.
-