A B C D E F G H I J K L M N O P Q R S T U V W X Y _

A

abortBatch(SQLException) - Method in class org.hibernate.jdbc.AbstractBatcher
 
abortBatch(SQLException) - Method in interface org.hibernate.jdbc.Batcher
Must be called when an exception occurs
absolute(int) - Method in class org.hibernate.jdbc.ResultSetWrapper
 
AbstractAnsiTrimEmulationFunction - Class in org.hibernate.dialect.function
A SQLFunction providing support for implementing TRIM functionality (as defined by both the ANSI SQL and JPA specs) in cases where the dialect may not support the full trim function itself.
AbstractAnsiTrimEmulationFunction() - Constructor for class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
 
AbstractAuxiliaryDatabaseObject - Class in org.hibernate.mapping
Convenience base class for AuxiliaryDatabaseObjects.
AbstractAuxiliaryDatabaseObject() - Constructor for class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(HashSet) - Constructor for class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
AbstractBatcher - Class in org.hibernate.jdbc
Manages prepared statements and batching.
AbstractBatcher(ConnectionManager, Interceptor) - Constructor for class org.hibernate.jdbc.AbstractBatcher
 
AbstractBynaryType - Class in org.hibernate.type
Logic to bind stream of byte into a VARBINARY
AbstractBynaryType() - Constructor for class org.hibernate.type.AbstractBynaryType
 
AbstractCharArrayType - Class in org.hibernate.type
Logic to bind stream of char into a VARCHAR
AbstractCharArrayType() - Constructor for class org.hibernate.type.AbstractCharArrayType
 
AbstractClassLoaderIsolatedTestCase - Class in org.hibernate.junit
A specialized TestCase for running tests in an isolated class-loader
AbstractClassLoaderIsolatedTestCase(String) - Constructor for class org.hibernate.junit.AbstractClassLoaderIsolatedTestCase
 
AbstractClassTransformerImpl - Class in org.hibernate.bytecode
Basic implementation of the ClassTransformer contract.
AbstractClassTransformerImpl(ClassFilter, FieldFilter) - Constructor for class org.hibernate.bytecode.AbstractClassTransformerImpl
 
AbstractCollectionEvent - Class in org.hibernate.event
Defines a base class for events involving collections.
AbstractCollectionEvent(CollectionPersister, PersistentCollection, EventSource, Object, Serializable) - Constructor for class org.hibernate.event.AbstractCollectionEvent
Constructs an AbstractCollectionEvent object.
AbstractCollectionPersister - Class in org.hibernate.persister.collection
Base implementation of the QueryableCollection interface.
AbstractCollectionPersister(Collection, CollectionRegionAccessStrategy, Configuration, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.AbstractCollectionPersister
 
AbstractComponentTuplizer - Class in org.hibernate.tuple.component
Support for tuplizers relating to components.
AbstractComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.AbstractComponentTuplizer
 
AbstractComponentType - Interface in org.hibernate.type
Enables other Component-like types to hold collections and have cascades, etc.
AbstractDialectResolver - Class in org.hibernate.dialect.resolver
A templated resolver impl which delegates to the AbstractDialectResolver.resolveDialectInternal(java.sql.DatabaseMetaData) method and handles any thrown SQLExceptions.
AbstractDialectResolver() - Constructor for class org.hibernate.dialect.resolver.AbstractDialectResolver
 
AbstractEmptinessExpression - Class in org.hibernate.criterion
Implementation of AbstractEmptinessExpression.
AbstractEmptinessExpression(String) - Constructor for class org.hibernate.criterion.AbstractEmptinessExpression
 
AbstractEntityJoinWalker - Class in org.hibernate.loader
Abstract walker for walkers which begin at an entity (criteria queries and entity loaders).
AbstractEntityJoinWalker(OuterJoinLoadable, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.AbstractEntityJoinWalker
 
AbstractEntityJoinWalker(OuterJoinLoadable, SessionFactoryImplementor, Map, String) - Constructor for class org.hibernate.loader.AbstractEntityJoinWalker
 
AbstractEntityLoader - Class in org.hibernate.loader.entity
 
AbstractEntityLoader(OuterJoinLoadable, Type, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.entity.AbstractEntityLoader
 
AbstractEntityPersister - Class in org.hibernate.persister.entity
Basic functionality for persisting an entity via JDBC through either generated or custom SQL
AbstractEntityPersister(PersistentClass, EntityRegionAccessStrategy, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.AbstractEntityPersister
 
AbstractEntityPersister.InclusionChecker - Interface in org.hibernate.persister.entity
 
AbstractEntityTuplizer - Class in org.hibernate.tuple.entity
Support for tuplizers relating to entities.
AbstractEntityTuplizer(EntityMetamodel, PersistentClass) - Constructor for class org.hibernate.tuple.entity.AbstractEntityTuplizer
Constructs a new AbstractEntityTuplizer instance.
AbstractEvent - Class in org.hibernate.event
Defines a base class for Session generated events.
AbstractEvent(EventSource) - Constructor for class org.hibernate.event.AbstractEvent
Constructs an event from the given event session.
AbstractExplicitParameterSpecification - Class in org.hibernate.param
Convenience base class for explicitly defined query parameters.
AbstractExplicitParameterSpecification(int, int) - Constructor for class org.hibernate.param.AbstractExplicitParameterSpecification
Constructs an AbstractExplicitParameterSpecification.
AbstractFieldInterceptor - Class in org.hibernate.intercept
 
AbstractFieldInterceptor(SessionImplementor, Set, String) - Constructor for class org.hibernate.intercept.AbstractFieldInterceptor
 
AbstractFlushingEventListener - Class in org.hibernate.event.def
A convenience base class for listeners whose functionality results in flushing.
AbstractFlushingEventListener() - Constructor for class org.hibernate.event.def.AbstractFlushingEventListener
 
AbstractInstrumenter - Class in org.hibernate.bytecode.buildtime
Provides the basic templating of how instrumentation should occur.
AbstractInstrumenter(Logger, Instrumenter.Options) - Constructor for class org.hibernate.bytecode.buildtime.AbstractInstrumenter
Creates the basic instrumentation strategy.
AbstractInstrumenter.CustomFieldFilter - Class in org.hibernate.bytecode.buildtime
Allows control over what exacctly to transform.
AbstractInstrumenter.CustomFieldFilter(ClassDescriptor, Set) - Constructor for class org.hibernate.bytecode.buildtime.AbstractInstrumenter.CustomFieldFilter
 
AbstractJndiBoundCacheProvider - Class in org.hibernate.cache
Support for CacheProvider implementations which are backed by caches bound into JNDI namespace.
AbstractJndiBoundCacheProvider() - Constructor for class org.hibernate.cache.AbstractJndiBoundCacheProvider
 
AbstractLazyInitializer - Class in org.hibernate.proxy
Convenience base class for lazy initialization handlers.
AbstractLazyInitializer() - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
For serialization from the non-pojo initializers (HHH-3309)
AbstractLazyInitializer(String, Serializable, SessionImplementor) - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
Main constructor.
AbstractLockUpgradeEventListener - Class in org.hibernate.event.def
A convenience base class for listeners that respond to requests to perform a pessimistic lock upgrade on an entity.
AbstractLockUpgradeEventListener() - Constructor for class org.hibernate.event.def.AbstractLockUpgradeEventListener
 
AbstractNullnessCheckNode - Class in org.hibernate.hql.ast.tree
Base class for nodes dealing 'is null' and 'is not null' operators.
AbstractNullnessCheckNode() - Constructor for class org.hibernate.hql.ast.tree.AbstractNullnessCheckNode
 
AbstractPersistentCollection - Class in org.hibernate.collection
Base class implementing PersistentCollection
AbstractPersistentCollection() - Constructor for class org.hibernate.collection.AbstractPersistentCollection
Not called by Hibernate, but used by non-JDK serialization, eg.
AbstractPersistentCollection(SessionImplementor) - Constructor for class org.hibernate.collection.AbstractPersistentCollection
 
AbstractPersistentCollection.DelayedOperation - Interface in org.hibernate.collection
 
AbstractPostInsertGenerator - Class in org.hibernate.id
Basic implementation of the PostInsertIdentifierGenerator contract.
AbstractPostInsertGenerator() - Constructor for class org.hibernate.id.AbstractPostInsertGenerator
 
AbstractPreDatabaseOperationEvent - Class in org.hibernate.event
Represents an operation we are about to perform against the database.
AbstractPreDatabaseOperationEvent(EventSource, Object, Serializable, EntityPersister) - Constructor for class org.hibernate.event.AbstractPreDatabaseOperationEvent
Constructs an event containing the pertinent information.
AbstractPropertyMapping - Class in org.hibernate.persister.entity
Basic implementation of the PropertyMapping contract.
AbstractPropertyMapping() - Constructor for class org.hibernate.persister.entity.AbstractPropertyMapping
 
AbstractQueryImpl - Class in org.hibernate.impl
Abstract implementation of the Query interface.
AbstractQueryImpl(String, FlushMode, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.impl.AbstractQueryImpl
 
AbstractReassociateEventListener - Class in org.hibernate.event.def
A convenience base class for listeners that respond to requests to reassociate an entity to a session ( such as through lock() or update() ).
AbstractReassociateEventListener() - Constructor for class org.hibernate.event.def.AbstractReassociateEventListener
 
AbstractRestrictableStatement - Class in org.hibernate.hql.ast.tree
Convenience implementation of RestrictableStatement to centralize common functionality.
AbstractRestrictableStatement() - Constructor for class org.hibernate.hql.ast.tree.AbstractRestrictableStatement
 
AbstractReturningDelegate - Class in org.hibernate.id.insert
Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy causes the enerated identitifer to be returned as an effect of performing the insert statement.
AbstractReturningDelegate(PostInsertIdentityPersister) - Constructor for class org.hibernate.id.insert.AbstractReturningDelegate
 
AbstractSaveEventListener - Class in org.hibernate.event.def
A convenience bas class for listeners responding to save events.
AbstractSaveEventListener() - Constructor for class org.hibernate.event.def.AbstractSaveEventListener
 
AbstractScrollableResults - Class in org.hibernate.impl
Implementation of the ScrollableResults interface
AbstractScrollableResults(ResultSet, PreparedStatement, SessionImplementor, Loader, QueryParameters, Type[], HolderInstantiator) - Constructor for class org.hibernate.impl.AbstractScrollableResults
 
AbstractSelectExpression - Class in org.hibernate.hql.ast.tree
Partial implementation of SelectExpression for all the nodes that aren't constructors.
AbstractSelectExpression() - Constructor for class org.hibernate.hql.ast.tree.AbstractSelectExpression
 
AbstractSelectingDelegate - Class in org.hibernate.id.insert
Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy requires an subsequent select after the insert to determine the generated identifier.
AbstractSelectingDelegate(PostInsertIdentityPersister) - Constructor for class org.hibernate.id.insert.AbstractSelectingDelegate
 
AbstractSessionImpl - Class in org.hibernate.impl
Functionality common to stateless and stateful sessions
AbstractSessionImpl(SessionFactoryImpl) - Constructor for class org.hibernate.impl.AbstractSessionImpl
 
AbstractStatement - Class in org.hibernate.hql.ast.tree
Convenience implementation of Statement to centralize common functionality.
AbstractStatement() - Constructor for class org.hibernate.hql.ast.tree.AbstractStatement
 
AbstractStatementExecutor - Class in org.hibernate.hql.ast.exec
Implementation of AbstractStatementExecutor.
AbstractStatementExecutor(HqlSqlWalker, Logger) - Constructor for class org.hibernate.hql.ast.exec.AbstractStatementExecutor
 
AbstractType - Class in org.hibernate.type
Abstract superclass of the built in Type hierarchy.
AbstractType() - Constructor for class org.hibernate.type.AbstractType
 
AbstractUUIDGenerator - Class in org.hibernate.id
The base class for identifier generators that use a UUID algorithm.
AbstractUUIDGenerator() - Constructor for class org.hibernate.id.AbstractUUIDGenerator
 
AbstractVisitor - Class in org.hibernate.event.def
Abstract superclass of algorithms that walk a tree of property values of an entity, and perform specific functionality for collections, components and associated entities.
accept(ValueVisitor) - Method in class org.hibernate.mapping.Any
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Array
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Bag
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Component
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.DependantValue
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.IdentifierBag
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.JoinedSubclass
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.List
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.ManyToOne
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Map
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToMany
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToOne
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.PersistentClass
 
accept(RootClass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(UnionSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(SingleTableSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(JoinedSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(Subclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.PrimitiveArray
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.RootClass
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Set
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.SimpleValue
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.SingleTableSubclass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.Subclass
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.ToOne
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.UnionSubclass
 
accept(ValueVisitor) - Method in interface org.hibernate.mapping.Value
 
accept(Bag) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(IdentifierBag) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(List) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(PrimitiveArray) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Array) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Map) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(OneToMany) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Set) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Any) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(SimpleValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(DependantValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Component) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(ManyToOne) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(OneToOne) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Visitor) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
accept(Visitor) - Method in class org.hibernate.tuple.ElementWrapper
 
AccessCallback - Interface in org.hibernate.id.enhanced
Contract for providing callback access to a DatabaseStructure, typically from the Optimizer.
AccessOptimizerAdapter - Class in org.hibernate.bytecode.cglib
The ReflectionOptimizer.AccessOptimizer implementation for CGLIB which simply acts as an adpater to the BulkBean class.
AccessOptimizerAdapter(BulkBean, Class) - Constructor for class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
 
AccessOptimizerAdapter - Class in org.hibernate.bytecode.javassist
The ReflectionOptimizer.AccessOptimizer implementation for Javassist which simply acts as an adpater to the BulkAccessor class.
AccessOptimizerAdapter(BulkAccessor, Class) - Constructor for class org.hibernate.bytecode.javassist.AccessOptimizerAdapter
 
AccessType - Class in org.hibernate.cache.access
The types of access strategies available.
ActionQueue - Class in org.hibernate.engine
Responsible for maintaining the queue of actions related to events.
ActionQueue(SessionImplementor) - Constructor for class org.hibernate.engine.ActionQueue
Constructs an action queue bound to the given session.
activateLocalClusterNode() - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
AdaptedImmutableType - Class in org.hibernate.type
Optimize a mutable type, if the user promises not to mutable the instances.
AdaptedImmutableType(NullableType) - Constructor for class org.hibernate.type.AdaptedImmutableType
 
add(Document) - Method in class org.hibernate.cfg.Configuration
 
add(Object) - Method in class org.hibernate.collection.PersistentBag
 
add(int, Object) - Method in class org.hibernate.collection.PersistentBag
 
add(Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
add(int, Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
add(Object) - Method in class org.hibernate.collection.PersistentList
 
add(int, Object) - Method in class org.hibernate.collection.PersistentList
 
add(Object) - Method in class org.hibernate.collection.PersistentSet
 
add(Criterion) - Method in interface org.hibernate.Criteria
Add a restriction to constrain the results to be retrieved.
add(Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
 
add(Criterion) - Method in class org.hibernate.criterion.Junction
 
add(Projection) - Method in class org.hibernate.criterion.ProjectionList
 
add(Projection, String) - Method in class org.hibernate.criterion.ProjectionList
 
add(Criteria, Criterion) - Method in class org.hibernate.impl.CriteriaImpl
 
add(Criterion) - Method in class org.hibernate.impl.CriteriaImpl
 
add(Criterion) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
add(Attribute) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(CDATA) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Entity) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Text) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Namespace) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Node) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Comment) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(ProcessingInstruction) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Attribute) - Method in class org.hibernate.tuple.ElementWrapper
 
add(CDATA) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Entity) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Text) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Namespace) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Node) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Comment) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
add(ProcessingInstruction) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Object) - Method in class org.hibernate.util.IdentitySet
 
add(String[], String, String[]) - Static method in class org.hibernate.util.StringHelper
 
addAction(EntityInsertAction) - Method in class org.hibernate.engine.ActionQueue
 
addAction(EntityDeleteAction) - Method in class org.hibernate.engine.ActionQueue
 
addAction(EntityUpdateAction) - Method in class org.hibernate.engine.ActionQueue
 
addAction(CollectionRecreateAction) - Method in class org.hibernate.engine.ActionQueue
 
addAction(CollectionRemoveAction) - Method in class org.hibernate.engine.ActionQueue
 
addAction(CollectionUpdateAction) - Method in class org.hibernate.engine.ActionQueue
 
addAction(EntityIdentityInsertAction) - Method in class org.hibernate.engine.ActionQueue
 
addAction(BulkOperationCleanupAction) - Method in class org.hibernate.engine.ActionQueue
 
