Uses of Class
org.hibernate.id.TableGenerator

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

Uses of TableGenerator in org.hibernate.id
 

Subclasses of TableGenerator in org.hibernate.id
 class TableHiLoGenerator
          hilo

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



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.