Home > Hibernate  

Hibernate 3.6.0 API

Packages 
Package Description
org.hibernate
This package defines the central Hibernate APIs.
org.hibernate.action
This package defines "actions" that are scheduled for asycnchronous execution by the event listeners.
org.hibernate.annotations  
org.hibernate.bytecode
This package defines the API for plugging in bytecode libraries for usage by Hibernate.
org.hibernate.bytecode.buildtime  
org.hibernate.bytecode.cglib  
org.hibernate.bytecode.javassist  
org.hibernate.bytecode.util  
org.hibernate.cache
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
org.hibernate.cache.access
Defines contracts for transactional and concurrent access to cached entity and collection data.
org.hibernate.cache.entry
This package defines formats for disassembled state kept in the second level cache.
org.hibernate.cache.impl  
org.hibernate.cache.impl.bridge  
org.hibernate.cache.infinispan  
org.hibernate.cache.infinispan.access  
org.hibernate.cache.infinispan.collection  
org.hibernate.cache.infinispan.entity  
org.hibernate.cache.infinispan.impl  
org.hibernate.cache.infinispan.query  
org.hibernate.cache.infinispan.timestamp  
org.hibernate.cache.infinispan.tm  
org.hibernate.cache.infinispan.util  
org.hibernate.cache.jbc  
org.hibernate.cache.jbc.access  
org.hibernate.cache.jbc.builder  
org.hibernate.cache.jbc.collection  
org.hibernate.cache.jbc.entity  
org.hibernate.cache.jbc.query  
org.hibernate.cache.jbc.timestamp  
org.hibernate.cache.jbc.util  
org.hibernate.cache.jbc2  
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.annotations.reflection  
org.hibernate.cfg.beanvalidation  
org.hibernate.cfg.search  
org.hibernate.classic
This package implements backward-compatibility with Hibernate 2.1 APIs now deprecated in Hibernate3.
org.hibernate.collection
This package defines a framework for collection wrappers.
org.hibernate.connection
This package abstracts the mechanism for obtaining a JDBC connection.
org.hibernate.context  
org.hibernate.criterion
A framework for defining restriction criteria and order criteria.
org.hibernate.dialect
This package abstracts the SQL dialect of the underlying database.
org.hibernate.dialect.function
A framework for defining database-specific SQL functions that are available via the dialect.
org.hibernate.dialect.lock  
org.hibernate.dialect.resolver  
org.hibernate.ejb  
org.hibernate.ejb.connection  
org.hibernate.ejb.criteria  
org.hibernate.ejb.criteria.basic  
org.hibernate.ejb.criteria.components  
org.hibernate.ejb.criteria.expression  
org.hibernate.ejb.criteria.expression.function  
org.hibernate.ejb.criteria.path  
org.hibernate.ejb.criteria.paths  
org.hibernate.ejb.criteria.predicate  
org.hibernate.ejb.criteria.subquery  
org.hibernate.ejb.criteria.tuple  
org.hibernate.ejb.event  
org.hibernate.ejb.instrument  
org.hibernate.ejb.metamodel  
org.hibernate.ejb.packaging  
org.hibernate.ejb.test  
org.hibernate.ejb.test.association  
org.hibernate.ejb.test.beanvalidation  
org.hibernate.ejb.test.cacheable.annotation  
org.hibernate.ejb.test.cacheable.cachemodes  
org.hibernate.ejb.test.callbacks  
org.hibernate.ejb.test.cascade  
org.hibernate.ejb.test.connection  
org.hibernate.ejb.test.ejb3configuration  
org.hibernate.ejb.test.emops  
org.hibernate.ejb.test.emops.cascade  
org.hibernate.ejb.test.exception  
org.hibernate.ejb.test.inheritance  
org.hibernate.ejb.test.instrument  
org.hibernate.ejb.test.jee  
org.hibernate.ejb.test.lob  
org.hibernate.ejb.test.lock  
org.hibernate.ejb.test.mapping  
org.hibernate.ejb.test.metadata  
org.hibernate.ejb.test.ops  
org.hibernate.ejb.test.pack.cfgxmlpar  
org.hibernate.ejb.test.pack.defaultpar  
org.hibernate.ejb.test.pack.defaultpar_1_0  
org.hibernate.ejb.test.pack.excludehbmpar  
org.hibernate.ejb.test.pack.explicitpar  
org.hibernate.ejb.test.pack.explodedpar  
org.hibernate.ejb.test.pack.externaljar  
org.hibernate.ejb.test.pack.overridenpar  
org.hibernate.ejb.test.pack.spacepar  
org.hibernate.ejb.test.pack.various  
org.hibernate.ejb.test.pack.war  
org.hibernate.ejb.test.packaging  
org.hibernate.ejb.test.query  
org.hibernate.ejb.test.transaction  
org.hibernate.ejb.test.util  
org.hibernate.ejb.test.xml  
org.hibernate.ejb.test.xml.sequences  
org.hibernate.ejb.transaction  
org.hibernate.ejb.util  
org.hibernate.engine
This package contains classes that are "shared" by other packages, and implementations of some key algorithms.
org.hibernate.engine.jdbc  
org.hibernate.engine.jdbc.jdbc3  
org.hibernate.engine.jdbc.jdbc4  
org.hibernate.engine.loading  
org.hibernate.engine.profile  
org.hibernate.engine.query  
org.hibernate.engine.query.sql  
org.hibernate.engine.transaction  
org.hibernate.envers  
org.hibernate.envers.ant  
org.hibernate.envers.configuration  
org.hibernate.envers.configuration.metadata  
org.hibernate.envers.configuration.metadata.reader  
org.hibernate.envers.demo  
org.hibernate.envers.entities  
org.hibernate.envers.entities.mapper  
org.hibernate.envers.entities.mapper.id  
org.hibernate.envers.entities.mapper.relation  
org.hibernate.envers.entities.mapper.relation.component  
org.hibernate.envers.entities.mapper.relation.lazy  
org.hibernate.envers.entities.mapper.relation.lazy.initializor  
org.hibernate.envers.entities.mapper.relation.lazy.proxy  
org.hibernate.envers.entities.mapper.relation.query  
org.hibernate.envers.event  
org.hibernate.envers.exception  
org.hibernate.envers.query  
org.hibernate.envers.query.criteria  
org.hibernate.envers.query.impl  
org.hibernate.envers.query.order  
org.hibernate.envers.query.projection  
org.hibernate.envers.query.property  
org.hibernate.envers.reader  
org.hibernate.envers.revisioninfo  
org.hibernate.envers.strategy  
org.hibernate.envers.synchronization  
org.hibernate.envers.synchronization.work  
org.hibernate.envers.test  
org.hibernate.envers.test.entities  
org.hibernate.envers.test.entities.collection  
org.hibernate.envers.test.entities.components  
org.hibernate.envers.test.entities.components.relations  
org.hibernate.envers.test.entities.customtype  
org.hibernate.envers.test.entities.ids  
org.hibernate.envers.test.entities.manytomany  
org.hibernate.envers.test.entities.manytomany.biowned  
org.hibernate.envers.test.entities.manytomany.sametable  
org.hibernate.envers.test.entities.manytomany.unidirectional  
org.hibernate.envers.test.entities.manytoone.unidirectional  
org.hibernate.envers.test.entities.onetomany  
org.hibernate.envers.test.entities.onetomany.detached  
org.hibernate.envers.test.entities.onetomany.detached.ids  
org.hibernate.envers.test.entities.onetomany.detached.inheritance  
org.hibernate.envers.test.entities.onetomany.ids  
org.hibernate.envers.test.entities.reventity  
org.hibernate.envers.test.integration.accesstype  
org.hibernate.envers.test.integration.auditReader  
org.hibernate.envers.test.integration.basic  
org.hibernate.envers.test.integration.cache  
org.hibernate.envers.test.integration.collection  
org.hibernate.envers.test.integration.collection.mapkey  
org.hibernate.envers.test.integration.components  
org.hibernate.envers.test.integration.components.collections  
org.hibernate.envers.test.integration.components.relations  
org.hibernate.envers.test.integration.customtype  
org.hibernate.envers.test.integration.data  
org.hibernate.envers.test.integration.entityNames.auditedEntity  
org.hibernate.envers.test.integration.entityNames.manyToManyAudited  
org.hibernate.envers.test.integration.entityNames.oneToManyAudited  
org.hibernate.envers.test.integration.entityNames.oneToManyNotAudited  
org.hibernate.envers.test.integration.entityNames.singleAssociatedAudited  
org.hibernate.envers.test.integration.entityNames.singleAssociatedNotAudited  
org.hibernate.envers.test.integration.flush  
org.hibernate.envers.test.integration.hashcode  
org.hibernate.envers.test.integration.ids  
org.hibernate.envers.test.integration.inheritance.joined  
org.hibernate.envers.test.integration.inheritance.joined.childrelation  
org.hibernate.envers.test.integration.inheritance.joined.emptychild  
org.hibernate.envers.test.integration.inheritance.joined.notownedrelation  
org.hibernate.envers.test.integration.inheritance.joined.primarykeyjoin  
org.hibernate.envers.test.integration.inheritance.joined.relation  
org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional  
org.hibernate.envers.test.integration.inheritance.single  
org.hibernate.envers.test.integration.inheritance.single.childrelation  
org.hibernate.envers.test.integration.inheritance.single.notownedrelation  
org.hibernate.envers.test.integration.inheritance.single.relation  
org.hibernate.envers.test.integration.inheritance.tableperclass  
org.hibernate.envers.test.integration.inheritance.tableperclass.childrelation  
org.hibernate.envers.test.integration.inheritance.tableperclass.notownedrelation  
org.hibernate.envers.test.integration.inheritance.tableperclass.relation  
org.hibernate.envers.test.integration.interfaces.components  
org.hibernate.envers.test.integration.interfaces.hbm.allAudited  
org.hibernate.envers.test.integration.interfaces.hbm.allAudited.joined  
org.hibernate.envers.test.integration.interfaces.hbm.allAudited.subclass  
org.hibernate.envers.test.integration.interfaces.hbm.allAudited.union  
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited  
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.joined  
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.subclass  
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.union  
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2  
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2.joined  
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2.subclass  
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2.union  
org.hibernate.envers.test.integration.interfaces.relation  
org.hibernate.envers.test.integration.jta  
org.hibernate.envers.test.integration.manytomany  
org.hibernate.envers.test.integration.manytomany.biowned  
org.hibernate.envers.test.integration.manytomany.inverseToSuperclass  
org.hibernate.envers.test.integration.manytomany.sametable  
org.hibernate.envers.test.integration.manytomany.ternary  
org.hibernate.envers.test.integration.manytomany.unidirectional  
org.hibernate.envers.test.integration.manytoone.unidirectional  
org.hibernate.envers.test.integration.naming  
org.hibernate.envers.test.integration.naming.ids  
org.hibernate.envers.test.integration.notinsertable  
org.hibernate.envers.test.integration.notinsertable.manytoone  
org.hibernate.envers.test.integration.onetomany  
org.hibernate.envers.test.integration.onetomany.detached  
org.hibernate.envers.test.integration.onetomany.inverseToSuperclass  
org.hibernate.envers.test.integration.onetoone.bidirectional  
org.hibernate.envers.test.integration.onetoone.bidirectional.ids  
org.hibernate.envers.test.integration.onetoone.unidirectional  
org.hibernate.envers.test.integration.primitive  
org.hibernate.envers.test.integration.properties  
org.hibernate.envers.test.integration.proxy  
org.hibernate.envers.test.integration.query  
org.hibernate.envers.test.integration.query.ids  
org.hibernate.envers.test.integration.reference  
org.hibernate.envers.test.integration.reventity  
org.hibernate.envers.test.integration.revfordate  
org.hibernate.envers.test.integration.sameids  
org.hibernate.envers.test.integration.secondary  
org.hibernate.envers.test.integration.secondary.ids  
org.hibernate.envers.test.integration.serialization  
org.hibernate.envers.test.integration.strategy  
org.hibernate.envers.test.integration.superclass  
org.hibernate.envers.test.performance  
org.hibernate.envers.test.performance.complex  
org.hibernate.envers.test.tools  
org.hibernate.envers.test.various  
org.hibernate.envers.tools  
org.hibernate.envers.tools.graph  
org.hibernate.envers.tools.query  
org.hibernate.envers.tools.reflection  
org.hibernate.event
This package defines an event framework for Hibernate.
org.hibernate.event.def
This package defines a default set of event listeners that implements the default behaviors of Hibernate.
org.hibernate.exception
This package is a fork of Apache commons-lang nestable exceptions.
org.hibernate.hql
This package defines the interface between Hibernate and the HQL query parser implementation (to allow switching between the 2.x and 3.0 HQL parsers).
org.hibernate.hql.ast
An ANTLR-based parser for Hibernate Query Language.
org.hibernate.hql.ast.exec  
org.hibernate.hql.ast.tree  
org.hibernate.hql.ast.util  
org.hibernate.hql.classic
This package contains the Hibernate 2.x query parser which is being end-of-lifed.
org.hibernate.id
This package contains internal implementation classes for the main API interfaces.
org.hibernate.id.enhanced  
org.hibernate.id.factory  
org.hibernate.id.insert  
org.hibernate.id.uuid  
org.hibernate.impl
This package contains implementations of the central Hibernate APIs, especially the Hibernate session.
org.hibernate.intercept
This package implements an interception mechanism for lazy property fetching, based on CGLIB bytecode instrumentation.
org.hibernate.intercept.cglib  
org.hibernate.intercept.javassist  
org.hibernate.jdbc
This package abstracts the mechanism for dispatching SQL statements to the database, and implements interaction with JDBC.
org.hibernate.jdbc.util  
org.hibernate.jmx
This package exposes a Hibernate instance via JMX.
org.hibernate.loader
This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.
org.hibernate.loader.collection
This package defines collection initializers
org.hibernate.loader.criteria
This package defines the criteria query compiler and loader
org.hibernate.loader.custom
This package defines a framework for custom loaders that accept handwritten SQL
org.hibernate.loader.custom.sql  
org.hibernate.loader.entity
This package defines entity loaders
org.hibernate.loader.hql
This package defines a loader for the AST-based query parser
org.hibernate.lob  
org.hibernate.mapping
This package defines the Hibernate configuration-time metamodel.
org.hibernate.metadata
This package defines an API for accessing the Hibernate runtime metamodel.
org.hibernate.param  
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.persister.entity
This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel.
org.hibernate.pretty
Classes for pretty printing things for exception and log messages.
org.hibernate.property
This package abstracts the notion of a "property" of an entity.
org.hibernate.proxy
This package defines a framework for lazy-initializing entity proxies.
org.hibernate.proxy.dom4j  
org.hibernate.proxy.map  
org.hibernate.proxy.pojo  
org.hibernate.proxy.pojo.cglib  
org.hibernate.proxy.pojo.javassist  
org.hibernate.secure
Declarative security for CRUD operations on entities.
org.hibernate.sql
This package defines helper classes for rendering SQL fragments and SQL statements.
org.hibernate.sql.ordering.antlr  
org.hibernate.stat
This package exposes statistics about a running Hibernate instance to the application.
org.hibernate.subclassProxyInterface  
org.hibernate.test  
org.hibernate.test.abstractembeddedcomponents.cid  
org.hibernate.test.abstractembeddedcomponents.propertyref  
org.hibernate.test.annotations  
org.hibernate.test.annotations.access  
org.hibernate.test.annotations.access.jpa  
org.hibernate.test.annotations.access.xml  
org.hibernate.test.annotations.any  
org.hibernate.test.annotations.array  
org.hibernate.test.annotations.backquotes  
org.hibernate.test.annotations.beanvalidation  
org.hibernate.test.annotations.bytecode  
org.hibernate.test.annotations.cascade  
org.hibernate.test.annotations.cid  
org.hibernate.test.annotations.cid.keymanytoone  
org.hibernate.test.annotations.collectionelement  
org.hibernate.test.annotations.collectionelement.deepcollectionelements  
org.hibernate.test.annotations.collectionelement.indexedCollection  
org.hibernate.test.annotations.configuration  
org.hibernate.test.annotations.dataTypes  
org.hibernate.test.annotations.derivedidentities  
org.hibernate.test.annotations.derivedidentities.e1.a  
org.hibernate.test.annotations.derivedidentities.e1.b  
org.hibernate.test.annotations.derivedidentities.e1.b.specjmapid  
org.hibernate.test.annotations.derivedidentities.e1.b2  
org.hibernate.test.annotations.derivedidentities.e1.c  
org.hibernate.test.annotations.derivedidentities.e2.a  
org.hibernate.test.annotations.derivedidentities.e2.b  
org.hibernate.test.annotations.derivedidentities.e3.a  
org.hibernate.test.annotations.derivedidentities.e3.b  
org.hibernate.test.annotations.derivedidentities.e4.a  
org.hibernate.test.annotations.derivedidentities.e4.b  
org.hibernate.test.annotations.derivedidentities.e5.a  
org.hibernate.test.annotations.derivedidentities.e5.b  
org.hibernate.test.annotations.derivedidentities.e5.c  
org.hibernate.test.annotations.derivedidentities.e6.a  
org.hibernate.test.annotations.derivedidentities.e6.b  
org.hibernate.test.annotations.duplicatedgenerator  
org.hibernate.test.annotations.embedded  
org.hibernate.test.annotations.embedded.many2one  
org.hibernate.test.annotations.embedded.one2many  
org.hibernate.test.annotations.entity
Test package for metatata facilities It contains an example of filter metadata
org.hibernate.test.annotations.entitynonentity  
org.hibernate.test.annotations.fetch  
org.hibernate.test.annotations.fetchprofile  
org.hibernate.test.annotations.fkcircularity  
org.hibernate.test.annotations.generics  
org.hibernate.test.annotations.genericsinheritance  
org.hibernate.test.annotations.id
Test package for metatata facilities It contains an example of package level metadata
org.hibernate.test.annotations.id.entities  
org.hibernate.test.annotations.id.generationmappings  
org.hibernate.test.annotations.id.sequences
Test package for metatata facilities It contains an example of package level metadata
org.hibernate.test.annotations.id.sequences.entities  
org.hibernate.test.annotations.idclass  
org.hibernate.test.annotations.idclass.xml  
org.hibernate.test.annotations.idclassgeneratedvalue  
org.hibernate.test.annotations.identifiercollection  
org.hibernate.test.annotations.idmanytoone  
org.hibernate.test.annotations.idmanytoone.alphabetical  
org.hibernate.test.annotations.immutable  
org.hibernate.test.annotations.indexcoll  
org.hibernate.test.annotations.inheritance  
org.hibernate.test.annotations.inheritance.discriminatoroptions  
org.hibernate.test.annotations.inheritance.joined  
org.hibernate.test.annotations.inheritance.mixed  
org.hibernate.test.annotations.inheritance.singletable  
org.hibernate.test.annotations.inheritance.union  
org.hibernate.test.annotations.interfaces  
org.hibernate.test.annotations.join  
org.hibernate.test.annotations.loader  
org.hibernate.test.annotations.lob
Test package for metatata facilities It contains an example of filter metadata
org.hibernate.test.annotations.manytomany  
org.hibernate.test.annotations.manytoone  
org.hibernate.test.annotations.manytoone.referencedcolumnname  
org.hibernate.test.annotations.manytoonewithformula  
org.hibernate.test.annotations.mappedsuperclass.intermediate  
org.hibernate.test.annotations.namingstrategy  
org.hibernate.test.annotations.naturalid  
org.hibernate.test.annotations.notfound  
org.hibernate.test.annotations.onetomany  
org.hibernate.test.annotations.onetoone  
org.hibernate.test.annotations.onetoone.hhh4851  
org.hibernate.test.annotations.onetoone.primarykey  
org.hibernate.test.annotations.override  
org.hibernate.test.annotations.persister  
org.hibernate.test.annotations.polymorphism  
org.hibernate.test.annotations.query  
org.hibernate.test.annotations.quote  
org.hibernate.test.annotations.quote.resultsetmappings  
org.hibernate.test.annotations.referencedcolumnname  
org.hibernate.test.annotations.reflection  
org.hibernate.test.annotations.strategy  
org.hibernate.test.annotations.subselect  
org.hibernate.test.annotations.tableperclass  
org.hibernate.test.annotations.tuplizer  
org.hibernate.test.annotations.type  
org.hibernate.test.annotations.various  
org.hibernate.test.annotations.various.readwriteexpression  
org.hibernate.test.annotations.xml.ejb3  
org.hibernate.test.annotations.xml.hbm  
org.hibernate.test.any  
org.hibernate.test.array  
org.hibernate.test.ast  
org.hibernate.test.batch  
org.hibernate.test.batchfetch  
org.hibernate.test.bidi  
org.hibernate.test.bytecode  
org.hibernate.test.bytecode.cglib  
org.hibernate.test.bytecode.javassist  
org.hibernate.test.cache  
org.hibernate.test.cache.infinispan  
org.hibernate.test.cache.infinispan.access  
org.hibernate.test.cache.infinispan.collection  
org.hibernate.test.cache.infinispan.entity  
org.hibernate.test.cache.infinispan.functional  
org.hibernate.test.cache.infinispan.functional.bulk  
org.hibernate.test.cache.infinispan.functional.classloader  
org.hibernate.test.cache.infinispan.functional.cluster  
org.hibernate.test.cache.infinispan.query  
org.hibernate.test.cache.infinispan.timestamp  
org.hibernate.test.cache.infinispan.tm  
org.hibernate.test.cache.infinispan.util  
org.hibernate.test.cache.jbc  
org.hibernate.test.cache.jbc.access  
org.hibernate.test.cache.jbc.builder  
org.hibernate.test.cache.jbc.collection  
org.hibernate.test.cache.jbc.entity  
org.hibernate.test.cache.jbc.functional  
org.hibernate.test.cache.jbc.functional.bulk  
org.hibernate.test.cache.jbc.functional.classloader  
org.hibernate.test.cache.jbc.functional.util  
org.hibernate.test.cache.jbc.query  
org.hibernate.test.cache.jbc.timestamp  
org.hibernate.test.cascade  
org.hibernate.test.cascade.circle  
org.hibernate.test.cfg  
org.hibernate.test.cid  
org.hibernate.test.collection.backref.map.compkey  
org.hibernate.test.collection.bag  
org.hibernate.test.collection.idbag  
org.hibernate.test.collection.list  
org.hibernate.test.collection.map  
org.hibernate.test.collection.original  
org.hibernate.test.collection.set  
org.hibernate.test.component.basic  
org.hibernate.test.component.cascading.collection  
org.hibernate.test.component.cascading.toone  
org.hibernate.test.compositeelement  
org.hibernate.test.connections  
org.hibernate.test.criteria  
org.hibernate.test.cuk  
org.hibernate.test.cut  
org.hibernate.test.deletetransient  
org.hibernate.test.dialect.function  
org.hibernate.test.dialect.functional.cache  
org.hibernate.test.dialect.unit.lockhint  
org.hibernate.test.discriminator  
org.hibernate.test.dynamicentity
Demonstration of different ways to use Hibernate to represent your domain model as a series of JDK dynamic proxies.
org.hibernate.test.dynamicentity.interceptor  
org.hibernate.test.dynamicentity.tuplizer  
org.hibernate.test.dynamicentity.tuplizer2  
org.hibernate.test.ecid  
org.hibernate.test.entitymode.dom4j.accessors  
org.hibernate.test.entitymode.dom4j.basic  
org.hibernate.test.entitymode.dom4j.component  
org.hibernate.test.entitymode.dom4j.many2one  
org.hibernate.test.entitymode.map.basic  
org.hibernate.test.entitymode.map.subclass  
org.hibernate.test.entitymode.multi  
org.hibernate.test.entityname  
org.hibernate.test.event.collection  
org.hibernate.test.event.collection.association  
org.hibernate.test.event.collection.association.bidirectional.manytomany  
org.hibernate.test.event.collection.association.bidirectional.onetomany  
org.hibernate.test.event.collection.association.unidirectional  
org.hibernate.test.event.collection.association.unidirectional.manytomany  
org.hibernate.test.event.collection.association.unidirectional.onetomany  
org.hibernate.test.event.collection.values  
org.hibernate.test.events  
org.hibernate.test.exception  
org.hibernate.test.extendshbm  
org.hibernate.test.extralazy  
org.hibernate.test.fetchprofiles.join  
org.hibernate.test.filter  
org.hibernate.test.filter.hql  
org.hibernate.test.formulajoin  
org.hibernate.test.generated  
org.hibernate.test.generatedkeys.identity  
org.hibernate.test.generatedkeys.select  
org.hibernate.test.generatedkeys.seqidentity  
org.hibernate.test.hql  
org.hibernate.test.id  
org.hibernate.test.id.uuid.sqlrep  
org.hibernate.test.id.uuid.sqlrep.sqlbinary  
org.hibernate.test.id.uuid.sqlrep.sqlchar  
org.hibernate.test.id.uuid.strategy  
org.hibernate.test.idbag  
org.hibernate.test.idclass  
org.hibernate.test.idgen.biginteger.increment  
org.hibernate.test.idgen.biginteger.sequence  
org.hibernate.test.idgen.enhanced.forcedtable  
org.hibernate.test.idgen.enhanced.sequence  
org.hibernate.test.idgen.enhanced.table  
org.hibernate.test.idprops  
org.hibernate.test.immutable  
org.hibernate.test.immutable.entitywithmutablecollection  
org.hibernate.test.immutable.entitywithmutablecollection.inverse  
org.hibernate.test.immutable.entitywithmutablecollection.noninverse  
org.hibernate.test.importfile  
org.hibernate.test.insertordering  
org.hibernate.test.instrument.buildtime  
org.hibernate.test.instrument.cases  
org.hibernate.test.instrument.domain  
org.hibernate.test.instrument.runtime  
org.hibernate.test.interceptor  
org.hibernate.test.interfaceproxy  
org.hibernate.test.iterate  
org.hibernate.test.join  
org.hibernate.test.joinedsubclass  
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.cascade  
org.hibernate.test.jpa.fetch  
org.hibernate.test.jpa.lock  
org.hibernate.test.jpa.naturalid  
org.hibernate.test.jpa.proxy  
org.hibernate.test.jpa.ql  
org.hibernate.test.jpa.removed  
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.lob  
org.hibernate.test.manytomany  
org.hibernate.test.manytomany.batchload  
org.hibernate.test.manytomany.ordered  
org.hibernate.test.manytomanyassociationclass  
org.hibernate.test.manytomanyassociationclass.compositeid  
org.hibernate.test.manytomanyassociationclass.surrogateid.assigned  
org.hibernate.test.manytomanyassociationclass.surrogateid.generated  
org.hibernate.test.map  
org.hibernate.test.mapcompelem  
org.hibernate.test.mapelemformula  
org.hibernate.test.mapping  
org.hibernate.test.mappingexception  
org.hibernate.test.mixed  
org.hibernate.test.namingstrategy  
org.hibernate.test.naturalid.immutable  
org.hibernate.test.naturalid.mutable  
org.hibernate.test.nonflushedchanges  
org.hibernate.test.ondelete  
org.hibernate.test.onetomany  
org.hibernate.test.onetoone.formula  
org.hibernate.test.onetoone.joined  
org.hibernate.test.onetoone.link  
org.hibernate.test.onetoone.nopojo  
org.hibernate.test.onetoone.optional  
org.hibernate.test.onetoone.singletable  
org.hibernate.test.ops  
org.hibernate.test.optlock  
org.hibernate.test.ordered  
org.hibernate.test.orphan  
org.hibernate.test.orphan.one2one.fk.bidirectional  
org.hibernate.test.orphan.one2one.fk.composite  
org.hibernate.test.orphan.one2one.fk.reversed.bidirectional  
org.hibernate.test.orphan.one2one.fk.reversed.unidirectional  
org.hibernate.test.orphan.one2one.pk.bidirectional  
org.hibernate.test.orphan.one2one.pk.unidirectional  
org.hibernate.test.pagination  
org.hibernate.test.perf  
org.hibernate.test.propertyref.basic  
org.hibernate.test.propertyref.component.complete  
org.hibernate.test.propertyref.component.partial  
org.hibernate.test.propertyref.inheritence.discrim  
org.hibernate.test.propertyref.inheritence.joined  
org.hibernate.test.propertyref.inheritence.union  
org.hibernate.test.proxy  
org.hibernate.test.querycache  
org.hibernate.test.queryplan  
org.hibernate.test.readonly  
org.hibernate.test.reattachment  
org.hibernate.test.resulttransformer  
org.hibernate.test.rowid  
org.hibernate.test.schemaupdate  
org.hibernate.test.sorted  
org.hibernate.test.sql.check  
org.hibernate.test.sql.hand  
org.hibernate.test.sql.hand.custom  
org.hibernate.test.sql.hand.custom.datadirect.oracle  
org.hibernate.test.sql.hand.custom.db2  
org.hibernate.test.sql.hand.custom.mysql  
org.hibernate.test.sql.hand.custom.oracle  
org.hibernate.test.sql.hand.custom.sqlserver  
org.hibernate.test.sql.hand.custom.sybase  
org.hibernate.test.sql.hand.identity  
org.hibernate.test.sql.hand.query  
org.hibernate.test.sql.hand.quotedidentifiers  
org.hibernate.test.stateless  
org.hibernate.test.stateless.fetching  
org.hibernate.test.stats  
org.hibernate.test.subclassfilter  
org.hibernate.test.subselect  
org.hibernate.test.subselectfetch  
org.hibernate.test.ternary  
org.hibernate.test.timestamp  
org.hibernate.test.tm  
org.hibernate.test.tm.jbc  
org.hibernate.test.tool  
org.hibernate.test.typedmanytoone  
org.hibernate.test.typedonetoone  
org.hibernate.test.typeparameters  
org.hibernate.test.unconstrained  
org.hibernate.test.unidir  
org.hibernate.test.unionsubclass  
org.hibernate.test.unionsubclass.alias  
org.hibernate.test.unionsubclass2  
org.hibernate.test.usercollection.basic  
org.hibernate.test.usercollection.parameterized  
org.hibernate.test.util  
org.hibernate.test.util.dtd  
org.hibernate.test.version  
org.hibernate.test.version.db  
org.hibernate.test.version.sybase  
org.hibernate.test.where  
org.hibernate.testing.cache  
org.hibernate.testing.junit  
org.hibernate.testing.junit.functional  
org.hibernate.testing.junit.functional.annotations  
org.hibernate.testing.tm
Defines a simplified JTA TransactionManager and transactional connection pool designed for use in test suite and simple usage scenarios.
org.hibernate.tool.ant  
org.hibernate.tool.hbm2ddl
The hbm2ddl tool.
org.hibernate.tool.instrument
The instrument tool for adding field-interception hooks to persistent classes using built-time bytecode processing.
org.hibernate.tool.instrument.cglib  
org.hibernate.tool.instrument.javassist  
org.hibernate.transaction
This package abstracts the underlying transaction mechanism (JTA or JDBC) and provides strategies for obtaining application server TransactionManagers.
org.hibernate.transaction.synchronization  
org.hibernate.transform
Defines strategies for post-processing criteria query result sets into a form convenient to the application.
org.hibernate.tuple
This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes.
org.hibernate.tuple.component  
org.hibernate.tuple.entity  
org.hibernate.tutorial.annotations  
org.hibernate.tutorial.em  
org.hibernate.tutorial.envers  
org.hibernate.tutorial.hbm  
org.hibernate.type
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.
org.hibernate.type.descriptor  
org.hibernate.type.descriptor.java  
org.hibernate.type.descriptor.sql
Defines handling of the standard JDBC-defined types, as declared by Types.
org.hibernate.usertype
Interfaces for user-defined custom types.
org.hibernate.util
Utility classes.
org.hibernate.util.xml  
Home > Hibernate