addAdditionalProperty(String, String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
addAll(Collection) - Method in class org.hibernate.collection.PersistentBag
 
addAll(int, Collection) - Method in class org.hibernate.collection.PersistentBag
 
addAll(int, Collection) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
addAll(Collection) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
addAll(Collection) - Method in class org.hibernate.collection.PersistentList
 
addAll(int, Collection) - Method in class org.hibernate.collection.PersistentList
 
addAll(Collection) - Method in class org.hibernate.collection.PersistentSet
 
addAll(Collection, Object[]) - Static method in class org.hibernate.util.ArrayHelper
 
addAll(Properties, Map) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
addAll(Collection) - Method in class org.hibernate.util.IdentitySet
 
addAssociation(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PathExpressionParser
 
addAttribute(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addAttribute(QName, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addAttribute(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addAttribute(QName, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.cfg.Configuration
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.cfg.Mappings
 
addBatchLoadableEntityKey(EntityKey) - Method in class org.hibernate.engine.BatchFetchQueue
If an EntityKey represents a batch loadable entity, add it to the queue.
addCacheableFile(File) - Method in class org.hibernate.cfg.Configuration
Add a cached mapping file.
addCacheableFile(String) - Method in class org.hibernate.cfg.Configuration
Add a cacheable mapping file.
addCDATA(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addCDATA(String) - Method in class org.hibernate.tuple.ElementWrapper
 
addCheckConstraint(String) - Method in class org.hibernate.mapping.Table
 
addClass(Class) - Method in class org.hibernate.cfg.Configuration
Read a mapping as an application resouurce using the convention that a class named foo.bar.Foo is mapped by a file foo/bar/Foo.hbm.xml which can be resolved as a classpath resource.
addClass(PersistentClass) - Method in class org.hibernate.cfg.Mappings
 
addCollection(Collection) - Method in class org.hibernate.cfg.Mappings
 
addCollectionHolder(PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
Register a PersistentCollection object for an array.
addCollectionHolder(PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
Register a PersistentCollection object for an array.
addColumn(Column) - Method in class org.hibernate.mapping.Component
 
addColumn(Column) - Method in class org.hibernate.mapping.Constraint
 
addColumn(Column) - Method in class org.hibernate.mapping.Index
 
addColumn(Column) - Method in class org.hibernate.mapping.SimpleValue
 
addColumn(Column) - Method in class org.hibernate.mapping.Table
 
addColumn(String) - Method in class org.hibernate.sql.Insert
 
addColumn(String, String) - Method in class org.hibernate.sql.Insert
 
addColumn(String, Object, LiteralType) - Method in class org.hibernate.sql.Insert
 
addColumn(String) - Method in class org.hibernate.sql.InsertSelect
 
addColumn(String) - Method in class org.hibernate.sql.SelectFragment
 
addColumn(String, String) - Method in class org.hibernate.sql.SelectFragment
 
addColumn(String, String, String) - Method in class org.hibernate.sql.SelectFragment
 
addColumn(String) - Method in class org.hibernate.sql.SimpleSelect
 
addColumn(String, String) - Method in class org.hibernate.sql.SimpleSelect
 
addColumn(String) - Method in class org.hibernate.sql.Update
 
addColumn(String, String) - Method in class org.hibernate.sql.Update
 
addColumn(String, Object, LiteralType) - Method in class org.hibernate.sql.Update
 
addColumn(ResultSet) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
addColumnBinding(String, Column, Table) - Method in class org.hibernate.cfg.Mappings
 
addColumns(Iterator) - Method in class org.hibernate.mapping.Constraint
 
addColumns(Iterator) - Method in class org.hibernate.mapping.Index
 
addColumns(String[]) - Method in class org.hibernate.sql.Insert
 
addColumns(String[], boolean[]) - Method in class org.hibernate.sql.Insert
 
addColumns(String[]) - Method in class org.hibernate.sql.InsertSelect
 
addColumns(String[]) - Method in class org.hibernate.sql.SelectFragment
 
addColumns(String, String[]) - Method in class org.hibernate.sql.SelectFragment
 
addColumns(String, String[], String[]) - Method in class org.hibernate.sql.SelectFragment
 
addColumns(String[], String[]) - Method in class org.hibernate.sql.SimpleSelect
 
addColumns(String[], String[], boolean[]) - Method in class org.hibernate.sql.SimpleSelect
 
addColumns(String[]) - Method in class org.hibernate.sql.SimpleSelect
 
addColumns(String[]) - Method in class org.hibernate.sql.Update
 
addColumns(String[], boolean[]) - Method in class org.hibernate.sql.Update
 
addColumns(String[], String) - Method in class org.hibernate.sql.Update
 
addComment(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addComment(String) - Method in class org.hibernate.tuple.ElementWrapper
 
addComponentTypedValues(String, Object, AbstractComponentType, List, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Example
 
addCondition(String) - Method in class org.hibernate.engine.JoinSequence
 
addCondition(String, String[], String) - Method in class org.hibernate.engine.JoinSequence
 
addCondition(String, String[], String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addCondition(ConditionFragment) - Method in class org.hibernate.sql.DisjunctionFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.JoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.JoinFragment
 
addCondition(StringBuffer, String) - Method in class org.hibernate.sql.JoinFragment
Appends the 'on' condition to the buffer, returning true if the condition was added.
addCondition(String, String[], String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.OracleJoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addCondition(String, String[], String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.QueryJoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.QueryJoinFragment
Add the condition string to the join fragment.
addCondition(String, String, String) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(String, String) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(String[], String, String[]) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(String[], String) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(String, String[], String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.JoinFragment
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addDenormalizedTable(String, String, String, boolean, String, Table) - Method in class org.hibernate.cfg.Mappings
 
addDialectScope(String) - Method in class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
addDialectScope(String) - Method in interface org.hibernate.mapping.AuxiliaryDatabaseObject
Add the given dialect name to the scope of dialects to which this database object applies.
addDirectory(File) - Method in class org.hibernate.cfg.Configuration
Read all mapping documents from a directory tree.
addDiscriminatorToInsert(Insert) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
addDiscriminatorToInsert(Insert) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
addDiscriminatorWhereFragment(RestrictableStatement, Queryable, Map, String) - Method in class org.hibernate.hql.ast.util.SyntheticAndFactory
 
addDocument(Document) - Method in class org.hibernate.cfg.Configuration
Read mappings from a DOM Document
addElement(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addElement(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addElement(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addElement(String) - Method in class org.hibernate.tuple.ElementWrapper
 
addElement(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
addElement(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addEmbeddedParameter(ParameterSpecification) - Method in class org.hibernate.hql.ast.tree.FromElement
 
addEmbeddedParameter(ParameterSpecification) - Method in interface org.hibernate.hql.ast.tree.ParameterContainer
Deprecated. Adds a parameter specification for a parameter encountered within this node.
addEmbeddedParameter(ParameterSpecification) - Method in class org.hibernate.hql.ast.tree.SqlFragment
 
addEntity(EntityKey, Object) - Method in interface org.hibernate.engine.PersistenceContext
Add a canonical mapping from entity key to entity instance
addEntity(EntityUniqueKey, Object) - Method in interface org.hibernate.engine.PersistenceContext
Add an entity to the cache by unique key
addEntity(Object, Status, Object[], EntityKey, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in interface org.hibernate.engine.PersistenceContext
Adds an entity to the internal caches.
addEntity(EntityKey, Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
addEntity(EntityUniqueKey, Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
Add an entity to the cache by unique key
addEntity(Object, Status, Object[], EntityKey, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in class org.hibernate.engine.StatefulPersistenceContext
Adds an entity to the internal caches.
addEntity(Class) - Method in class org.hibernate.impl.SQLQueryImpl
 
addEntity(String) - Method in class org.hibernate.impl.SQLQueryImpl
 
addEntity(String, String) - Method in class org.hibernate.impl.SQLQueryImpl
 
addEntity(String, Class) - Method in class org.hibernate.impl.SQLQueryImpl
 
addEntity(String, String, LockMode) - Method in class org.hibernate.impl.SQLQueryImpl
 
addEntity(String, Class, LockMode) - Method in class org.hibernate.impl.SQLQueryImpl
 
addEntity(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addEntity(String) - Method in interface org.hibernate.SQLQuery
Declare a "root" entity, without specifying an alias
addEntity(String, String) - Method in interface org.hibernate.SQLQuery
Declare a "root" entity
addEntity(String, String, LockMode) - Method in interface org.hibernate.SQLQuery
Declare a "root" entity, specifying a lock mode
addEntity(Class) - Method in interface org.hibernate.SQLQuery
Declare a "root" entity, without specifying an alias
addEntity(String, Class) - Method in interface org.hibernate.SQLQuery
Declare a "root" entity
addEntity(String, Class, LockMode) - Method in interface org.hibernate.SQLQuery
Declare a "root" entity, specifying a lock mode
addEntity(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addEntry(Object, Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in interface org.hibernate.engine.PersistenceContext
Generates an appropriate EntityEntry instance and adds it to the event source's internal caches.
addEntry(Object, Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in class org.hibernate.engine.StatefulPersistenceContext
Generates an appropriate EntityEntry instance and adds it to the event source's internal caches.
addFile(String) - Method in class org.hibernate.cfg.Configuration
Read mappings from a particular XML file
addFile(File) - Method in class org.hibernate.cfg.Configuration
Read mappings from a particular XML file
addFileset(FileSet) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
 
addFileset(FileSet) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
addFileset(FileSet) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
 
addFileset(FileSet) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
addFilter(String, String) - Method in class org.hibernate.mapping.Collection
 
addFilter(String, String) - Method in interface org.hibernate.mapping.Filterable
 
addFilter(String, String) - Method in class org.hibernate.mapping.PersistentClass
 
addFilterDefinition(FilterDefinition) - Method in class org.hibernate.cfg.Configuration
 
addFilterDefinition(FilterDefinition) - Method in class org.hibernate.cfg.Mappings
 
addFormula(Formula) - Method in class org.hibernate.mapping.SimpleValue
 
addFormula(String, String, String) - Method in class org.hibernate.sql.SelectFragment
 
addFormulas(String, String[], String[]) - Method in class org.hibernate.sql.SelectFragment
 
addFragment(JoinFragment) - Method in class org.hibernate.sql.JoinFragment
 
addFromAssociation(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PathExpressionParser
 
addFromCollection(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PathExpressionParser
 
addFromElement(String, AST) - Method in class org.hibernate.hql.ast.tree.FromClause
Adds a new from element to the from node.
addFromFragmentString(String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addFromFragmentString(String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addFromFragmentString(String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addFromFragmentString(String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addIdentityColumn(String) - Method in class org.hibernate.sql.Insert
 
addImpliedFromElement(FromElement) - Method in class org.hibernate.hql.ast.tree.FromClause
 
addImport(String, String) - Method in class org.hibernate.cfg.Mappings
 
addIndex(Index) - Method in class org.hibernate.mapping.Table
 
addInitializedCollection(CollectionPersister, PersistentCollection, Serializable) - Method in interface org.hibernate.engine.PersistenceContext
add a collection we just pulled out of the cache (does not need initializing)
addInitializedCollection(CollectionPersister, PersistentCollection, Serializable) - Method in class org.hibernate.engine.StatefulPersistenceContext
add a collection we just pulled out of the cache (does not need initializing)
addInitializedDetachedCollection(CollectionPersister, PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
add an (initialized) collection that was created by another session and passed into update() (ie.
addInitializedDetachedCollection(CollectionPersister, PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
add an (initialized) collection that was created by another session and passed into update() (ie.
addInputStream(InputStream) - Method in class org.hibernate.cfg.Configuration
Read mappings from an InputStream.
addInstance(String, String, SessionFactory, Properties) - Static method in class org.hibernate.impl.SessionFactoryObjectFactory
 
additionalNamespaces() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
additionalNamespaces() - Method in class org.hibernate.tuple.ElementWrapper
 
additiveExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
additiveExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
addJar(File) - Method in class org.hibernate.cfg.Configuration
Read all mappings from a jar file

Assumes that any file named *.hbm.xml is a mapping document.

addJoin(AssociationType, String, int, String[]) - Method in class org.hibernate.engine.JoinSequence
 
addJoin(String, String) - Method in class org.hibernate.impl.SQLQueryImpl
 
addJoin(String, String, LockMode) - Method in class org.hibernate.impl.SQLQueryImpl
 
addJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
addJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
addJoin(String, String, String[], String[], int) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addJoin(String, String, String[], String[], int, String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addJoin(String, String, String[], String[], int, String) - Method in class org.hibernate.sql.CacheJoinFragment
 
addJoin(String, String, String[], String[], int) - Method in class org.hibernate.sql.JoinFragment
 
addJoin(String, String, String[], String[], int, String) - Method in class org.hibernate.sql.JoinFragment
 
addJoin(String, String, String[], String[], int) - Method in class org.hibernate.sql.OracleJoinFragment
 
addJoin(String, String, String[], String[], int, String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addJoin(String, String, String[], String[], int) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoin(String, String, String[], String[], int, String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoin(String, String, String[], String[], int) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJoin(String, String, String[], String[], int, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJoin(String, String) - Method in interface org.hibernate.SQLQuery
Declare a "joined" entity
addJoin(String, String, LockMode) - Method in interface org.hibernate.SQLQuery
Declare a "joined" entity, specifying a lock mode
addJoins(JoinFragment) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
addJoins(String, String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addJoins(String, String) - Method in class org.hibernate.sql.JoinFragment
 
addJoins(String, String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addJoins(String, String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoins(String, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addManyToManyFilter(String, String) - Method in class org.hibernate.mapping.Collection
 
addManyToManyJoin(JoinFragment, QueryableCollection) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
addMapResource(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Add a mapping file
addMapResource(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
addNamespace(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addNamespace(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addNewCollection(CollectionPersister, PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
Add a new collection (ie.
addNewCollection(CollectionPersister, PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
Add a new collection (ie.
addNode(Cache, Fqn, boolean, boolean, DataVersion) - Static method in class org.hibernate.cache.jbc2.util.CacheHelper
 
addNonLazyCollection(PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
Register a collection for non-lazy loading at the end of the two-phase load
addNonLazyCollection(PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
Register a collection for non-lazy loading at the end of the two-phase load
addNullProperty(EntityKey, String) - Method in interface org.hibernate.engine.PersistenceContext
Record the fact that the association belonging to the keyed entity is null.
addNullProperty(EntityKey, String) - Method in class org.hibernate.engine.StatefulPersistenceContext
Record the fact that the association belonging to the keyed entity is null.
addOrder(Order) - Method in interface org.hibernate.Criteria
Add an ordering to the result set.
addOrder(Order) - Method in class org.hibernate.criterion.DetachedCriteria
 
addOrder(Order) - Method in class org.hibernate.impl.CriteriaImpl
 
addOrder(Order) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
addOrderBy(String) - Method in class org.hibernate.sql.QuerySelect
 
addOrderFragment(String) - Method in class org.hibernate.hql.ast.tree.OrderByClause
 
addPermission(String, String, String) - Method in class org.hibernate.secure.JACCConfiguration
 
addProcessingInstruction(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addProcessingInstruction(String, Map) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addProcessingInstruction(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addProcessingInstruction(String, Map) - Method in class org.hibernate.tuple.ElementWrapper
 
addProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Set the given properties
addProperty(Property) - Method in class org.hibernate.mapping.Component
 
addProperty(Property) - Method in class org.hibernate.mapping.Join
 
addProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
 
addProperty(Property) - Method in class org.hibernate.mapping.Subclass
 
addPropertyPath(String, Type, String[], String[]) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
addPropertyTypedValue(Object, Type, List) - Method in class org.hibernate.criterion.Example
 
addProxy(EntityKey, Object) - Method in interface org.hibernate.engine.PersistenceContext
Add a proxy to the session cache
addProxy(EntityKey, Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
Add a proxy to the session cache
addQuery(String, NamedQueryDefinition) - Method in class org.hibernate.cfg.Mappings
 
addQueryReturn(NativeSQLQueryReturn) - Method in class org.hibernate.engine.ResultSetMappingDefinition
 
addQuerySpaces(Serializable[]) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
addReferencedColumns(Iterator) - Method in class org.hibernate.mapping.ForeignKey
 
addResolver(DialectResolver) - Method in class org.hibernate.dialect.resolver.DialectResolverSet
Add a resolver at the end of the underlying resolver list.
addResolverAtFirst(DialectResolver) - Method in class org.hibernate.dialect.resolver.DialectResolverSet
Add a resolver at the beginning of the underlying resolver list.
addResource(String, ClassLoader) - Method in class org.hibernate.cfg.Configuration
Read mappings as a application resource (i.e.
addResource(String) - Method in class org.hibernate.cfg.Configuration
Read mappings as a application resourceName (i.e.
addResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.cfg.Mappings
 
addrExpr(AST, boolean) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
addrExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
addrExprLhs(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
addScalar(String, Type) - Method in class org.hibernate.impl.SQLQueryImpl
 
addScalar(String) - Method in class org.hibernate.impl.SQLQueryImpl
 
addScalar(String, Type) - Method in interface org.hibernate.SQLQuery
Declare a scalar query result
addScalar(String) - Method in interface org.hibernate.SQLQuery
Declare a scalar query.
addSecondPass(SecondPass) - Method in class org.hibernate.cfg.Mappings
 
addSecondPass(SecondPass, boolean) - Method in class org.hibernate.cfg.Mappings
 
addSelectColumn(String, String) - Method in class org.hibernate.sql.QuerySelect
 
addSelectFragmentString(String) - Method in class org.hibernate.sql.QuerySelect
 
addSqlFunction(String, SQLFunction) - Method in class org.hibernate.cfg.Configuration
 
addSQLQuery(String, NamedSQLQueryDefinition) - Method in class org.hibernate.cfg.Mappings
 
addSubclass(Subclass) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclass(Subclass) - Method in class org.hibernate.mapping.RootClass
 
addSubclassJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
addSubclassProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassProperty(Property) - Method in class org.hibernate.mapping.Subclass
 
addSubclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassTable(Table) - Method in class org.hibernate.mapping.Subclass
 
addSubselect(EntityKey, SubselectFetch) - Method in class org.hibernate.engine.BatchFetchQueue
Adds a subselect fetch decriptor for the given entity key.
addSynchronizedEntityClass(Class) - Method in class org.hibernate.impl.SQLQueryImpl
 
addSynchronizedEntityClass(Class) - Method in interface org.hibernate.SQLQuery
Adds an entity name or auto-flush synchronization.
addSynchronizedEntityName(String) - Method in class org.hibernate.impl.SQLQueryImpl
 
addSynchronizedEntityName(String) - Method in interface org.hibernate.SQLQuery
Adds an entity name or auto-flush synchronization.
addSynchronizedQuerySpace(String) - Method in class org.hibernate.impl.SQLQueryImpl
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.SQLQuery
Adds a query space for auto-flush synchronization.
addSynchronizedTable(String) - Method in class org.hibernate.mapping.PersistentClass
 
addTable(String, String, String, String, boolean) - Method in class org.hibernate.cfg.Mappings
 
addTableAlias(String) - Method in class org.hibernate.sql.ForUpdateFragment
 
addTableBinding(String, String, String, String, Table) - Method in class org.hibernate.cfg.Mappings
 
addTest(Test) - Method in class org.hibernate.junit.functional.FunctionalTestClassTestSuite
 
addText(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addText(String) - Method in class org.hibernate.tuple.ElementWrapper
 
addToBatch(Expectation) - Method in interface org.hibernate.jdbc.Batcher
Add an insert / delete / update to the current batch (might be called multiple times for single prepareBatchStatement())
addToBatch(Expectation) - Method in class org.hibernate.jdbc.BatchingBatcher
 
addToBatch(Expectation) - Method in class org.hibernate.jdbc.NonBatchingBatcher
 
addToEvent(Event) - Method in class org.hibernate.tutorial.domain.Person
 
addToExtendsQueue(ExtendsQueueEntry) - Method in class org.hibernate.cfg.Mappings
 
addTuplizer(EntityMode, String) - Method in class org.hibernate.mapping.Component
 
addTuplizer(EntityMode, String) - Method in class org.hibernate.mapping.PersistentClass
 
addTuplizer(EntityMode, Tuplizer) - Method in class org.hibernate.tuple.EntityModeToTuplizerMapping
 
addTypeDef(String, String, Properties) - Method in class org.hibernate.cfg.Mappings
 
addUnderscores(String) - Static method in class org.hibernate.cfg.ImprovedNamingStrategy
 
addUninitializedCachedEntity(EntityKey, Object, EntityPersister, LockMode, boolean, Object, SessionImplementor) - Static method in class org.hibernate.engine.TwoPhaseLoad
 
addUninitializedCollection(CollectionPersister, PersistentCollection, Serializable) - Method in interface org.hibernate.engine.PersistenceContext
add a collection we just loaded up (still needs initializing)
addUninitializedCollection(CollectionPersister, PersistentCollection, Serializable) - Method in class org.hibernate.engine.StatefulPersistenceContext
add a collection we just loaded up (still needs initializing)
addUninitializedDetachedCollection(CollectionPersister, PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
add a detached uninitialized collection
addUninitializedDetachedCollection(CollectionPersister, PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
add a detached uninitialized collection
addUninitializedEntity(EntityKey, Object, EntityPersister, LockMode, boolean, SessionImplementor) - Static method in class org.hibernate.engine.TwoPhaseLoad
Add an uninitialized instance of an entity class, as a placeholder to ensure object identity.
addUniqueKey(UniqueKey) - Method in class org.hibernate.mapping.Table
 
addUnownedCollection(CollectionKey, PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
Add a collection which has no owner loaded
addUnownedCollection(CollectionKey, PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
addURL(URL) - Method in class org.hibernate.cfg.Configuration
Read mappings from a URL
addValue(String) - Method in class org.hibernate.mapping.MetaAttribute
 
addValue(Object) - Method in class org.hibernate.sql.InFragment
 
addWhenColumnNotNull(String, String, String) - Method in class org.hibernate.sql.CaseFragment
 
addWhereColumn(String) - Method in class org.hibernate.sql.Update
 
addWhereColumn(String, String) - Method in class org.hibernate.sql.Update
 
addWhereColumns(String[]) - Method in class org.hibernate.sql.Update
 
addWhereColumns(String[], String) - Method in class org.hibernate.sql.Update
 
addWhereFragment(JoinFragment, String, QueryNode, FromElement, HqlSqlWalker) - Method in class org.hibernate.hql.ast.util.SyntheticAndFactory
 
addWhereFragment(String) - Method in class org.hibernate.sql.Delete
 
addWhereToken(String) - Method in class org.hibernate.sql.SimpleSelect
 
addXML(String) - Method in class org.hibernate.cfg.Configuration
Read mappings from a String
affectsTable(String) - Method in class org.hibernate.hql.ast.tree.AssignmentSpecification
 
after() - Method in class org.hibernate.impl.AbstractQueryImpl
 
after() - Method in class org.hibernate.impl.CriteriaImpl
 
AFTER_EVICT - Static variable in class org.hibernate.engine.Cascade
A cascade point that occurs just after eviction of the parent entity from the session cache
AFTER_INSERT_BEFORE_DELETE - Static variable in class org.hibernate.engine.Cascade
A cascade point that occurs just after the insertion of the parent entity and just before deletion
AFTER_INSERT_BEFORE_DELETE_VIA_COLLECTION - Static variable in class org.hibernate.engine.Cascade
A cascade point that occurs just after the insertion of the parent entity and just before deletion, inside a collection
AFTER_LOCK - Static variable in class org.hibernate.engine.Cascade
A cascade point that occurs just after refreshing a parent entity
AFTER_STATEMENT - Static variable in class org.hibernate.ConnectionReleaseMode
Indicates that JDBC connection should be aggressively released after each SQL statement is executed.
AFTER_TRANSACTION - Static variable in class org.hibernate.ConnectionReleaseMode
Indicates that JDBC connections should be released after each transaction ends (works with both JTA-registered synch and HibernateTransaction API).
AFTER_UPDATE - Static variable in class org.hibernate.engine.Cascade
A cascade point that occurs just after update of the parent entity
afterAction(PersistentCollection) - Method in class org.hibernate.engine.CollectionEntry
Called after execution of an action
afterCompletion(int) - Method in class org.hibernate.context.JTASessionContext.CleanupSynch
afterCompletion(int) - Method in class org.hibernate.context.ThreadLocalSessionContext.CleanupSynch
afterCompletion(int) - Method in class org.hibernate.transaction.CacheSynchronization
afterConfigurationBuilt(Mappings, Dialect) - Method in interface org.hibernate.junit.functional.ExecutionEnvironment.Settings
 
afterConfigurationBuilt(Mappings, Dialect) - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
afterInitialize() - Method in class org.hibernate.collection.AbstractPersistentCollection
 
afterInitialize() - Method in interface org.hibernate.collection.PersistentCollection
Called after initializing from cache
afterInitialize(Object, boolean, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
afterInitialize(Object, boolean, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Called just after the entities properties have been initialized
afterInitialize(Object, boolean, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
afterInitialize(Object, boolean, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Called just after the entities properties have been initialized.
afterInitialize(Object, boolean, SessionImplementor) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Called just after the entities properties have been initialized.
afterInsert(Object, Object, Object) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(Object, Object, Object) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.NonstrictReadWriteCache
Do nothing.
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.ReadOnlyCache
Do nothing.
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.ReadWriteCache
Add the new item to the cache, checking that no other transaction has accessed the item.
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.TransactionalCache
Do nothing.
afterLast() - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
Go to a location just after the last result
afterLast() - Method in class org.hibernate.impl.ScrollableResultsImpl
 
afterLast() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
afterLast() - Method in interface org.hibernate.ScrollableResults
Go to a location just after the last result
afterLoad() - Method in interface org.hibernate.engine.PersistenceContext
Call this after finishing a two-phase load
afterLoad() - Method in class org.hibernate.engine.StatefulPersistenceContext
Call this after finishing a two-phase load
afterNontransactionalQuery(boolean) - Method in class org.hibernate.jdbc.JDBCContext
Called after executing a query outside the scope of a Hibernate or JTA transaction
afterOperation(boolean) - Method in class org.hibernate.impl.SessionImpl
Check if there is a Hibernate or JTA transaction in progress and, if there is not, flush if necessary, make sure the connection has been committed (if it is not in autocommit mode) and run the after completion processing
afterOperation(boolean) - Method in class org.hibernate.impl.StatelessSessionImpl
 
afterReassociate(Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
afterReassociate(Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Called just after the entity has been reassociated with the session
afterRowInsert(CollectionPersister, Object, int) - Method in class org.hibernate.collection.AbstractPersistentCollection
Called after inserting a row, to fetch the natively generated id
afterRowInsert(CollectionPersister, Object, int) - Method in interface org.hibernate.collection.PersistentCollection
Called after inserting a row, to fetch the natively generated id
afterRowInsert(CollectionPersister, Object, int) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
afterScrollOperation() - Method in interface org.hibernate.engine.SessionImplementor
 
afterScrollOperation() - Method in class org.hibernate.impl.AbstractScrollableResults
 
afterScrollOperation() - Method in class org.hibernate.impl.SessionImpl
 
afterScrollOperation() - Method in class org.hibernate.impl.StatelessSessionImpl
 
afterSessionFactoryBuilt(SessionFactoryImplementor) - Method in interface org.hibernate.junit.functional.ExecutionEnvironment.Settings
 
afterSessionFactoryBuilt(SessionFactoryImplementor) - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
afterStatement() - Method in class org.hibernate.jdbc.ConnectionManager
To be called after execution of each JDBC statement.
afterTransaction() - Method in class org.hibernate.jdbc.ConnectionManager
To be called after local transaction completion.
afterTransactionBegin(Transaction) - Method in class org.hibernate.EmptyInterceptor
 
afterTransactionBegin(Transaction) - Method in class org.hibernate.impl.SessionImpl
 
afterTransactionBegin(Transaction) - Method in class org.hibernate.impl.StatelessSessionImpl
 
afterTransactionBegin(Transaction) - Method in interface org.hibernate.Interceptor
Called when a Hibernate transaction is begun via the Hibernate Transaction API.
afterTransactionBegin(Transaction) - Method in class org.hibernate.jdbc.JDBCContext
We cannot rely upon this method being called! It is only called if we are using Hibernate Transaction API.
afterTransactionBegin(Transaction) - Method in interface org.hibernate.jdbc.JDBCContext.Context
We cannot rely upon this method being called! It is only called if we are using Hibernate Transaction API.
afterTransactionCompletion(boolean) - Method in class org.hibernate.action.BulkOperationCleanupAction
 
afterTransactionCompletion(boolean) - Method in class org.hibernate.action.CollectionAction
 
afterTransactionCompletion(boolean) - Method in class org.hibernate.action.EntityDeleteAction
 
afterTransactionCompletion(boolean) - Method in class org.hibernate.action.EntityIdentityInsertAction
 
afterTransactionCompletion(boolean) - Method in class org.hibernate.action.EntityInsertAction
 
afterTransactionCompletion(boolean) - Method in class org.hibernate.action.EntityUpdateAction
 
afterTransactionCompletion(boolean) - Method in interface org.hibernate.action.Executable
Called after the transaction completes
afterTransactionCompletion(Transaction) - Method in class org.hibernate.EmptyInterceptor
 
afterTransactionCompletion(boolean) - Method in class org.hibernate.engine.ActionQueue
Performs cleanup of any held cache softlocks.
afterTransactionCompletion() - Method in interface org.hibernate.engine.PersistenceContext
Called after transactions end
afterTransactionCompletion(boolean, Transaction) - Method in interface org.hibernate.engine.SessionImplementor
Notify the session that the transaction completed, so we no longer own the old locks.
afterTransactionCompletion() - Method in class org.hibernate.engine.StatefulPersistenceContext
 
afterTransactionCompletion(boolean, Transaction) - Method in class org.hibernate.impl.SessionImpl
 
afterTransactionCompletion(boolean, Transaction) - Method in class org.hibernate.impl.StatelessSessionImpl
 
afterTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
Called after a transaction is committed or rolled back.
afterTransactionCompletion(boolean, Transaction) - Method in class org.hibernate.jdbc.JDBCContext
 
afterTransactionCompletion(boolean, Transaction) - Method in interface org.hibernate.jdbc.JDBCContext.Context
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, Object, SoftLock) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.jbc2.entity.OptimisticReadOnlyAccess
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.jbc2.entity.ReadOnlyAccess
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
afterUpdate(Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.NonstrictReadWriteCache
Invalidate the item (again, for safety).
afterUpdate(Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ReadOnlyCache
Unsupported!
afterUpdate(Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ReadWriteCache
Re-cache the updated state, if and only if there there are no other concurrent soft locks.
afterUpdate(Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.TransactionalCache
Do nothing.
aggregate() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
AGGREGATE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
AGGREGATE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
aggregate(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
AGGREGATE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
aggregateExpr(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
aggregateFuncNoArgsHasParenthesis(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.SelectParser
 
aggregateHasArgs(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.SelectParser
 
AggregateNode - Class in org.hibernate.hql.ast.tree
Represents an aggregate function i.e.
AggregateNode() - Constructor for class org.hibernate.hql.ast.tree.AggregateNode
 
AggregateProjection - Class in org.hibernate.criterion
An aggregation
AggregateProjection(String, String) - Constructor for class org.hibernate.criterion.AggregateProjection
 
aggregateType(List, Type, QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.SelectParser
 
alias(Projection, String) - Static method in class org.hibernate.criterion.Projections
Assign an alias to a projection, by wrapping it
ALIAS - Static variable in class org.hibernate.dialect.ResultColumnReferenceStrategy
For databases which do not support ResultColumnReferenceStrategy.SOURCE, ANSI SQL defines two allowable approaches.
alias() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
ALIAS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ALIAS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ALIAS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
Alias - Class in org.hibernate.sql
An alias generator for SQL identifiers
Alias(int, String) - Constructor for class org.hibernate.sql.Alias
Constructor for Alias.
Alias(String) - Constructor for class org.hibernate.sql.Alias
Constructor for Alias.
ALIAS_REF - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ALIAS_REF - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ALIAS_TO_ENTITY_MAP - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Each row of results is a Map from alias to entity instance
ALIAS_TO_ENTITY_MAP - Static variable in class org.hibernate.transform.Transformers
Each row of results is a Map from alias to values/entities
aliasedExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
AliasedProjection - Class in org.hibernate.criterion
 
AliasedProjection(Projection, String) - Constructor for class org.hibernate.criterion.AliasedProjection
 
aliasedSelectExpr(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
aliases - Variable in class org.hibernate.loader.JoinWalker
 
aliases - Variable in class org.hibernate.loader.OuterJoinLoader
 
AliasGenerator - Class in org.hibernate.hql.ast.util
Generates class/table/column aliases during semantic analysis and SQL rendering.
AliasGenerator() - Constructor for class org.hibernate.hql.ast.util.AliasGenerator
 
aliasRef(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
aliasToBean(Class) - Static method in class org.hibernate.transform.Transformers
Creates a resulttransformer that will inject aliased values into instances of Class via property methods or fields.
AliasToBeanConstructorResultTransformer - Class in org.hibernate.transform
Wraps the tuples in a constructor call.
AliasToBeanConstructorResultTransformer(Constructor) - Constructor for class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Instantiates a AliasToBeanConstructorResultTransformer.
AliasToBeanResultTransformer - Class in org.hibernate.transform
Result transformer that allows to transform a result to a user specified class which will be populated via setter methods or fields matching the alias names.
AliasToBeanResultTransformer(Class) - Constructor for class org.hibernate.transform.AliasToBeanResultTransformer
 
AliasToEntityMapResultTransformer - Class in org.hibernate.transform
ResultTransformer implementation which builds a map for each "row", made up of each aliased value where the alias is the map key.
AliasToEntityMapResultTransformer() - Constructor for class org.hibernate.transform.AliasToEntityMapResultTransformer
Deprecated. Use the AliasToEntityMapResultTransformer.INSTANCE reference instead of explicitly creating a new one (to be removed in 3.4).
alignColumns() - Method in class org.hibernate.mapping.ForeignKey
Validates that columnspan of the foreignkey and the primarykey is the same.
ALL - Static variable in class org.hibernate.engine.CascadeStyle
save / delete / update / evict / lock / replicate / merge / persist
ALL - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ALL - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ALL - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ALL_DELETE_ORPHAN - Static variable in class org.hibernate.engine.CascadeStyle
save / delete / update / evict / lock / replicate / merge / persist + delete orphans
allEq(Map) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equals" constraint to each property in the key set of a Map
allowsPhysicalColumnNameInHaving(String) - Method in class org.hibernate.junit.functional.FunctionalTestCase
Does the db/dialect support using a column's physical name in the having clause even after it has been aliased in the select/group-by clause.
allowsPhysicalColumnNameInOrderby(String) - Method in class org.hibernate.junit.functional.FunctionalTestCase
Does the db/dialect support using a column's physical name in the order-by clause even after it has been aliased in the select clause.
altWhenClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
ALWAYS - Static variable in class org.hibernate.FlushMode
The Session is flushed before every query.
ALWAYS - Static variable in class org.hibernate.mapping.PropertyGeneration
Values for this property are generated by the database on both insert and update.
and(Criterion, Criterion) - Static method in class org.hibernate.criterion.Restrictions
Return the conjuction of two expressions
AND - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
AND - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
AND - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ANSICaseFragment - Class in org.hibernate.sql
An ANSI SQL CASE expression.
ANSICaseFragment() - Constructor for class org.hibernate.sql.ANSICaseFragment
 
ANSIJoinFragment - Class in org.hibernate.sql
An ANSI-style join
ANSIJoinFragment() - Constructor for class org.hibernate.sql.ANSIJoinFragment
 
AnsiTrimEmulationFunction - Class in org.hibernate.dialect.function
A SQLFunction implementation that emulates the ANSI SQL trim function on dialects which do not support the full definition.
AnsiTrimEmulationFunction() - Constructor for class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Constructs a new AnsiTrimEmulationFunction using AnsiTrimEmulationFunction.LTRIM, AnsiTrimEmulationFunction.RTRIM, and AnsiTrimEmulationFunction.REPLACE respectively.
AnsiTrimEmulationFunction(String, String, String) - Constructor for class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Constructs a trim() emulation function definition using the specified function calls.
ANY - Static variable in class org.hibernate.engine.IdentifierValue
Always assume the transient instance is newly instantiated
any(Type, Type) - Static method in class org.hibernate.Hibernate
A Hibernate any type.
ANY - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ANY - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ANY - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
Any - Class in org.hibernate.mapping
A Hibernate "any" type (ie.
Any(Table) - Constructor for class org.hibernate.mapping.Any
 
ANY - Static variable in class org.hibernate.secure.HibernatePermission
 
AnyType - Class in org.hibernate.type
Handles "any" mappings and the old deprecated "object" type
AnyType(Type, Type) - Constructor for class org.hibernate.type.AnyType
 
AnyType() - Constructor for class org.hibernate.type.AnyType
 
AnyType.ObjectTypeCacheEntry - Class in org.hibernate.type
 
ANYWHERE - Static variable in class org.hibernate.criterion.MatchMode
Match the pattern anywhere in the string
append(int, String, boolean) - Method in class org.hibernate.hql.ast.util.ASTAppender
 
append(AST) - Method in class org.hibernate.hql.ast.util.ASTAppender
 
appendAssignmentFragment(String) - Method in class org.hibernate.sql.Update
 
appendAttributes(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
appendAttributes(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
appendComponentCondition(String, Object, AbstractComponentType, Criteria, CriteriaQuery, StringBuffer) - Method in class org.hibernate.criterion.Example
 
appendContent(Branch) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
appendContent(Branch) - Method in class org.hibernate.tuple.ElementWrapper
 
appendDisplayText(StringBuffer) - Method in class org.hibernate.hql.ast.tree.FromElement
 
appendElementColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendEscapedMultibyteChars(String, StringBuffer) - Static method in class org.hibernate.hql.ast.util.ASTPrinter
 
appendIdentifierColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.Dialect
Provided we Dialect.supportsInsertSelectIdentity(), then attch the "select identity" clause to the insert statement.
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.SQLServerDialect
Use insert table(...) values(...) select SCOPE_IDENTITY()
appendIndexColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendLockHint(LockMode, String) - Method in class org.hibernate.dialect.Dialect
Some dialects support an alternative means to SELECT FOR UPDATE, whereby a "lock hint" is appends to the table name in the from clause.
appendLockHint(LockMode, String) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendPropertyCondition(String, Object, Criteria, CriteriaQuery, StringBuffer) - Method in class org.hibernate.criterion.Example
 
appendSibling(AST, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
 
appliesTo(Dialect) - Method in interface org.hibernate.junit.functional.ExecutionEnvironment.Settings
 
appliesTo(Dialect) - Method in class org.hibernate.junit.functional.FunctionalTestCase
Intended to indicate that this test class as a whole is intended for a dialect or series of dialects.
appliesToDialect(Dialect) - Method in class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
appliesToDialect(Dialect) - Method in interface org.hibernate.mapping.AuxiliaryDatabaseObject
Does this database object apply to the given dialect?
applyIncrementSizeToSourceValues() - Method in interface org.hibernate.id.enhanced.Optimizer
Are increments to be applied to the values stored in the underlying value source?
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.HiLoOptimizer
Are increments to be applied to the values stored in the underlying value source?
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.NoopOptimizer
Are increments to be applied to the values stored in the underlying value source?
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
Are increments to be applied to the values stored in the underlying value source?
applyLocks(String, Map, Dialect) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
applyLocks(String, Map, Dialect) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
applyLocks(String, Map, Dialect) - Method in class org.hibernate.loader.hql.QueryLoader
 
applyLocks(String, Map, Dialect) - Method in class org.hibernate.loader.Loader
Append FOR UPDATE OF clause, if necessary.
applyLocksToSql(String, Map, Map) - Method in class org.hibernate.dialect.Dialect
Modifies the given SQL by applying the appropriate updates for the specified lock modes and key columns.
appropriateExpectation(ExecuteUpdateResultCheckStyle) - Static method in class org.hibernate.jdbc.Expectations
 
APPROXIMATE - Static variable in class org.hibernate.hql.ast.util.LiteralProcessor
Indicates that Float and Double literal values should be treated using the SQL "approximate" format (i.e., '1E-3')
areCallbacksLocalToHibernateTransactions() - Method in class org.hibernate.transaction.CMTTransactionFactory
 
areCallbacksLocalToHibernateTransactions() - Method in class org.hibernate.transaction.JDBCTransactionFactory
Are all transaction callbacks local to Hibernate Transactions? Or can the callbacks originate from some other source (e.g.
areCallbacksLocalToHibernateTransactions() - Method in class org.hibernate.transaction.JTATransactionFactory
Are all transaction callbacks local to Hibernate Transactions? Or can the callbacks originate from some other source (e.g.
areCallbacksLocalToHibernateTransactions() - Method in interface org.hibernate.transaction.TransactionFactory
Are all transaction callbacks local to Hibernate Transactions? Or can the callbacks originate from some other source (e.g.
areInsertionsOrDeletionsQueued() - Method in class org.hibernate.engine.ActionQueue
Check whether any insertion or deletion actions are currently queued.
areLazyPropertiesUnfetched() - Method in class org.hibernate.cache.entry.CacheEntry
 
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.Cache71Dialect
 
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.Dialect
Are string comparisons implicitly case insensitive.
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.MySQLDialect
 
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.SQLServerDialect
 
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.TeradataDialect
 
areTablesToBeUpdated(Set) - Method in class org.hibernate.engine.ActionQueue
Check whether the given tables/query-spaces are to be executed against given the currently queued actions.
arguments(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
arithmeticExpr(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
arithmeticExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
array - Variable in class org.hibernate.collection.PersistentArrayHolder
 
Array - Class in org.hibernate.mapping
An array mapping has a primary key consisting of the key columns + index column.
Array(PersistentClass) - Constructor for class org.hibernate.mapping.Array
Constructor for Array.
array(String, String, boolean, Class) - Static method in class org.hibernate.type.TypeFactory
 
ArrayHelper - Class in org.hibernate.util
 
ArrayType - Class in org.hibernate.type
A type for persistent arrays.
ArrayType(String, String, Class, boolean) - Constructor for class org.hibernate.type.ArrayType
 
as(String) - Method in class org.hibernate.criterion.SimpleProjection
 
AS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
AS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
AS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
asAlias() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
asc(String) - Static method in class org.hibernate.criterion.Order
Ascending order
asc() - Method in class org.hibernate.criterion.Property
 
ASCENDING - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ASCENDING - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ASCENDING - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ascendingOrDescending() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
assemble(Object, Serializable, EntityPersister, Interceptor, EventSource) - Method in class org.hibernate.cache.entry.CacheEntry
 
assemble(PersistentCollection, CollectionPersister, Object) - Method in class org.hibernate.cache.entry.CollectionCacheEntry
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.CompositeCustomType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.CustomType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.ManyToOneType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.OneToOneType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.SerializableType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.SpecialOneToOneType
 
assemble(Serializable, SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Reconstruct the object from its cached "disassembled" state.
assemble(Serializable[], Type[], SessionImplementor, Object) - Static method in class org.hibernate.type.TypeFactory
Apply the Type.assemble(java.io.Serializable, org.hibernate.engine.SessionImplementor, java.lang.Object) operation across a series of values.
assemble(Serializable, SessionImplementor, Object) - Method in interface org.hibernate.usertype.CompositeUserType
Reconstruct an object from the cacheable representation.
assemble(Serializable, Object) - Method in interface org.hibernate.usertype.UserType
Reconstruct an object from the cacheable representation.
assertAllDataRemoved() - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
assertClassAssignability(Class, Class) - Static method in class org.hibernate.junit.UnitTestCase
 
assertElementTypeAssignability(Collection, Class) - Static method in class org.hibernate.junit.UnitTestCase
 
AssertionFailure - Exception in org.hibernate
Indicates failure of an assertion: a possible bug in Hibernate.
AssertionFailure(String) - Constructor for exception org.hibernate.AssertionFailure
 
AssertionFailure(String, Throwable) - Constructor for exception org.hibernate.AssertionFailure
 
Assigned - Class in org.hibernate.id
assigned

An IdentifierGenerator that returns the current identifier assigned to an instance.
Assigned() - Constructor for class org.hibernate.id.Assigned
 
assignment() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
assignment(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
AssignmentSpecification - Class in org.hibernate.hql.ast.tree
Encapsulates the information relating to an individual assignment within the set clause of an HQL update statement.
AssignmentSpecification(AST, Queryable) - Constructor for class org.hibernate.hql.ast.tree.AssignmentSpecification
 
associations - Variable in class org.hibernate.loader.JoinWalker
 
AssociationType - Interface in org.hibernate.type
A type that represents some kind of association between entities.
ASTAppender - Class in org.hibernate.hql.ast.util
Appends child nodes to a parent efficiently.
ASTAppender(ASTFactory, AST) - Constructor for class org.hibernate.hql.ast.util.ASTAppender
 
ASTAppender(AST) - Constructor for class org.hibernate.hql.ast.util.ASTAppender
 
ASTIterator - Class in org.hibernate.hql.ast.util
Depth first iteration of an ANTLR AST.
ASTIterator(AST) - Constructor for class org.hibernate.hql.ast.util.ASTIterator
 
ASTParentsFirstIterator - Class in org.hibernate.hql.ast.util
Depth first iteration of an ANTLR AST.
ASTParentsFirstIterator(AST) - Constructor for class org.hibernate.hql.ast.util.ASTParentsFirstIterator
 
ASTPrinter - Class in org.hibernate.hql.ast.util
Utility for generating pretty "ASCII art" representations of syntax trees.
ASTPrinter(Class) - Constructor for class org.hibernate.hql.ast.util.ASTPrinter
Constructs a printer.
ASTPrinter(boolean) - Constructor for class org.hibernate.hql.ast.util.ASTPrinter
 
ASTPrinter(Class, boolean) - Constructor for class org.hibernate.hql.ast.util.ASTPrinter
Constructs a printer.
ASTQueryTranslatorFactory - Class in org.hibernate.hql.ast
Generates translators which uses the Antlr-based parser to perform the translation.
ASTQueryTranslatorFactory() - Constructor for class org.hibernate.hql.ast.ASTQueryTranslatorFactory
 
ASTUtil - Class in org.hibernate.hql.ast.util
Provides utility methods for AST traversal and manipulation.
ASTUtil.FilterPredicate - Interface in org.hibernate.hql.ast.util
Filters nodes out of a tree.
ASTUtil.IncludePredicate - Class in org.hibernate.hql.ast.util
A predicate that uses inclusion, rather than exclusion semantics.
ASTUtil.IncludePredicate() - Constructor for class org.hibernate.hql.ast.util.ASTUtil.IncludePredicate
 
asXML() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
asXML() - Method in class org.hibernate.tuple.ElementWrapper
 
asXPathResult(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
asXPathResult(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
atom() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
attribute(int) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attribute(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attribute(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attribute(int) - Method in class org.hibernate.tuple.ElementWrapper
 
attribute(String) - Method in class org.hibernate.tuple.ElementWrapper
 
attribute(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
attributeCount() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeCount() - Method in class org.hibernate.tuple.ElementWrapper
 
attributeIterator() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeIterator() - Method in class org.hibernate.tuple.ElementWrapper
 
attributes() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributes() - Method in class org.hibernate.tuple.ElementWrapper
 
attributeValue(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeValue(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeValue(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeValue(QName, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeValue(String) - Method in class org.hibernate.tuple.ElementWrapper
 
attributeValue(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
attributeValue(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
attributeValue(QName, String) - Method in class org.hibernate.tuple.ElementWrapper
 
AuctionInfo - Class in org.hibernate.auction
 
AuctionInfo(long, String, Date, Float) - Constructor for class org.hibernate.auction.AuctionInfo
 
AuctionItem - Class in org.hibernate.auction
 
AuctionItem() - Constructor for class org.hibernate.auction.AuctionItem
 
AUTO - Static variable in class org.hibernate.FlushMode
The Session is sometimes flushed before query execution in order to ensure that queries never return stale state.
AUTO_CLOSE_SESSION - Static variable in class org.hibernate.cfg.Environment
Enable automatic session close at end of transaction
AUTOCOMMIT - Static variable in class org.hibernate.cfg.Environment
JDBC autocommit mode
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.custom.CustomLoader
 
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.Loader
 
AutoFlushEvent - Class in org.hibernate.event
Defines an event class for the auto-flushing of a session.
AutoFlushEvent(Set, EventSource) - Constructor for class org.hibernate.event.AutoFlushEvent
 
AutoFlushEventListener - Interface in org.hibernate.event
Defines the contract for handling of session auto-flush events.
autoFlushIfRequired(Set) - Method in class org.hibernate.impl.SessionImpl
detect in-memory changes, determine if the changes are to tables named in the query and, if so, complete execution the flush
autoFlushIfRequired(Set) - Method in class org.hibernate.impl.StatelessSessionImpl
 
autoImport - Variable in class org.hibernate.cfg.Mappings
 
AuxiliaryDatabaseObject - Interface in org.hibernate.mapping
Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.
auxiliaryDatabaseObjects - Variable in class org.hibernate.cfg.Configuration
 
auxiliaryDatabaseObjects - Variable in class org.hibernate.cfg.Mappings
 
avg(String) - Static method in class org.hibernate.criterion.Projections
A property average value
avg() - Method in class org.hibernate.criterion.Property
 
AVG - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
AVG - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
AVG - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
AvgProjection - Class in org.hibernate.criterion
An avg() projection
AvgProjection(String) - Constructor for class org.hibernate.criterion.AvgProjection
 

B

Backref - Class in org.hibernate.mapping
 
Backref() - Constructor for class org.hibernate.mapping.Backref
 
BackrefPropertyAccessor - Class in org.hibernate.property
Represents a "back-reference" to the id of a collection owner.
BackrefPropertyAccessor(String, String) - Constructor for class org.hibernate.property.BackrefPropertyAccessor
Constructs a new instance of BackrefPropertyAccessor.
BackrefPropertyAccessor.BackrefGetter - Class in org.hibernate.property
Internal implementation of a property getter specific to these back-ref properties.
BackrefPropertyAccessor.BackrefGetter() - Constructor for class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
 
BackrefPropertyAccessor.BackrefSetter - Class in org.hibernate.property
Internal implementation of a property setter specific to these back-ref properties.
BackrefPropertyAccessor.BackrefSetter() - Constructor for class org.hibernate.property.BackrefPropertyAccessor.BackrefSetter
 
bag - Variable in class org.hibernate.collection.PersistentBag
 
Bag - Class in org.hibernate.mapping
A bag permits duplicates, so it has no primary key
Bag(PersistentClass) - Constructor for class org.hibernate.mapping.Bag
 
bag(String, String, boolean) - Static method in class org.hibernate.type.TypeFactory
 
BagType - Class in org.hibernate.type
 
BagType(String, String, boolean) - Constructor for class org.hibernate.type.BagType
 
BaseCacheProviderTestCase - Class in org.hibernate.test.cache
Common requirement testing for each CacheProvider impl.
BaseCacheProviderTestCase(String) - Constructor for class org.hibernate.test.cache.BaseCacheProviderTestCase
 
BaseGeneralDataRegionAdapter - Class in org.hibernate.cache.impl.bridge
BaseGeneralDataRegionAdapter(Cache, Settings) - Constructor for class org.hibernate.cache.impl.bridge.BaseGeneralDataRegionAdapter
 
BaseRegionAdapter - Class in org.hibernate.cache.impl.bridge
Basic adapter bridging between Region and Cache.
BaseRegionAdapter(Cache, Settings) - Constructor for class org.hibernate.cache.impl.bridge.BaseRegionAdapter
 
BaseTransactionalDataRegionAdapter - Class in org.hibernate.cache.impl.bridge
BaseTransactionalDataRegionAdapter(Cache, Settings, CacheDataDescription) - Constructor for class org.hibernate.cache.impl.bridge.BaseTransactionalDataRegionAdapter
 
BASIC - Static variable in class org.hibernate.jdbc.Expectations
 
BASIC - Static variable in class org.hibernate.jdbc.util.FormatStyle
 
basic(String) - Static method in class org.hibernate.type.TypeFactory
Given the name of a Hibernate basic type, return an instance of org.hibernate.type.Type.
BasicClassFilter - Class in org.hibernate.bytecode.util
BasicClassFilter provides class filtering based on a series of packages to be included and/or a series of explicit class names to be included.
BasicClassFilter() - Constructor for class org.hibernate.bytecode.util.BasicClassFilter
 
BasicClassFilter(String[], String[]) - Constructor for class org.hibernate.bytecode.util.BasicClassFilter
 
BasicCollectionJoinWalker - Class in org.hibernate.loader.collection
Walker for collections of values and many-to-many associations
BasicCollectionJoinWalker(QueryableCollection, int, String, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.collection.BasicCollectionJoinWalker
 
BasicCollectionLoader - Class in org.hibernate.loader.collection
Loads a collection of values or a many-to-many association.
BasicCollectionLoader(QueryableCollection, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.collection.BasicCollectionLoader
 
BasicCollectionLoader(QueryableCollection, int, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.collection.BasicCollectionLoader
 
BasicCollectionLoader(QueryableCollection, int, String, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.collection.BasicCollectionLoader
 
BasicCollectionPersister - Class in org.hibernate.persister.collection
Collection persister for collections of values and many-to-many associations.
BasicCollectionPersister(Collection, CollectionRegionAccessStrategy, Configuration, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.BasicCollectionPersister
 
BasicDialectResolver - Class in org.hibernate.dialect.resolver
Intended as support for custom resolvers.
BasicDialectResolver(String, Class) - Constructor for class org.hibernate.dialect.resolver.BasicDialectResolver
 
BasicDialectResolver(String, int, Class) - Constructor for class org.hibernate.dialect.resolver.BasicDialectResolver
 
BasicEntityPropertyMapping - Class in org.hibernate.persister.entity
 
BasicEntityPropertyMapping(AbstractEntityPersister) - Constructor for class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
BasicExecutor - Class in org.hibernate.hql.ast.exec
Implementation of BasicExecutor.
BasicExecutor(HqlSqlWalker, Queryable) - Constructor for class org.hibernate.hql.ast.exec.BasicExecutor
 
BasicFormatterImpl - Class in org.hibernate.jdbc.util
Performs formatting of basic SQL statements (DML + query).
BasicFormatterImpl() - Constructor for class org.hibernate.jdbc.util.BasicFormatterImpl
 
BasicInstrumentationTask - Class in org.hibernate.tool.instrument
Super class for all Hibernate instrumentation tasks.
BasicInstrumentationTask() - Constructor for class org.hibernate.tool.instrument.BasicInstrumentationTask
 
BasicInstrumentationTask.LoggerBridge - Class in org.hibernate.tool.instrument
 
BasicInstrumentationTask.LoggerBridge() - Constructor for class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
BasicLazyInitializer - Class in org.hibernate.proxy.pojo
Lazy initializer for POJOs
BasicLazyInitializer(String, Class, Serializable, Method, Method, AbstractComponentType, SessionImplementor) - Constructor for class org.hibernate.proxy.pojo.BasicLazyInitializer
 
BasicLoader - Class in org.hibernate.loader
Uses the default mapping from property to result set column alias defined by the entities' persisters.
BasicLoader(SessionFactoryImplementor) - Constructor for class org.hibernate.loader.BasicLoader
 
BasicPropertyAccessor - Class in org.hibernate.property
Accesses property values via a get/set pair, which may be nonpublic.
BasicPropertyAccessor() - Constructor for class org.hibernate.property.BasicPropertyAccessor
 
BasicPropertyAccessor.BasicGetter - Class in org.hibernate.property
 
BasicPropertyAccessor.BasicSetter - Class in org.hibernate.property
 
BasicProxyFactory - Interface in org.hibernate.bytecode
A proxy factory for "basic proxy" generation
BasicRegionAdapter - Class in org.hibernate.cache.jbc2
General support for writing Region implementations for JBoss Cache 2.x.
BasicRegionAdapter(Cache, String, String) - Constructor for class org.hibernate.cache.jbc2.BasicRegionAdapter
 
BasicSQLExceptionConverter - Class in org.hibernate.dialect.resolver
A helper to centralize conversion of SQLExceptions to JDBCExceptions.
BasicSQLExceptionConverter() - Constructor for class org.hibernate.dialect.resolver.BasicSQLExceptionConverter
 
BasicTransformerAdapter - Class in org.hibernate.transform
Provides the basic "noop" impls of the ResultTransformer contract.
BasicTransformerAdapter() - Constructor for class org.hibernate.transform.BasicTransformerAdapter
 
BATCH_STRATEGY - Static variable in class org.hibernate.cfg.Environment
Select a custom batcher.
BATCH_VERSIONED_DATA - Static variable in class org.hibernate.cfg.Environment
Should versioned data be included in batching?
BatchedTooManyRowsAffectedException - Exception in org.hibernate.jdbc
Much like TooManyRowsAffectedException, indicates that more rows than what we were expcecting were affected.
BatchedTooManyRowsAffectedException(String, int, int, int) - Constructor for exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException
 
Batcher - Interface in org.hibernate.jdbc
Manages PreparedStatements for a session.
BatcherFactory - Interface in org.hibernate.jdbc
Factory for Batcher instances.
BatchFailedException - Exception in org.hibernate.jdbc
Indicates a failed batch entry (-3 return).
BatchFailedException(String) - Constructor for exception org.hibernate.jdbc.BatchFailedException
 
BatchFailedException(String, Throwable) - Constructor for exception org.hibernate.jdbc.BatchFailedException
 
BatchFetchQueue - Class in org.hibernate.engine
Tracks entity and collection keys that are available for batch fetching, and the queries which were used to load entities, which can be re-used as a subquery for loading owned collections.
BatchFetchQueue(PersistenceContext) - Constructor for class org.hibernate.engine.BatchFetchQueue
Constructs a queue for the given context.
BatchingBatcher - Class in org.hibernate.jdbc
An implementation of the Batcher interface that actually uses batching
BatchingBatcher(ConnectionManager, Interceptor) - Constructor for class org.hibernate.jdbc.BatchingBatcher
 
BatchingBatcherFactory - Class in org.hibernate.jdbc
A BatcherFactory implementation which constructs Batcher instances capable of actually performing batch operations.
BatchingBatcherFactory() - Constructor for class org.hibernate.jdbc.BatchingBatcherFactory
 
BatchingCollectionInitializer - Class in org.hibernate.loader.collection
"Batch" loads collections, using multiple foreign key values in the SQL where clause.
BatchingCollectionInitializer(CollectionPersister, int[], Loader[]) - Constructor for class org.hibernate.loader.collection.BatchingCollectionInitializer
 
BatchingEntityLoader - Class in org.hibernate.loader.entity
"Batch" loads entities, using multiple primary key values in the SQL where clause.
BatchingEntityLoader(EntityPersister, int[], Loader[]) - Constructor for class org.hibernate.loader.entity.BatchingEntityLoader
 
batchSize - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
before() - Method in class org.hibernate.impl.AbstractQueryImpl
 
before() - Method in class org.hibernate.impl.CriteriaImpl
 
BEFORE_FLUSH - Static variable in class org.hibernate.engine.Cascade
A cascade point that occurs just before the session is flushed
BEFORE_INSERT_AFTER_DELETE - Static variable in class org.hibernate.engine.Cascade
A cascade point that occurs just before the insertion of the parent entity and just after deletion
BEFORE_MERGE - Static variable in class org.hibernate.engine.Cascade
A cascade point that occurs just before merging from a transient parent entity into the object in the session cache
BEFORE_REFRESH - Static variable in class org.hibernate.engine.Cascade
A cascade point that occurs just after locking a transient parent entity into the session cache
beforeAssemble(Serializable, SessionImplementor) - Method in class org.hibernate.type.AbstractType
 
beforeAssemble(Serializable, SessionImplementor) - Method in class org.hibernate.type.ManyToOneType
 
beforeAssemble(Serializable, SessionImplementor) - Method in interface org.hibernate.type.Type
Called before assembling a query result set from the query cache, to allow batch fetching of entities missing from the second-level cache.
beforeAssemble(Serializable[], Type[], SessionImplementor) - Static method in class org.hibernate.type.TypeFactory
Apply the Type.beforeAssemble(java.io.Serializable, org.hibernate.engine.SessionImplementor) operation across a series of values.
beforeCompletion() - Method in class org.hibernate.context.JTASessionContext.CleanupSynch
beforeCompletion() - Method in class org.hibernate.context.ThreadLocalSessionContext.CleanupSynch
beforeCompletion() - Method in class org.hibernate.transaction.CacheSynchronization
beforeExecutions() - Method in class org.hibernate.action.BulkOperationCleanupAction
 
beforeExecutions() - Method in class org.hibernate.action.CollectionAction
 
beforeExecutions() - Method in class org.hibernate.action.EntityAction
 
beforeExecutions() - Method in interface org.hibernate.action.Executable
Called before executing any actions
beforeFirst() - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
Go to a location just before first result (this is the initial location)
beforeFirst() - Method in class org.hibernate.impl.ScrollableResultsImpl
 
beforeFirst() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
beforeFirst() - Method in interface org.hibernate.ScrollableResults
Go to a location just before first result (this is the initial location)
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.PersistentArrayHolder
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.PersistentBag
 
beforeInitialize(CollectionPersister, int) - Method in interface org.hibernate.collection.PersistentCollection
Called before any elements are read into the collection, allowing appropriate initializations to occur.
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.PersistentElementHolder
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.PersistentList
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.PersistentMap
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.PersistentSet
 
beforeLoad() - Method in interface org.hibernate.engine.PersistenceContext
Call this before begining a two-phase load
beforeLoad() - Method in class org.hibernate.engine.StatefulPersistenceContext
Call this before begining a two-phase load
beforeSelectClause() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
beforeSelectClause() - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
beforeTransactionCompletion(Transaction) - Method in class org.hibernate.EmptyInterceptor
 
beforeTransactionCompletion(Transaction) - Method in interface org.hibernate.engine.SessionImplementor
Notify the session that the transaction is about to complete
beforeTransactionCompletion(Transaction) - Method in class org.hibernate.impl.SessionImpl
 
beforeTransactionCompletion(Transaction) - Method in class org.hibernate.impl.StatelessSessionImpl
 
beforeTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
Called before a transaction is committed (but not before rollback).
beforeTransactionCompletion(Transaction) - Method in class org.hibernate.jdbc.JDBCContext
 
beforeTransactionCompletion(Transaction) - Method in interface org.hibernate.jdbc.JDBCContext.Context
 
begin() - Method in class org.hibernate.test.tm.SimpleJtaTransactionManagerImpl
 
begin() - Method in interface org.hibernate.Transaction
Begin a new transaction.
begin() - Method in class org.hibernate.transaction.CMTTransaction
Begin a new transaction.
begin() - Method in class org.hibernate.transaction.JDBCTransaction
Begin a new transaction.
begin() - Method in class org.hibernate.transaction.JTATransaction
Begin a new transaction.
begin() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
beginFunctionTemplate(AST, AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
beginFunctionTemplate(AST, AST) - Method in class org.hibernate.hql.ast.SqlGenerator
 
beginRead() - Method in class org.hibernate.collection.AbstractPersistentCollection
Called just before reading any rows from the JDBC result set
beginRead() - Method in class org.hibernate.collection.PersistentArrayHolder
 
beginRead() - Method in interface org.hibernate.collection.PersistentCollection
Called just before reading any rows from the JDBC result set
beginRead() - Method in class org.hibernate.collection.PersistentSet
 
beginTransaction() - Method in class org.hibernate.impl.SessionImpl
 
beginTransaction() - Method in class org.hibernate.impl.StatelessSessionImpl
 
beginTransaction() - Method in interface org.hibernate.Session
Begin a unit of work and return the associated Transaction object.
beginTransaction() - Method in interface org.hibernate.StatelessSession
Begin a Hibernate transaction.
bestGuessEntityName(Object) - Method in interface org.hibernate.engine.SessionImplementor
The best guess entity name for an entity not in an association
bestGuessEntityName(Object) - Method in class org.hibernate.impl.SessionImpl
 
bestGuessEntityName(Object) - Method in class org.hibernate.impl.StatelessSessionImpl
 
BESTransactionManagerLookup - Class in org.hibernate.transaction
A TransactionManager lookup strategy for Borland ES.
BESTransactionManagerLookup() - Constructor for class org.hibernate.transaction.BESTransactionManagerLookup
 
between(Object, Object) - Method in class org.hibernate.criterion.Property
 
between(String, Object, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "between" constraint to the named property
BETWEEN - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
BETWEEN - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
BETWEEN - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
BetweenExpression - Class in org.hibernate.criterion
Constrains a property to between two values
BetweenExpression(String, Object, Object) - Constructor for class org.hibernate.criterion.BetweenExpression
 
betweenList() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
BetweenOperatorNode - Class in org.hibernate.hql.ast.tree
Contract for nodes representing logcial BETWEEN (ternary) operators.
BetweenOperatorNode() - Constructor for class org.hibernate.hql.ast.tree.BetweenOperatorNode
 
Bid - Class in org.hibernate.auction
 
Bid() - Constructor for class org.hibernate.auction.Bid
 
bidOnAuction(User, AuctionItem, float) - Method in class org.hibernate.auction.Main
Demonstrates transitive persistence with detached object support
BIG_DECIMAL - Static variable in class org.hibernate.Hibernate
Hibernate big_decimal type.
BIG_INTEGER - Static variable in class org.hibernate.Hibernate
Hibernate big_integer type.
BigDecimalType - Class in org.hibernate.type
big_decimal: A type that maps an SQL NUMERIC to a java.math.BigDecimal
BigDecimalType() - Constructor for class org.hibernate.type.BigDecimalType
 
BigIntegerType - Class in org.hibernate.type
big_integer: A type that maps an SQL NUMERIC to a java.math.BigInteger
BigIntegerType() - Constructor for class org.hibernate.type.BigIntegerType
 
BINARY - Static variable in class org.hibernate.Hibernate
Hibernate binary type.
BinaryArithmeticOperatorNode - Class in org.hibernate.hql.ast.tree
Nodes which represent binary arithmetic operators.
BinaryArithmeticOperatorNode() - Constructor for class org.hibernate.hql.ast.tree.BinaryArithmeticOperatorNode
 
binaryComparisonExpression(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
BinaryLogicOperatorNode - Class in org.hibernate.hql.ast.tree
Contract for nodes representing binary operators.
BinaryLogicOperatorNode() - Constructor for class org.hibernate.hql.ast.tree.BinaryLogicOperatorNode
 
BinaryOperatorNode - Interface in org.hibernate.hql.ast.tree
Contract for nodes representing binary operators.
BinaryType - Class in org.hibernate.type
binary: A type that maps an SQL VARBINARY to a Java byte[].
BinaryType() - Constructor for class org.hibernate.type.BinaryType
 
bind(Session) - Static method in class org.hibernate.context.ManagedSessionContext
Binds the given session to the current context for its session factory.
bind(Session) - Static method in class org.hibernate.context.ThreadLocalSessionContext
Associates the given session with the current thread of execution.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.DynamicFilterParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.NamedParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in interface org.hibernate.param.ParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.PositionalParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(Context, String, Object) - Static method in class org.hibernate.util.NamingHelper
Bind val to name in ctx, and make sure that all intermediate contexts exist.
bindAny(Element, Any, boolean, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindArray(Element, Array, String, String, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for arrays and primitive arrays
bindClass(Element, PersistentClass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindCollection(Element, Collection, String, String, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for all collections
bindCollectionSecondPass(Element, Collection, Map, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for all collections
bindColumn(Element, Column, boolean) - Static method in class org.hibernate.cfg.HbmBinder
 
bindColumns(Element, SimpleValue, boolean, boolean, String, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindComponent(Element, Component, String, String, String, boolean, boolean, Mappings, Map, boolean) - Static method in class org.hibernate.cfg.HbmBinder
 
bindComposite(Element, Component, String, boolean, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindCompositeId(Element, Component, PersistentClass, String, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
Binder - Interface in org.hibernate.id.insert
 
bindIdentifierCollectionSecondPass(Element, IdentifierCollection, Map, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindJoinedSubclass(Element, JoinedSubclass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.Cache71Dialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.Dialect
Does the LIMIT clause come at the start of the SELECT statement, rather than at the end?
bindLimitParametersFirst() - Method in class org.hibernate.dialect.FirebirdDialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.H2Dialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.HSQLDialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.InterbaseDialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.Dialect
ANSI SQL defines the LIMIT clause to be in the form LIMIT offset, limit.
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.FirebirdDialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.H2Dialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.InterbaseDialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.Oracle8iDialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
bindListSecondPass(Element, List, Map, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for Lists, arrays, primitive arrays
bindManyToOne(Element, ManyToOne, String, boolean, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindMapSecondPass(Element, Map, Map, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for Maps
bindNamedParameters(PreparedStatement, QueryParameters, int, ParameterBinder.NamedParameterSource, SessionImplementor) - Static method in class org.hibernate.engine.ParameterBinder
 
bindNamedParameters(PreparedStatement, Map, int, ParameterBinder.NamedParameterSource, SessionImplementor) - Static method in class org.hibernate.engine.ParameterBinder
 
bindNamedParameters(PreparedStatement, Map, int, SessionImplementor) - Method in class org.hibernate.loader.Loader
Bind named parameters to the JDBC prepared statement.
bindOneToMany(Element, OneToMany, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindOneToOne(Element, OneToOne, String, boolean, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindParameters(SessionImplementor, PreparedStatement, Object) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
Bind any required parameter values into the SQL command AbstractSelectingDelegate.getSelectSQL().
bindParameters(SessionImplementor, PreparedStatement, Object) - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
 
bindParameterValues(PreparedStatement, QueryParameters, int, SessionImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
We specifically override this method here, because in general we know much more about the parameters and their appropriate bind positions here then we do in our super because we track them explciitly here through the ParameterSpecification interface.
bindParameterValues(PreparedStatement, QueryParameters, int, SessionImplementor) - Method in class org.hibernate.loader.Loader
Bind all parameter values into the prepared statement in preparation for execution.
bindPositionalParameters(PreparedStatement, QueryParameters, int, SessionImplementor) - Static method in class org.hibernate.engine.ParameterBinder
 
bindPositionalParameters(PreparedStatement, Object[], Type[], int, SessionImplementor) - Static method in class org.hibernate.engine.ParameterBinder
 
bindPositionalParameters(PreparedStatement, QueryParameters, int, SessionImplementor) - Method in class org.hibernate.loader.Loader
Bind positional parameter values to the JDBC prepared statement.
bindProperty(Element, Property, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindQueryParameters(PreparedStatement, QueryParameters, int, ParameterBinder.NamedParameterSource, SessionImplementor) - Static method in class org.hibernate.engine.ParameterBinder
 
bindRoot(Document, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
The main contract into the hbm.xml-based binder.
bindRootClass(Element, RootClass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Responsible for perfoming the bind operation related to an <class/> mapping element.
bindSimpleValue(Element, SimpleValue, boolean, String, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindSubclass(Element, Subclass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindUnionSubclass(Element, UnionSubclass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindValues(PreparedStatement) - Method in interface org.hibernate.id.insert.Binder
 
BLOB - Static variable in class org.hibernate.Hibernate
Hibernate blob type.
BlobImpl - Class in org.hibernate.lob
A dummy implementation of java.sql.Blob that may be used to insert new data into a BLOB.
BlobImpl(byte[]) - Constructor for class org.hibernate.lob.BlobImpl
 
BlobImpl(InputStream, int) - Constructor for class org.hibernate.lob.BlobImpl
 
BlobType - Class in org.hibernate.type
blob: A type that maps an SQL BLOB to a java.sql.Blob.
BlobType() - Constructor for class org.hibernate.type.BlobType
 
BOGUS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
BOGUS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
BOOLEAN - Static variable in class org.hibernate.Hibernate
Hibernate boolean type.
booleanExpr(AST, boolean) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
BooleanLiteralNode - Class in org.hibernate.hql.ast.tree
Represents a boolean literal within a query.
BooleanLiteralNode() - Constructor for class org.hibernate.hql.ast.tree.BooleanLiteralNode
 
booleanOp(AST, boolean) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
BooleanType - Class in org.hibernate.type
boolean: A type that maps an SQL BIT to a Java Boolean.
BooleanType() - Constructor for class org.hibernate.type.BooleanType
 
booleanValue(String) - Static method in class org.hibernate.util.StringHelper
 
borrowConnection() - Method in class org.hibernate.jdbc.ConnectionManager
 
borrowConnection() - Method in class org.hibernate.jdbc.JDBCContext
 
BorrowedConnectionProxy - Class in org.hibernate.jdbc
A proxy for borrowed connections which funnels all requests back into the ConnectionManager from which it was borrowed to be properly handled (in terms of connection release modes).
BorrowedConnectionProxy(ConnectionManager) - Constructor for class org.hibernate.jdbc.BorrowedConnectionProxy
 
BOTH - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
BOTH - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
BOTH - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
BOTH_SPACE_TRIM_FROM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
BOTH_SPACE_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
BOTH_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
A template for the series of calls required to trim non-space chars from both the beginning and the end of text.
BTMTransactionManagerLookup - Class in org.hibernate.transaction
TransactionManager lookup strategy for BTM
BTMTransactionManagerLookup() - Constructor for class org.hibernate.transaction.BTMTransactionManagerLookup
 
buildAccessStrategy(AccessType) - Method in interface org.hibernate.cache.CollectionRegion
Build an access strategy for the requested access type.
buildAccessStrategy(AccessType) - Method in interface org.hibernate.cache.EntityRegion
Build an access strategy for the requested access type.
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.impl.bridge.CollectionRegionAdapter
 
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.impl.bridge.EntityRegionAdapter
 
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.jbc2.collection.CollectionRegionImpl
 
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.jbc2.entity.EntityRegionImpl
Build an access strategy for the requested access type.
buildBasicProxyFactory(Class, Class[]) - Method in class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl
 
buildBasicProxyFactory(Class, Class[]) - Method in class org.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl
 
buildBasicProxyFactory(Class, Class[]) - Method in interface org.hibernate.bytecode.ProxyFactoryFactory
Build a proxy factory for basic proxy concerns.
buildBytecodeProvider(Properties) - Static method in class org.hibernate.cfg.Environment
 
buildBytecodeProvider(String) - Method in class org.hibernate.cfg.SettingsFactory
 
buildCache(String, Properties) - Method in interface org.hibernate.cache.CacheProvider
Deprecated. Configure the cache
buildCache(String, Properties) - Method in class org.hibernate.cache.EhCacheProvider
Builds a Cache.
buildCache(String, Properties) - Method in class org.hibernate.cache.HashtableCacheProvider
 
buildCache(String, Properties) - Method in class org.hibernate.cache.JndiBoundTreeCacheProvider
Construct a Cache representing the "region" within in the underlying cache provider.
buildCache(String, Properties) - Method in class org.hibernate.cache.NoCacheProvider
Configure the cache
buildCache(String, Properties) - Method in class org.hibernate.cache.OptimisticTreeCacheProvider
Construct and configure the Cache representation of a named cache region.
buildCache(String, Properties) - Method in class org.hibernate.cache.OSCacheProvider
Builds a new Cache instance, and gets it's properties from the OSCache Config which reads the properties file (oscache.properties) from the classpath.
buildCache(String, Properties) - Method in class org.hibernate.cache.SingletonEhCacheProvider
Builds a Cache.
buildCache(String, Properties) - Method in class org.hibernate.cache.SwarmCacheProvider
 
buildCache(String, Properties) - Method in class org.hibernate.cache.TreeCacheProvider
Construct and configure the Cache representation of a named cache region.
buildCallback(SessionImplementor) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
A callback to be able to get the next value from the underlying structure as needed.
buildCallback(SessionImplementor) - Method in class org.hibernate.id.enhanced.SequenceStructure
A callback to be able to get the next value from the underlying structure as needed.
buildCallback(SessionImplementor) - Method in class org.hibernate.id.enhanced.TableStructure
A callback to be able to get the next value from the underlying structure as needed.
buildCleanupSynch() - Method in class org.hibernate.context.ThreadLocalSessionContext
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.impl.NoCachingRegionFactory
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.jbc2.JBossCacheRegionFactory
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in interface org.hibernate.cache.RegionFactory
Build a cache region specialized for storing collection data.
buildConfiguration() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
buildDatabaseStructure(Properties, Dialect, boolean, String, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Build the database structure.
buildDialect(Properties, Connection) - Static method in class org.hibernate.dialect.resolver.DialectFactory
Builds an appropriate Dialect instance.
buildDialect(Properties) - Static method in class org.hibernate.dialect.resolver.DialectFactory
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.impl.NoCachingRegionFactory
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.jbc2.JBossCacheRegionFactory
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in interface org.hibernate.cache.RegionFactory
Build a cache region specialized for storing entity data.
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.Dom4jComponentTuplizer
 
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
buildIdentifierProperty(PersistentClass, IdentifierGenerator) - Static method in class org.hibernate.tuple.PropertyFactory
Generates an IdentifierProperty representation of the for a given entity mapping.
buildIllegalCollectionDereferenceException(String, FromReferenceNode) - Method in interface org.hibernate.hql.ast.tree.DotNode.IllegalCollectionDereferenceExceptionBuilder
 
buildInsertQuery() - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildInstantiator(Component) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
buildInstantiator(Component) - Method in class org.hibernate.tuple.component.Dom4jComponentTuplizer
 
buildInstantiator(Component) - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
buildInstantiator(Component) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstrumenter(Logger, Instrumenter.Options) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
buildInstrumenter(Logger, Instrumenter.Options) - Method in class org.hibernate.tool.instrument.cglib.InstrumentTask
 
buildInstrumenter(Logger, Instrumenter.Options) - Method in class org.hibernate.tool.instrument.javassist.InstrumentTask
 
buildIsolatedClassLoader(ClassLoader) - Method in class org.hibernate.junit.AbstractClassLoaderIsolatedTestCase
 
buildMapping() - Method in class org.hibernate.cfg.Configuration
 
buildMappings() - Method in class org.hibernate.cfg.Configuration
Call this to ensure the mappings are fully compiled/built.
buildMinimalSQLExceptionConverter() - Static method in class org.hibernate.exception.SQLExceptionConverterFactory
Builds a minimal converter.
buildOptimizer(String, Class, int) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
 
buildOrObtainSession() - Method in class org.hibernate.context.JTASessionContext
Strictly provided for subclassing purposes; specifically to allow long-session support.
buildOrObtainSession() - Method in class org.hibernate.context.ThreadLocalSessionContext
Strictly provided for subclassing purposes; specifically to allow long-session support.
buildPositionsArray() - Method in class org.hibernate.engine.query.ParamLocationRecognizer.NamedParameterDescription
 
buildProperties() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyPath(String, String) - Static method in exception org.hibernate.PropertyValueException
Return a well formed property path.
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Setter for the given property.
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
Build an appropriate Setter for the given property.
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate Setter for the given property.
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Setter for the given property.
buildProxyFactory() - Method in class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl
Builds a CGLIB-based proxy factory.
buildProxyFactory() - Method in class org.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl
Builds a Javassist-based proxy factory.
buildProxyFactory() - Method in interface org.hibernate.bytecode.ProxyFactoryFactory
Build a proxy factory specifically for handling runtime lazy loading.
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactoryInternal(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildQueryResultsRegion(String, Properties) - Method in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
 
buildQueryResultsRegion(String, Properties) - Method in class org.hibernate.cache.impl.NoCachingRegionFactory
 
buildQueryResultsRegion(String, Properties) - Method in class org.hibernate.cache.jbc2.JBossCacheRegionFactory
 
buildQueryResultsRegion(String, Properties) - Method in interface org.hibernate.cache.RegionFactory
Build a cache region specialized for storing query results
buildResultRow(Object[], ResultSet, boolean, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader.ResultRowProcessor
Build a logical result row.
buildResultSetMappingDefinition(Element, String, Mappings) - Static method in class org.hibernate.cfg.ResultSetMappingBinder
Build a ResultSetMappingDefinition given a containing element for the "return-XXX" elements
buildSelectQuery(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildSessionFactory() - Method in class org.hibernate.cfg.Configuration
Instantiate a new SessionFactory, using the properties and mappings in this configuration.
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.Dom4jComponentTuplizer
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
buildSettings() - Method in class org.hibernate.cfg.Configuration
Create an object-oriented view of the configuration properties
buildSettings(Properties) - Method in class org.hibernate.cfg.Configuration
 
buildSettings(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
buildSqlCreateIndexString(Dialect, String, Table, Iterator, boolean, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlDropIndexString(Dialect, Table, String, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSQLExceptionConverter() - Method in class org.hibernate.dialect.Cache71Dialect
 
buildSQLExceptionConverter() - Method in class org.hibernate.dialect.Dialect
Build an instance of the SQLExceptionConverter preferred by this dialect for converting SQLExceptions into Hibernate's JDBCException hierarchy.
buildSQLExceptionConverter(Dialect, Properties) - Static method in class org.hibernate.exception.SQLExceptionConverterFactory
Build a SQLExceptionConverter instance.
buildStandardProperty(Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Generate a "standard" (i.e., non-identifier and non-version) based on the given mapped property.
buildTimestampsRegion(String, Properties) - Method in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
 
buildTimestampsRegion(String, Properties) - Method in class org.hibernate.cache.impl.NoCachingRegionFactory
 
buildTimestampsRegion(String, Properties) - Method in class org.hibernate.cache.jbc2.JBossCacheRegionFactory
 
buildTimestampsRegion(String, Properties) - Method in interface org.hibernate.cache.RegionFactory
Build a cache region specialized for storing update-timestamps data.
buildTokenTypeASTClassMap() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
buildTransactionFactory(Properties) - Static method in class org.hibernate.transaction.TransactionFactoryFactory
Create an appropriate transaction factory based on the given configuration properties.
buildUpdateQuery() - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildVersionProperty(Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Generates a VersionProperty representation for an entity mapping given its version mapping Property.
BulkAccessor - Class in org.hibernate.bytecode.javassist
A JavaBean accessor.
BulkAccessor() - Constructor for class org.hibernate.bytecode.javassist.BulkAccessor
 
BulkAccessorException - Exception in org.hibernate.bytecode.javassist
An exception thrown while generating a bulk accessor.
BulkAccessorException(String) - Constructor for exception org.hibernate.bytecode.javassist.BulkAccessorException
Constructs an exception.
BulkAccessorException(String, int) - Constructor for exception org.hibernate.bytecode.javassist.BulkAccessorException
Constructs an exception.
BulkAccessorException(String, Throwable) - Constructor for exception org.hibernate.bytecode.javassist.BulkAccessorException
Constructs an exception.
BulkAccessorException(Throwable, int) - Constructor for exception org.hibernate.bytecode.javassist.BulkAccessorException
Constructs an exception.
BulkOperationCleanupAction - Class in org.hibernate.action
Implementation of BulkOperationCleanupAction.
BulkOperationCleanupAction(SessionImplementor, Queryable[]) - Constructor for class org.hibernate.action.BulkOperationCleanupAction
 
BulkOperationCleanupAction(SessionImplementor, Set) - Constructor for class org.hibernate.action.BulkOperationCleanupAction
Create an action that will evict collection and entity regions based on queryspaces (table names).
BuyNow - Class in org.hibernate.auction
 
BuyNow() - Constructor for class org.hibernate.auction.BuyNow
 
BYTE - Static variable in class org.hibernate.Hibernate
Hibernate byte type.
BYTECODE_PROVIDER - Static variable in class org.hibernate.cfg.Environment
 
ByteCodeHelper - Class in org.hibernate.bytecode.util
A helper for reading byte code from various input sources.
BytecodeProvider - Interface in org.hibernate.bytecode
Contract for providers of bytecode services to Hibernate.
BytecodeProviderImpl - Class in org.hibernate.bytecode.cglib
Bytecode provider implementation for CGLIB.
BytecodeProviderImpl() - Constructor for class org.hibernate.bytecode.cglib.BytecodeProviderImpl
 
BytecodeProviderImpl - Class in org.hibernate.bytecode.javassist
Bytecode provider implementation for Javassist.
BytecodeProviderImpl() - Constructor for class org.hibernate.bytecode.javassist.BytecodeProviderImpl
 
BytesHelper - Class in org.hibernate.util
 
ByteType - Class in org.hibernate.type
byte: A type that maps an SQL TINYINT to a Java Byte.
ByteType() - Constructor for class org.hibernate.type.ByteType
 

C

C3P0_ACQUIRE_INCREMENT - Static variable in class org.hibernate.cfg.Environment
Number of connections acquired when pool is exhausted
C3P0_IDLE_TEST_PERIOD - Static variable in class org.hibernate.cfg.Environment
Idle time before a C3P0 pooled connection is validated
C3P0_MAX_SIZE - Static variable in class org.hibernate.cfg.Environment
Maximum size of C3P0 connection pool
C3P0_MAX_STATEMENTS - Static variable in class org.hibernate.cfg.Environment
Maximum size of C3P0 statement cache
C3P0_MIN_SIZE - Static variable in class org.hibernate.cfg.Environment
Minimum size of C3P0 connection pool
C3P0_TIMEOUT - Static variable in class org.hibernate.cfg.Environment
Maximum idle time for C3P0 connection pool
C3P0ConnectionProvider - Class in org.hibernate.connection
A connection provider that uses a C3P0 connection pool.
C3P0ConnectionProvider() - Constructor for class org.hibernate.connection.C3P0ConnectionProvider
 
Cache - Interface in org.hibernate.cache
Deprecated. As of 3.3; see for details.
cache - Variable in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
Cache71Dialect - Class in org.hibernate.dialect
Caché 2007.1 dialect.
Cache71Dialect() - Constructor for class org.hibernate.dialect.Cache71Dialect
Creates new Cach�71Dialect instance.
CACHE_FACTORY_RESOURCE_PROP - Static variable in class org.hibernate.cache.jbc2.builder.JndiMultiplexingCacheInstanceManager
Specifies the JNDI name under which the CacheManager to use is bound.
CACHE_FACTORY_RESOURCE_PROP - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Classpath or filesystem resource containing JBoss Cache configurations the factory should use.
CACHE_NAMESPACE - Static variable in class org.hibernate.cfg.Environment
The CacheProvider JNDI namespace, if pre-bound to JNDI.
CACHE_PROVIDER - Static variable in class org.hibernate.cfg.Environment
The CacheProvider implementation class
CACHE_PROVIDER_CONFIG - Static variable in class org.hibernate.cfg.Environment
The CacheProvider implementation class
CACHE_REGION_FACTORY - Static variable in class org.hibernate.cfg.Environment
The RegionFactory implementation class
CACHE_REGION_PREFIX - Static variable in class org.hibernate.cfg.Environment
The CacheProvider region name prefix
CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.jbc2.builder.JndiSharedCacheInstanceManager
Specifies the JNDI name under which the Cache to use is bound.
CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Classpath or filesystem resource containing JBoss Cache configuration settings the Cache should use.
CacheConcurrencyStrategy - Interface in org.hibernate.cache
Deprecated. As of 3.3; see for details.
CacheDataDescription - Interface in org.hibernate.cache
Describes attributes regarding the type of data to be cached.
CacheDataDescriptionImpl - Class in org.hibernate.cache.impl
CacheDataDescriptionImpl(boolean, boolean, Comparator) - Constructor for class org.hibernate.cache.impl.CacheDataDescriptionImpl
 
CacheEntry - Class in org.hibernate.cache.entry
A cached instance of a persistent class
CacheEntry(Object[], EntityPersister, boolean, Object, SessionImplementor, Object) - Constructor for class org.hibernate.cache.entry.CacheEntry
 
CacheEntryStructure - Interface in org.hibernate.cache.entry
 
CacheException - Exception in org.hibernate.cache
Something went wrong in the cache
CacheException(String) - Constructor for exception org.hibernate.cache.CacheException
 
CacheException(String, Throwable) - Constructor for exception org.hibernate.cache.CacheException
 
CacheException(Throwable) - Constructor for exception org.hibernate.cache.CacheException
 
CacheHelper - Class in org.hibernate.cache.jbc2.util
Helper for dealing with JBossCache Configuration.CacheMode.
CacheInstanceManager - Interface in org.hibernate.cache.jbc2
Acts as a buffer from how instances of Cache are built/obtained.
CacheJoinFragment - Class in org.hibernate.sql
A Caché dialect join.
CacheJoinFragment() - Constructor for class org.hibernate.sql.CacheJoinFragment
 
CacheKey - Class in org.hibernate.cache
Allows multiple entity classes / collection roles to be stored in the same cache region.
CacheKey(Serializable, Type, String, EntityMode, SessionFactoryImplementor) - Constructor for class org.hibernate.cache.CacheKey
Construct a new key for a collection or entity instance.
CacheMode - Class in org.hibernate
Controls how the session interacts with the second-level cache and query cache.
CacheProvider - Interface in org.hibernate.cache
Deprecated. As of 3.3; see for details.
CacheSQLStateConverter - Class in org.hibernate.exception
A SQLExceptionConverter implementation specific to Caché SQL, accounting for its custom integrity constraint violation error codes.
CacheSQLStateConverter(ViolatedConstraintNameExtracter) - Constructor for class org.hibernate.exception.CacheSQLStateConverter
 
CacheSynchronization - Class in org.hibernate.transaction
A JTA transaction synch used to allow the Session to know about transaction events.
CacheSynchronization(TransactionFactory.Context, JDBCContext, Transaction, Transaction) - Constructor for class org.hibernate.transaction.CacheSynchronization
 
CALENDAR - Static variable in class org.hibernate.Hibernate
Hibernate calendar type.
CALENDAR_DATE - Static variable in class org.hibernate.Hibernate
Hibernate calendar_date type.
CalendarComparator - Class in org.hibernate.util
 
CalendarComparator() - Constructor for class org.hibernate.util.CalendarComparator
 
CalendarDateType - Class in org.hibernate.type
calendar_date: A type mapping for a Calendar object that represents a date.
CalendarDateType() - Constructor for class org.hibernate.type.CalendarDateType
 
CalendarType - Class in org.hibernate.type
calendar: A type mapping for a Calendar object that represents a datetime.
CalendarType() - Constructor for class org.hibernate.type.CalendarType
 
CallbackException - Exception in org.hibernate
Should be thrown by persistent objects from Lifecycle or Interceptor callbacks.
CallbackException(Exception) - Constructor for exception org.hibernate.CallbackException
 
CallbackException(String) - Constructor for exception org.hibernate.CallbackException
 
CallbackException(String, Exception) - Constructor for exception org.hibernate.CallbackException
 
canBeBatched() - Method in interface org.hibernate.jdbc.Expectation
Is it acceptable to combiner this expectation with statement batching?
canBeBatched() - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
canBeBatched() - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
cancelLastQuery() - Method in class org.hibernate.jdbc.AbstractBatcher
 
cancelLastQuery() - Method in interface org.hibernate.jdbc.Batcher
Cancel the current query statement
cancelQuery() - Method in class org.hibernate.impl.SessionImpl
 
cancelQuery() - Method in interface org.hibernate.Session
Cancel the execution of the current query.
cancelRowUpdates() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
canExtractIdOutOfEntity() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
canExtractIdOutOfEntity() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether detahced instances of this entity carry their own identifier value.
Cascade - Class in org.hibernate.engine
Delegate responsible for, in conjunction with the various actions, implementing cascade processing.
Cascade(CascadingAction, int, EventSource) - Constructor for class org.hibernate.engine.Cascade
 
cascade(EntityPersister, Object) - Method in class org.hibernate.engine.Cascade
Cascade an action from the parent entity instance to all its children.
cascade(EntityPersister, Object, Object) - Method in class org.hibernate.engine.Cascade
Cascade an action from the parent entity instance to all its children.
cascade(EventSource, Object, String, Object, boolean) - Method in class org.hibernate.engine.CascadingAction
Cascade the action to the child object.
cascadeAfterDelete(EventSource, EntityPersister, Object, Set) - Method in class org.hibernate.event.def.DefaultDeleteEventListener
 
cascadeAfterSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.def.AbstractSaveEventListener
Handles to calls needed to perform post-save cascades.
cascadeAfterSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.def.DefaultMergeEventListener
Cascade behavior is redefined by this subclass, disable superclass behavior
cascadeBeforeDelete(EventSource, EntityPersister, Object, EntityEntry, Set) - Method in class org.hibernate.event.def.DefaultDeleteEventListener
 
cascadeBeforeSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.def.AbstractSaveEventListener
Handles the calls needed to perform pre-save cascades for the given entity.
cascadeBeforeSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.def.DefaultMergeEventListener
Cascade behavior is redefined by this subclass, disable superclass behavior
CascadeEntityJoinWalker - Class in org.hibernate.loader.entity
 
CascadeEntityJoinWalker(OuterJoinLoadable, CascadingAction, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.entity.CascadeEntityJoinWalker
 
CascadeEntityLoader - Class in org.hibernate.loader.entity
 
CascadeEntityLoader(OuterJoinLoadable, CascadingAction, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.entity.CascadeEntityLoader
 
cascadeNow(int) - Method in class org.hibernate.type.ForeignKeyDirection
Should we cascade at this cascade point?
cascadeOnMerge(EventSource, EntityPersister, Object, Map) - Method in class org.hibernate.event.def.DefaultMergeEventListener
Perform any cascades needed as part of this copy event.
CascadeStyle - Class in org.hibernate.engine
A contract for defining the aspects of cascading various persistence actions.
CascadeStyle.MultipleCascadeStyle - Class in org.hibernate.engine
 
CascadeStyle.MultipleCascadeStyle(CascadeStyle[]) - Constructor for class org.hibernate.engine.CascadeStyle.MultipleCascadeStyle
 
CascadingAction - Class in org.hibernate.engine
A session action that may be cascaded from parent entity to its children
CASE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
CASE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
CASE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
CASE2 - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
CASE2 - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
CASE2 - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
Case2Node - Class in org.hibernate.hql.ast.tree
Represents a case ...
Case2Node() - Constructor for class org.hibernate.hql.ast.tree.Case2Node
 
caseExpr(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
caseExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
caseExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
CaseFragment - Class in org.hibernate.sql
Abstract SQL case fragment renderer
CaseFragment() - Constructor for class org.hibernate.sql.CaseFragment
 
CaseNode - Class in org.hibernate.hql.ast.tree
Represents a case ...
CaseNode() - Constructor for class org.hibernate.hql.ast.tree.CaseNode
 
cases - Variable in class org.hibernate.sql.CaseFragment
 
CastFunction - Class in org.hibernate.dialect.function
ANSI-SQL style cast(foo as type) where the type is a Hibernate type
CastFunction() - Constructor for class org.hibernate.dialect.function.CastFunction
 
CATALOG - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the catalog name
catalogName - Variable in class org.hibernate.cfg.Mappings
 
CategorizedStatistics - Class in org.hibernate.stat
Statistics for a particular "category" (a named entity, collection role, second level cache region or query).
CglibClassTransformer - Class in org.hibernate.bytecode.cglib
Enhance the classes allowing them to implements InterceptFieldEnabled This interface is then used by Hibernate for some optimizations.
CglibClassTransformer(ClassFilter, FieldFilter) - Constructor for class org.hibernate.bytecode.cglib.CglibClassTransformer
 
CGLIBHelper - Class in org.hibernate.intercept.cglib
 
CGLIBInstrumenter - Class in org.hibernate.bytecode.buildtime
Strategy for performing build-time instrumentation of persistent classes in order to enable field-level interception using CGLIB.
CGLIBInstrumenter(Logger, Instrumenter.Options) - Constructor for class org.hibernate.bytecode.buildtime.CGLIBInstrumenter
 
CGLIBLazyInitializer - Class in org.hibernate.proxy.pojo.cglib
A LazyInitializer implemented using the CGLIB bytecode generation library
CGLIBProxyFactory - Class in org.hibernate.proxy.pojo.cglib
 
CGLIBProxyFactory() - Constructor for class org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory
 
ChainedPropertyAccessor - Class in org.hibernate.property
 
ChainedPropertyAccessor(PropertyAccessor[]) - Constructor for class org.hibernate.property.ChainedPropertyAccessor
 
changeItemDescription(Long, String) - Method in class org.hibernate.auction.Main
Demonstrates automatic dirty checking
changeUserDetails(User) - Method in class org.hibernate.auction.Main
Demonstrates detached object support
CHANNEL_FACTORY_RESOURCE_PROP - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Classpath or filesystem resource containing JGroups protocol stack configurations the org.jgroups.ChannelFactory should use.
CHANNEL_FACTORY_RESOURCE_PROP - Static variable in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Classpath or filesystem resource containing JGroups protocol stack configurations the org.jgroups.ChannelFactory should use.
CHAR_ARRAY - Static variable in class org.hibernate.Hibernate
Hibernate char[] type.
CHARACTER - Static variable in class org.hibernate.Hibernate
Hibernate character type.
CHARACTER_ARRAY - Static variable in class org.hibernate.Hibernate
Hibernate Character[] type.
CharacterArrayType - Class in org.hibernate.type
Bridge Character[] and VARCHAR
CharacterArrayType() - Constructor for class org.hibernate.type.CharacterArrayType
 
CharacterType - Class in org.hibernate.type
character: A type that maps an SQL CHAR(1) to a Java Character.
CharacterType() - Constructor for class org.hibernate.type.CharacterType
 
CharArrayType - Class in org.hibernate.type
put char[] into VARCHAR
CharArrayType() - Constructor for class org.hibernate.type.CharArrayType
 
CharBooleanType - Class in org.hibernate.type
Superclass for types that map Java boolean to SQL CHAR(1).
CharBooleanType() - Constructor for class org.hibernate.type.CharBooleanType
 
CharIndexFunction - Class in org.hibernate.dialect.function
Emulation of locate() on Sybase
CharIndexFunction() - Constructor for class org.hibernate.dialect.function.CharIndexFunction
 
check(int, Serializable, int, Expectation, PreparedStatement) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
checkColumnDuplication(Set, Iterator) - Method in class org.hibernate.mapping.PersistentClass
 
checkColumnDuplication() - Method in class org.hibernate.mapping.PersistentClass
 
checkId(Object, EntityPersister, Serializable, EntityMode) - Method in class org.hibernate.event.def.DefaultFlushEntityEventListener
make sure user didn't mangle the id
checkMagic(File, long) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
 
checkNullability(Object[], EntityPersister, boolean) - Method in class org.hibernate.engine.Nullability
Check nullability of the class persister properties
checkPermission(Class, String, EJBMethodPermission) - Static method in class org.hibernate.secure.JACCPermissions
 
checkPropertyColumnDuplication(Set, Iterator) - Method in class org.hibernate.mapping.PersistentClass
 
checkScrollability() - Method in class org.hibernate.loader.Loader
Check whether the current loader can support returning ScrollableResults.
checkUniqueness(EntityKey, Object) - Method in interface org.hibernate.engine.PersistenceContext
Attempts to check whether the given key represents an entity already loaded within the current session.
checkUniqueness(EntityKey, Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
Attempts to check whether the given key represents an entity already loaded within the current session.
CircumventChecksDataVersion - Class in org.hibernate.cache.jbc2.util
Used to signal to a DataVersionAdapter to simply not perform any checks.
CircumventChecksDataVersion() - Constructor for class org.hibernate.cache.jbc2.util.CircumventChecksDataVersion
 
CLASS - Static variable in class org.hibernate.Hibernate
Hibernate class type.
CLASS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
CLASS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
CLASS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
CLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
 
ClassDescriptor - Interface in org.hibernate.bytecode.util
Contract describing the information Hibernate needs in terms of instrumenting a class, either via ant task or dynamic classloader.
classes - Variable in class org.hibernate.cfg.Configuration
 
classes - Variable in class org.hibernate.cfg.Mappings
 
classFilter - Variable in class org.hibernate.bytecode.AbstractClassTransformerImpl
 
ClassFilter - Interface in org.hibernate.bytecode.util
Used to determine whether a class should be instrumented.
classForName(String, Class) - Static method in class org.hibernate.util.ReflectHelper
Perform resolution of a class name.
classForName(String) - Static method in class org.hibernate.util.ReflectHelper
Perform resolution of a class name.
ClassicAvgFunction - Class in org.hibernate.dialect.function
Classic AVG sqlfunction that return types as it was done in Hibernate 3.1
ClassicAvgFunction() - Constructor for class org.hibernate.dialect.function.ClassicAvgFunction
 
ClassicCountFunction - Class in org.hibernate.dialect.function
Classic COUNT sqlfunction that return types as it was done in Hibernate 3.1
ClassicCountFunction() - Constructor for class org.hibernate.dialect.function.ClassicCountFunction
 
ClassicQueryTranslatorFactory - Class in org.hibernate.hql.classic
Generates translators which uses the older hand-written parser to perform the translation.
ClassicQueryTranslatorFactory() - Constructor for class org.hibernate.hql.classic.ClassicQueryTranslatorFactory
 
ClassicSumFunction - Class in org.hibernate.dialect.function
Classic SUM sqlfunction that return types as it was done in Hibernate 3.1
ClassicSumFunction() - Constructor for class org.hibernate.dialect.function.ClassicSumFunction
 
ClassMetadata - Interface in org.hibernate.metadata
Exposes entity class metadata to the application
classToTableName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the unqualified class name
classToTableName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Return the unqualified class name, mixed case converted to underscores
classToTableName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Return a table name for an entity class
ClassTransformer - Interface in org.hibernate.bytecode
A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer method.
ClassType - Class in org.hibernate.type
class: A type that maps an SQL VARCHAR to a Java Class.
ClassType() - Constructor for class org.hibernate.type.ClassType
 
ClauseParser - Class in org.hibernate.hql.classic
Parses the Hibernate query into its constituent clauses.
ClauseParser() - Constructor for class org.hibernate.hql.classic.ClauseParser
 
cleanup(ResultSet) - Method in class org.hibernate.engine.loading.LoadContexts
Release internal state associated with the given result set.
cleanup() - Method in class org.hibernate.engine.loading.LoadContexts
Release internal state associated with *all* result sets.
cleanup() - Method in interface org.hibernate.event.Destructible
Notification of SessionFactory shutdown.
cleanupTest() - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
clear() - Method in interface org.hibernate.cache.Cache
Deprecated. Clear the cache
clear() - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Evict all items from the cache immediately.
clear() - Method in class org.hibernate.cache.EhCache
Remove all elements in the cache, but leave the cache in a useable state.
clear() - Method in class org.hibernate.cache.HashtableCache
 
clear() - Method in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
 
clear() - Method in class org.hibernate.cache.NonstrictReadWriteCache
 
clear() - Method in class org.hibernate.cache.OptimisticTreeCache
 
clear() - Method in class org.hibernate.cache.OSCache
 
clear() - Method in interface org.hibernate.cache.QueryCache
 
clear() - Method in class org.hibernate.cache.ReadOnlyCache
 
clear() - Method in class org.hibernate.cache.ReadWriteCache
 
clear() - Method in class org.hibernate.cache.StandardQueryCache
 
clear() - Method in class org.hibernate.cache.SwarmCache
Clear the cache
clear() - Method in class org.hibernate.cache.TransactionalCache
 
clear() - Method in class org.hibernate.cache.TreeCache
 
clear() - Method in class org.hibernate.cache.UpdateTimestampsCache
 
clear() - Method in class org.hibernate.collection.PersistentBag
 
clear() - Method in class org.hibernate.collection.PersistentIdentifierBag
 
clear() - Method in class org.hibernate.collection.PersistentList
 
clear() - Method in class org.hibernate.collection.PersistentMap
 
clear() - Method in class org.hibernate.collection.PersistentSet
 
clear() - Method in class org.hibernate.engine.ActionQueue
 
clear() - Method in class org.hibernate.engine.BatchFetchQueue
Clears all entries from this fetch queue.
clear() - Method in interface org.hibernate.engine.PersistenceContext
Clear the state of the persistence context
clear() - Method in class org.hibernate.engine.StatefulPersistenceContext
 
clear() - Method in class org.hibernate.impl.SessionImpl
 
clear() - Method in class org.hibernate.jmx.StatisticsService
 
clear() - Method in class org.hibernate.proxy.map.MapProxy
 
clear() - Method in interface org.hibernate.Session
Completely clear the session.
clear() - Method in interface org.hibernate.stat.Statistics
reset all statistics
clear() - Method in class org.hibernate.stat.StatisticsImpl
reset all statistics
clear() - Method in class org.hibernate.util.FastHashMap
Remove all mappings from this map.
clear() - Method in class org.hibernate.util.IdentityMap
 
clear() - Method in class org.hibernate.util.IdentitySet
 
clear() - Method in class org.hibernate.util.SimpleMRUCache
 
clear() - Method in class org.hibernate.util.SoftLimitMRUCache
 
clearContent() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
clearContent() - Method in class org.hibernate.tuple.ElementWrapper
 
clearDirty() - Method in class org.hibernate.collection.AbstractPersistentCollection
 
clearDirty() - Method in interface org.hibernate.collection.PersistentCollection
Clear the dirty flag, after flushing changes to the database.
clearDirty() - Method in class org.hibernate.intercept.AbstractFieldInterceptor
 
clearDirty(Object) - Static method in class org.hibernate.intercept.FieldInterceptionHelper
 
clearDirty() - Method in interface org.hibernate.intercept.FieldInterceptor
Clear the internal dirty flag.
clearFromFlushNeededCheck(int) - Method in class org.hibernate.engine.ActionQueue
 
clearSubselects() - Method in class org.hibernate.engine.BatchFetchQueue
Clears all pending subselect fetches from the queue.
clearWarnings() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
clearWherePart() - Method in class org.hibernate.sql.QueryJoinFragment
 
CLOB - Static variable in class org.hibernate.Hibernate
Hibernate clob type.
ClobImpl - Class in org.hibernate.lob
A dummy implementation of java.sql.Clob that may be used to insert new data into a CLOB.
ClobImpl(String) - Constructor for class org.hibernate.lob.ClobImpl
 
ClobImpl(Reader, int) - Constructor for class org.hibernate.lob.ClobImpl
 
ClobType - Class in org.hibernate.type
clob: A type that maps an SQL CLOB to a java.sql.Clob.
ClobType() - Constructor for class org.hibernate.type.ClobType
 
clone() - Method in class org.hibernate.mapping.Column
Shallow copy, the value is not copied
clone() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
clone() - Method in class org.hibernate.tuple.ElementWrapper
 
clone() - Method in class org.hibernate.util.FastHashMap
Return a shallow copy of this FastHashMap instance.
clone(Serializable) - Static method in class org.hibernate.util.SerializationHelper
Deep clone an Object using serialization.
Cloneable - Class in org.hibernate.util
An object that is shallow-coneable
Cloneable() - Constructor for class org.hibernate.util.Cloneable
 
cloneDeletions() - Method in class org.hibernate.engine.ActionQueue
 
close() - Method in class org.hibernate.connection.C3P0ConnectionProvider
Release all resources held by this provider.
close() - Method in interface org.hibernate.connection.ConnectionProvider
Release all resources held by this provider.
close() - Method in class org.hibernate.connection.DatasourceConnectionProvider
 
close() - Method in class org.hibernate.connection.DriverManagerConnectionProvider
 
close() - Method in class org.hibernate.connection.ProxoolConnectionProvider
Release all resources held by this provider.
close() - Method in class org.hibernate.connection.UserSuppliedConnectionProvider
 
close() - Method in interface org.hibernate.engine.HibernateIterator
 
close(Iterator) - Static method in class org.hibernate.Hibernate
Close an Iterator created by iterate() immediately, instead of waiting until the session is closed or disconnected.
CLOSE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
CLOSE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
CLOSE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
close() - Method in class org.hibernate.impl.AbstractScrollableResults
 
close() - Method in class org.hibernate.impl.IteratorImpl
 
close() - Method in class org.hibernate.impl.SessionFactoryImpl
Closes the session factory, releasing all held resources.
close() - Method in class org.hibernate.impl.SessionImpl
 
close() - Method in class org.hibernate.impl.StatelessSessionImpl
 
close() - Method in class org.hibernate.jdbc.ConnectionManager
To be called after Session completion.
close() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
close() - Method in class org.hibernate.jmx.SessionFactoryStub
 
close() - Method in interface org.hibernate.ScrollableResults
Release resources immediately.
close() - Method in interface org.hibernate.Session
End the session by releasing the JDBC connection and cleaning up.
close() - Method in interface org.hibernate.SessionFactory
Destroy this SessionFactory and release all resources (caches, connection pools, etc).
close() - Method in interface org.hibernate.StatelessSession
Close the stateless session and release the JDBC connection.
close() - Method in class org.hibernate.test.tm.ConnectionProviderImpl
 
CLOSE_BRACKET - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
CLOSE_BRACKET - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
CLOSE_BRACKET - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
closeConnection(Connection) - Method in class org.hibernate.connection.C3P0ConnectionProvider
Dispose of a used connection.
closeConnection(Connection) - Method in interface org.hibernate.connection.ConnectionProvider
Dispose of a used connection.
closeConnection(Connection) - Method in class org.hibernate.connection.DatasourceConnectionProvider
 
closeConnection(Connection) - Method in class org.hibernate.connection.DriverManagerConnectionProvider
 
closeConnection(Connection) - Method in class org.hibernate.connection.ProxoolConnectionProvider
Dispose of a used connection.
closeConnection(Connection) - Method in class org.hibernate.connection.UserSuppliedConnectionProvider
 
closeConnection(Connection) - Method in class org.hibernate.jdbc.AbstractBatcher
 
closeConnection(Connection) - Method in interface org.hibernate.jdbc.Batcher
Dispose of the JDBC connection
closeConnection(Connection) - Method in class org.hibernate.test.tm.ConnectionProviderImpl
 
CLOSED_QUOTE - Static variable in class org.hibernate.dialect.Dialect
 
closeQueryStatement(PreparedStatement, ResultSet) - Method in class org.hibernate.jdbc.AbstractBatcher
 
closeQueryStatement(PreparedStatement, ResultSet) - Method in interface org.hibernate.jdbc.Batcher
Close a prepared statement opened with prepareQueryStatement()
closeQuote() - Method in class org.hibernate.dialect.Dialect
The character specific to this dialect used to close a quoted identifier.
closeQuote() - Method in class org.hibernate.dialect.MySQLDialect
 
closeQuote() - Method in class org.hibernate.dialect.SQLServerDialect
 
closeSession() - Method in class org.hibernate.stat.StatisticsImpl
 
closeSession() - Method in interface org.hibernate.stat.StatisticsImplementor
 
closeStatement(PreparedStatement) - Method in class org.hibernate.jdbc.AbstractBatcher
 
closeStatement(PreparedStatement) - Method in interface org.hibernate.jdbc.Batcher
Close a prepared or callable statement opened using prepareStatement() or prepareCallableStatement()
closeStatement() - Method in class org.hibernate.stat.StatisticsImpl
 
closeStatement() - Method in interface org.hibernate.stat.StatisticsImplementor
 
closeStatements() - Method in class org.hibernate.jdbc.AbstractBatcher
Actually releases the batcher, allowing it to cleanup internally held resources.
closeStatements() - Method in interface org.hibernate.jdbc.Batcher
Close any query statements that were left lying around
ClusteredConcurrentTimestampsRegionImpl - Class in org.hibernate.cache.jbc2.timestamp
Prototype of a clustered timestamps cache region impl usable if the TimestampsRegion API is changed.
ClusteredConcurrentTimestampsRegionImpl(Cache, String, String, Properties) - Constructor for class org.hibernate.cache.jbc2.timestamp.ClusteredConcurrentTimestampsRegionImpl
Create a new ClusteredConccurentTimestampsRegionImpl.
CMTTransaction - Class in org.hibernate.transaction
Implements a basic transaction strategy for CMT transactions.
CMTTransaction(JDBCContext, TransactionFactory.Context) - Constructor for class org.hibernate.transaction.CMTTransaction
 
CMTTransactionFactory - Class in org.hibernate.transaction
Factory for CMTTransaction instances.
CMTTransactionFactory() - Constructor for class org.hibernate.transaction.CMTTransactionFactory
 
collapse(String) - Static method in class org.hibernate.util.StringHelper
Collapses a name.
collapseQualifier(String, boolean) - Static method in class org.hibernate.util.StringHelper
Given a qualifier, collapse it.
collapseQualifierBase(String, String) - Static method in class org.hibernate.util.StringHelper
Cross between StringHelper.collapse(java.lang.String) and StringHelper.partiallyUnqualify(java.lang.String, java.lang.String).
collectChildren(AST, ASTUtil.FilterPredicate) - Static method in class org.hibernate.hql.ast.util.ASTUtil
 
Collection - Class in org.hibernate.mapping
Mapping for a collection.
Collection(PersistentClass) - Constructor for class org.hibernate.mapping.Collection
 
COLLECTION_CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Name of the configuration that should be used for collection caches.
COLLECTION_ELEMENTS - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_INDEX - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_INDICES - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_MAX_ELEMENT - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_MAX_INDEX - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_MIN_ELEMENT - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_MIN_INDEX - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_SIZE - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
CollectionAccessStrategyAdapter - Class in org.hibernate.cache.impl.bridge
Adapter specifically bridging CollectionRegionAccessStrategy to CacheConcurrencyStrategy.
CollectionAccessStrategyAdapter(CollectionRegion, CacheConcurrencyStrategy, Settings) - Constructor for class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
 
CollectionAction - Class in org.hibernate.action
Any action relating to insert/update/delete of a collection
CollectionAction(CollectionPersister, PersistentCollection, Serializable, SessionImplementor) - Constructor for class org.hibernate.action.CollectionAction
 
CollectionAliases - Interface in org.hibernate.loader
Type definition of CollectionAliases.
CollectionCacheEntry - Class in org.hibernate.cache.entry
 
CollectionCacheEntry(PersistentCollection, CollectionPersister) - Constructor for class org.hibernate.cache.entry.CollectionCacheEntry
 
CollectionElementLoader - Class in org.hibernate.loader.entity
 
CollectionElementLoader(QueryableCollection, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.entity.CollectionElementLoader
 
CollectionEntry - Class in org.hibernate.engine
We need an entry to tell us all about the current state of a collection with respect to its persistent state
CollectionEntry(CollectionPersister, PersistentCollection) - Constructor for class org.hibernate.engine.CollectionEntry
For newly wrapped collections, or dereferenced collection wrappers
CollectionEntry(PersistentCollection, CollectionPersister, Serializable, boolean) - Constructor for class org.hibernate.engine.CollectionEntry
For collections just loaded from the database
CollectionEntry(CollectionPersister, Serializable) - Constructor for class org.hibernate.engine.CollectionEntry
For uninitialized detached collections
collectionExpr() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
CollectionFetchReturn - Class in org.hibernate.loader.custom
Spefically a fetch return that refers to a collection association.
CollectionFetchReturn(String, NonScalarReturn, String, CollectionAliases, EntityAliases, LockMode) - Constructor for class org.hibernate.loader.custom.CollectionFetchReturn
 
CollectionFilterImpl - Class in org.hibernate.impl
implementation of the Query interface for collection filters
CollectionFilterImpl(String, Object, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.impl.CollectionFilterImpl
 
CollectionFilterKeyParameterSpecification - Class in org.hibernate.param
A specialized ParameterSpecification impl for dealing with a collection-key as part of a collection filter compilation.
CollectionFilterKeyParameterSpecification(String, Type, int) - Constructor for class org.hibernate.param.CollectionFilterKeyParameterSpecification
Creates a specialized collection-filter collection-key parameter spec.
collectionFunction(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
CollectionFunction - Class in org.hibernate.hql.ast.tree
Represents 'elements()' or 'indices()'.
CollectionFunction() - Constructor for class org.hibernate.hql.ast.tree.CollectionFunction
 
collectionFunctionOrSubselect(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
CollectionHelper - Class in org.hibernate.util
Various help for handling collections.
collectionInfoString(CollectionPersister, Serializable[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a series of managed collections.
collectionInfoString(CollectionPersister, Serializable, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular managed collection.
collectionInfoString(String, Serializable) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular managed collection.
CollectionInitializer - Interface in org.hibernate.loader.collection
An interface for collection loaders
CollectionJoinWalker - Class in org.hibernate.loader.collection
Superclass of walkers for collection initializers
CollectionJoinWalker(SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.collection.CollectionJoinWalker
 
CollectionKey - Class in org.hibernate.engine
Uniquely identifies a collection instance in a particular session.
CollectionKey(CollectionPersister, Serializable, EntityMode) - Constructor for class org.hibernate.engine.CollectionKey
 
CollectionLoadContext - Class in org.hibernate.engine.loading
Represents state associated with the processing of a given ResultSet in regards to loading collections.
CollectionLoadContext(LoadContexts, ResultSet) - Constructor for class org.hibernate.engine.loading.CollectionLoadContext
Creates a collection load context for the given result set.
CollectionLoader - Class in org.hibernate.loader.collection
Superclass for loaders that initialize collections
CollectionLoader(QueryableCollection, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.collection.CollectionLoader
 
CollectionMetadata - Interface in org.hibernate.metadata
Exposes collection metadata to the application
collectionOwners - Variable in class org.hibernate.loader.JoinWalker
 
collectionOwners - Variable in class org.hibernate.loader.OuterJoinLoader
 
CollectionPersister - Interface in org.hibernate.persister.collection
A strategy for persisting a collection role.
collectionPersisters - Variable in class org.hibernate.loader.JoinWalker
 
collectionPersisters - Variable in class org.hibernate.loader.OuterJoinLoader
 
CollectionProperties - Class in org.hibernate.hql
Provides a map of collection function names to the corresponding property names.
CollectionPropertyMapping - Class in org.hibernate.persister.collection
 
CollectionPropertyMapping(QueryableCollection) - Constructor for class org.hibernate.persister.collection.CollectionPropertyMapping
 
CollectionPropertyNames - Class in org.hibernate.persister.collection
The names of all the collection properties.
CollectionPropertyNames() - Constructor for class org.hibernate.persister.collection.CollectionPropertyNames
 
CollectionRecreateAction - Class in org.hibernate.action
 
CollectionRecreateAction(PersistentCollection, CollectionPersister, Serializable, SessionImplementor) - Constructor for class org.hibernate.action.CollectionRecreateAction
 
CollectionRegion - Interface in org.hibernate.cache
Defines the contract for a cache region which will specifically be used to store collection data.
CollectionRegionAccessStrategy - Interface in org.hibernate.cache.access
Contract for managing transactional and concurrent access to cached collection data.
CollectionRegionAdapter - Class in org.hibernate.cache.impl.bridge
Adapter specifically bridging CollectionRegion to Cache.
CollectionRegionAdapter(Cache, Settings, CacheDataDescription) - Constructor for class org.hibernate.cache.impl.bridge.CollectionRegionAdapter
 
CollectionRegionImpl - Class in org.hibernate.cache.jbc2.collection
Defines the behavior of the collection cache regions for JBossCache 2.x.
CollectionRegionImpl(Cache, String, String, CacheDataDescription) - Constructor for class org.hibernate.cache.jbc2.collection.CollectionRegionImpl
 
CollectionRemoveAction - Class in org.hibernate.action
 
CollectionRemoveAction(PersistentCollection, CollectionPersister, Serializable, boolean, SessionImplementor) - Constructor for class org.hibernate.action.CollectionRemoveAction
Removes a persistent collection from its loaded owner.
CollectionRemoveAction(Object, CollectionPersister, Serializable, boolean, SessionImplementor) - Constructor for class org.hibernate.action.CollectionRemoveAction
Removes a persistent collection from a specified owner.
CollectionReturn - Class in org.hibernate.loader.custom
Represents a return which names a collection role; it is used in defining a custom query for loading an entity's collection in non-fetching scenarios (i.e., loading the collection itself as the "root" of the result).
CollectionReturn(String, String, String, CollectionAliases, EntityAliases, LockMode) - Constructor for class org.hibernate.loader.custom.CollectionReturn
 
collections - Variable in class org.hibernate.cfg.Configuration
 
collections - Variable in class org.hibernate.cfg.Mappings
 
Collections - Class in org.hibernate.engine
Implements book-keeping for the collection persistence by reachability algorithm
CollectionSecondPass - Class in org.hibernate.cfg
Collection second pass
CollectionSecondPass(Mappings, Collection, Map) - Constructor for class org.hibernate.cfg.CollectionSecondPass
 
CollectionSecondPass(Mappings, Collection) - Constructor for class org.hibernate.cfg.CollectionSecondPass
 
CollectionStatistics - Class in org.hibernate.stat
Collection related statistics
CollectionSubqueryFactory - Class in org.hibernate.hql
Provides the SQL for collection subqueries.
collectionSuffixes - Variable in class org.hibernate.loader.JoinWalker
 
collectionSuffixes - Variable in class org.hibernate.loader.OuterJoinLoader
 
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the unqualified property name, not the best strategy but a backward compatible one
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
 
collectionTableName(String, String, String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Return a collection table name ie an association having a join table
CollectionType - Class in org.hibernate.type
A type that handles Hibernate PersistentCollections (including arrays).
CollectionType(String, String, boolean) - Constructor for class org.hibernate.type.CollectionType
 
CollectionUpdateAction - Class in org.hibernate.action
 
CollectionUpdateAction(PersistentCollection, CollectionPersister, Serializable, boolean, SessionImplementor) - Constructor for class org.hibernate.action.CollectionUpdateAction
 
collectSelectExpressions() - Method in class org.hibernate.hql.ast.tree.SelectExpressionList
Returns an array of SelectExpressions gathered from the children of the given parent AST node.
collectSqlStrings() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
collectSqlStrings() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
collectSqlStrings() - Method in interface org.hibernate.hql.QueryTranslator
 
COLON - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
COLON - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
COLON - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
COLUMN - Static variable in class org.hibernate.id.TableGenerator
The column parameter
Column - Class in org.hibernate.mapping
A column of a relational database table
Column() - Constructor for class org.hibernate.mapping.Column
 
Column(String) - Constructor for class org.hibernate.mapping.Column
 
ColumnCollectionAliases - Class in org.hibernate.loader.custom
CollectionAliases that uses columnnames instead of generated aliases.
ColumnCollectionAliases(Map, SQLLoadableCollection) - Constructor for class org.hibernate.loader.custom.ColumnCollectionAliases
 
ColumnEntityAliases - Class in org.hibernate.loader
EntityAliases that chooses the column names over the alias names.
ColumnEntityAliases(Map, Loadable, String) - Constructor for class org.hibernate.loader.ColumnEntityAliases
 
ColumnHelper - Class in org.hibernate.hql.ast.util
Provides utility methods for dealing with arrays of SQL column names.
columnIterator() - Method in class org.hibernate.mapping.Constraint
 
ColumnMetadata - Class in org.hibernate.tool.hbm2ddl
JDBC column metadata
columnName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the argument
columnName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Convert mixed case to underscores
columnName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Alter the column name given in the mapping document
columnNameBindingPerTable - Variable in class org.hibernate.cfg.Configuration
 
columnNameBindingPerTable - Variable in class org.hibernate.cfg.Mappings
binding table between the logical column name and the name out of the naming strategy for each table.
ColumnNameCache - Class in org.hibernate.jdbc
Implementation of ColumnNameCache.
ColumnNameCache(int) - Constructor for class org.hibernate.jdbc.ColumnNameCache
 
COMMA - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
COMMA - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
COMMA - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
commaBetweenParameters(String) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
commaBetweenParameters(String) - Method in class org.hibernate.hql.ast.SqlGenerator
 
COMMIT - Static variable in class org.hibernate.FlushMode
The Session is flushed when Transaction.commit() is called.
commit() - Method in class org.hibernate.test.tm.SimpleJtaTransactionImpl
 
commit() - Method in class org.hibernate.test.tm.SimpleJtaTransactionManagerImpl
 
commit() - Method in class org.hibernate.transaction.CMTTransaction
Flush the associated Session and end the unit of work (unless we are in FlushMode.MANUAL.
commit() - Method in interface org.hibernate.Transaction
Flush the associated Session and end the unit of work (unless we are in FlushMode.MANUAL.
commit() - Method in class org.hibernate.transaction.JDBCTransaction
Flush the associated Session and end the unit of work (unless we are in FlushMode.MANUAL.
commit() - Method in class org.hibernate.transaction.JTATransaction
Flush the associated Session and end the unit of work (unless we are in FlushMode.MANUAL.
commit() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
commit() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
commonRegistration() - Method in class org.hibernate.dialect.Cache71Dialect
 
ComparableComparator - Class in org.hibernate.util
Delegates to Comparable
ComparableComparator() - Constructor for class org.hibernate.util.ComparableComparator
 
comparator - Variable in class org.hibernate.collection.PersistentSortedMap
 
comparator() - Method in class org.hibernate.collection.PersistentSortedMap
 
comparator - Variable in class org.hibernate.collection.PersistentSortedSet
 
comparator() - Method in class org.hibernate.collection.PersistentSortedSet
 
compare(Object, Object) - Method in class org.hibernate.type.AbstractBynaryType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.AbstractBynaryType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.AbstractType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.AdaptedImmutableType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.AnyType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.BlobType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.CalendarDateType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.CalendarType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.ClobType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.CollectionType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.ComponentType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.EntityType
compare two instances of the type
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.LocaleType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.TimeZoneType
 
compare(Object, Object, EntityMode) - Method in interface org.hibernate.type.Type
compare two instances of the type
compare(Object, Object) - Method in class org.hibernate.util.CalendarComparator
 
compare(Object, Object) - Method in class org.hibernate.util.ComparableComparator
 
compareTo(Object) - Method in class org.hibernate.action.CollectionAction
 
compareTo(Object) - Method in class org.hibernate.action.EntityAction
 
comparisonExpr(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
comparisonExpr(AST, boolean) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
compile(Map, boolean) - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
Compile a "normal" query.
compile(String, Map, boolean) - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
Compile a filter.
compile(Map, boolean) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
Compile a "normal" query.
compile(String, Map, boolean) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
Compile a filter.
compile(String, Map, boolean) - Method in interface org.hibernate.hql.FilterTranslator
Compile a filter.
compile(Map, boolean) - Method in interface org.hibernate.hql.QueryTranslator
Compile a "normal" query.
complete() - Method in class org.hibernate.junit.functional.ExecutionEnvironment
 
completedTestSuite(TestSuite) - Method in interface org.hibernate.junit.TestSuiteVisitor.Handler
 
Component - Class in org.hibernate.mapping
The mapping for a component, composite element, composite identifier, etc.
Component(PersistentClass) - Constructor for class org.hibernate.mapping.Component
 
Component(Component) - Constructor for class org.hibernate.mapping.Component
 
Component(Join) - Constructor for class org.hibernate.mapping.Component
 
Component(Collection) - Constructor for class org.hibernate.mapping.Component
 
componentIdType - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
ComponentMetamodel - Class in org.hibernate.tuple.component
Centralizes metamodel information about a component.
ComponentMetamodel(Component) - Constructor for class org.hibernate.tuple.component.ComponentMetamodel
 
ComponentTuplizer - Interface in org.hibernate.tuple.component
Defines further responsibilities reagarding tuplization based on a mapped components.
ComponentTuplizerFactory - Class in org.hibernate.tuple.component
A registry allowing users to define the default ComponentTuplizer class to use per EntityMode.
ComponentTuplizerFactory() - Constructor for class org.hibernate.tuple.component.ComponentTuplizerFactory
 
ComponentType - Class in org.hibernate.type
Handles "component" mappings
ComponentType(ComponentMetamodel) - Constructor for class org.hibernate.type.ComponentType
 
CompositeCustomType - Class in org.hibernate.type
Adapts CompositeUserType to Type interface
CompositeCustomType(Class, Properties) - Constructor for class org.hibernate.type.CompositeCustomType
 
CompositeElementPropertyMapping - Class in org.hibernate.persister.collection
 
CompositeElementPropertyMapping(String[], String[], AbstractComponentType, Mapping) - Constructor for class org.hibernate.persister.collection.CompositeElementPropertyMapping
 
CompositeUserType - Interface in org.hibernate.usertype
A UserType that may be dereferenced in a query.
compoundExpr() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
CONCAT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
CONCAT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
CONCAT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
concatenation() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
concretePropertySelectFragment(String, ValueInclusion[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
concretePropertySelectFragment(String, boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
concretePropertySelectFragment(String, AbstractEntityPersister.InclusionChecker) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
concretePropertySelectFragmentSansLeadingComma(String, boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
concreteQueries(String, SessionFactoryImplementor) - Static method in class org.hibernate.hql.QuerySplitter
Handle Hibernate "implicit" polymorphism, by translating the query string into several "concrete" queries against mapped classes.
concurrentEntries(Map) - Static method in class org.hibernate.util.IdentityMap
Return the map entries (as instances of Map.Entry in a collection that is safe from concurrent modification).
ConditionalParenthesisFunction - Class in org.hibernate.dialect.function
Essentially the same as StandardSQLFunction, except that here the parentheses are not included when no arguments are given.
ConditionalParenthesisFunction(String) - Constructor for class org.hibernate.dialect.function.ConditionalParenthesisFunction
 
ConditionalParenthesisFunction(String, Type) - Constructor for class org.hibernate.dialect.function.ConditionalParenthesisFunction
 
ConditionFragment - Class in org.hibernate.sql
 
ConditionFragment() - Constructor for class org.hibernate.sql.ConditionFragment
 
conditionList(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
CONFIG_PREFER_SEGMENT_PER_ENTITY - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
CONFIG_RESOURCE - Static variable in class org.hibernate.cache.OptimisticTreeCacheProvider
Deprecated. use Environment.CACHE_PROVIDER_CONFIG
CONFIG_RESOURCE - Static variable in class org.hibernate.cache.TreeCacheProvider
Deprecated. use Environment.CACHE_PROVIDER_CONFIG
ConfigHelper - Class in org.hibernate.util
A simple class to centralize logic needed to locate config files on the system.
Configurable - Interface in org.hibernate.exception
The Configurable interface defines the contract for SQLExceptionConverter impls that want to be configured prior to usage given the currently defined Hibernate properties.
Configurable - Interface in org.hibernate.id
An IdentifierGenerator that supports "configuration".
Configuration - Class in org.hibernate.cfg
An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
Configuration(SettingsFactory) - Constructor for class org.hibernate.cfg.Configuration
 
Configuration() - Constructor for class org.hibernate.cfg.Configuration
 
configure() - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in an application resource named hibernate.cfg.xml.
configure(String) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application resource.
configure(URL) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given document.
configure(File) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application file.
configure(Document) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given XML document.
configure(Properties) - Method in class org.hibernate.connection.C3P0ConnectionProvider
Initialize the connection provider from given properties.
configure(Properties) - Method in interface org.hibernate.connection.ConnectionProvider
Initialize the connection provider from given properties.
configure(Properties) - Method in class org.hibernate.connection.DatasourceConnectionProvider
 
configure(Properties) - Method in class org.hibernate.connection.DriverManagerConnectionProvider
 
configure(Properties) - Method in class org.hibernate.connection.ProxoolConnectionProvider
Initialize the connection provider from given properties.
configure(Properties) - Method in class org.hibernate.connection.UserSuppliedConnectionProvider
 
configure(Properties) - Method in interface org.hibernate.exception.Configurable
Configure the component, using the given settings and properties.
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.Assigned
 
configure(Type, Properties, Dialect) - Method in interface org.hibernate.id.Configurable
Configure this instance, given the value of parameters specified by the user as <param> elements.
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Configure this instance, given the value of parameters specified by the user as <param> elements.
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
Configure this instance, given the value of parameters specified by the user as <param> elements.
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.ForeignGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.IncrementGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SelectGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SequenceGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SequenceHiLoGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SequenceIdentityGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.TableGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.TableHiLoGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.UUIDHexGenerator
 
configure(Configuration) - Method in interface org.hibernate.junit.functional.ExecutionEnvironment.Settings
 
configure(Configuration) - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
configure(Configuration) - Method in class org.hibernate.test.cache.BaseCacheProviderTestCase
 
configure(Properties) - Method in class org.hibernate.test.tm.ConnectionProviderImpl
 
configure(Properties) - Method in class org.hibernate.transaction.CMTTransactionFactory
 
configure(Properties) - Method in class org.hibernate.transaction.JDBCTransactionFactory
Configure from the given properties.
configure(Properties) - Method in class org.hibernate.transaction.JTATransactionFactory
Configure this transaction factory.
configure(Properties) - Method in interface org.hibernate.transaction.TransactionFactory
Configure from the given properties.
configureTransactionManager(Cache, Settings, Properties) - Method in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Injects the TransactionManager found via Settings.getTransactionManagerLookup() into the cache.
Conjunction - Class in org.hibernate.criterion
 
Conjunction() - Constructor for class org.hibernate.criterion.Conjunction
 
conjunction() - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single conjunction (A and B and C...)
connect() - Method in class org.hibernate.stat.StatisticsImpl
 
connect() - Method in interface org.hibernate.stat.StatisticsImplementor
 
connection() - Method in interface org.hibernate.engine.SessionImplementor
 
connection() - Method in class org.hibernate.impl.SessionImpl
 
connection() - Method in class org.hibernate.impl.StatelessSessionImpl
 
connection() - Method in class org.hibernate.jdbc.JDBCContext
 
connection() - Method in interface org.hibernate.Session
Deprecated. (scheduled for removal in 4.x). Replacement depends on need; for doing direct JDBC stuff use Session.doWork(org.hibernate.jdbc.Work); for opening a 'temporary Session' use (TBD).
connection() - Method in interface org.hibernate.StatelessSession
Returns the current JDBC connection associated with this instance.

If the session is using aggressive connection release (as in a CMT environment), it is the application's responsibility to close the connection returned by this call.
CONNECTION_PREFIX - Static variable in class org.hibernate.cfg.Environment
prefix for arbitrary JDBC connection properties
CONNECTION_PROVIDER - Static variable in class org.hibernate.cfg.Environment
ConnectionProvider implementor to use when obtaining connections
connectionCleanedUp() - Method in interface org.hibernate.jdbc.ConnectionManager.Callback
 
connectionCleanedUp() - Method in class org.hibernate.jdbc.JDBCContext
 
ConnectionManager - Class in org.hibernate.jdbc
Encapsulates JDBC Connection management logic needed by Hibernate.
ConnectionManager(SessionFactoryImplementor, ConnectionManager.Callback, ConnectionReleaseMode, Connection, Interceptor) - Constructor for class org.hibernate.jdbc.ConnectionManager
Constructs a ConnectionManager.
ConnectionManager.Callback - Interface in org.hibernate.jdbc
 
connectionOpened() - Method in interface org.hibernate.jdbc.ConnectionManager.Callback
 
connectionOpened() - Method in class org.hibernate.jdbc.JDBCContext
 
ConnectionProvider - Interface in org.hibernate.connection
A strategy for obtaining JDBC connections.
ConnectionProviderFactory - Class in org.hibernate.connection
Instantiates a connection provider given either System properties or a java.util.Properties instance.
ConnectionProviderImpl - Class in org.hibernate.test.tm
A ConnectionProvider implementation adding JTA-style transactionality around the returned connections using the SimpleJtaTransactionManagerImpl.
ConnectionProviderImpl() - Constructor for class org.hibernate.test.tm.ConnectionProviderImpl
 
ConnectionReleaseMode - Class in org.hibernate
Defines the various policies by which Hibernate might release its underlying JDBC connection.
ConnectionWrapper - Interface in org.hibernate.jdbc
Interface implemented by JDBC connection wrappers in order to give access to the underlying wrapped connection.
constant() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
constant(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
CONSTANT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
CONSTANT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
constant(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
CONSTANT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
Constraint - Class in org.hibernate.mapping
A relational constraint.
Constraint() - Constructor for class org.hibernate.mapping.Constraint
 
ConstraintViolationException - Exception in org.hibernate.exception
Implementation of JDBCException indicating that the requested DML operation resulted in a violation of a defined integrity constraint.
ConstraintViolationException(String, SQLException, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
 
ConstraintViolationException(String, SQLException, String, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
 
constructDefaultTuplizer(EntityMode, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Construct am instance of the default tuplizer for the given entity-mode.
constructDefaultTuplizer(EntityMode, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct am instance of the default tuplizer for the given entity-mode.
constructDialect(String) - Static method in class org.hibernate.dialect.resolver.DialectFactory
Returns a dialect instance given the name of the class to use.
constructor(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
CONSTRUCTOR - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
CONSTRUCTOR - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
CONSTRUCTOR - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ConstructorNode - Class in org.hibernate.hql.ast.tree
Represents a constructor (new) in a SELECT.
ConstructorNode() - Constructor for class org.hibernate.hql.ast.tree.ConstructorNode
 
constructTuplizer(String, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(Class, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(String, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(Class, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct an instance of the given tuplizer class.
consumesCollectionAlias() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
consumesCollectionAlias() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
consumesCollectionAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
consumesCollectionAlias() - Method in interface org.hibernate.persister.entity.Joinable
Very, very, very ugly...
consumesEntityAlias() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
consumesEntityAlias() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
consumesEntityAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
consumesEntityAlias() - Method in interface org.hibernate.persister.entity.Joinable
Very, very, very ugly...
contains(Object) - Method in class org.hibernate.collection.PersistentBag
 
contains(Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
contains(Object) - Method in class org.hibernate.collection.PersistentList
 
contains(Object) - Method in class org.hibernate.collection.PersistentSet
 
contains(Object) - Method in class org.hibernate.impl.SessionImpl
 
contains(Object) - Method in interface org.hibernate.Session
Check if this instance is associated with this Session.
contains(Object, Object, SessionImplementor) - Method in class org.hibernate.type.CollectionType
 
contains(Object, Object, SessionImplementor) - Method in class org.hibernate.type.CustomCollectionType
 
contains(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Optional operation.
contains(Object) - Method in class org.hibernate.util.IdentitySet
 
containsAll(Collection) - Method in class org.hibernate.collection.PersistentBag
 
containsAll(Collection) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
containsAll(Collection) - Method in class org.hibernate.collection.PersistentList
 
containsAll(Collection) - Method in class org.hibernate.collection.PersistentSet
 
containsAll(Collection) - Method in class org.hibernate.util.IdentitySet
 
containsClassAlias(String) - Method in class org.hibernate.hql.ast.tree.FromClause
Returns true if the from node contains the class alias name.
containsCollection(PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
Is the given collection associated with this persistence context?
containsCollection(PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
containsCollectionFetches() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
containsCollectionFetches() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
containsCollectionFetches() - Method in interface org.hibernate.hql.QueryTranslator
Does the translated query contain collection fetches?
containsColumn(Column) - Method in class org.hibernate.mapping.Constraint
 
containsColumn(Column) - Method in class org.hibernate.mapping.DenormalizedTable
 
containsColumn(Column) - Method in class org.hibernate.mapping.Index
 
containsColumn(Column) - Method in class org.hibernate.mapping.Table
 
containsEntity(EntityKey) - Method in interface org.hibernate.engine.PersistenceContext
Is there an entity with the given key in the persistence context
containsEntity(EntityKey) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
containsKey(Object) - Method in class org.hibernate.collection.PersistentMap
 
containsKey(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
containsKey(Object) - Method in class org.hibernate.util.FastHashMap
Return true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.hibernate.util.IdentityMap
 
containsProperty(Property) - Method in class org.hibernate.mapping.Join
 
containsProxy(Object) - Method in interface org.hibernate.engine.PersistenceContext
Is the given proxy associated with this persistence context?
containsProxy(Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
containsTableAlias(String) - Method in class org.hibernate.hql.ast.tree.FromClause
Returns true if the from node contains the table alias name.
containsValue(Object) - Method in class org.hibernate.collection.PersistentMap
 
containsValue(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
containsValue(Object) - Method in class org.hibernate.util.FastHashMap
Return true if this map contains one or more keys mapping to the specified value.
containsValue(Object) - Method in class org.hibernate.util.IdentityMap
 
content() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
content() - Method in class org.hibernate.tuple.ElementWrapper
 
contextDestroyed(ServletContextEvent) - Method in class org.hibernate.tutorial.web.SessionFactoryInitializer
 
contextInitialized(ServletContextEvent) - Method in class org.hibernate.tutorial.web.SessionFactoryInitializer
 
convert(SQLException) - Method in class org.hibernate.dialect.resolver.BasicSQLExceptionConverter
Perform a conversion.
convert(SQLException, String, String) - Method in class org.hibernate.exception.CacheSQLStateConverter
Convert the given SQLException into Hibernate's JDBCException hierarchy.
convert(SQLExceptionConverter, SQLException, String) - Static method in class org.hibernate.exception.JDBCExceptionHelper
Converts the given SQLException into Hibernate's JDBCException hierarchy, as well as performing appropriate logging.
convert(SQLExceptionConverter, SQLException, String, String) - Static method in class org.hibernate.exception.JDBCExceptionHelper
Converts the given SQLException into Hibernate's JDBCException hierarchy, as well as performing appropriate logging.
convert(SQLException, String, String) - Method in interface org.hibernate.exception.SQLExceptionConverter
Convert the given SQLException into Hibernate's JDBCException hierarchy.
convert(SQLException, String, String) - Method in class org.hibernate.exception.SQLStateConverter
Convert the given SQLException into Hibernate's JDBCException hierarchy.
convert(RecognitionException) - Static method in exception org.hibernate.hql.ast.QuerySyntaxException
 
convert(RecognitionException, String) - Static method in exception org.hibernate.hql.ast.QuerySyntaxException
 
ConvertFunction - Class in org.hibernate.dialect.function
A Caché defintion of a convert function.
ConvertFunction() - Constructor for class org.hibernate.dialect.function.ConvertFunction
 
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.DB2Dialect
DB2 does have a one-based offset, however this was actually already handled in the limiot string building (the '?+1' bit).
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.Dialect
Hibernate APIs explcitly state that setFirstResult() should be a zero-based offset.
coordinateSharedCacheCleanup(SessionImplementor) - Method in class org.hibernate.engine.query.NativeSQLQueryPlan
 
coordinateSharedCacheCleanup(SessionImplementor) - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
 
copy() - Method in class org.hibernate.engine.JoinSequence
 
copy() - Method in class org.hibernate.sql.ANSIJoinFragment
 
copy() - Method in class org.hibernate.sql.JoinFragment
 
copy() - Method in class org.hibernate.sql.OracleJoinFragment
 
copy() - Method in class org.hibernate.sql.QueryJoinFragment
 
copy() - Method in class org.hibernate.sql.QuerySelect
 
copy() - Method in class org.hibernate.sql.Sybase11JoinFragment
 
copyValues(EntityPersister, Object, Object, SessionImplementor, Map) - Method in class org.hibernate.event.def.DefaultMergeEventListener
 
copyValues(EntityPersister, Object, Object, SessionImplementor, Map, ForeignKeyDirection) - Method in class org.hibernate.event.def.DefaultMergeEventListener
 
count(String) - Static method in class org.hibernate.criterion.Projections
A property value count
count() - Method in class org.hibernate.criterion.Property
 
COUNT - Static variable in class org.hibernate.engine.ExecuteUpdateResultCheckStyle
Perform row-count checking.
count(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
COUNT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
COUNT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
count(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
COUNT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
countCollectionPersisters(List) - Static method in class org.hibernate.loader.JoinWalker
Count the number of instances of Joinable which are actually also instances of PersistentCollection which are being fetched by outer join
countDistinct(String) - Static method in class org.hibernate.criterion.Projections
A distinct property value count
countEntityPersisters(List) - Static method in class org.hibernate.loader.JoinWalker
Count the number of instances of Joinable which are actually also instances of Loadable, or are one-to-many associations
countExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
CountNode - Class in org.hibernate.hql.ast.tree
Represents a COUNT expression in a select.
CountNode() - Constructor for class org.hibernate.hql.ast.tree.CountNode
 
CountProjection - Class in org.hibernate.criterion
A count
CountProjection(String) - Constructor for class org.hibernate.criterion.CountProjection
 
countSubclassProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
countSubclassProperties() - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
How many properties are there, for this class and all subclasses?
countTrue(boolean[]) - Static method in class org.hibernate.util.ArrayHelper
 
countUnquoted(String, char) - Static method in class org.hibernate.util.StringHelper
 
create(Class, String[], String[], Class[]) - Static method in class org.hibernate.bytecode.javassist.BulkAccessor
Creates a new instance of BulkAccessor.
create(Class) - Static method in class org.hibernate.bytecode.javassist.FastClass
 
create(Object) - Static method in class org.hibernate.criterion.Example
Create a new instance, which includes all non-null properties by default
create() - Method in class org.hibernate.criterion.ProjectionList
 
create(Class) - Method in class org.hibernate.hql.ast.SqlASTFactory
Actually instantiate the AST node.
create(ASTFactory, int, String) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Deprecated. silly
create(String, Type, Properties, Dialect) - Static method in class org.hibernate.id.IdentifierGeneratorFactory
 
create(boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Run the schema creation script.
createAlias(String, String) - Method in interface org.hibernate.Criteria
Join an association, assigning an alias to the joined association.
createAlias(String, String, int) - Method in interface org.hibernate.Criteria
Join an association using the specified join-type, assigning an alias to the joined association.
createAlias(String, String) - Method in class org.hibernate.criterion.DetachedCriteria
 
createAlias(String, String, int) - Method in class org.hibernate.criterion.DetachedCriteria
 
createAlias(String, String) - Method in class org.hibernate.impl.CriteriaImpl
 
createAlias(String, String, int) - Method in class org.hibernate.impl.CriteriaImpl
 
createAlias(String, String) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
createAlias(String, String, int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
createAllKeys() - Method in class org.hibernate.mapping.Collection
 
createAllKeys() - Method in class org.hibernate.mapping.Map
 
createAndStoreEvent(String, Date) - Method in class org.hibernate.tutorial.web.EventManagerServlet
 
createBatcher(ConnectionManager, Interceptor) - Method in interface org.hibernate.jdbc.BatcherFactory
 
createBatcher(ConnectionManager, Interceptor) - Method in class org.hibernate.jdbc.BatchingBatcherFactory
 
createBatcher(ConnectionManager, Interceptor) - Method in class org.hibernate.jdbc.NonBatchingBatcherFactory
 
createBatcherFactory(Properties, int) - Method in class org.hibernate.cfg.SettingsFactory
 
createBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, Map) - Static method in class org.hibernate.loader.collection.BatchingCollectionInitializer
 
createBatchingEntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, Map) - Static method in class org.hibernate.loader.entity.BatchingEntityLoader
 
createBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, Map) - Static method in class org.hibernate.loader.collection.BatchingCollectionInitializer
 
createBinarySubtree(ASTFactory, int, String, AST, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Creates a 'binary operator' subtree, given the information about the parent and the two child nodex.
createBlob(byte[]) - Static method in class org.hibernate.Hibernate
Create a new Blob.
createBlob(InputStream, int) - Static method in class org.hibernate.Hibernate
Create a new Blob.
createBlob(InputStream) - Static method in class org.hibernate.Hibernate
Create a new Blob.
createCaseFragment() - Method in class org.hibernate.dialect.DerbyDialect
Return the case statement modified for Cloudscape.
createCaseFragment() - Method in class org.hibernate.dialect.Dialect
Create a CaseFragment strategy responsible for handling this dialect's variations in how CASE statements are handled.
createCaseFragment() - Method in class org.hibernate.dialect.MckoiDialect
 
createCaseFragment() - Method in class org.hibernate.dialect.Oracle8iDialect
Map case support to the Oracle DECODE function.
createCaseFragment() - Method in class org.hibernate.dialect.Oracle9iDialect
 
createCaseFragment() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.  
createCaseFragment() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
createCaseFragment() - Method in class org.hibernate.dialect.SAPDBDialect
 
createClassicHolderInstantiator(Constructor, ResultTransformer) - Static method in class org.hibernate.hql.HolderInstantiator
 
createClassPersister(PersistentClass, EntityRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Static method in class org.hibernate.persister.PersisterFactory
 
createClassProperties(Element, PersistentClass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
createClassProperties(Element, PersistentClass, Mappings, Map, UniqueKey, boolean, boolean, boolean) - Static method in class org.hibernate.cfg.HbmBinder
 
createClob(String) - Static method in class org.hibernate.Hibernate
Create a new Clob.
createClob(Reader, int) - Static method in class org.hibernate.Hibernate
Create a new Clob.
createCollectionInitializer(Map) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createCollectionInitializer(Map) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
Create the CollectionLoader
createCollectionInitializer(Map) - Method in class org.hibernate.persister.collection.OneToManyPersister
Create the OneToManyLoader
createCollectionJoinSequence(QueryableCollection, String) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Create a join sequence rooted at the given collection.
createCollectionPersister(Configuration, Collection, CollectionRegionAccessStrategy, SessionFactoryImplementor) - Static method in class org.hibernate.persister.PersisterFactory
 
createCollectionSubquery(JoinSequence, Map, String[]) - Static method in class org.hibernate.hql.CollectionSubqueryFactory
 
createConnectionProvider(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
createCopy() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createCopy(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createCopy(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createCopy() - Method in class org.hibernate.tuple.ElementWrapper
 
createCopy(String) - Method in class org.hibernate.tuple.ElementWrapper
 
createCopy(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
createCopyUsing(RowSelection) - Method in class org.hibernate.engine.QueryParameters
 
createCriteria(String) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity.
createCriteria(String, int) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, using the specified join type.
createCriteria(String, String) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, assigning the given alias.
createCriteria(String, String, int) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, assigning the given alias and using the specified join type.
createCriteria(String, String) - Method in class org.hibernate.criterion.DetachedCriteria
 
createCriteria(String) - Method in class org.hibernate.criterion.DetachedCriteria
 
createCriteria(String, int) - Method in class org.hibernate.criterion.DetachedCriteria
 
createCriteria(String, String, int) - Method in class org.hibernate.criterion.DetachedCriteria
 
createCriteria(String) - Method in class org.hibernate.impl.CriteriaImpl
 
createCriteria(String, int) - Method in class org.hibernate.impl.CriteriaImpl
 
createCriteria(String, String) - Method in class org.hibernate.impl.CriteriaImpl
 
createCriteria(String, String, int) - Method in class org.hibernate.impl.CriteriaImpl
 
createCriteria(String) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
createCriteria(String, int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
createCriteria(String, String) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
createCriteria(String, String, int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
createCriteria(Class, String) - Method in class org.hibernate.impl.SessionImpl
 
createCriteria(String, String) - Method in class org.hibernate.impl.SessionImpl
 
createCriteria(Class) - Method in class org.hibernate.impl.SessionImpl
 
createCriteria(String) - Method in class org.hibernate.impl.SessionImpl
 
createCriteria(Class, String) - Method in class org.hibernate.impl.StatelessSessionImpl
 
createCriteria(String, String) - Method in class org.hibernate.impl.StatelessSessionImpl
 
createCriteria(Class) - Method in class org.hibernate.impl.StatelessSessionImpl
 
createCriteria(String) - Method in class org.hibernate.impl.StatelessSessionImpl
 
createCriteria(Class) - Method in interface org.hibernate.Session
Create a new Criteria instance, for the given entity class, or a superclass of an entity class.
createCriteria(Class, String) - Method in interface org.hibernate.Session
Create a new Criteria instance, for the given entity class, or a superclass of an entity class, with the given alias.
createCriteria(String) - Method in interface org.hibernate.Session
Create a new Criteria instance, for the given entity name.
createCriteria(String, String) - Method in interface org.hibernate.Session
Create a new Criteria instance, for the given entity name, with the given alias.
createCriteria(Class) - Method in interface org.hibernate.StatelessSession
Create a new Criteria instance, for the given entity class, or a superclass of an entity class.
createCriteria(Class, String) - Method in interface org.hibernate.StatelessSession
Create a new Criteria instance, for the given entity class, or a superclass of an entity class, with the given alias.
createCriteria(String) - Method in interface org.hibernate.StatelessSession
Create a new Criteria instance, for the given entity name.
createCriteria(String, String) - Method in interface org.hibernate.StatelessSession
Create a new Criteria instance, for the given entity name, with the given alias.
createDOMReader() - Method in class org.hibernate.util.XMLHelper
Create a dom4j DOMReader
createEntityLoader(LockMode, Map) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createEntityLoader(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createFailureExpectedSuite(Class) - Static method in class org.hibernate.junit.UnitTestCase
Supports easy creation of TestSuites where a subclass' "FailureExpected" version of a base test is included in the suite, while the base test is excluded.
createFilter(Object, String) - Method in class org.hibernate.impl.SessionImpl
 
createFilter(Object, String) - Method in interface org.hibernate.Session
Create a new instance of Query for the given collection and filter string.
createFilterKeys(Map, EntityMode) - Static method in class org.hibernate.cache.FilterKey
 
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.ASTQueryTranslatorFactory
 
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.classic.ClassicQueryTranslatorFactory
 
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in interface org.hibernate.hql.QueryTranslatorFactory
Construct a FilterTranslator instance capable of translating an HQL filter string.
createForeignKey() - Method in class org.hibernate.mapping.Collection
 
createForeignKey() - Method in class org.hibernate.mapping.Join
 
createForeignKey() - Method in class org.hibernate.mapping.ManyToOne
 
createForeignKey() - Method in class org.hibernate.mapping.OneToMany
 
createForeignKey() - Method in class org.hibernate.mapping.OneToOne
 
createForeignKey() - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKey() - Method in class org.hibernate.mapping.Subclass
 
createForeignKey(String, List, String) - Method in class org.hibernate.mapping.Table
 
createForeignKey(String, List, String, List) - Method in class org.hibernate.mapping.Table
 
createForeignKey() - Method in class org.hibernate.mapping.ToOne
 
createForeignKey() - Method in interface org.hibernate.mapping.Value
 
createForeignKeyOfEntity(String) - Method in interface org.hibernate.mapping.KeyValue
 
createForeignKeyOfEntity(String) - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKeys() - Method in class org.hibernate.mapping.DenormalizedTable
 
createForeignKeys() - Method in class org.hibernate.mapping.Table
 
createFrom(int, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createFromElement(String, AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
createFromElement(String, AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
createFromFilterElement(AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
createFromFilterElement(AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
createFromJoinElement(AST, AST, int, AST, AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
createFromJoinElement(AST, AST, int, AST, AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
createGetter(Class, String) - Static method in class org.hibernate.property.BasicPropertyAccessor
 
createIdentifierGenerator(Dialect, String, String, RootClass) - Method in interface org.hibernate.mapping.KeyValue
 
createIdentifierGenerator(Dialect, String, String, RootClass) - Method in class org.hibernate.mapping.SimpleValue
 
createIntoClause(String, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
createIntoClause(String, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
createJoin(String, boolean, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createJoin(int[], String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createJoinSequence() - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Generate an empty join sequence instance.
createJoinSequence(boolean, AssociationType, String, int, String[]) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Generate a join sequence representing the given association type.
createMappings() - Method in class org.hibernate.cfg.Configuration
Create a new Mappings to add class and collection mappings to.
createName(String) - Method in class org.hibernate.hql.ast.util.AliasGenerator
 
createNumber(long, Class) - Static method in class org.hibernate.id.IdentifierGeneratorFactory
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Cache71Dialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Dialect
Create a JoinFragment strategy responsible for handling this dialect's variations in how joins are handled.
createOuterJoinFragment() - Method in class org.hibernate.dialect.Oracle10gDialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Oracle8iDialect
Support for the oracle proprietary join syntax...
createOuterJoinFragment() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.  
createOuterJoinFragment() - Method in class org.hibernate.dialect.SAPDBDialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Sybase11Dialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.TimesTenDialect
 
createParent(ASTFactory, int, String, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Creates a single parent of the specified child (i.e.
createPrimaryKey() - Method in class org.hibernate.mapping.Join
 
createPrimaryKey() - Method in class org.hibernate.mapping.PersistentClass
 
createPropertyRefConstraints(Map) - Method in class org.hibernate.mapping.ManyToOne
 
createProxy(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createProxy(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Create a new proxy instance
createProxy(Serializable, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
createProxy(Serializable, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Generates an appropriate proxy representation of this entity for this entity-mode.
createQuery(String) - Method in class org.hibernate.impl.AbstractSessionImpl
 
createQuery(String) - Method in class org.hibernate.impl.SessionImpl
 
createQuery(String) - Method in interface org.hibernate.Session
Create a new instance of Query for the given HQL query string.
createQuery(String) - Method in interface org.hibernate.StatelessSession
Create a new instance of Query for the given HQL query string.
createQueryCacheFactory(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
createQueryLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createQueryTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.ASTQueryTranslatorFactory
 
createQueryTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.classic.ClassicQueryTranslatorFactory
 
createQueryTranslator(String, String, Map, SessionFactoryImplementor) - Method in interface org.hibernate.hql.QueryTranslatorFactory
Construct a QueryTranslator instance capable of translating an HQL query string.
createQueryTranslatorFactory(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
createRegionFactory(Properties, boolean) - Method in class org.hibernate.cfg.SettingsFactory
 
createRegionFqn(String, String) - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
createRegionFqn(String, String) - Method in class org.hibernate.cache.jbc2.collection.CollectionRegionImpl
 
createRegionFqn(String, String) - Method in class org.hibernate.cache.jbc2.entity.EntityRegionImpl
 
createRegionFqn(String, String) - Method in class org.hibernate.cache.jbc2.query.QueryResultsRegionImpl
 
createRegionFqn(String, String) - Method in class org.hibernate.cache.jbc2.timestamp.ClusteredConcurrentTimestampsRegionImpl
 
createRegionFqn(String, String) - Method in class org.hibernate.cache.jbc2.timestamp.TimestampsRegionImpl
 
createSAXReader(String, List, EntityResolver) - Method in class org.hibernate.util.XMLHelper
Create a dom4j SAXReader which will append all validation errors to errorList
createSchema() - Method in class org.hibernate.jmx.HibernateService
 
createSchema() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Export the CREATE DDL to the database
createSchema() - Method in interface org.hibernate.junit.functional.ExecutionEnvironment.Settings
 
createSchema() - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
createSelect(int[], int[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createSelectNewTransformer(Constructor, boolean, boolean) - Static method in class org.hibernate.hql.HolderInstantiator
 
createSharedCache(Settings, Properties) - Method in class org.hibernate.cache.jbc2.builder.JndiSharedCacheInstanceManager
 
createSharedCache(Settings, Properties) - Method in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Create a cache using the given settings and properties.
createSibling(ASTFactory, int, String, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Creates a single node AST as a sibling of the passed prevSibling, taking care to reorganize the tree correctly to account for this newly created node.
createSQLQuery(String, String, Class) - Method in interface org.hibernate.classic.Session
Deprecated. will be replaced with a more Query like interface in later release
createSQLQuery(String, String[], Class[]) - Method in interface org.hibernate.classic.Session
Deprecated. will be replaced with a more Query like interface in later release
createSQLQuery(String) - Method in class org.hibernate.impl.AbstractSessionImpl
 
createSQLQuery(String) - Method in class org.hibernate.impl.SessionImpl
 
createSQLQuery(String, String, Class) - Method in class org.hibernate.impl.SessionImpl
 
createSQLQuery(String, String[], Class[]) - Method in class org.hibernate.impl.SessionImpl
 
createSQLQuery(String) - Method in interface org.hibernate.Session
Create a new instance of SQLQuery for the given SQL query string.
createSQLQuery(String) - Method in interface org.hibernate.StatelessSession
Create a new instance of SQLQuery for the given SQL query string.
createSubselectInitializer(SubselectFetch, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createSubselectInitializer(SubselectFetch, SessionImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
createSubselectInitializer(SubselectFetch, SessionImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
createTemporaryTableIfNecessary(Queryable, SessionImplementor) - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
 
createTestAuctions() - Method in class org.hibernate.auction.Main
Demonstrates transitive persistence
createTransaction(JDBCContext, TransactionFactory.Context) - Method in class org.hibernate.transaction.CMTTransactionFactory
 
createTransaction(JDBCContext, TransactionFactory.Context) - Method in class org.hibernate.transaction.JDBCTransactionFactory
Begin a transaction and return the associated Transaction instance.
createTransaction(JDBCContext, TransactionFactory.Context) - Method in class org.hibernate.transaction.JTATransactionFactory
Begin a transaction and return the associated Transaction instance.
createTransaction(JDBCContext, TransactionFactory.Context) - Method in interface org.hibernate.transaction.TransactionFactory
Begin a transaction and return the associated Transaction instance.
createTransactionFactory(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
createTransactionManagerLookup(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
createTree(ASTFactory, AST[]) - Static method in class org.hibernate.hql.ast.util.ASTUtil
 
createUniqueKey(List) - Method in class org.hibernate.mapping.Table
 
createUniqueKeyLoaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createUsingCtor(Token, String) - Method in class org.hibernate.hql.ast.SqlASTFactory
 
createWhereByKey(int, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createXPath(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createXPath(String) - Method in class org.hibernate.tuple.ElementWrapper
 
Criteria - Interface in org.hibernate
Criteria is a simplified API for retrieving entities by composing Criterion objects.
CriteriaImpl - Class in org.hibernate.impl
Implementation of the Criteria interface
CriteriaImpl(String, SessionImplementor) - Constructor for class org.hibernate.impl.CriteriaImpl
 
CriteriaImpl(String, String, SessionImplementor) - Constructor for class org.hibernate.impl.CriteriaImpl
 
CriteriaImpl.CriterionEntry - Class in org.hibernate.impl
 
CriteriaImpl.OrderEntry - Class in org.hibernate.impl
 
CriteriaImpl.Subcriteria - Class in org.hibernate.impl
 
CriteriaJoinWalker - Class in org.hibernate.loader.criteria
A JoinWalker for Criteria queries.
CriteriaJoinWalker(OuterJoinLoadable, CriteriaQueryTranslator, SessionFactoryImplementor, CriteriaImpl, String, Map) - Constructor for class org.hibernate.loader.criteria.CriteriaJoinWalker
 
CriteriaJoinWalker(OuterJoinLoadable, CriteriaQueryTranslator, SessionFactoryImplementor, CriteriaImpl, String, Map, String) - Constructor for class org.hibernate.loader.criteria.CriteriaJoinWalker
 
CriteriaLoader - Class in org.hibernate.loader.criteria
A Loader for Criteria queries.
CriteriaLoader(OuterJoinLoadable, SessionFactoryImplementor, CriteriaImpl, String, Map) - Constructor for class org.hibernate.loader.criteria.CriteriaLoader
 
CriteriaQuery - Interface in org.hibernate.criterion
An instance of CriteriaQuery is passed to criterion, order and projection instances when actually compiling and executing the query.
CriteriaQueryTranslator - Class in org.hibernate.loader.criteria
 
CriteriaQueryTranslator(SessionFactoryImplementor, CriteriaImpl, String, String, CriteriaQuery) - Constructor for class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
CriteriaQueryTranslator(SessionFactoryImplementor, CriteriaImpl, String, String) - Constructor for class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
CriteriaSpecification - Interface in org.hibernate.criterion
 
Criterion - Interface in org.hibernate.criterion
An object-oriented representation of a query criterion that may be used as a restriction in a Criteria query.
CURRENCY - Static variable in class org.hibernate.Hibernate
Hibernate currency type.
CURRENCY_CLASS - Static variable in class org.hibernate.type.CurrencyType
 
CurrencyType - Class in org.hibernate.type
currency: A type that maps an SQL VARCHAR to a java.util.Currency
CurrencyType() - Constructor for class org.hibernate.type.CurrencyType
 
CURRENT_SESSION_CONTEXT_CLASS - Static variable in class org.hibernate.cfg.Environment
Context scoping impl for SessionFactory.getCurrentSession() processing.
currentColumns() - Method in class org.hibernate.hql.classic.PathExpressionParser
 
currentSession() - Method in interface org.hibernate.context.CurrentSessionContext
Retrieve the current session according to the scoping defined by this implementation.
currentSession() - Method in class org.hibernate.context.JTASessionContext
Retrieve the current session according to the scoping defined by this implementation.
currentSession() - Method in class org.hibernate.context.ManagedSessionContext
Retrieve the current session according to the scoping defined by this implementation.
currentSession() - Method in class org.hibernate.context.ThreadLocalSessionContext
Retrieve the current session according to the scoping defined by this implementation.
CurrentSessionContext - Interface in org.hibernate.context
Defines the contract for implementations which know how to scope the notion of a current session.
custom(Class) - Static method in class org.hibernate.Hibernate
A Hibernate custom type.
custom(Class, String[], String[]) - Static method in class org.hibernate.Hibernate
A Hibernate parameterizable custom type.
custom(Class, Properties) - Static method in class org.hibernate.Hibernate
A Hibernate parameterizable custom type.
customCollection(String, String, String, boolean) - Static method in class org.hibernate.type.TypeFactory
Deprecated. Use TypeFactory.customCollection(String, java.util.Properties, String, String, boolean) instead
customCollection(String, Properties, String, String, boolean) - Static method in class org.hibernate.type.TypeFactory
 
CustomCollectionType - Class in org.hibernate.type
A custom type for mapping user-written classes that implement PersistentCollection
CustomCollectionType(Class, String, String, boolean) - Constructor for class org.hibernate.type.CustomCollectionType
 
CustomLoader - Class in org.hibernate.loader.custom
Extension point for loaders which use a SQL result set with "unexpected" column aliases.
CustomLoader(CustomQuery, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.CustomLoader
 
CustomLoader.NonScalarResultColumnProcessor - Class in org.hibernate.loader.custom
 
CustomLoader.NonScalarResultColumnProcessor(int) - Constructor for class org.hibernate.loader.custom.CustomLoader.NonScalarResultColumnProcessor
 
CustomLoader.ResultRowProcessor - Class in org.hibernate.loader.custom
 
CustomLoader.ResultRowProcessor(boolean, CustomLoader.ResultColumnProcessor[]) - Constructor for class org.hibernate.loader.custom.CustomLoader.ResultRowProcessor
 
CustomLoader.ScalarResultColumnProcessor - Class in org.hibernate.loader.custom
 
CustomLoader.ScalarResultColumnProcessor(int) - Constructor for class org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor
 
CustomLoader.ScalarResultColumnProcessor(String, Type) - Constructor for class org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor
 
CustomQuery - Interface in org.hibernate.loader.custom
Extension point allowing any SQL query with named and positional parameters to be executed by Hibernate, returning managed entities, collections and simple scalar values.
customSQLDelete - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
customSQLInsert - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
customSQLUpdate - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
CustomType - Class in org.hibernate.type
Adapts UserType to the generic Type interface, in order to isolate user code from changes in the internal Type contracts.
CustomType(Class, Properties) - Constructor for class org.hibernate.type.CustomType
 

D

DatabaseMetadata - Class in org.hibernate.tool.hbm2ddl
JDBC database metadata
DatabaseMetadata(Connection, Dialect) - Constructor for class org.hibernate.tool.hbm2ddl.DatabaseMetadata
 
DatabaseMetadata(Connection, Dialect, boolean) - Constructor for class org.hibernate.tool.hbm2ddl.DatabaseMetadata
 
DatabaseSpecificFunctionalTestCase - Class in org.hibernate.junit.functional
DatabaseSpecificFunctionalTestCase(String) - Constructor for class org.hibernate.junit.functional.DatabaseSpecificFunctionalTestCase
 
DatabaseStructure - Interface in org.hibernate.id.enhanced
Encapsulates definition of the underlying data structure backing a sequence-style generator.
dataDescription - Variable in class org.hibernate.cache.jbc2.access.OptimisticTransactionalAccessDelegate
 
DataDirectOracle9Dialect - Class in org.hibernate.dialect
 
DataDirectOracle9Dialect() - Constructor for class org.hibernate.dialect.DataDirectOracle9Dialect
 
DataException - Exception in org.hibernate.exception
Implementation of JDBCException indicating that evaluation of the valid SQL statement against the given data resulted in some illegal operation, mismatched types or incorrect cardinality.
DataException(String, SQLException) - Constructor for exception org.hibernate.exception.DataException
Constructor for JDBCException.
DataException(String, SQLException, String) - Constructor for exception org.hibernate.exception.DataException
Constructor for JDBCException.
DATASOURCE - Static variable in class org.hibernate.cfg.Environment
java.sql.Datasource JNDI name
DatasourceConnectionProvider - Class in org.hibernate.connection
A connection provider that uses a DataSource registered with JNDI.
DatasourceConnectionProvider() - Constructor for class org.hibernate.connection.DatasourceConnectionProvider
 
DataVersionAdapter - Class in org.hibernate.cache.jbc2.util
A DataVersionAdapter.
DataVersionAdapter(Object, Object, Comparator, String) - Constructor for class org.hibernate.cache.jbc2.util.DataVersionAdapter
 
DATE - Static variable in class org.hibernate.Hibernate
Hibernate date type.
DateType - Class in org.hibernate.type
date: A type that maps an SQL DATE to a Java Date.
DateType() - Constructor for class org.hibernate.type.DateType
 
DB2390Dialect - Class in org.hibernate.dialect
An SQL dialect for DB2/390.
DB2390Dialect() - Constructor for class org.hibernate.dialect.DB2390Dialect
 
DB2400Dialect - Class in org.hibernate.dialect
An SQL dialect for DB2/400.
DB2400Dialect() - Constructor for class org.hibernate.dialect.DB2400Dialect
 
DB2Dialect - Class in org.hibernate.dialect
An SQL dialect for DB2.
DB2Dialect() - Constructor for class org.hibernate.dialect.DB2Dialect
 
DbTimestampType - Class in org.hibernate.type
dbtimestamp: An extension of TimestampType which maps to the database's current timestamp, rather than the jvm's current timestamp.
DbTimestampType() - Constructor for class org.hibernate.type.DbTimestampType
 
DDL - Static variable in class org.hibernate.jdbc.util.FormatStyle
 
DDLFormatterImpl - Class in org.hibernate.jdbc.util
Performs formatting of DDL SQL statements.
DDLFormatterImpl() - Constructor for class org.hibernate.jdbc.util.DDLFormatterImpl
 
deactivateLocalNode() - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
debug(String) - Method in interface org.hibernate.bytecode.buildtime.Logger
 
debug(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
DECIMAL_LITERAL_FORMAT - Static variable in class org.hibernate.hql.ast.util.LiteralProcessor
In what format should Float and Double literal values be sent to the database?
declaredNamespaces() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
declaredNamespaces() - Method in class org.hibernate.tuple.ElementWrapper
 
decode(PersistentClass) - Static method in class org.hibernate.cache.impl.CacheDataDescriptionImpl
 
decode(Collection) - Static method in class org.hibernate.cache.impl.CacheDataDescriptionImpl
 
DecodeCaseFragment - Class in org.hibernate.sql
An Oracle-style DECODE function.
DecodeCaseFragment() - Constructor for class org.hibernate.sql.DecodeCaseFragment
 
decrementCascadeLevel() - Method in interface org.hibernate.engine.PersistenceContext
Called after cascading
decrementCascadeLevel() - Method in class org.hibernate.engine.StatefulPersistenceContext
 
decrementIndexByBase(Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.BlobType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ClobType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ImmutableType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.MutableType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object[], Type[], boolean[], Object[], SessionImplementor) - Static method in class org.hibernate.type.TypeFactory
Deep copy a series of values from one array to another...
deepCopy(Object) - Method in interface org.hibernate.usertype.CompositeUserType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object) - Method in interface org.hibernate.usertype.UserType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopyNotNull(Object) - Method in class org.hibernate.type.AbstractBynaryType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.AbstractCharArrayType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.CalendarDateType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.CalendarType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.DateType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.MutableType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.SerializableType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.TimestampType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.TimeType
 
DEF_CACHE_FACTORY_RESOURCE - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Default value for MultiplexingCacheInstanceManager.CACHE_FACTORY_RESOURCE_PROP.
DEF_CACHE_REG_FACTORY - Static variable in class org.hibernate.cfg.SettingsFactory
 
DEF_ENTITY_RESOURCE - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Default value for MultiplexingCacheInstanceManager.ENTITY_CACHE_RESOURCE_PROP.
DEF_ILLEGAL_COLL_DEREF_EXCP_BUILDER - Static variable in class org.hibernate.hql.ast.tree.DotNode
 
DEF_JGROUPS_RESOURCE - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Default value for MultiplexingCacheInstanceManager.CHANNEL_FACTORY_RESOURCE_PROP.
DEF_JGROUPS_RESOURCE - Static variable in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Default value for SharedCacheInstanceManager.CHANNEL_FACTORY_RESOURCE_PROP.
DEF_PROVIDER - Static variable in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
 
DEF_QUERY_RESOURCE - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Default value for MultiplexingCacheInstanceManager.ENTITY_CACHE_RESOURCE_PROP.
DEF_SEGMENT_COLUMN - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
DEF_SEGMENT_LENGTH - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
DEF_SEGMENT_VALUE - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
DEF_SEQUENCE_NAME - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
DEF_TABLE - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
DEF_TS_RESOURCE - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Default value for MultiplexingCacheInstanceManager.TIMESTAMP_CACHE_RESOURCE_PROP.
DEF_VALUE_COLUMN - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
DEF_VALUE_COLUMN - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
DEFAULT - Static variable in class org.hibernate.FetchMode
Default to the setting configured in the mapping file.
DEFAULT_BATCH_FETCH_SIZE - Static variable in class org.hibernate.cfg.Environment
The default batch size for batch fetching
DEFAULT_BATCH_SIZE - Static variable in class org.hibernate.dialect.Dialect
 
DEFAULT_CACHE_RESOURCE - Static variable in class org.hibernate.cache.jbc2.builder.SharedCacheInstanceManager
Default name for the JBoss Cache configuration file.
DEFAULT_CATALOG - Static variable in class org.hibernate.cfg.Environment
A default database catalog name to use for unqualified tablenames
DEFAULT_COLUMN_NAME - Static variable in class org.hibernate.id.TableGenerator
Default column name
DEFAULT_CONFIG - Static variable in class org.hibernate.cache.OptimisticTreeCacheProvider
 
DEFAULT_CONFIG - Static variable in class org.hibernate.cache.TreeCacheProvider
 
DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in class org.hibernate.mapping.RootClass
 
DEFAULT_DTD_RESOLVER - Static variable in class org.hibernate.util.XMLHelper
 
DEFAULT_ELEMENT_COLUMN_NAME - Static variable in class org.hibernate.mapping.Collection
 
DEFAULT_ENTITY_MODE - Static variable in class org.hibernate.cfg.Environment
The EntityMode in which set the Session opened from the SessionFactory.
DEFAULT_EXCEPTION_MSG - Static variable in class org.hibernate.util.JDBCExceptionReporter
 
DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in class org.hibernate.mapping.IdentifierCollection
 
DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in class org.hibernate.mapping.RootClass
 
DEFAULT_INCREMENT_SIZE - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
DEFAULT_INCREMENT_SIZE - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
DEFAULT_INDEX_COLUMN_NAME - Static variable in class org.hibernate.mapping.IndexedCollection
 
DEFAULT_INITIAL_VALUE - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
DEFAULT_INITIAL_VALUE - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
DEFAULT_KEY_COLUMN_NAME - Static variable in class org.hibernate.mapping.Collection
 
DEFAULT_LENGTH - Static variable in class org.hibernate.mapping.Column
 
DEFAULT_LOCK_MODE - Static variable in class org.hibernate.event.def.DefaultLoadEventListener
 
DEFAULT_LOCK_MODE - Static variable in class org.hibernate.event.LoadEvent
 
DEFAULT_PRECISION - Static variable in class org.hibernate.mapping.Column
 
DEFAULT_SCALE - Static variable in class org.hibernate.mapping.Column
 
DEFAULT_SCHEMA - Static variable in class org.hibernate.cfg.Environment
A default database schema (owner) name to use for unqualified tablenames
DEFAULT_STRONG_REF_COUNT - Static variable in class org.hibernate.util.SimpleMRUCache
 
DEFAULT_STRONG_REF_COUNT - Static variable in class org.hibernate.util.SoftLimitMRUCache
 
DEFAULT_TABLE - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
DEFAULT_TABLE_NAME - Static variable in class org.hibernate.id.TableGenerator
Default table name
DEFAULT_USER_TRANSACTION_NAME - Static variable in class org.hibernate.transaction.JTATransactionFactory
 
DEFAULT_WARNING_MSG - Static variable in class org.hibernate.util.JDBCExceptionReporter
 
defaultAccess - Variable in class org.hibernate.cfg.Mappings
 
DefaultAutoFlushEventListener - Class in org.hibernate.event.def
Defines the default flush event listeners used by hibernate for flushing session state in response to generated auto-flush events.
DefaultAutoFlushEventListener() - Constructor for class org.hibernate.event.def.DefaultAutoFlushEventListener
 
defaultCascade - Variable in class org.hibernate.cfg.Mappings
 
DefaultDeleteEventListener - Class in org.hibernate.event.def
Defines the default delete event listener used by hibernate for deleting entities from the datastore in response to generated delete events.
DefaultDeleteEventListener() - Constructor for class org.hibernate.event.def.DefaultDeleteEventListener
 
DefaultDirtyCheckEventListener - Class in org.hibernate.event.def
Defines the default dirty-check event listener used by hibernate for checking the session for dirtiness in response to generated dirty-check events.
DefaultDirtyCheckEventListener() - Constructor for class org.hibernate.event.def.DefaultDirtyCheckEventListener
 
DefaultEntityAliases - Class in org.hibernate.loader
EntityAliases which handles the logic of selecting user provided aliases (via return-property), before using the default aliases.
DefaultEntityAliases(Loadable, String) - Constructor for class org.hibernate.loader.DefaultEntityAliases
 
DefaultEntityAliases(Map, Loadable, String) - Constructor for class org.hibernate.loader.DefaultEntityAliases
Calculate and cache select-clause suffixes.
DefaultEvictEventListener - Class in org.hibernate.event.def
Defines the default evict event listener used by hibernate for evicting entities in response to generated flush events.
DefaultEvictEventListener() - Constructor for class org.hibernate.event.def.DefaultEvictEventListener
 
DefaultFlushEntityEventListener - Class in org.hibernate.event.def
An event that occurs for each entity instance at flush time
DefaultFlushEntityEventListener() - Constructor for class org.hibernate.event.def.DefaultFlushEntityEventListener
 
DefaultFlushEventListener - Class in org.hibernate.event.def
Defines the default flush event listeners used by hibernate for flushing session state in response to generated flush events.
DefaultFlushEventListener() - Constructor for class org.hibernate.event.def.DefaultFlushEventListener
 
DefaultInitializeCollectionEventListener - Class in org.hibernate.event.def
 
DefaultInitializeCollectionEventListener() - Constructor for class org.hibernate.event.def.DefaultInitializeCollectionEventListener
 
defaultLazy - Variable in class org.hibernate.cfg.Mappings
 
DefaultLoadEventListener - Class in org.hibernate.event.def
Defines the default load event listeners used by hibernate for loading entities in response to generated load events.
DefaultLoadEventListener() - Constructor for class org.hibernate.event.def.DefaultLoadEventListener
 
DefaultLockEventListener - Class in org.hibernate.event.def
Defines the default lock event listeners used by hibernate to lock entities in response to generated lock events.
DefaultLockEventListener() - Constructor for class org.hibernate.event.def.DefaultLockEventListener
 
DefaultMergeEventListener - Class in org.hibernate.event.def
Defines the default copy event listener used by hibernate for copying entities in response to generated copy events.
DefaultMergeEventListener() - Constructor for class org.hibernate.event.def.DefaultMergeEventListener
 
DefaultNamingStrategy - Class in org.hibernate.cfg
The default NamingStrategy
DefaultNamingStrategy() - Constructor for class org.hibernate.cfg.DefaultNamingStrategy
 
defaultPackage - Variable in class org.hibernate.cfg.Mappings
 
DefaultPersistEventListener - Class in org.hibernate.event.def
Defines the default create event listener used by hibernate for creating transient entities in response to generated create events.
DefaultPersistEventListener() - Constructor for class org.hibernate.event.def.DefaultPersistEventListener
 
DefaultPersistOnFlushEventListener - Class in org.hibernate.event.def
When persist is used as the cascade action, persistOnFlush should be used
DefaultPersistOnFlushEventListener() - Constructor for class org.hibernate.event.def.DefaultPersistOnFlushEventListener
 
DefaultPostLoadEventListener - Class in org.hibernate.event.def
Call Lifecycle interface if necessary
DefaultPostLoadEventListener() - Constructor for class org.hibernate.event.def.DefaultPostLoadEventListener
 
DefaultPreLoadEventListener - Class in org.hibernate.event.def
Called before injecting property values into a newly loaded entity instance.
DefaultPreLoadEventListener() - Constructor for class org.hibernate.event.def.DefaultPreLoadEventListener
 
DefaultRefreshEventListener - Class in org.hibernate.event.def
Defines the default refresh event listener used by hibernate for refreshing entities in response to generated refresh events.
DefaultRefreshEventListener() - Constructor for class org.hibernate.event.def.DefaultRefreshEventListener
 
DefaultReplicateEventListener - Class in org.hibernate.event.def
Defines the default replicate event listener used by Hibernate to replicate entities in response to generated replicate events.
DefaultReplicateEventListener() - Constructor for class org.hibernate.event.def.DefaultReplicateEventListener
 
DefaultSaveEventListener - Class in org.hibernate.event.def
An event handler for save() events
DefaultSaveEventListener() - Constructor for class org.hibernate.event.def.DefaultSaveEventListener
 
DefaultSaveOrUpdateCopyEventListener - Class in org.hibernate.event.def
 
DefaultSaveOrUpdateCopyEventListener() - Constructor for class org.hibernate.event.def.DefaultSaveOrUpdateCopyEventListener
 
DefaultSaveOrUpdateEventListener - Class in org.hibernate.event.def
Defines the default listener used by Hibernate for handling save-update events.
DefaultSaveOrUpdateEventListener() - Constructor for class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
 
DefaultUpdateEventListener - Class in org.hibernate.event.def
An event handler for update() events
DefaultUpdateEventListener() - Constructor for class org.hibernate.event.def.DefaultUpdateEventListener
 
definesLimits() - Method in class org.hibernate.engine.RowSelection
 
dehydrate(Serializable, Object[], boolean[], boolean[][], int, PreparedStatement, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
dehydrate(Serializable, Object[], Object, boolean[], boolean[][], int, PreparedStatement, SessionImplementor, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Marshall the fields of a persistent instance to a prepared statement
DelayedPostInsertIdentifier - Class in org.hibernate.action
Acts as a stand-in for an entity identifier which is supposed to be generated on insert (like an IDENTITY column) where the insert needed to be delayed because we were outside a transaction when the persist occurred (save currently still performs the insert).
DelayedPostInsertIdentifier() - Constructor for class org.hibernate.action.DelayedPostInsertIdentifier
 
delegateWork(IsolatedWork, boolean) - Method in class org.hibernate.engine.transaction.Isolater.JdbcDelegate
 
delegateWork(IsolatedWork, boolean) - Method in class org.hibernate.engine.transaction.Isolater.JtaDelegate
 
delete(String) - Method in interface org.hibernate.classic.Session
Deprecated. consider using HQL delete statements
delete(String, Object, Type) - Method in interface org.hibernate.classic.Session
Deprecated. consider using HQL delete statements
delete(String, Object[], Type[]) - Method in interface org.hibernate.classic.Session
Deprecated. consider using HQL delete statements
DELETE - Static variable in class org.hibernate.engine.CascadeStyle
delete
DELETE - Static variable in class org.hibernate.engine.CascadingAction
 
delete(String, Object, boolean, Set) - Method in interface org.hibernate.event.EventSource
Cascade delete an entity instance
DELETE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
DELETE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
DELETE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
delete(Object) - Method in class org.hibernate.impl.SessionImpl
Delete a persistent object
delete(String, Object) - Method in class org.hibernate.impl.SessionImpl
Delete a persistent object (by explicit entity name)
delete(String, Object, boolean, Set) - Method in class org.hibernate.impl.SessionImpl
Delete a persistent object
delete(String) - Method in class org.hibernate.impl.SessionImpl
 
delete(String, Object, Type) - Method in class org.hibernate.impl.SessionImpl
 
delete(String, Object[], Type[]) - Method in class org.hibernate.impl.SessionImpl
 
delete(Object) - Method in class org.hibernate.impl.StatelessSessionImpl
 
delete(String, Object) - Method in class org.hibernate.impl.StatelessSessionImpl
 
delete(Serializable, Object, int, Object, String, SessionImplementor, Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL DELETE
delete(Serializable, Object, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Delete an object
delete(Serializable, Object, Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Delete a persistent instance
DELETE - Static variable in class org.hibernate.secure.HibernatePermission
 
delete(Object) - Method in interface org.hibernate.Session
Remove a persistent instance from the datastore.
delete(String, Object) - Method in interface org.hibernate.Session
Remove a persistent instance from the datastore.
Delete - Class in org.hibernate.sql
An SQL DELETE statement
Delete() - Constructor for class org.hibernate.sql.Delete
 
delete(Object) - Method in interface org.hibernate.StatelessSession
Delete a row.
delete(String, Object) - Method in interface org.hibernate.StatelessSession
Delete a row.
DELETE_ORPHAN - Static variable in class org.hibernate.engine.CascadeStyle
delete + delete orphans
deleteCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
DELETED - Static variable in class org.hibernate.engine.Status
 
DELETED - Static variable in class org.hibernate.event.def.AbstractSaveEventListener
 
deleteEntity(EventSource, Object, EntityEntry, boolean, EntityPersister, Set) - Method in class org.hibernate.event.def.DefaultDeleteEventListener
Perform the entity deletion.
deleteEntity(String) - Method in class org.hibernate.stat.StatisticsImpl
 
deleteEntity(String) - Method in interface org.hibernate.stat.StatisticsImplementor
 
DeleteEvent - Class in org.hibernate.event
Defines an event class for the deletion of an entity.
DeleteEvent(Object, EventSource) - Constructor for class org.hibernate.event.DeleteEvent
Constructs a new DeleteEvent instance.
DeleteEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.DeleteEvent
 
DeleteEvent(String, Object, boolean, EventSource) - Constructor for class org.hibernate.event.DeleteEvent
 
DeleteEventListener - Interface in org.hibernate.event
Defines the contract for handling of deletion events generated from a session.
deleteOrphans() - Method in class org.hibernate.engine.CascadingAction
Does this action potentially extrapolate to orphan deletes?
deleteResultCheckStyles - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
deleteRow() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
deleteRows(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
deleteRows(PersistentCollection, Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Delete the persistent state of any elements that were removed from the collection
deleteStatement() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
deleteStatement(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
deleteStatement(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
DeleteStatement - Class in org.hibernate.hql.ast.tree
Defines a top-level AST node representing an HQL delete statement.
DeleteStatement() - Constructor for class org.hibernate.hql.ast.tree.DeleteStatement
 
deleteTransientEntity(EventSource, Object, boolean, EntityPersister, Set) - Method in class org.hibernate.event.def.DefaultDeleteEventListener
We encountered a delete request on a transient instance.
delistResource(XAResource, int) - Method in class org.hibernate.test.tm.SimpleJtaTransactionImpl
 
delistResource(XAResource, int) - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
denormalizedSupertable - Variable in class org.hibernate.cfg.Mappings.TableDescription
 
DenormalizedTable - Class in org.hibernate.mapping
 
DenormalizedTable(Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
 
DependantValue - Class in org.hibernate.mapping
A value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key).
DependantValue(Table, KeyValue) - Constructor for class org.hibernate.mapping.DependantValue
 
DEPRECATED_ORACLE_TYPES_CLASS_NAME - Static variable in class org.hibernate.dialect.Oracle8iDialect
 
DerbyCaseFragment - Class in org.hibernate.sql
 
DerbyCaseFragment() - Constructor for class org.hibernate.sql.DerbyCaseFragment
 
DerbyConcatFunction - Class in org.hibernate.dialect.function
A specialized concat() function definition in which: we translate to use the concat operator ('||') wrap dynamic parameters in CASTs to VARCHAR

This last spec is to deal with a limitation on DB2 and variants (e.g.

DerbyConcatFunction() - Constructor for class org.hibernate.dialect.function.DerbyConcatFunction
 
DerbyDialect - Class in org.hibernate.dialect
Hibernate Dialect for Cloudscape 10 - aka Derby.
DerbyDialect() - Constructor for class org.hibernate.dialect.DerbyDialect
 
DerbyDialect.DerbyTrimFunctionEmulation - Class in org.hibernate.dialect
A specialized function template to emulate the ANSI trim function on Derby DB since it does not support the full trim specification.
DerbyDialect.DerbyTrimFunctionEmulation() - Constructor for class org.hibernate.dialect.DerbyDialect.DerbyTrimFunctionEmulation
 
desc(String) - Static method in class org.hibernate.criterion.Order
Descending order
desc() - Method in class org.hibernate.criterion.Property
 
DESCENDING - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
DESCENDING - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
DESCENDING - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.ActionQueue
Used by the owning session to explicitly control deserialization of the action queue
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.StatefulPersistenceContext
 
deserialize(ObjectInputStream, SessionFactoryImplementor, Interceptor, ConnectionReleaseMode, JDBCContext) - Static method in class org.hibernate.jdbc.ConnectionManager
 
deserialize(ObjectInputStream, JDBCContext.Context, Interceptor) - Static method in class org.hibernate.jdbc.JDBCContext
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(Object) - Static method in class org.hibernate.util.IdentityMap
Workaround for a JDK 1.4.1 bug where IdentityHashMaps are not correctly deserialized.
deserialize(InputStream) - Static method in class org.hibernate.util.SerializationHelper
Deserializes an Object from the specified stream.
deserialize(byte[]) - Static method in class org.hibernate.util.SerializationHelper
Deserializes a single Object from an array of bytes.
destroy() - Method in interface org.hibernate.cache.Cache
Deprecated. Clean up
destroy() - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Clean up all resources.
destroy() - Method in class org.hibernate.cache.EhCache
Remove the cache and make it unuseable.
destroy() - Method in class org.hibernate.cache.HashtableCache
 
destroy() - Method in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
 
destroy() - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
 
destroy() - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
destroy() - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
destroy() - Method in class org.hibernate.cache.jbc2.timestamp.ClusteredConcurrentTimestampsRegionImpl
 
destroy() - Method in class org.hibernate.cache.jbc2.timestamp.TimestampsRegionImpl
 
destroy() - Method in class org.hibernate.cache.NonstrictReadWriteCache
 
destroy() - Method in class org.hibernate.cache.OptimisticTreeCache
 
destroy() - Method in class org.hibernate.cache.OSCache
 
destroy() - Method in interface org.hibernate.cache.QueryCache
 
destroy() - Method in class org.hibernate.cache.ReadOnlyCache
 
destroy() - Method in class org.hibernate.cache.ReadWriteCache
 
destroy() - Method in interface org.hibernate.cache.Region
The "end state" contract of the region's lifecycle.
destroy() - Method in class org.hibernate.cache.StandardQueryCache
 
destroy() - Method in class org.hibernate.cache.SwarmCache
Clean up
destroy() - Method in class org.hibernate.cache.TransactionalCache
 
destroy() - Method in class org.hibernate.cache.TreeCache
 
destroy() - Method in class org.hibernate.cache.UpdateTimestampsCache
 
destroy() - Method in class org.hibernate.tutorial.web.SessionInterceptor
 
destroyListeners() - Method in class org.hibernate.event.EventListeners
Call Destructible.cleanup() on any listeners that implement the Destructible interface.
Destructible - Interface in org.hibernate.event
Contract for listeners which require notification of SessionFactory closing, presumably to destroy internal state.
destructure(Object, SessionFactoryImplementor) - Method in interface org.hibernate.cache.entry.CacheEntryStructure
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.entry.StructuredCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.entry.StructuredCollectionCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.entry.StructuredMapCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.entry.UnstructuredCacheEntry
 
detach() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
detach() - Method in class org.hibernate.tuple.ElementWrapper
 
DETACHED - Static variable in class org.hibernate.event.def.AbstractSaveEventListener
 
DetachedCriteria - Class in org.hibernate.criterion
Some applications need to create criteria queries in "detached mode", where the Hibernate session is not available.
DetachedCriteria(String) - Constructor for class org.hibernate.criterion.DetachedCriteria
 
DetachedCriteria(String, String) - Constructor for class org.hibernate.criterion.DetachedCriteria
 
DetachedCriteria(CriteriaImpl, Criteria) - Constructor for class org.hibernate.criterion.DetachedCriteria
 
DetailedSemanticException - Exception in org.hibernate.hql.ast
Thrown when a call to the underlying Hibernate engine fails, indicating some form of semantic exception (e.g.
DetailedSemanticException(String) - Constructor for exception org.hibernate.hql.ast.DetailedSemanticException
 
DetailedSemanticException(String, Throwable) - Constructor for exception org.hibernate.hql.ast.DetailedSemanticException
 
determineAdjustedIncrementSize(String, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
In certain cases we need to adjust the increment size based on the selected optimizer.
determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it.
determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it.
determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it.
determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it.
determineDecimalRepresentation(String, int) - Method in class org.hibernate.hql.ast.util.LiteralProcessor
 
determineDefault(String, boolean) - Static method in class org.hibernate.engine.ExecuteUpdateResultCheckStyle
 
determineDefaultSegmentValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Used in the cases where TableGenerator.determineSegmentValue(java.util.Properties) is unable to determine the value to use.
determineGeneratedIdentifier(SessionImplementor, Object) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
determineIncrementSize(Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the increment size to be applied.
determineIncrementSize(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
 
determineInitialValue(Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the initial sequence value to use.
determineInitialValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
 
determineOptimizationStrategy(Properties, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the optimizer to use.
determineRowCount(int, PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
determineRowCount(int, PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
determineSegmentColumnName(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the name of the column used to indicate the segment for each row.
determineSegmentColumnSize(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the size of the segment column

Called during configuration.

determineSegmentValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the segment value corresponding to this generator instance.
determineSequenceName(Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the name of the sequence (or table if this resolves to a physical table) to use.
determineSqlStateClassCode(String) - Static method in class org.hibernate.exception.JDBCExceptionHelper
 
determineType(int, Object, Type) - Method in class org.hibernate.impl.AbstractQueryImpl
 
determineType(int, Object) - Method in class org.hibernate.impl.AbstractQueryImpl
 
determineType(String, Object, Type) - Method in class org.hibernate.impl.AbstractQueryImpl
 
determineType(String, Object) - Method in class org.hibernate.impl.AbstractQueryImpl
 
determineType(String, Class) - Method in class org.hibernate.impl.AbstractQueryImpl
 
determineValueColumnName(Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the name of the column used to store the generator value in the db.
determineValueColumnName(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the name of the column in which we will store the generator persistent value.
determneGeneratorTableName(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the table name to use for the generator values.
DIALECT - Static variable in class org.hibernate.cfg.Environment
Hibernate SQL Dialect class
Dialect - Class in org.hibernate.dialect
Represents a dialect of SQL implemented by a particular RDBMS.
Dialect() - Constructor for class org.hibernate.dialect.Dialect
 
DIALECT - Static variable in class org.hibernate.junit.functional.ExecutionEnvironment
 
dialect - Variable in class org.hibernate.sql.Select
 
DIALECT_RESOLVERS - Static variable in class org.hibernate.cfg.Environment
DialectResolver classes to register with the DialectFactory
DialectFactory - Class in org.hibernate.dialect.resolver
A factory for generating Dialect instances.
DialectFactory() - Constructor for class org.hibernate.dialect.resolver.DialectFactory
 
dialectIs(Class) - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
dialectIsCaseSensitive(String) - Method in class org.hibernate.junit.functional.FunctionalTestCase
Is the db/dialect sensitive in terms of string comparisons?
dialectIsNot(Class) - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
dialectIsNot(Class[]) - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
dialectIsOneOf(Class[]) - Method in class org.hibernate.junit.functional.FunctionalTestCase
 
DialectResolver - Interface in org.hibernate.dialect.resolver
Contract for determining the Dialect to use based on a JDBC Connection.
DialectResolverSet - Class in org.hibernate.dialect.resolver
A DialectResolver implementation which coordinates resolution by delegating to its registered sub-resolvers.
DialectResolverSet() - Constructor for class org.hibernate.dialect.resolver.DialectResolverSet
 
dialectSupportsEmptyInList(String) - Method in class org.hibernate.junit.functional.FunctionalTestCase
Does the db/dialect support empty lists in the IN operator?

For example, is "...

DirectPropertyAccessor - Class in org.hibernate.property
Accesses fields directly.
DirectPropertyAccessor() - Constructor for class org.hibernate.property.DirectPropertyAccessor
 
DirectPropertyAccessor.DirectGetter - Class in org.hibernate.property
 
DirectPropertyAccessor.DirectSetter - Class in org.hibernate.property
 
dirty() - Method in class org.hibernate.collection.AbstractPersistentCollection
 
dirty() - Method in interface org.hibernate.collection.PersistentCollection
Mark the collection as dirty
dirty() - Method in class org.hibernate.intercept.AbstractFieldInterceptor
 
dirty() - Method in interface org.hibernate.intercept.FieldInterceptor
Forcefully mark the entity as being dirty.
dirtyCheck(FlushEntityEvent) - Method in class org.hibernate.event.def.DefaultFlushEntityEventListener
Perform a dirty check, and attach the results to the event
DirtyCheckEvent - Class in org.hibernate.event
Defines an event class for the dirty-checking of a session.
DirtyCheckEvent(EventSource) - Constructor for class org.hibernate.event.DirtyCheckEvent
 
DirtyCheckEventListener - Interface in org.hibernate.event
Defines the contract for handling of session dirty-check events.
DirtyCollectionSearchVisitor - Class in org.hibernate.event.def
Do we have a dirty collection here? 1.
disableFilter(String) - Method in class org.hibernate.impl.SessionImpl
 
disableFilter(String) - Method in interface org.hibernate.Session
Disable the named filter for the current session.
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentArrayHolder
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentBag
 
disassemble(CollectionPersister) - Method in interface org.hibernate.collection.PersistentCollection
Disassemble the collection, ready for the cache
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentElementHolder
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentList
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentListElementHolder
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentMap
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentMapElementHolder
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentSet
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.BlobType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.ClobType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.CompositeCustomType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.CustomType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.ManyToOneType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.OneToOneType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.SerializableType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.SpecialOneToOneType
 
disassemble(Object, SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Return a cacheable "disassembled" representation of the object.
disassemble(Object[], Type[], boolean[], SessionImplementor, Object) - Static method in class org.hibernate.type.TypeFactory
Apply the Type.disassemble(java.lang.Object, org.hibernate.engine.SessionImplementor, java.lang.Object) operation across a series of values.
disassemble(Object, SessionImplementor) - Method in interface org.hibernate.usertype.CompositeUserType
Transform the object into its cacheable representation.
disassemble(Object) - Method in interface org.hibernate.usertype.UserType
Transform the object into its cacheable representation.
disconnect() - Method in class org.hibernate.impl.SessionImpl
 
disconnect() - Method in interface org.hibernate.Session
Disconnect the Session from the current JDBC connection.
DiscriminatorType - Interface in org.hibernate.type
A Type that may be used for a discriminator column.
Disjunction - Class in org.hibernate.criterion
 
Disjunction() - Constructor for class org.hibernate.criterion.Disjunction
 
disjunction() - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single disjunction (A or B or C...)
DisjunctionFragment - Class in org.hibernate.sql
A disjunctive string of conditions
DisjunctionFragment() - Constructor for class org.hibernate.sql.DisjunctionFragment
 
DisplayableNode - Interface in org.hibernate.hql.ast.tree
Implementors will return additional display text, which will be used by the ASTPrinter to display information (besides the node type and node text).
DisplayableNode - Interface in org.hibernate.hql.ast.util
Marker interface for nodes (AST impls) wanting to display extra information during ASTPrinter processing.
Distinct - Class in org.hibernate.criterion
 
Distinct(Projection) - Constructor for class org.hibernate.criterion.Distinct
 
distinct(Projection) - Static method in class org.hibernate.criterion.Projections
Create a distinct projection from a projection
DISTINCT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
DISTINCT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
DISTINCT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
DISTINCT_ROOT_ENTITY - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Each row of results is a distinct instance of the root entity
distinctOrAll(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
DistinctResultTransformer - Class in org.hibernate.transform
Distinctions the result tuples in the final result based on the defined equality of the tuples.
DistinctRootEntityResultTransformer - Class in org.hibernate.transform
Much like RootEntityResultTransformer, but we also distinct the entity in the final result.
DistinctRootEntityResultTransformer() - Constructor for class org.hibernate.transform.DistinctRootEntityResultTransformer
Deprecated. Use the DistinctRootEntityResultTransformer.INSTANCE reference instead of explicitly creating a new one (to be removed in 3.4).
DIV - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
DIV - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
DIV - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
doCascade(CascadingAction) - Method in class org.hibernate.engine.CascadeStyle
For this style, should the given action be cascaded?
doCascade(CascadingAction) - Method in class org.hibernate.engine.CascadeStyle.MultipleCascadeStyle
 
doConfigure(InputStream, String) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application resource.
doConfigure(Document) - Method in class org.hibernate.cfg.Configuration
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.DB2Dialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.Dialect
For the underlying database, is READ_COMMITTED isolation implemented by forcing readers to wait for write locks to be released?
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.SQLServerDialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.TeradataDialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.Dialect
For the underlying database, is REPEATABLE_READ isolation implemented by forcing writers to wait for read locks to be released?
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.SQLServerDialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.TeradataDialect
 
doEvict(Object, EntityKey, EntityPersister, EventSource) - Method in class org.hibernate.event.def.DefaultEvictEventListener
 
doExecuteBatch(PreparedStatement) - Method in class org.hibernate.jdbc.AbstractBatcher
 
doExecuteBatch(PreparedStatement) - Method in class org.hibernate.jdbc.BatchingBatcher
 
doExecuteBatch(PreparedStatement) - Method in class org.hibernate.jdbc.NonBatchingBatcher
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.hibernate.tutorial.web.SessionInterceptor
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.hibernate.tutorial.web.EventManagerServlet
 
doIsolatedWork(IsolatedWork, SessionImplementor) - Static method in class org.hibernate.engine.transaction.Isolater
Ensures that all processing actually performed by the given work will occur on a seperate transaction.
doList(SessionImplementor, QueryParameters) - Method in class org.hibernate.loader.Loader
Actually execute a query, ignoring the query cache
doLoad(LoadEvent, EntityPersister, EntityKey, LoadEventListener.LoadType) - Method in class org.hibernate.event.def.DefaultLoadEventListener
Coordinates the efforts to load a given entity.
DOM4J - Static variable in class org.hibernate.EntityMode
 
Dom4jAccessor - Class in org.hibernate.property
Responsible for accessing property values represented as a dom4j Element or Attribute.
Dom4jAccessor(String, Type, SessionFactoryImplementor) - Constructor for class org.hibernate.property.Dom4jAccessor
 
Dom4jAccessor.AttributeGetter - Class in org.hibernate.property
For nodes like "@bar"
Dom4jAccessor.AttributeSetter - Class in org.hibernate.property
For nodes like "@bar"
Dom4jAccessor.Dom4jGetter - Class in org.hibernate.property
Defines the strategy for getting property values out of a dom4j Node.
Dom4jAccessor.Dom4jSetter - Class in org.hibernate.property
 
Dom4jAccessor.ElementAttributeGetter - Class in org.hibernate.property
For nodes like "foo/@bar"
Dom4jAccessor.ElementAttributeSetter - Class in org.hibernate.property
For nodes like "foo/@bar"
Dom4jAccessor.ElementGetter - Class in org.hibernate.property
For nodes like "foo"
Dom4jAccessor.ElementSetter - Class in org.hibernate.property
For nodes like "foo"
Dom4jAccessor.TextGetter - Class in org.hibernate.property
For nodes like "."
Dom4jAccessor.TextSetter - Class in org.hibernate.property
For nodes like "."
Dom4jComponentTuplizer - Class in org.hibernate.tuple.component
A ComponentTuplizer specific to the dom4j entity mode.
Dom4jComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.Dom4jComponentTuplizer
 
Dom4jEntityTuplizer - Class in org.hibernate.tuple.entity
An EntityTuplizer specific to the dom4j entity mode.
Dom4jEntityTuplizer.BasicEntityNameResolver - Class in org.hibernate.tuple.entity
 
Dom4jEntityTuplizer.BasicEntityNameResolver(String, Map) - Constructor for class org.hibernate.tuple.entity.Dom4jEntityTuplizer.BasicEntityNameResolver
 
Dom4jInstantiator - Class in org.hibernate.tuple
Performs "instantiation" based on DOM4J elements.
Dom4jInstantiator(Component) - Constructor for class org.hibernate.tuple.Dom4jInstantiator
 
Dom4jInstantiator(PersistentClass) - Constructor for class org.hibernate.tuple.Dom4jInstantiator
 
Dom4jLazyInitializer - Class in org.hibernate.proxy.dom4j
Lazy initializer for "dom4j" entity representations.
Dom4jProxy - Class in org.hibernate.proxy.dom4j
Proxy for "dom4j" entity representations.
Dom4jProxy(Dom4jLazyInitializer) - Constructor for class org.hibernate.proxy.dom4j.Dom4jProxy
 
Dom4jProxyFactory - Class in org.hibernate.proxy.dom4j
Builds proxies for "dom4j" entity representations.
Dom4jProxyFactory() - Constructor for class org.hibernate.proxy.dom4j.Dom4jProxyFactory
 
doNonTransactedWork(IsolatedWork, SessionImplementor) - Static method in class org.hibernate.engine.transaction.Isolater
Ensures that all processing actually performed by the given work will occur outside of a transaction.
doSecondPass(Map) - Method in class org.hibernate.cfg.CollectionSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.NamedSQLQuerySecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.ResultSetMappingSecondPass
 
doSecondPass(Map) - Method in interface org.hibernate.cfg.SecondPass
 
DOT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
DOT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
DOT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
DotNode - Class in org.hibernate.hql.ast.tree
Represents a reference to a property or alias expression.
DotNode() - Constructor for class org.hibernate.hql.ast.tree.DotNode
 
DotNode.IllegalCollectionDereferenceExceptionBuilder - Interface in org.hibernate.hql.ast.tree
 
doTransform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.AbstractClassTransformerImpl
 
doTransform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.cglib.CglibClassTransformer
 
doTransform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.javassist.JavassistClassTransformer
 
DOUBLE - Static variable in class org.hibernate.Hibernate
Hibernate double type.
DoubleType - Class in org.hibernate.type
double: A type that maps an SQL DOUBLE to a Java Double.
DoubleType() - Constructor for class org.hibernate.type.DoubleType
 
doUpdateRows(Serializable, PersistentCollection, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
doUpdateRows(Serializable, PersistentCollection, SessionImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
doUpdateRows(Serializable, PersistentCollection, SessionImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
doWork(Connection) - Method in interface org.hibernate.engine.transaction.IsolatedWork
Perform the actual work to be done.
doWork(Work) - Method in class org.hibernate.impl.SessionImpl
 
doWork(Work) - Method in interface org.hibernate.Session
Controller for allowing users to perform JDBC related work using the Connection managed by this Session.
doWorkInCurrentTransaction(Connection, String) - Method in class org.hibernate.engine.TransactionHelper
The work to be done
doWorkInCurrentTransaction(Connection, String) - Method in class org.hibernate.id.enhanced.TableGenerator
The work to be done
doWorkInCurrentTransaction(Connection, String) - Method in class org.hibernate.id.enhanced.TableStructure
The work to be done
doWorkInCurrentTransaction(Connection, String) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
doWorkInCurrentTransaction(Connection, String) - Method in class org.hibernate.id.TableGenerator
 
doWorkInNewTransaction(SessionImplementor) - Method in class org.hibernate.engine.TransactionHelper
Suspend the current transaction and perform work in a new transaction
DRIVER - Static variable in class org.hibernate.cfg.Environment
JDBC driver class
DriverManagerConnectionProvider - Class in org.hibernate.connection
A connection provider that uses java.sql.DriverManager.
DriverManagerConnectionProvider() - Constructor for class org.hibernate.connection.DriverManagerConnectionProvider
 
drop(boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Run the drop schema script.
dropConstraints() - Method in class org.hibernate.dialect.Cache71Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.DB2Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.DerbyDialect
 
dropConstraints() - Method in class org.hibernate.dialect.Dialect
Do we need to drop constraints before dropping tables in this dialect?
dropConstraints() - Method in class org.hibernate.dialect.FrontBaseDialect
 
dropConstraints() - Method in class org.hibernate.dialect.IngresDialect
Do we need to drop constraints before dropping tables in this dialect?
dropConstraints() - Method in class org.hibernate.dialect.JDataStoreDialect
 
dropConstraints() - Method in class org.hibernate.dialect.MimerSQLDialect
We do not have to drop constraints before we drop the table
dropConstraints() - Method in class org.hibernate.dialect.MySQLMyISAMDialect
 
dropConstraints() - Method in class org.hibernate.dialect.Oracle8iDialect
 
dropConstraints() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
dropConstraints() - Method in class org.hibernate.dialect.PointbaseDialect
 
dropConstraints() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
dropConstraints() - Method in class org.hibernate.dialect.SAPDBDialect
 
dropConstraints() - Method in class org.hibernate.dialect.SybaseAnywhereDialect
ASA does not require to drop constraint before dropping tables, and DROP statement syntax used by Hibernate to drop constraint is not compatible with ASA, so disable it
dropConstraints() - Method in class org.hibernate.dialect.TimesTenDialect
 
dropSchema() - Method in class org.hibernate.jmx.HibernateService
 
dropSchema() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Export the DROP DDL to the database
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.Cache71Dialect
 
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.Dialect
Do we need to drop the temporary table after use?
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.Oracle8iDialect
 
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.TeradataDialect
 
dropTemporaryTableIfNecessary(Queryable, SessionImplementor) - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
 
DTDEntityResolver - Class in org.hibernate.util
An EntityResolver implementation which attempts to resolve various systemId URLs to local classpath lookups Any systemId URL beginning with http://hibernate.sourceforge.net/ is searched for as a classpath resource in the classloader which loaded the Hibernate classes. Any systemId URL using classpath as the scheme (i.e.
DTDEntityResolver() - Constructor for class org.hibernate.util.DTDEntityResolver
 
DUMMY - Static variable in class org.hibernate.cache.jbc2.util.CacheHelper
Key and value used in a hack to create region root nodes
dump(Element) - Static method in class org.hibernate.util.XMLHelper
 
DuplicateMappingException - Exception in org.hibernate
Raised whenever a duplicate for a certain type occurs.
DuplicateMappingException(String, String, String) - Constructor for exception org.hibernate.DuplicateMappingException
 
DuplicateMappingException(String, String) - Constructor for exception org.hibernate.DuplicateMappingException
 
DynamicFilterParameterSpecification - Class in org.hibernate.param
A specialized ParameterSpecification impl for dealing with a dynamic filter parameters.
DynamicFilterParameterSpecification(String, String, Type) - Constructor for class org.hibernate.param.DynamicFilterParameterSpecification
Constructs a parameter specification for a particular filter parameter.
DynamicMapComponentTuplizer - Class in org.hibernate.tuple.component
A ComponentTuplizer specific to the dynamic-map entity mode.
DynamicMapComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
DynamicMapEntityTuplizer - Class in org.hibernate.tuple.entity
An EntityTuplizer specific to the dynamic-map entity mode.
DynamicMapEntityTuplizer.BasicEntityNameResolver - Class in org.hibernate.tuple.entity
 
DynamicMapEntityTuplizer.BasicEntityNameResolver() - Constructor for class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
 
DynamicMapInstantiator - Class in org.hibernate.tuple
 
DynamicMapInstantiator() - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
 
DynamicMapInstantiator(PersistentClass) - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
 

E

EAGER - Static variable in class org.hibernate.FetchMode
Deprecated. use FetchMode.JOIN
EhCache - Class in org.hibernate.cache
EHCache plugin for Hibernate

EHCache uses a net.sf.ehcache.store.MemoryStore and a net.sf.ehcache.store.DiskStore.

EhCache(Ehcache) - Constructor for class org.hibernate.cache.EhCache
Creates a new Hibernate pluggable cache based on a cache name.
EhCacheProvider - Class in org.hibernate.cache
Cache Provider plugin for ehcache-1.2.
EhCacheProvider() - Constructor for class org.hibernate.cache.EhCacheProvider
 
element - Variable in class org.hibernate.collection.PersistentElementHolder
 
element - Variable in class org.hibernate.collection.PersistentIndexedElementHolder
 
element(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
element(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
element(String) - Method in class org.hibernate.tuple.ElementWrapper
 
element(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
elementByID(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementByID(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elementColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnIsInPrimaryKey - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnIsSettable - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnNames - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementExists(Serializable, Object, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementExists(Serializable, Object, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
elementFormulas - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementFormulaTemplates - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementIsPureFormula - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementIterator() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementIterator(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementIterator(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementIterator() - Method in class org.hibernate.tuple.ElementWrapper
 
elementIterator(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elementIterator(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
ElementPropertyMapping - Class in org.hibernate.persister.collection
 
ElementPropertyMapping(String[], Type) - Constructor for class org.hibernate.persister.collection.ElementPropertyMapping
 
elements() - Method in class org.hibernate.collection.PersistentArrayHolder
 
ELEMENTS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ELEMENTS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ELEMENTS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
elements() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elements(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elements(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elements() - Method in class org.hibernate.tuple.ElementWrapper
 
elements(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elements(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
elementText(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementText(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementText(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elementText(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
elementTextTrim(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementTextTrim(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementTextTrim(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elementTextTrim(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
elementType - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
ElementWrapper - Class in org.hibernate.tuple
Wraps dom4j elements, allowing them to exist in a non-hierarchical structure.
ElementWrapper(Element) - Constructor for class org.hibernate.tuple.ElementWrapper
 
ELSE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ELSE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ELSE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
elseClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
EmbeddedComponentType - Class in org.hibernate.type
 
EmbeddedComponentType(ComponentMetamodel) - Constructor for class org.hibernate.type.EmbeddedComponentType
 
EmbeddedPropertyAccessor - Class in org.hibernate.property
 
EmbeddedPropertyAccessor() - Constructor for class org.hibernate.property.EmbeddedPropertyAccessor
 
EmbeddedPropertyAccessor.EmbeddedGetter - Class in org.hibernate.property
 
EmbeddedPropertyAccessor.EmbeddedSetter - Class in org.hibernate.property
 
empty() - Method in class org.hibernate.collection.AbstractPersistentCollection
Is the initialized collection empty?
empty() - Method in class org.hibernate.collection.PersistentArrayHolder
 
empty() - Method in class org.hibernate.collection.PersistentBag
 
empty() - Method in interface org.hibernate.collection.PersistentCollection
Is the collection empty? (don't try to initialize the collection)
empty() - Method in class org.hibernate.collection.PersistentElementHolder
 
empty() - Method in class org.hibernate.collection.PersistentIdentifierBag
 
empty() - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
empty() - Method in class org.hibernate.collection.PersistentList
 
empty() - Method in class org.hibernate.collection.PersistentMap
 
empty() - Method in class org.hibernate.collection.PersistentSet
 
EMPTY - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
EMPTY - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
EMPTY - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
EMPTY_BOOLEAN_ARRAY - Static variable in class org.hibernate.util.ArrayHelper
 
EMPTY_CLASS_ARRAY - Static variable in class org.hibernate.util.ArrayHelper
 
EMPTY_COLLECTION - Static variable in class org.hibernate.util.CollectionHelper
 
EMPTY_INT_ARRAY - Static variable in class org.hibernate.util.ArrayHelper
 
EMPTY_LIST - Static variable in class org.hibernate.util.CollectionHelper
 
EMPTY_MAP - Static variable in class org.hibernate.util.CollectionHelper
 
EMPTY_OBJECT_ARRAY - Static variable in class org.hibernate.util.ArrayHelper
 
EMPTY_STRING_ARRAY - Static variable in class org.hibernate.util.ArrayHelper
 
EMPTY_TYPE_ARRAY - Static variable in class org.hibernate.util.ArrayHelper
 
EmptyExpression - Class in org.hibernate.criterion
 
EmptyExpression(String) - Constructor for class org.hibernate.criterion.EmptyExpression
 
EmptyInterceptor - Class in org.hibernate
An interceptor that does nothing.
EmptyInterceptor() - Constructor for class org.hibernate.EmptyInterceptor
 
EmptyIterator - Class in org.hibernate.util
 
enableFilter(String) - Method in class org.hibernate.impl.SessionImpl
 
enableFilter(String) - Method in interface org.hibernate.Session
Enable the named filter for this current session.
enableLike(MatchMode) - Method in class org.hibernate.criterion.Example
Use the "like" operator for all string-valued properties
enableLike() - Method in class org.hibernate.criterion.Example
Use the "like" operator for all string-valued properties
END - Static variable in class org.hibernate.criterion.MatchMode
Match the end of the string to the pattern
END - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
END - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
END - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.ClauseParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.FromParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.FromPathExpressionParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.GroupByParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.OrderByParser
 
end(QueryTranslatorImpl) - Method in interface org.hibernate.hql.classic.Parser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PathExpressionParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PreprocessingParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.SelectParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.SelectPathExpressionParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.WhereParser
 
endFunctionTemplate(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
endFunctionTemplate(AST) - Method in class org.hibernate.hql.ast.SqlGenerator
 
endLoadingCollections(CollectionPersister) - Method in class org.hibernate.engine.loading.CollectionLoadContext
Finish the process of collection-loading for this bound result set.
endRead() - Method in class org.hibernate.collection.AbstractPersistentCollection
Called after reading all rows from the JDBC result set
endRead() - Method in class org.hibernate.collection.PersistentArrayHolder
 
endRead() - Method in interface org.hibernate.collection.PersistentCollection
Called after reading all rows from the JDBC result set
endRead() - Method in class org.hibernate.collection.PersistentSet
 
endTransaction(boolean) - Method in class org.hibernate.stat.StatisticsImpl
 
endTransaction(boolean) - Method in interface org.hibernate.stat.StatisticsImplementor
 
EnhancedUserType - Interface in org.hibernate.usertype
A custom type that may function as an identifier or discriminator type, or may be marshalled to and from an XML document
enlistConnection(Connection) - Method in class org.hibernate.test.tm.SimpleJtaTransactionImpl
 
enlistResource(XAResource) - Method in class org.hibernate.test.tm.SimpleJtaTransactionImpl
 
enlistResource(XAResource) - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
ensureRegionRootExists() - Method in class org.hibernate.cache.jbc2.BasicRegionAdapter
Checks for the validity of the root cache node for this region, creating a new one if it does not exist or is invalid, and also ensuring that the root node is marked as resident.
entity(Class) - Static method in class org.hibernate.Hibernate
A Hibernate persistent object (entity) type.
entity(String) - Static method in class org.hibernate.Hibernate
A Hibernate persistent object (entity) type.
ENTITY_CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.jbc2.builder.MultiplexingCacheInstanceManager
Name of the configuration that should be used for entity caches.
ENTITY_CLASS - Static variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
ENTITY_ID - Static variable in interface org.hibernate.persister.entity.EntityPersister
The property name of the "special" identifier property in HQL
ENTITY_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
The configuration parameter holding the entity name
ENTITY_TUP_CTOR_SIG - Static variable in class org.hibernate.tuple.entity.EntityTuplizerFactory
 
EntityAccessStrategyAdapter - Class in org.hibernate.cache.impl.bridge
Adapter specifically bridging EntityRegionAccessStrategy to CacheConcurrencyStrategy.
EntityAccessStrategyAdapter(EntityRegion, CacheConcurrencyStrategy, Settings) - Constructor for class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
EntityAction - Class in org.hibernate.action
Base class for actions relating to insert/update/delete of an entity instance.
EntityAction(SessionImplementor, Serializable, Object, EntityPersister) - Constructor for class org.hibernate.action.EntityAction
Instantiate an action.
EntityAliases - Interface in org.hibernate.loader
Metadata describing the SQL result set column aliases for a particular entity.
EntityDeleteAction - Class in org.hibernate.action
 
EntityDeleteAction(Serializable, Object[], Object, Object, EntityPersister, boolean, SessionImplementor) - Constructor for class org.hibernate.action.EntityDeleteAction
 
EntityEntityModeToTuplizerMapping - Class in org.hibernate.tuple.entity
Handles mapping EntityModes to EntityTuplizers.
EntityEntityModeToTuplizerMapping(PersistentClass, EntityMetamodel) - Constructor for class org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping
Instantiates a EntityEntityModeToTuplizerMapping based on the given entity mapping and metamodel definitions.
EntityEntry - Class in org.hibernate.engine
We need an entry to tell us all about the current state of an object with respect to its persistent state
EntityFetchReturn - Class in org.hibernate.loader.custom
Spefically a fetch return that refers to an entity association.
EntityFetchReturn(String, EntityAliases, NonScalarReturn, String, LockMode) - Constructor for class org.hibernate.loader.custom.EntityFetchReturn
 
EntityIdentityInsertAction - Class in org.hibernate.action
 
EntityIdentityInsertAction(Object[], Object, EntityPersister, SessionImplementor, boolean) - Constructor for class org.hibernate.action.EntityIdentityInsertAction
 
EntityInsertAction - Class in org.hibernate.action
 
EntityInsertAction(Serializable, Object[], Object, Object, EntityPersister, SessionImplementor) - Constructor for class org.hibernate.action.EntityInsertAction
 
entityIsDetached(MergeEvent, Map) - Method in class org.hibernate.event.def.DefaultMergeEventListener
 
entityIsDetached(SaveOrUpdateEvent) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
The given save-update event named a detached entity.
entityIsPersistent(MergeEvent, Map) - Method in class org.hibernate.event.def.DefaultMergeEventListener
 
entityIsPersistent(PersistEvent, Map) - Method in class org.hibernate.event.def.DefaultPersistEventListener
 
entityIsPersistent(SaveOrUpdateEvent) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
 
entityIsTransient(MergeEvent, Map) - Method in class org.hibernate.event.def.DefaultMergeEventListener
 
entityIsTransient(PersistEvent, Map) - Method in class org.hibernate.event.def.DefaultPersistEventListener
Handle the given create event.
entityIsTransient(SaveOrUpdateEvent) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
The given save-update event named a transient entity.
EntityJoinWalker - Class in org.hibernate.loader.entity
A walker for loaders that fetch entities
EntityJoinWalker(OuterJoinLoadable, String[], int, LockMode, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.entity.EntityJoinWalker
 
EntityKey - Class in org.hibernate.engine
Uniquely identifies of an entity instance in a particular session by identifier.
EntityKey(Serializable, EntityPersister, EntityMode) - Constructor for class org.hibernate.engine.EntityKey
Construct a unique identifier for an entity class instance
EntityLoadContext - Class in org.hibernate.engine.loading
EntityLoadContext(LoadContexts, ResultSet) - Constructor for class org.hibernate.engine.loading.EntityLoadContext
 
EntityLoader - Class in org.hibernate.loader.entity
Loads an entity instance using outerjoin fetching to fetch associated entities.
EntityLoader(OuterJoinLoadable, LockMode, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, String[], Type, int, LockMode, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityMetamodel - Class in org.hibernate.tuple.entity
Centralizes metamodel information about an entity.
EntityMetamodel(PersistentClass, SessionFactoryImplementor) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel
 
EntityMode - Class in org.hibernate
Defines the representation modes available for entities.
EntityMode(String) - Constructor for class org.hibernate.EntityMode
 
EntityModeToTuplizerMapping - Class in org.hibernate.tuple
Centralizes handling of EntityMode to Tuplizer mappings.
EntityModeToTuplizerMapping() - Constructor for class org.hibernate.tuple.EntityModeToTuplizerMapping
 
EntityModeToTuplizerMapping(Map) - Constructor for class org.hibernate.tuple.EntityModeToTuplizerMapping
 
entityName - Variable in class org.hibernate.loader.entity.AbstractEntityLoader
 
EntityNameResolver - Interface in org.hibernate
Contract for resolving an entity-name from a given entity instance.
EntityNotFoundDelegate - Interface in org.hibernate.proxy
Delegate to handle the scenario of an entity not found by a specified id.
EntityPersister - Interface in org.hibernate.persister.entity
Implementors define mapping and persistence logic for a particular strategy of entity mapping.
EntityRegion - Interface in org.hibernate.cache
Defines the contract for a cache region which will specifically be used to store entity data.
EntityRegionAccessStrategy - Interface in org.hibernate.cache.access
Contract for managing transactional and concurrent access to cached entity data.
EntityRegionAdapter - Class in org.hibernate.cache.impl.bridge
Adapter specifically bridging EntityRegion to Cache.
EntityRegionAdapter(Cache, Settings, CacheDataDescription) - Constructor for class org.hibernate.cache.impl.bridge.EntityRegionAdapter
 
EntityRegionImpl - Class in org.hibernate.cache.jbc2.entity
Defines the behavior of the entity cache regions for JBossCache.
EntityRegionImpl(Cache, String, String, CacheDataDescription) - Constructor for class org.hibernate.cache.jbc2.entity.EntityRegionImpl
 
EntityStatistics - Class in org.hibernate.stat
Entity related statistics
EntityTuplizer - Interface in org.hibernate.tuple.entity
Defines further responsibilities reagarding tuplization based on a mapped entity.
EntityTuplizerFactory - Class in org.hibernate.tuple.entity
A registry allowing users to define the default EntityTuplizer class to use per EntityMode.
EntityTuplizerFactory() - Constructor for class org.hibernate.tuple.entity.EntityTuplizerFactory
 
EntityType - Class in org.hibernate.type
Base for types which map associations to persistent entities.
EntityType(String, String, boolean, boolean, boolean) - Constructor for class org.hibernate.type.EntityType
Constructs the requested entity type mapping.
EntityUniqueKey - Class in org.hibernate.engine
Used to uniquely key an entity instance in relation to a particular session by some unique property reference, as opposed to identifier.
EntityUniqueKey(String, String, Object, Type, EntityMode, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.EntityUniqueKey
 
EntityUpdateAction - Class in org.hibernate.action
 
EntityUpdateAction(Serializable, Object[], int[], boolean, Object[], Object, Object, Object, Object, EntityPersister, SessionImplementor) - Constructor for class org.hibernate.action.EntityUpdateAction
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentArrayHolder
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentBag
 
entries(CollectionPersister) - Method in interface org.hibernate.collection.PersistentCollection
Iterate all collection entries, during update of the database
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentElementHolder
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentList
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentMap
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentSet
 
entries(Map) - Static method in class org.hibernate.util.IdentityMap
 
entryArray() - Method in class org.hibernate.util.IdentityMap
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentArrayHolder
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentBag
 
entryExists(Object, int) - Method in interface org.hibernate.collection.PersistentCollection
Does an element exist at this entry in the collection?
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentElementHolder
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentList
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentMap
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentSet
 
entryList() - Method in class org.hibernate.util.IdentityMap
 
entrySet() - Method in class org.hibernate.collection.PersistentMap
 
entrySet() - Method in class org.hibernate.proxy.map.MapProxy
 
entrySet() - Method in class org.hibernate.util.FastHashMap
Return a collection view of the mappings contained in this map.
entrySet() - Method in class org.hibernate.util.IdentityMap
 
Environment - Class in org.hibernate.cfg
Provides access to configuration info passed in Properties objects.
EOF - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
EOF - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
EOF - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
eq(Object) - Method in class org.hibernate.criterion.Property
 
eq(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
eq(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to the named property
eq(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
EQ - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
EQ - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
EQ - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
eqAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
eqAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
eqProperty(Property) - Method in class org.hibernate.criterion.Property
 
eqProperty(String) - Method in class org.hibernate.criterion.Property
 
eqProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to two properties
equalityExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
equals(Object) - Method in class org.hibernate.action.DelayedPostInsertIdentifier
 
equals(Object) - Method in class org.hibernate.bytecode.javassist.FastClass
 
equals(Object) - Method in class org.hibernate.cache.CacheKey
 
equals(Object) - Method in class org.hibernate.cache.FilterKey
 
equals(Object) - Method in class org.hibernate.cache.QueryKey
equals(Object) - Method in class org.hibernate.collection.PersistentBag
Bag does not respect the collection API and do an JVM instance comparison to do the equals.
equals(Object) - Method in class org.hibernate.collection.PersistentList
 
equals(Object) - Method in class org.hibernate.collection.PersistentMap
 
equals(Object) - Method in class org.hibernate.collection.PersistentSet
 
equals(Object) - Method in class org.hibernate.engine.CollectionKey
 
equals(Object) - Method in class org.hibernate.engine.EntityKey
 
equals(Object) - Method in class org.hibernate.engine.EntityUniqueKey
 
equals(Object) - Method in class org.hibernate.engine.query.sql.NativeSQLQuerySpecification
 
equals(Object) - Method in class org.hibernate.engine.TypedValue
 
equals(Object) - Method in class org.hibernate.hql.ast.tree.FromElement
 
equals(Object) - Method in class org.hibernate.jdbc.util.FormatStyle
 
equals(Object) - Method in class org.hibernate.mapping.Column
 
equals(Column) - Method in class org.hibernate.mapping.Column
 
equals(Object) - Method in class org.hibernate.secure.HibernatePermission
 
equals(Object) - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
equals(Object) - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
2 AliasToBeanConstructorResultTransformer are considered equal if they have the same defined constructor.
equals(Object) - Method in class org.hibernate.transform.AliasToEntityMapResultTransformer
All AliasToEntityMapResultTransformer are considered equal
equals(Object) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
 
equals(Object) - Method in class org.hibernate.transform.PassThroughResultTransformer
 
equals(Object) - Method in class org.hibernate.transform.RootEntityResultTransformer
 
equals(Object) - Method in class org.hibernate.tuple.ElementWrapper
 
equals(Object) - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer.BasicEntityNameResolver
equals(Object) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
equals(Object, Object) - Method in interface org.hibernate.usertype.CompositeUserType
Compare two instances of the class mapped by this type for persistence "equality".
equals(Object, Object) - Method in interface org.hibernate.usertype.UserType
Compare two instances of the class mapped by this type for persistence "equality".
equals(Object, Object) - Static method in class org.hibernate.util.EqualsHelper
 
equals(Object) - Method in class org.hibernate.util.FastHashMap
Compare the specified object with this list for equality.
equals(Object) - Method in class org.hibernate.util.IdentityMap.IdentityKey
 
EqualsHelper - Class in org.hibernate.util
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentArrayHolder
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentBag
 
equalsSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.PersistentCollection
Does the current state exactly match the snapshot?
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentElementHolder
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentList
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentMap
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentSet
 
error(String) - Method in interface org.hibernate.bytecode.buildtime.Logger
 
error(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
error(SAXParseException) - Method in class org.hibernate.util.XMLHelper.ErrorLogger
 
ERROR_CANNOT_DETERMINE_TYPE - Static variable in interface org.hibernate.hql.QueryTranslator
 
ERROR_CANNOT_FETCH_WITH_ITERATE - Static variable in interface org.hibernate.hql.QueryTranslator
 
ERROR_CANNOT_FORMAT_LITERAL - Static variable in interface org.hibernate.hql.QueryTranslator
 
ERROR_NAMED_PARAMETER_DOES_NOT_APPEAR - Static variable in interface org.hibernate.hql.QueryTranslator
 
ErrorCounter - Class in org.hibernate.hql.ast
An error handler that counts parsing errors and warnings.
ErrorCounter() - Constructor for class org.hibernate.hql.ast.ErrorCounter
 
errorIfClosed() - Method in class org.hibernate.impl.AbstractSessionImpl
 
ErrorReporter - Interface in org.hibernate.hql.ast
Implementations will report or handle errors invoked by an ANTLR base parser.
ESCAPE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ESCAPE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ESCAPE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
escapeMultibyteChars(String) - Static method in class org.hibernate.hql.ast.util.ASTPrinter
 
escapeRegionName(String, String) - Static method in class org.hibernate.cache.jbc2.BasicRegionAdapter
 
ESCqs - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ESCqs - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ESCqs - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
evaluateAssignment(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
evaluateAssignment(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
Event - Class in org.hibernate.tutorial.domain
 
Event() - Constructor for class org.hibernate.tutorial.domain.Event
 
EventListeners - Class in org.hibernate.event
A convience holder for all defined session event listeners.
EventListeners() - Constructor for class org.hibernate.event.EventListeners
 
EventManager - Class in org.hibernate.tutorial.web
 
EventManager() - Constructor for class org.hibernate.tutorial.web.EventManager
 
EventManagerServlet - Class in org.hibernate.tutorial.web
 
EventManagerServlet() - Constructor for class org.hibernate.tutorial.web.EventManagerServlet
 
EventSource - Interface in org.hibernate.event
 
evict() - Method in class org.hibernate.action.CollectionAction
 
evict(Object) - Method in interface org.hibernate.cache.access.CollectionRegionAccessStrategy
Forcibly evict an item from the cache immediately without regard for transaction isolation.
evict(Object) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Forcibly evict an item from the cache immediately without regard for transaction isolation.
evict(Object) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Deprecated. Called after an item has become stale (before the transaction completes).
evict(Object) - Method in interface org.hibernate.cache.GeneralDataRegion
Evict an item from the cache immediately (without regard for transaction isolation).
evict(Object) - Method in class org.hibernate.cache.impl.bridge.BaseGeneralDataRegionAdapter
 
evict(Object) - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
 
evict(Object) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
evict(Object) - Method in class org.hibernate.cache.jbc2.access.OptimisticTransactionalAccessDelegate
Overrides the superclass by adding a NonLockingDataVersion to the invocation.
evict(Object) - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
evict(Object) - Method in class org.hibernate.cache.jbc2.collection.TransactionalAccess
Forcibly evict an item from the cache immediately without regard for transaction isolation.
evict(Object) - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
evict(Object) - Method in class org.hibernate.cache.jbc2.query.QueryResultsRegionImpl
 
evict(Object) - Method in class org.hibernate.cache.jbc2.timestamp.ClusteredConcurrentTimestampsRegionImpl
 
evict(Object) - Method in class org.hibernate.cache.jbc2.timestamp.TimestampsRegionImpl
 
evict(Object) - Method in class org.hibernate.cache.NonstrictReadWriteCache
Invalidate the item
evict(Object) - Method in class org.hibernate.cache.ReadOnlyCache
Do nothing.
evict(Object) - Method in class org.hibernate.cache.ReadWriteCache
Do nothing.
evict(Object) - Method in class org.hibernate.cache.TransactionalCache
 
EVICT - Static variable in class org.hibernate.engine.CascadeStyle
evict
EVICT - Static variable in class org.hibernate.engine.CascadingAction
 
evict(Class, Serializable) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evict(Class) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evict(Object) - Method in class org.hibernate.impl.SessionImpl
remove any hard references to the entity that are held by the infrastructure (references held by application or other persistant instances are okay)
evict(Class, Serializable) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evict(Class) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evict(Object) - Method in interface org.hibernate.Session
Remove this instance from the session cache.
evict(Class) - Method in interface org.hibernate.SessionFactory
Evict all entries from the second-level cache.
evict(Class, Serializable) - Method in interface org.hibernate.SessionFactory
Evict an entry from the second-level cache.
evictAll() - Method in interface org.hibernate.cache.access.CollectionRegionAccessStrategy
Forcibly evict all items from the cache immediately without regard for transaction isolation.
evictAll() - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
Forcibly evict all items from the cache immediately without regard for transaction isolation.
evictAll() - Method in interface org.hibernate.cache.GeneralDataRegion
Evict all contents of this particular cache region (without regard for transaction isolation).
evictAll() - Method in class org.hibernate.cache.impl.bridge.BaseGeneralDataRegionAdapter
 
evictAll() - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
 
evictAll() - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
 
evictAll() - Method in class org.hibernate.cache.jbc2.access.OptimisticTransactionalAccessDelegate
Overrides the superclass by adding a NonLockingDataVersion to the invocation.
evictAll() - Method in class org.hibernate.cache.jbc2.access.TransactionalAccessDelegate
 
evictAll() - Method in class org.hibernate.cache.jbc2.collection.TransactionalAccess
Forcibly evict all items from the cache immediately without regard for transaction isolation.
evictAll() - Method in class org.hibernate.cache.jbc2.entity.TransactionalAccess
 
evictAll() - Method in class org.hibernate.cache.jbc2.query.QueryResultsRegionImpl
 
evictAll() - Method in class org.hibernate.cache.jbc2.timestamp.ClusteredConcurrentTimestampsRegionImpl
 
evictAll() - Method in class org.hibernate.cache.jbc2.timestamp.TimestampsRegionImpl
 
evictCollection(Object, CollectionType) - Method in class org.hibernate.event.def.EvictVisitor
 
evictCollection(String, Serializable) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evictCollection(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evictCollection(String, Serializable) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictCollection(String) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictCollection(String) - Method in interface org.hibernate.SessionFactory
Evict all entries from the second-level cache.
evictCollection(String, Serializable) - Method in interface org.hibernate.SessionFactory
Evict an entry from the second-level cache.
evictEntity(String, Serializable) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evictEntity(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evictEntity(String, Serializable) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictEntity(String) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictEntity(String) - Method in interface org.hibernate.SessionFactory
Evict all entries from the second-level cache.
evictEntity(String, Serializable) - Method in interface org.hibernate.SessionFactory
Evict an entry from the second-level cache.
EvictEvent - Class in org.hibernate.event
Defines an event class for the evicting of an entity.
EvictEvent(Object, EventSource) - Constructor for class org.hibernate.event.EvictEvent
 
EvictEventListener - Interface in org.hibernate.event
Defines the contract for handling of evict events generated from a session.
evictQueries() - Method in class org.hibernate.impl.SessionFactoryImpl
 
evictQueries(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evictQueries() - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictQueries(String) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictQueries() - Method in interface org.hibernate.SessionFactory
Evict any query result sets cached in the default query cache region.
evictQueries(String) - Method in interface org.hibernate.SessionFactory
Evict any query result sets cached in the named query cache region.
EvictVisitor - Class in org.hibernate.event.def
Evict any collections referenced by the object from the session cache.
EXACT - Static variable in class org.hibernate.criterion.MatchMode
Match the entire string to the pattern
EXACT - Static variable in class org.hibernate.hql.ast.util.LiteralProcessor
Indicates that Float and Double literal values should be treated using the SQL "exact" format (i.e., '.001')
Example - Class in org.hibernate.criterion
Support for query by example.
Example(Object, Example.PropertySelector) - Constructor for class org.hibernate.criterion.Example
 
Example.PropertySelector - Interface in org.hibernate.criterion
A strategy for choosing property values for inclusion in the query criteria
EXCEPTION - Static variable in class org.hibernate.ReplicationMode
Throw an exception when a row already exists.
exclude(AST) - Method in interface org.hibernate.hql.ast.util.ASTUtil.FilterPredicate
Returns true if the node should be filtered out.
exclude(AST) - Method in class org.hibernate.hql.ast.util.ASTUtil.IncludePredicate
 
excludeEmpty() - Method in class org.hibernate.criterion.AbstractEmptinessExpression
 
excludeEmpty() - Method in class org.hibernate.criterion.EmptyExpression
 
excludeEmpty() - Method in class org.hibernate.criterion.NotEmptyExpression
 
excludeNone() - Method in class org.hibernate.criterion.Example
Don't exclude null or zero-valued properties
excludeProperty(String) - Method in class org.hibernate.criterion.Example
Exclude a particular named property
excludeZeroes() - Method in class org.hibernate.criterion.Example
Exclude zero-valued properties
Executable - Interface in org.hibernate.action
An operation which may be scheduled for later execution.
execute() - Method in class org.hibernate.action.BulkOperationCleanupAction
 
execute() - Method in class org.hibernate.action.CollectionRecreateAction
 
execute() - Method in class org.hibernate.action.CollectionRemoveAction
 
execute() - Method in class org.hibernate.action.CollectionUpdateAction
 
execute() - Method in class org.hibernate.action.EntityDeleteAction
 
execute() - Method in class org.hibernate.action.EntityIdentityInsertAction
 
execute() - Method in class org.hibernate.action.EntityInsertAction
 
execute() - Method in class org.hibernate.action.EntityUpdateAction
 
execute() - Method in interface org.hibernate.action.Executable
Execute this action
execute(Set) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
The main instrumentation entry point.
execute(Set) - Method in interface org.hibernate.bytecode.buildtime.Instrumenter
 
execute(Executable) - Method in class org.hibernate.engine.ActionQueue
 
execute(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.ast.exec.BasicExecutor
 
execute(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.ast.exec.MultiTableDeleteExecutor
 
execute(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.ast.exec.MultiTableUpdateExecutor
 
execute(QueryParameters, SessionImplementor) - Method in interface org.hibernate.hql.ast.exec.StatementExecutor
Execute the sql managed by this executor using the given parameters.
execute(Connection) - Method in interface org.hibernate.jdbc.Work
Execute the discrete work encapsulated by this work instance using the supplied connection.
execute() - Method in class org.hibernate.maven.InstrumentationMojo
 
execute(boolean, boolean, boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Execute the task
execute(boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
Execute the schema updates
execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Execute the task
execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
Execute the task
execute() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
executeActions() - Method in class org.hibernate.engine.ActionQueue
Perform all currently queued actions.