Uses of Class
org.hibernate.id.SequenceGenerator

Packages that use SequenceGenerator
org.hibernate.id This package contains internal implementation classes for the main API interfaces. 
 

Uses of SequenceGenerator in org.hibernate.id
 

Subclasses of SequenceGenerator in org.hibernate.id
 class SequenceHiLoGenerator
          seqhilo

An IdentifierGenerator that combines a hi/lo algorithm with an underlying oracle-style sequence that generates hi values.
 class SequenceIdentityGenerator
          A generator which combines sequence generation with immediate retrieval through JDBC3 getGeneratedKeys.
 



Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved