Uses of Interface
org.hibernate.id.PersistentIdentifierGenerator

Packages that use PersistentIdentifierGenerator
org.hibernate.id   
 

Uses of PersistentIdentifierGenerator in org.hibernate.id
 

Classes in org.hibernate.id that implement PersistentIdentifierGenerator
 class MultipleHiLoPerTableGenerator
          A hilo IdentifierGenerator that returns a Long, constructed using a hi/lo algorithm.
 class SequenceGenerator
          sequence

Generates long values using an oracle-style sequence.
 class SequenceHiLoGenerator
          seqhilo

An IdentifierGenerator that combines a hi/lo algorithm with an underlying oracle-style sequence that generates hi values.
 class TableGenerator
          An IdentifierGenerator that uses a database table to store the last generated value.
 class TableHiLoGenerator
          hilo

An IdentifierGenerator that returns a Long, constructed using a hi/lo algorithm.