Uses of Package
org.hibernate.cfg

Packages that use org.hibernate.cfg
org.hibernate.cache This package defines APIs and implementations for the second-level cache and query cache. 
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.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
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.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.cfg
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.
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 configures 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.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.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.tool.hbm2ddl
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.util
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.