Uses of Package
org.hibernate.cfg

Packages that use org.hibernate.cfg
org.hibernate.cache.ehcache   
org.hibernate.cache.ehcache.internal.regions   
org.hibernate.cache.ehcache.internal.strategy   
org.hibernate.cache.infinispan   
org.hibernate.cache.infinispan.tm   
org.hibernate.cache.internal   
org.hibernate.cache.spi Defines the Hibernate second level caching SPI. 
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.ejb.event   
org.hibernate.engine.spi   
org.hibernate.envers.ant   
org.hibernate.envers.configuration   
org.hibernate.envers.configuration.metadata   
org.hibernate.envers.event   
org.hibernate.event.service.internal   
org.hibernate.integrator.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
org.hibernate.jmx This package exposes a Hibernate instance via JMX. 
org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. 
org.hibernate.metamodel NOTE: This package is currently unfinished and therefore considered experimental and unsupported. 
org.hibernate.metamodel.relational.state   
org.hibernate.metamodel.source   
org.hibernate.metamodel.source.annotations   
org.hibernate.metamodel.source.annotations.entity   
org.hibernate.metamodel.source.internal   
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
org.hibernate.persister.internal   
org.hibernate.persister.spi   
org.hibernate.service.internal   
org.hibernate.service.spi   
org.hibernate.stat.internal   
org.hibernate.testing.cache   
org.hibernate.testing.junit4   
org.hibernate.tool   
org.hibernate.tool.hbm2ddl The hbm2ddl tool. 
 

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

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

Classes in org.hibernate.cfg used by org.hibernate.cache.ehcache.internal.strategy
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.cache.internal
Settings
          Settings that affect the behaviour of Hibernate at runtime.
 

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

Classes in org.hibernate.cfg used by org.hibernate.cfg
AbstractPropertyHolder
           
AccessType
          Enum defining different 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
AvailableSettings
           
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 different 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
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.
 

Classes in org.hibernate.cfg used by org.hibernate.ejb.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.engine.spi
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.service.internal
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.integrator.spi
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.internal
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.jmx
ExternalSessionFactoryConfig
          Defines support for various externally configurable SessionFactory(s), for example, JMX or the JCA adapter.
 

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.metamodel
NamingStrategy
          A set of rules for determining the physical column and table names given the information in the mapping document.
 

Classes in org.hibernate.cfg used by org.hibernate.metamodel.relational.state
NamingStrategy
          A set of rules for determining the physical column and table names given the information in the mapping document.
 

Classes in org.hibernate.cfg used by org.hibernate.metamodel.source
NamingStrategy
          A set of rules for determining the physical column and table names given the information in the mapping document.
 

Classes in org.hibernate.cfg used by org.hibernate.metamodel.source.annotations
NamingStrategy
          A set of rules for determining the physical column and table names given the information in the mapping document.
 

Classes in org.hibernate.cfg used by org.hibernate.metamodel.source.annotations.entity
NamingStrategy
          A set of rules for determining the physical column and table names given the information in the mapping document.
 

Classes in org.hibernate.cfg used by org.hibernate.metamodel.source.internal
NamingStrategy
          A set of rules for determining the physical column and table names given the information in the mapping document.
 

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.persister.internal
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.spi
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.service.internal
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.service.spi
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.stat.internal
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
Settings
          Settings that affect the behaviour of Hibernate at runtime.
 

Classes in org.hibernate.cfg used by org.hibernate.testing.junit4
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.tool
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.
 



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