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 classOrderedSequenceGeneratorRevision 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 classMultipleHiLoPerTableGeneratorDeprecated.UseTableGeneratorinstead.classSequenceGeneratorDeprecated.UseSequenceStyleGeneratorinsteadclassSequenceHiLoGeneratorDeprecated.See deprecation discussion onSequenceGeneratorclassSequenceIdentityGeneratorDeprecated.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 classSequenceStyleGeneratorGenerates identifier values based on a sequence-style database structure.classTableGeneratorAn enhanced version of table-based id generation.
-