Uses of Package
org.hibernate.cfg

Packages that use org.hibernate.cfg
org.hibernate.cache This package defines APIs/SPIs and implementations for the Hibernate second-level cache. 
org.hibernate.cache.impl   
org.hibernate.cache.impl.bridge   
org.hibernate.cache.infinispan   
org.hibernate.cache.infinispan.tm   
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.cfg.annotations   
org.hibernate.cfg.beanvalidation   
org.hibernate.ejb   
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.envers.ant   
org.hibernate.envers.configuration   
org.hibernate.envers.configuration.metadata   
org.hibernate.envers.event   
org.hibernate.event This package defines an event framework for Hibernate. 
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. 
org.hibernate.persister A persister defines a mapping strategy for a collection or entity. 
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
org.hibernate.secure Declarative security for CRUD operations on entities. 
org.hibernate.testing.cache   
org.hibernate.testing.junit.functional   
org.hibernate.testing.junit.functional.annotations   
org.hibernate.tool.hbm2ddl The hbm2ddl tool. 
org.hibernate.util Utility classes. 
 

Classes in org.hibernate.cfg used by org.hibernate.cache
Settings
          Settings that affect the behaviour of Hibernate at runtime.
 

Classes in org.hibernate.cfg used by org.hibernate.cache.impl
Settings
          Settings that affect the behaviour of Hibernate at runtime.
 

Classes in org.hibernate.cfg used by org.hibernate.cache.impl.bridge
Settings
          Settings that affect the behaviour of Hibernate at runtime.
 

Classes in org.hibernate.cfg used by org.hibernate.cache.infinispan
Settings
          Settings that affect the behaviour of Hibernate at runtime.
 

Classes in org.hibernate.cfg used by org.hibernate.cache.infinispan.tm
Settings
          Settings that affect the behaviour of Hibernate at runtime.
 

Classes in org.hibernate.cfg used by org.hibernate.cfg
AbstractPropertyHolder
           
AccessType
          Enum defining deifferent access strategies for accessing entity values.
AnnotatedClassType
          Type of annotation of a class will give its type
AnnotationConfiguration
          Deprecated. All functionality has been moved to Configuration
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
Configuration.MappingsImpl
          Internal implementation of the Mappings interface giving access to the Configuration's internal metadata repository state (Configuration.classes, Configuration.tables, etc).
Configuration.MetadataSourceQueue
           
Ejb3Column
          Wrap state of an EJB3 @Column annotation and build the Hibernate column mapping element
Ejb3DiscriminatorColumn
          Discriminator column
Ejb3JoinColumn
          Wrap state of an EJB3 @JoinColumn annotation and build the Hibernate column mapping element
EJB3NamingStrategy
          Naming strategy implementing the EJB3 standards
ExtendedMappings
          Deprecated. All functionality has been moved up to Mappings
ExtendsQueueEntry
          Represents a mapping queued for delayed processing to await processing of an extends entity upon which it depends.
FkSecondPass
           
IndexColumn
          index column
InheritanceState
          Some extra data to the inheritance position of a class.
Mappings
          A collection of mappings from classes and collections to relational database tables.
Mappings.PropertyReference
          Represents a property-ref mapping.
MetadataSourceType
          Enumeration of the types of sources of mapping metadata
NamingStrategy
          A set of rules for determining the physical column and table names given the information in the mapping document.
ObjectNameNormalizer
          Provides centralized normalization of how database object names are handled.
ObjectNameNormalizer.NamingStrategyHelper
          Helper contract for dealing with NamingStrategy in different situations.
PropertyData
           
PropertyHolder
          Property holder abstract property containers from their direct implementation
QuerySecondPass
          Bind query
ResultSetMappingBinder
           
SecondPass
          Second pass operation
Settings
          Settings that affect the behaviour of Hibernate at runtime.
SettingsFactory
          Reads configuration properties and builds a Settings instance.
UniqueConstraintHolder
          UniqueConstraint annotations are handled via second pass.
 

Classes in org.hibernate.cfg used by org.hibernate.cfg.annotations
AccessType
          Enum defining deifferent access strategies for accessing entity values.
Ejb3Column
          Wrap state of an EJB3 @Column annotation and build the Hibernate column mapping element
Ejb3JoinColumn
          Wrap state of an EJB3 @JoinColumn annotation and build the Hibernate column mapping element
IndexColumn
          index column
InheritanceState
          Some extra data to the inheritance position of a class.
Mappings
          A collection of mappings from classes and collections to relational database tables.
ObjectNameNormalizer.NamingStrategyHelper
          Helper contract for dealing with NamingStrategy in different situations.
ObjectNameSource
          Source for database object names (identifiers).
PropertyHolder
          Property holder abstract property containers from their direct implementation
QuerySecondPass
          Bind query
SecondPass
          Second pass operation
UniqueConstraintHolder
          UniqueConstraint annotations are handled via second pass.
 

Classes in org.hibernate.cfg used by org.hibernate.cfg.beanvalidation
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
 

Classes in org.hibernate.cfg used by org.hibernate.ejb
AnnotationConfiguration
          Deprecated. All functionality has been moved to Configuration
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
NamingStrategy
          A set of rules for determining the physical column and table names given the information in the mapping document.
Settings
          Settings that affect the behaviour of Hibernate at runtime.
SettingsFactory
          Reads configuration properties and builds a Settings instance.
 

Classes in org.hibernate.cfg used by org.hibernate.engine
Settings
          Settings that affect the behaviour of Hibernate at runtime.
 

Classes in org.hibernate.cfg used by org.hibernate.envers.ant
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
 

Classes in org.hibernate.cfg used by org.hibernate.envers.configuration
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
 

Classes in org.hibernate.cfg used by org.hibernate.envers.configuration.metadata
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
 

Classes in org.hibernate.cfg used by org.hibernate.envers.event
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
 

Classes in org.hibernate.cfg used by org.hibernate.event
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
 

Classes in org.hibernate.cfg used by org.hibernate.impl
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
Settings
          Settings that affect the behaviour of Hibernate at runtime.
 

Classes in org.hibernate.cfg used by org.hibernate.mapping
Mappings
          A collection of mappings from classes and collections to relational database tables.
 

Classes in org.hibernate.cfg used by org.hibernate.persister
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
 

Classes in org.hibernate.cfg used by org.hibernate.persister.collection
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
 

Classes in org.hibernate.cfg used by org.hibernate.secure
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
 

Classes in org.hibernate.cfg used by org.hibernate.testing.cache
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
 

Classes in org.hibernate.cfg used by org.hibernate.testing.junit.functional
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
Mappings
          A collection of mappings from classes and collections to relational database tables.
 

Classes in org.hibernate.cfg used by org.hibernate.testing.junit.functional.annotations
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
 

Classes in org.hibernate.cfg used by org.hibernate.tool.hbm2ddl
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
Settings
          Settings that affect the behaviour of Hibernate at runtime.
 

Classes in org.hibernate.cfg used by org.hibernate.util
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
 



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