Uses of Package
org.hibernate.id.factory

Packages that use org.hibernate.id.factory
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.id.factory   
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. 
 

Classes in org.hibernate.id.factory used by org.hibernate.cfg
DefaultIdentifierGeneratorFactory
          Basic templated support for IdentifierGeneratorFactory implementations.
 

Classes in org.hibernate.id.factory used by org.hibernate.engine
IdentifierGeneratorFactory
          Contract for a factory of IdentifierGenerator instances.
 

Classes in org.hibernate.id.factory used by org.hibernate.id.factory
IdentifierGeneratorFactory
          Contract for a factory of IdentifierGenerator instances.
 

Classes in org.hibernate.id.factory used by org.hibernate.impl
IdentifierGeneratorFactory
          Contract for a factory of IdentifierGenerator instances.
 

Classes in org.hibernate.id.factory used by org.hibernate.mapping
IdentifierGeneratorFactory
          Contract for a factory of IdentifierGenerator instances.
 



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