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   
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.envers.test   
org.hibernate.event.service.internal   
org.hibernate.integrator.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs of the org.hibernate package. 
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.test.annotations.beanvalidation   
org.hibernate.test.annotations.generics   
org.hibernate.test.annotations.id.generationmappings   
org.hibernate.test.annotations.manytomany   
org.hibernate.test.annotations.naturalid   
org.hibernate.test.annotations.onetoone.hhh4851   
org.hibernate.test.annotations.persister   
org.hibernate.test.annotations.query   
org.hibernate.test.annotations.quote   
org.hibernate.test.annotations.quote.resultsetmappings   
org.hibernate.test.annotations.strategy   
org.hibernate.test.batch   
org.hibernate.test.cache   
org.hibernate.test.cascade.circle   
org.hibernate.test.collection.set   
org.hibernate.test.component.basic   
org.hibernate.test.compositeelement   
org.hibernate.test.criteria   
org.hibernate.test.cuk   
org.hibernate.test.discriminator   
org.hibernate.test.dynamicentity.interceptor   
org.hibernate.test.dynamicentity.tuplizer   
org.hibernate.test.dynamicentity.tuplizer2   
org.hibernate.test.entitymode.map.basic   
org.hibernate.test.events   
org.hibernate.test.fetchprofiles.join   
org.hibernate.test.filter   
org.hibernate.test.generatedkeys.identity   
org.hibernate.test.generatedkeys.seqidentity   
org.hibernate.test.hql   
org.hibernate.test.id   
org.hibernate.test.id.uuid.sqlrep.sqlchar   
org.hibernate.test.immutable   
org.hibernate.test.immutable.entitywithmutablecollection   
org.hibernate.test.insertordering   
org.hibernate.test.iterate   
org.hibernate.test.joinfetch   
org.hibernate.test.jpa Tests for any JPA-specific behavior for which we need to ensure compliance. 
org.hibernate.test.jpa.txn   
org.hibernate.test.keymanytoone.bidir.component   
org.hibernate.test.keymanytoone.bidir.embedded   
org.hibernate.test.lazycache   
org.hibernate.test.lazyonetoone   
org.hibernate.test.legacy   
org.hibernate.test.manytomany   
org.hibernate.test.manytomany.batchload   
org.hibernate.test.manytomany.ordered   
org.hibernate.test.namingstrategy   
org.hibernate.test.naturalid.immutable   
org.hibernate.test.naturalid.mutable   
org.hibernate.test.ondelete   
org.hibernate.test.onetoone.formula   
org.hibernate.test.onetoone.joined   
org.hibernate.test.onetoone.nopojo   
org.hibernate.test.onetoone.optional   
org.hibernate.test.onetoone.singletable   
org.hibernate.test.ops   
org.hibernate.test.propertyref.basic   
org.hibernate.test.proxy   
org.hibernate.test.querycache   
org.hibernate.test.readonly   
org.hibernate.test.sql.hand.query   
org.hibernate.test.stateless   
org.hibernate.test.stateless.fetching   
org.hibernate.test.stats   
org.hibernate.test.subselectfetch   
org.hibernate.test.timestamp   
org.hibernate.test.tm   
org.hibernate.test.typeoverride   
org.hibernate.testing.cache   
org.hibernate.testing.junit4   
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.envers.test
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.test.annotations.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.test.annotations.generics
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.test.annotations.id.generationmappings
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.test.annotations.manytomany
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.test.annotations.naturalid
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.test.annotations.onetoone.hhh4851
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.test.annotations.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.test.annotations.query
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.test.annotations.quote
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.test.annotations.quote.resultsetmappings
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.test.annotations.strategy
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.test.batch
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.test.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.test.cascade.circle
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.test.collection.set
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.test.component.basic
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.test.compositeelement
Mappings
          A collection of mappings from classes and collections to relational database tables.
 

Classes in org.hibernate.cfg used by org.hibernate.test.criteria
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.test.cuk
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.test.discriminator
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.test.dynamicentity.interceptor
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.test.dynamicentity.tuplizer
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.test.dynamicentity.tuplizer2
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.test.entitymode.map.basic
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.test.events
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.test.fetchprofiles.join
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.test.filter
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.test.generatedkeys.identity
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.test.generatedkeys.seqidentity
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.test.hql
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.test.id
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.test.id.uuid.sqlrep.sqlchar
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.test.immutable
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.test.immutable.entitywithmutablecollection
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.test.insertordering
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.test.iterate
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.test.joinfetch
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.test.jpa
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.test.jpa.txn
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.test.keymanytoone.bidir.component
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.test.keymanytoone.bidir.embedded
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.test.lazycache
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.test.lazyonetoone
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.test.legacy
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.test.manytomany
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.test.manytomany.batchload
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.test.manytomany.ordered
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.test.namingstrategy
Configuration
          An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
DefaultNamingStrategy
          The default NamingStrategy
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.test.naturalid.immutable
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.test.naturalid.mutable
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.test.ondelete
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.test.onetoone.formula
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.test.onetoone.joined
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.test.onetoone.nopojo
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.test.onetoone.optional
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.test.onetoone.singletable
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.test.ops
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.test.propertyref.basic
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.test.proxy
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.test.querycache
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.test.readonly
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.test.sql.hand.query
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.test.stateless
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.test.stateless.fetching
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.test.stats
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.test.subselectfetch
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.test.timestamp
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.test.tm
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.test.typeoverride
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.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.