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

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
AGGREGATE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
AGGREGATE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
AGGREGATE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
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_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
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
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 - 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 org.hibernate.sql.ANSICaseFragment.
An ANSI SQL CASE expression.
ANSICaseFragment() - Constructor for class org.hibernate.sql.ANSICaseFragment
 
ANSIJoinFragment - class org.hibernate.sql.ANSIJoinFragment.
An ANSI-style join
ANSIJoinFragment() - Constructor for class org.hibernate.sql.ANSIJoinFragment
 
ANY - Static variable in class org.hibernate.engine.IdentifierValue
Always assume the transient instance is newly instantiated
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 - Static variable in class org.hibernate.secure.HibernatePermission
 
ANYWHERE - Static variable in class org.hibernate.criterion.MatchMode
Match the pattern anywhere in the string
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')
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
 
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
 
ASTAppender - class org.hibernate.hql.ast.util.ASTAppender.
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 org.hibernate.hql.ast.util.ASTIterator.
Depth first iteration of an ANTLR AST.
ASTIterator(AST) - Constructor for class org.hibernate.hql.ast.util.ASTIterator
 
ASTParentsFirstIterator - class org.hibernate.hql.ast.util.ASTParentsFirstIterator.
Depth first iteration of an ANTLR AST.
ASTParentsFirstIterator(AST) - Constructor for class org.hibernate.hql.ast.util.ASTParentsFirstIterator
 
ASTPrinter - class org.hibernate.hql.ast.util.ASTPrinter.
An 'ASCII art' AST printer for debugging ANTLR grammars.
ASTPrinter(Class) - Constructor for class org.hibernate.hql.ast.util.ASTPrinter
Constructs an org.hibernate.hql.antlr.ASTPrinter, given the class that contains the token type constants (typically the '{grammar}TokenTypes' interface generated by ANTLR).
ASTQueryTranslatorFactory - class org.hibernate.hql.ast.ASTQueryTranslatorFactory.
Generates translators which uses the Antlr-based parser to perform the translation.
ASTQueryTranslatorFactory() - Constructor for class org.hibernate.hql.ast.ASTQueryTranslatorFactory
 
ASTUtil - class org.hibernate.hql.ast.util.ASTUtil.
Provides utility methods for AST traversal and manipulation.
ASTUtil.FilterPredicate - interface org.hibernate.hql.ast.util.ASTUtil.FilterPredicate.
Filters nodes out of a tree.
ASTUtil.IncludePredicate - class org.hibernate.hql.ast.util.ASTUtil.IncludePredicate.
A predicate that uses inclusion, rather than exclusion semantics.
ASTUtil.IncludePredicate() - Constructor for class org.hibernate.hql.ast.util.ASTUtil.IncludePredicate
 
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.
AUTOCOMMIT - Static variable in class org.hibernate.cfg.Environment
JDBC autocommit mode
AUTO_CLOSE_SESSION - Static variable in class org.hibernate.cfg.Environment
Enable automatic session close at end of transaction
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
 
AbstractAuxiliaryDatabaseObject - class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject.
Convenience base class for AuxiliaryDatabaseObjects.
AbstractAuxiliaryDatabaseObject() - Constructor for class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(HashSet) - Constructor for class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
AbstractBatcher - class org.hibernate.jdbc.AbstractBatcher.
Manages prepared statements and batching.
AbstractBatcher(ConnectionManager, Interceptor) - Constructor for class org.hibernate.jdbc.AbstractBatcher
 
AbstractBynaryType - class org.hibernate.type.AbstractBynaryType.
Logic to bind stream of byte into a VARBINARY
AbstractBynaryType() - Constructor for class org.hibernate.type.AbstractBynaryType
 
AbstractCharArrayType - class org.hibernate.type.AbstractCharArrayType.
Logic to bind stream of char into a VARCHAR
AbstractCharArrayType() - Constructor for class org.hibernate.type.AbstractCharArrayType
 
AbstractClassTransformerImpl - class org.hibernate.bytecode.AbstractClassTransformerImpl.
 
AbstractClassTransformerImpl(ClassFilter, FieldFilter) - Constructor for class org.hibernate.bytecode.AbstractClassTransformerImpl
 
AbstractCollectionPersister - class org.hibernate.persister.collection.AbstractCollectionPersister.
Base implementation of the QueryableCollection interface.
AbstractCollectionPersister(Collection, CacheConcurrencyStrategy, Configuration, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.AbstractCollectionPersister
 
AbstractComponentTuplizer - class org.hibernate.tuple.component.AbstractComponentTuplizer.
Support for tuplizers relating to components.
AbstractComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.AbstractComponentTuplizer
 
AbstractComponentType - interface org.hibernate.type.AbstractComponentType.
Enables other Component-like types to hold collections and have cascades, etc.
AbstractEmptinessExpression - class org.hibernate.criterion.AbstractEmptinessExpression.
Implementation of AbstractEmptinessExpression.
AbstractEmptinessExpression(String) - Constructor for class org.hibernate.criterion.AbstractEmptinessExpression
 
AbstractEntityJoinWalker - class org.hibernate.loader.AbstractEntityJoinWalker.
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
 
AbstractEntityLoader - class org.hibernate.loader.entity.AbstractEntityLoader.
 
AbstractEntityLoader(OuterJoinLoadable, Type, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.entity.AbstractEntityLoader
 
AbstractEntityPersister - class org.hibernate.persister.entity.AbstractEntityPersister.
Basic functionality for persisting an entity via JDBC through either generated or custom SQL
AbstractEntityPersister(PersistentClass, CacheConcurrencyStrategy, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.AbstractEntityPersister
 
AbstractEntityPersister.InclusionChecker - interface org.hibernate.persister.entity.AbstractEntityPersister.InclusionChecker.
 
AbstractEntityTuplizer - class org.hibernate.tuple.entity.AbstractEntityTuplizer.
Support for tuplizers relating to entities.
AbstractEntityTuplizer(EntityMetamodel, PersistentClass) - Constructor for class org.hibernate.tuple.entity.AbstractEntityTuplizer
Constructs a new AbstractEntityTuplizer instance.
AbstractEvent - class org.hibernate.event.AbstractEvent.
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 org.hibernate.param.AbstractExplicitParameterSpecification.
Convenience base class for explicitly defined query parameters.
AbstractExplicitParameterSpecification(int, int) - Constructor for class org.hibernate.param.AbstractExplicitParameterSpecification
 
AbstractFieldInterceptor - class org.hibernate.intercept.AbstractFieldInterceptor.
 
AbstractFieldInterceptor(SessionImplementor, Set, String) - Constructor for class org.hibernate.intercept.AbstractFieldInterceptor
 
AbstractFlushingEventListener - class org.hibernate.event.def.AbstractFlushingEventListener.
A convenience base class for listeners whose functionality results in flushing.
AbstractFlushingEventListener() - Constructor for class org.hibernate.event.def.AbstractFlushingEventListener
 
AbstractJndiBoundCacheProvider - class org.hibernate.cache.AbstractJndiBoundCacheProvider.
Support for CacheProvider implementations which are backed by caches bound into JNDI namespace.
AbstractJndiBoundCacheProvider() - Constructor for class org.hibernate.cache.AbstractJndiBoundCacheProvider
 
AbstractLazyInitializer - class org.hibernate.proxy.AbstractLazyInitializer.
Convenience base class for lazy initialization handlers.
AbstractLazyInitializer(String, Serializable, SessionImplementor) - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
 
AbstractLockUpgradeEventListener - class org.hibernate.event.def.AbstractLockUpgradeEventListener.
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
 
AbstractPersistentCollection - class org.hibernate.collection.AbstractPersistentCollection.
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 org.hibernate.collection.AbstractPersistentCollection.DelayedOperation.
 
AbstractPostInsertGenerator - class org.hibernate.id.AbstractPostInsertGenerator.
 
AbstractPostInsertGenerator() - Constructor for class org.hibernate.id.AbstractPostInsertGenerator
 
AbstractPropertyMapping - class org.hibernate.persister.entity.AbstractPropertyMapping.
Base implementation of a PropertyMapping
AbstractPropertyMapping() - Constructor for class org.hibernate.persister.entity.AbstractPropertyMapping
 
AbstractQueryImpl - class org.hibernate.impl.AbstractQueryImpl.
Abstract implementation of the Query interface.
AbstractQueryImpl(String, FlushMode, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.impl.AbstractQueryImpl
 
AbstractReassociateEventListener - class org.hibernate.event.def.AbstractReassociateEventListener.
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 org.hibernate.hql.ast.tree.AbstractRestrictableStatement.
Convenience implementation of RestrictableStatement to centralize common functionality.
AbstractRestrictableStatement() - Constructor for class org.hibernate.hql.ast.tree.AbstractRestrictableStatement
 
AbstractReturningDelegate - class org.hibernate.id.insert.AbstractReturningDelegate.
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 org.hibernate.event.def.AbstractSaveEventListener.
A convenience bas class for listeners responding to save events.
AbstractSaveEventListener() - Constructor for class org.hibernate.event.def.AbstractSaveEventListener
 
AbstractScrollableResults - class org.hibernate.impl.AbstractScrollableResults.
Implementation of the ScrollableResults interface
AbstractScrollableResults(ResultSet, PreparedStatement, SessionImplementor, Loader, QueryParameters, Type[], HolderInstantiator) - Constructor for class org.hibernate.impl.AbstractScrollableResults
 
AbstractSelectExpression - class org.hibernate.hql.ast.tree.AbstractSelectExpression.
Partial implementation of SelectExpression for all the nodes that aren't constructors.
AbstractSelectExpression() - Constructor for class org.hibernate.hql.ast.tree.AbstractSelectExpression
 
AbstractSelectingDelegate - class org.hibernate.id.insert.AbstractSelectingDelegate.
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 org.hibernate.impl.AbstractSessionImpl.
Functionality common to stateless and stateful sessions
AbstractSessionImpl(SessionFactoryImpl) - Constructor for class org.hibernate.impl.AbstractSessionImpl
 
AbstractStatement - class org.hibernate.hql.ast.tree.AbstractStatement.
Convenience implementation of Statement to centralize common functionality.
AbstractStatement() - Constructor for class org.hibernate.hql.ast.tree.AbstractStatement
 
AbstractStatementExecutor - class org.hibernate.hql.ast.exec.AbstractStatementExecutor.
Implementation of AbstractStatementExecutor.
AbstractStatementExecutor(HqlSqlWalker, Log) - Constructor for class org.hibernate.hql.ast.exec.AbstractStatementExecutor
 
AbstractType - class org.hibernate.type.AbstractType.
Abstract superclass of the built in Type hierarchy.
AbstractType() - Constructor for class org.hibernate.type.AbstractType
 
AbstractUUIDGenerator - class org.hibernate.id.AbstractUUIDGenerator.
The base class for identifier generators that use a UUID algorithm.
AbstractUUIDGenerator() - Constructor for class org.hibernate.id.AbstractUUIDGenerator
 
AbstractVisitor - class org.hibernate.event.def.AbstractVisitor.
Abstract superclass of algorithms that walk a tree of property values of an entity, and perform specific functionality for collections, components and associated entities.
AccessCallback - interface org.hibernate.id.enhanced.AccessCallback.
Contract for providing callback access to a DatabaseStructure, typically from the Optimizer.
AccessOptimizerAdapter - class org.hibernate.bytecode.cglib.AccessOptimizerAdapter.
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 org.hibernate.bytecode.javassist.AccessOptimizerAdapter.
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
 
ActionQueue - class org.hibernate.engine.ActionQueue.
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.
AdaptedImmutableType - class org.hibernate.type.AdaptedImmutableType.
Optimize a mutable type, if the user promises not to mutable the instances.
AdaptedImmutableType(NullableType) - Constructor for class org.hibernate.type.AdaptedImmutableType
 
AggregateNode - class org.hibernate.hql.ast.tree.AggregateNode.
Represents an aggregate function i.e.
AggregateNode() - Constructor for class org.hibernate.hql.ast.tree.AggregateNode
 
AggregateProjection - class org.hibernate.criterion.AggregateProjection.
An aggregation
AggregateProjection(String, String) - Constructor for class org.hibernate.criterion.AggregateProjection
 
Alias - class org.hibernate.sql.Alias.
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.
AliasGenerator - class org.hibernate.hql.ast.util.AliasGenerator.
Generates class/table/column aliases during semantic analysis and SQL rendering.
AliasGenerator() - Constructor for class org.hibernate.hql.ast.util.AliasGenerator
 
AliasToBeanConstructorResultTransformer - class org.hibernate.transform.AliasToBeanConstructorResultTransformer.
 
AliasToBeanConstructorResultTransformer(Constructor) - Constructor for class org.hibernate.transform.AliasToBeanConstructorResultTransformer
 
AliasToBeanResultTransformer - class org.hibernate.transform.AliasToBeanResultTransformer.
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 org.hibernate.transform.AliasToEntityMapResultTransformer.
 
AliasToEntityMapResultTransformer() - Constructor for class org.hibernate.transform.AliasToEntityMapResultTransformer
 
AliasedProjection - class org.hibernate.criterion.AliasedProjection.
 
AliasedProjection(Projection, String) - Constructor for class org.hibernate.criterion.AliasedProjection
 
AnsiTrimEmulationFunction - class org.hibernate.dialect.function.AnsiTrimEmulationFunction.
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
 
Any - class org.hibernate.mapping.Any.
A Hibernate "any" type (ie.
Any(Table) - Constructor for class org.hibernate.mapping.Any
 
AnyType - class org.hibernate.type.AnyType.
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 org.hibernate.type.AnyType.ObjectTypeCacheEntry.
 
Array - class org.hibernate.mapping.Array.
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.
ArrayHelper - class org.hibernate.util.ArrayHelper.
 
ArrayType - class org.hibernate.type.ArrayType.
A type for persistent arrays.
ArrayType(String, String, Class, boolean) - Constructor for class org.hibernate.type.ArrayType
 
AssertionFailure - exception org.hibernate.AssertionFailure.
Indicates failure of an assertion: a possible bug in Hibernate.
AssertionFailure(String) - Constructor for class org.hibernate.AssertionFailure
 
AssertionFailure(String, Throwable) - Constructor for class org.hibernate.AssertionFailure
 
Assigned - class org.hibernate.id.Assigned.
assigned

An IdentifierGenerator that returns the current identifier assigned to an instance.
Assigned() - Constructor for class org.hibernate.id.Assigned
 
AssignmentSpecification - class org.hibernate.hql.ast.tree.AssignmentSpecification.
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
 
AssociationType - interface org.hibernate.type.AssociationType.
A type that represents some kind of association between entities.
AutoFlushEvent - class org.hibernate.event.AutoFlushEvent.
Defines an event class for the auto-flushing of a session.
AutoFlushEvent(Set, EventSource) - Constructor for class org.hibernate.event.AutoFlushEvent
 
AutoFlushEventListener - interface org.hibernate.event.AutoFlushEventListener.
Defines the contract for handling of session auto-flush events.
AuxiliaryDatabaseObject - interface org.hibernate.mapping.AuxiliaryDatabaseObject.
Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.
AvgProjection - class org.hibernate.criterion.AvgProjection.
 
AvgProjection(String) - Constructor for class org.hibernate.criterion.AvgProjection
 
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
 
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
 
add(Criterion) - Method in interface org.hibernate.Criteria
Add a restriction to constrain the results to be retrieved.
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 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(Criterion) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
add(Criteria, Criterion) - Method in class org.hibernate.impl.CriteriaImpl
 
add(Criterion) - Method in class org.hibernate.impl.CriteriaImpl
 
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.
addCDATA(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addCDATA(String) - Method in class org.hibernate.tuple.ElementWrapper
 
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.
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
 
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(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, 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
 
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(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
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
 
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.
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.Subcriteria
 
addOrder(Order) - Method in class org.hibernate.impl.CriteriaImpl
 
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
 
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
 
addSQLQuery(String, NamedSQLQueryDefinition) - Method in class org.hibernate.cfg.Mappings
 
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.
addScalar(String, Type) - Method in class org.hibernate.impl.SQLQueryImpl
 
addScalar(String) - Method in class org.hibernate.impl.SQLQueryImpl
 
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
 
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 interface org.hibernate.SQLQuery
Adds an entity name or auto-flush synchronization.
addSynchronizedEntityClass(Class) - Method in class org.hibernate.impl.SQLQueryImpl
 
addSynchronizedEntityName(String) - Method in interface org.hibernate.SQLQuery
Adds an entity name or auto-flush synchronization.
addSynchronizedEntityName(String) - Method in class org.hibernate.impl.SQLQueryImpl
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.SQLQuery
Adds a query space for auto-flush synchronization.
addSynchronizedQuerySpace(String) - Method in class org.hibernate.impl.SQLQueryImpl
 
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
 
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
 
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
 
addURL(URL) - Method in class org.hibernate.cfg.Configuration
Read mappings from a URL
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
 
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) - 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
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
 
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
 
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
 
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
 
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
 
afterInsert(Object, Object, Object) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
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.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 interface org.hibernate.ScrollableResults
Go to a location just after the last result
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
 
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
 
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 interface org.hibernate.Interceptor
Called when a Hibernate transaction is begun via the Hibernate Transaction API.
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.jdbc.JDBCContext.Context
We cannot rely upon this method being called! It is only called if we are using 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.
afterTransactionCompletion(Transaction) - Method in class org.hibernate.EmptyInterceptor
 
afterTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
Called after a transaction is committed or rolled back.
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(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(boolean, Transaction) - Method in interface org.hibernate.jdbc.JDBCContext.Context
 
afterTransactionCompletion(boolean, Transaction) - Method in class org.hibernate.jdbc.JDBCContext
 
afterUpdate(Object, Object, Object, CacheConcurrencyStrategy.SoftLock) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, Object, CacheConcurrencyStrategy.SoftLock) - Method in class org.hibernate.cache.NonstrictReadWriteCache
Invalidate the item (again, for safety).
afterUpdate(Object, Object, Object, CacheConcurrencyStrategy.SoftLock) - Method in class org.hibernate.cache.ReadOnlyCache
Unsupported!
afterUpdate(Object, Object, Object, CacheConcurrencyStrategy.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, CacheConcurrencyStrategy.SoftLock) - Method in class org.hibernate.cache.TransactionalCache
Do nothing.
aggregate() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
aggregate(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
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
 
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() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
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.
aliasedExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
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
 
alignColumns() - Method in class org.hibernate.mapping.ForeignKey
Validates that columnspan of the foreignkey and the primarykey is the same.
allEq(Map) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equals" constraint to each property in the key set of a Map
altWhenClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
and(Criterion, Criterion) - Static method in class org.hibernate.criterion.Restrictions
Return the conjuction of two expressions
any(Type, Type) - Static method in class org.hibernate.Hibernate
A Hibernate any type.
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()
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.SybaseDialect
 
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
 
appendLockHint(LockMode, String) - Method in class org.hibernate.dialect.SybaseDialect
 
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
 
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
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.NoopOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
 
applyLocks(String, Map, Dialect) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
applyLocks(String, Map, Dialect) - Method in class org.hibernate.loader.Loader
Append FOR UPDATE OF clause, if necessary.
applyLocks(String, Map, Dialect) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
applyLocks(String, Map, Dialect) - Method in class org.hibernate.loader.hql.QueryLoader
 
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.
applyLocksToSql(String, Map, Map) - Method in class org.hibernate.dialect.SybaseDialect
 
appropriateExpectation(ExecuteUpdateResultCheckStyle) - Static method in class org.hibernate.jdbc.Expectations
 
areCallbacksLocalToHibernateTransactions() - Method in class org.hibernate.transaction.CMTTransactionFactory
 
areCallbacksLocalToHibernateTransactions() - Method in class org.hibernate.transaction.JDBCTransactionFactory
 
areCallbacksLocalToHibernateTransactions() - Method in class org.hibernate.transaction.JTATransactionFactory
 
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(String, String, boolean, Class) - Static method in class org.hibernate.type.TypeFactory
 
as(String) - Method in class org.hibernate.criterion.SimpleProjection
 
asAlias() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
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
 
asc(String) - Static method in class org.hibernate.criterion.Order
Ascending order
asc() - Method in class org.hibernate.criterion.Property
 
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.
assignment() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
assignment(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
associations - Variable in class org.hibernate.loader.JoinWalker
 
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
 
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
 
attributes() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributes() - Method in class org.hibernate.tuple.ElementWrapper
 
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.Loader
 
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.custom.CustomLoader
 
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
 
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
 

B

BASIC - Static variable in class org.hibernate.jdbc.Expectations
 
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?
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
BESTransactionManagerLookup - class org.hibernate.transaction.BESTransactionManagerLookup.
A TransactionManager lookup strategy for Borland ES.
BESTransactionManagerLookup() - Constructor for class org.hibernate.transaction.BESTransactionManagerLookup
 
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
 
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.
BINARY - Static variable in class org.hibernate.Hibernate
Hibernate binary type.
BLOB - Static variable in class org.hibernate.Hibernate
Hibernate blob type.
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.
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
 
BYTE - Static variable in class org.hibernate.Hibernate
Hibernate byte type.
BYTECODE_PROVIDER - Static variable in class org.hibernate.cfg.Environment
 
Backref - class org.hibernate.mapping.Backref.
 
Backref() - Constructor for class org.hibernate.mapping.Backref
 
BackrefPropertyAccessor - class org.hibernate.property.BackrefPropertyAccessor.
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 org.hibernate.property.BackrefPropertyAccessor.BackrefGetter.
The Getter implementation for id backrefs.
BackrefPropertyAccessor.BackrefGetter() - Constructor for class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
 
BackrefPropertyAccessor.BackrefSetter - class org.hibernate.property.BackrefPropertyAccessor.BackrefSetter.
The Setter implementation for id backrefs.
BackrefPropertyAccessor.BackrefSetter() - Constructor for class org.hibernate.property.BackrefPropertyAccessor.BackrefSetter
 
Bag - class org.hibernate.mapping.Bag.
A bag permits duplicates, so it has no primary key
Bag(PersistentClass) - Constructor for class org.hibernate.mapping.Bag
 
BagType - class org.hibernate.type.BagType.
 
BagType(String, String, boolean) - Constructor for class org.hibernate.type.BagType
 
BasicClassFilter - class org.hibernate.bytecode.util.BasicClassFilter.
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 org.hibernate.loader.collection.BasicCollectionJoinWalker.
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 org.hibernate.loader.collection.BasicCollectionLoader.
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 org.hibernate.persister.collection.BasicCollectionPersister.
Collection persister for collections of values and many-to-many associations.
BasicCollectionPersister(Collection, CacheConcurrencyStrategy, Configuration, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.BasicCollectionPersister
 
BasicEntityPropertyMapping - class org.hibernate.persister.entity.BasicEntityPropertyMapping.
 
BasicEntityPropertyMapping(AbstractEntityPersister) - Constructor for class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
BasicExecutor - class org.hibernate.hql.ast.exec.BasicExecutor.
Implementation of BasicExecutor.
BasicExecutor(HqlSqlWalker, Queryable) - Constructor for class org.hibernate.hql.ast.exec.BasicExecutor
 
BasicInstrumentationTask - class org.hibernate.tool.instrument.BasicInstrumentationTask.
Super class for all Hibernate instrumentation tasks.
BasicInstrumentationTask() - Constructor for class org.hibernate.tool.instrument.BasicInstrumentationTask
 
BasicInstrumentationTask.CustomFieldFilter - class org.hibernate.tool.instrument.BasicInstrumentationTask.CustomFieldFilter.
 
BasicInstrumentationTask.CustomFieldFilter(ClassDescriptor) - Constructor for class org.hibernate.tool.instrument.BasicInstrumentationTask.CustomFieldFilter
 
BasicInstrumentationTask.Logger - class org.hibernate.tool.instrument.BasicInstrumentationTask.Logger.
 
BasicInstrumentationTask.Logger() - Constructor for class org.hibernate.tool.instrument.BasicInstrumentationTask.Logger
 
BasicLazyInitializer - class org.hibernate.proxy.pojo.BasicLazyInitializer.
Lazy initializer for POJOs
BasicLazyInitializer(String, Class, Serializable, Method, Method, AbstractComponentType, SessionImplementor) - Constructor for class org.hibernate.proxy.pojo.BasicLazyInitializer
 
BasicLoader - class org.hibernate.loader.BasicLoader.
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 org.hibernate.property.BasicPropertyAccessor.
Accesses property values via a get/set pair, which may be nonpublic.
BasicPropertyAccessor() - Constructor for class org.hibernate.property.BasicPropertyAccessor
 
BasicPropertyAccessor.BasicGetter - class org.hibernate.property.BasicPropertyAccessor.BasicGetter.
 
BasicPropertyAccessor.BasicSetter - class org.hibernate.property.BasicPropertyAccessor.BasicSetter.
 
BasicProxyFactory - interface org.hibernate.bytecode.BasicProxyFactory.
A proxy factory for "basic proxy" generation
BatchFailedException - exception org.hibernate.jdbc.BatchFailedException.
Indicates a failed batch entry (-3 return).
BatchFailedException(String) - Constructor for class org.hibernate.jdbc.BatchFailedException
 
BatchFailedException(String, Throwable) - Constructor for class org.hibernate.jdbc.BatchFailedException
 
BatchFetchQueue - class org.hibernate.engine.BatchFetchQueue.
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.
BatchedTooManyRowsAffectedException - exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException.
Much like TooManyRowsAffectedException, indicates that more rows than what we were expcecting were affected.
BatchedTooManyRowsAffectedException(String, int, int, int) - Constructor for class org.hibernate.jdbc.BatchedTooManyRowsAffectedException
 
Batcher - interface org.hibernate.jdbc.Batcher.
Manages PreparedStatements for a session.
BatcherFactory - interface org.hibernate.jdbc.BatcherFactory.
Factory for Batcher instances.
BatchingBatcher - class org.hibernate.jdbc.BatchingBatcher.
An implementation of the Batcher interface that actually uses batching
BatchingBatcher(ConnectionManager, Interceptor) - Constructor for class org.hibernate.jdbc.BatchingBatcher
 
BatchingBatcherFactory - class org.hibernate.jdbc.BatchingBatcherFactory.
A BatcherFactory implementation which constructs Batcher instances capable of actually performing batch operations.
BatchingBatcherFactory() - Constructor for class org.hibernate.jdbc.BatchingBatcherFactory
 
BatchingCollectionInitializer - class org.hibernate.loader.collection.BatchingCollectionInitializer.
"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 org.hibernate.loader.entity.BatchingEntityLoader.
"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
 
BetweenExpression - class org.hibernate.criterion.BetweenExpression.
Constrains a property to between two values
BetweenExpression(String, Object, Object) - Constructor for class org.hibernate.criterion.BetweenExpression
 
BetweenOperatorNode - class org.hibernate.hql.ast.tree.BetweenOperatorNode.
Contract for nodes representing logcial BETWEEN (ternary) operators.
BetweenOperatorNode() - Constructor for class org.hibernate.hql.ast.tree.BetweenOperatorNode
 
BigDecimalType - class org.hibernate.type.BigDecimalType.
big_decimal: A type that maps an SQL NUMERIC to a java.math.BigDecimal
BigDecimalType() - Constructor for class org.hibernate.type.BigDecimalType
 
BigIntegerType - class org.hibernate.type.BigIntegerType.
big_integer: A type that maps an SQL NUMERIC to a java.math.BigInteger
BigIntegerType() - Constructor for class org.hibernate.type.BigIntegerType
 
BinaryArithmeticOperatorNode - class org.hibernate.hql.ast.tree.BinaryArithmeticOperatorNode.
Nodes which represent binary arithmetic operators.
BinaryArithmeticOperatorNode() - Constructor for class org.hibernate.hql.ast.tree.BinaryArithmeticOperatorNode
 
BinaryLogicOperatorNode - class org.hibernate.hql.ast.tree.BinaryLogicOperatorNode.
Contract for nodes representing binary operators.
BinaryLogicOperatorNode() - Constructor for class org.hibernate.hql.ast.tree.BinaryLogicOperatorNode
 
BinaryOperatorNode - interface org.hibernate.hql.ast.tree.BinaryOperatorNode.
Contract for nodes representing binary operators.
BinaryType - class org.hibernate.type.BinaryType.
binary: A type that maps an SQL VARBINARY to a Java byte[].
BinaryType() - Constructor for class org.hibernate.type.BinaryType
 
Binder - interface org.hibernate.id.insert.Binder.
 
BlobImpl - class org.hibernate.lob.BlobImpl.
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 org.hibernate.type.BlobType.
blob: A type that maps an SQL BLOB to a java.sql.Blob.
BlobType() - Constructor for class org.hibernate.type.BlobType
 
BooleanLiteralNode - class org.hibernate.hql.ast.tree.BooleanLiteralNode.
Represents a boolean literal within a query.
BooleanLiteralNode() - Constructor for class org.hibernate.hql.ast.tree.BooleanLiteralNode
 
BooleanType - class org.hibernate.type.BooleanType.
boolean: A type that maps an SQL BIT to a Java Boolean.
BooleanType() - Constructor for class org.hibernate.type.BooleanType
 
BorrowedConnectionProxy - class org.hibernate.jdbc.BorrowedConnectionProxy.
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
 
BulkAccessor - class org.hibernate.bytecode.javassist.BulkAccessor.
A JavaBean accessor.
BulkAccessor() - Constructor for class org.hibernate.bytecode.javassist.BulkAccessor
 
BulkAccessorException - exception org.hibernate.bytecode.javassist.BulkAccessorException.
An exception thrown while generating a bulk accessor.
BulkAccessorException(String) - Constructor for class org.hibernate.bytecode.javassist.BulkAccessorException
Constructs an exception.
BulkAccessorException(String, int) - Constructor for class org.hibernate.bytecode.javassist.BulkAccessorException
Constructs an exception.
BulkAccessorException(String, Throwable) - Constructor for class org.hibernate.bytecode.javassist.BulkAccessorException
Constructs an exception.
BulkAccessorException(Throwable, int) - Constructor for class org.hibernate.bytecode.javassist.BulkAccessorException
Constructs an exception.
BulkOperationCleanupAction - class org.hibernate.action.BulkOperationCleanupAction.
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).
ByteCodeHelper - class org.hibernate.bytecode.util.ByteCodeHelper.
A helper for reading byte code from various input sources.
ByteType - class org.hibernate.type.ByteType.
byte: A type that maps an SQL TINYINT to a Java Byte.
ByteType() - Constructor for class org.hibernate.type.ByteType
 
BytecodeProvider - interface org.hibernate.bytecode.BytecodeProvider.
Contract for providers of bytecode services to Hibernate.
BytecodeProviderImpl - class org.hibernate.bytecode.cglib.BytecodeProviderImpl.
Bytecode provider implementation for CGLIB.
BytecodeProviderImpl() - Constructor for class org.hibernate.bytecode.cglib.BytecodeProviderImpl
 
BytecodeProviderImpl - class org.hibernate.bytecode.javassist.BytecodeProviderImpl.
Bytecode provider implementation for Javassist.
BytecodeProviderImpl() - Constructor for class org.hibernate.bytecode.javassist.BytecodeProviderImpl
 
BytesHelper - class org.hibernate.util.BytesHelper.
 
bag - Variable in class org.hibernate.collection.PersistentBag
 
bag(String, String, boolean) - Static method in class org.hibernate.type.TypeFactory
 
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.
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
 
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 interface org.hibernate.ScrollableResults
Go to a location just before first result (this is the initial location)
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
 
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.Interceptor
Called before a transaction is committed (but not before rollback).
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.jdbc.JDBCContext.Context
 
beforeTransactionCompletion(Transaction) - Method in class org.hibernate.jdbc.JDBCContext
 
begin() - Method in interface org.hibernate.Transaction
Begin a new transaction.
begin() - Method in class org.hibernate.transaction.CMTTransaction
 
begin() - Method in class org.hibernate.transaction.JDBCTransaction
 
begin() - Method in class org.hibernate.transaction.JTATransaction
 
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 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.
beginTransaction() - Method in class org.hibernate.impl.SessionImpl
 
beginTransaction() - Method in class org.hibernate.impl.StatelessSessionImpl
 
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
 
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
betweenList() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
binaryComparisonExpression(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
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(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.DynamicFilterParameterSpecification
 
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(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
 
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
 
bindParameterValues(PreparedStatement, QueryParameters, int, SessionImplementor) - Method in class org.hibernate.loader.Loader
Bind all parameter values into the prepared statement in preparation for execution.
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.
bindParameters(SessionImplementor, PreparedStatement, Object) - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
 
bindParameters(SessionImplementor, PreparedStatement, Object) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
Bind any required parameter values into the SQL command AbstractSelectingDelegate.getSelectSQL().
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
 
booleanExpr(AST, boolean) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
booleanOp(AST, boolean) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
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
 
buildBasicProxyFactory(Class, Class[]) - Method in interface org.hibernate.bytecode.ProxyFactoryFactory
Build a proxy factory for basic proxy concerns.
buildBasicProxyFactory(Class, Class[]) - Method in class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl
 
buildBasicProxyFactory(Class, Class[]) - Method in class org.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl
 
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
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.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.OptimisticTreeCacheProvider
Construct and configure the Cache representation of a named cache region.
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
 
buildCallback(SessionImplementor) - Method in class org.hibernate.id.enhanced.TableStructure
 
buildCleanupSynch() - Method in class org.hibernate.context.ThreadLocalSessionContext
 
buildConfiguration() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
buildDialect(Properties, String, int) - Static method in class org.hibernate.dialect.DialectFactory
Builds an appropriate Dialect instance.
buildDialect(String) - Static method in class org.hibernate.dialect.DialectFactory
Returns a dialect instance given the name of the class to use.
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
 
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
 
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
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
 
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildPropertyPath(String, String) - Static method in class 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
 
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildProxyFactory() - Method in interface org.hibernate.bytecode.ProxyFactoryFactory
Build a proxy factory specifically for handling runtime lazy loading.
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(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
 
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildProxyFactoryInternal(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
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
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.
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
 
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.
buildTokenTypeASTClassMap() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
buildTransactionFactory(Properties) - Static method in class org.hibernate.transaction.TransactionFactoryFactory
Obtain a TransactionFactory with the transaction handling strategy specified by the given Properties.
buildVersionProperty(Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Generates a VersionProperty representation for an entity mapping given its version mapping Property.

C

C3P0ConnectionProvider - class org.hibernate.connection.C3P0ConnectionProvider.
A connection provider that uses a C3P0 connection pool.
C3P0ConnectionProvider() - Constructor for class org.hibernate.connection.C3P0ConnectionProvider
 
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
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_PREFIX - Static variable in class org.hibernate.cfg.Environment
The CacheProvider region name prefix
CALENDAR - Static variable in class org.hibernate.Hibernate
Hibernate calendar type.
CALENDAR_DATE - Static variable in class org.hibernate.Hibernate
Hibernate calendar_date type.
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
 
CATALOG - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the catalog name
CGLIBHelper - class org.hibernate.intercept.cglib.CGLIBHelper.
 
CGLIBLazyInitializer - class org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.
A LazyInitializer implemented using the CGLIB bytecode generation library
CGLIBProxyFactory - class org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory.
 
CGLIBProxyFactory() - Constructor for class org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory
 
CHARACTER - Static variable in class org.hibernate.Hibernate
Hibernate character type.
CHARACTER_ARRAY - Static variable in class org.hibernate.Hibernate
Hibernate Character[] type.
CHAR_ARRAY - Static variable in class org.hibernate.Hibernate
Hibernate char[] type.
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
 
CLOB - Static variable in class org.hibernate.Hibernate
Hibernate clob type.
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
 
CLOSED_QUOTE - Static variable in class org.hibernate.dialect.Dialect
 
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
 
CMTTransaction - class org.hibernate.transaction.CMTTransaction.
Implements a basic transaction strategy for CMT transactions.
CMTTransaction(JDBCContext, TransactionFactory.Context) - Constructor for class org.hibernate.transaction.CMTTransaction
 
CMTTransactionFactory - class org.hibernate.transaction.CMTTransactionFactory.
Factory for CMTTransaction.
CMTTransactionFactory() - Constructor for class org.hibernate.transaction.CMTTransactionFactory
 
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
 
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
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
 
COMMIT - Static variable in class org.hibernate.FlushMode
The Session is flushed when Transaction.commit() is called.
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
 
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 org.hibernate.cfg.Environment.CACHE_PROVIDER_CONFIG
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
CONSTANT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
CONSTANT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
CONSTANT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
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
 
COUNT - Static variable in class org.hibernate.engine.ExecuteUpdateResultCheckStyle
Perform row-count checking.
COUNT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
COUNT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
COUNT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
CURRENCY - Static variable in class org.hibernate.Hibernate
Hibernate currency type.
CURRENCY_CLASS - Static variable in class org.hibernate.type.CurrencyType
 
CURRENT_SESSION_CONTEXT_CLASS - Static variable in class org.hibernate.cfg.Environment
Context scoping impl for SessionFactory.getCurrentSession() processing.
Cache - interface org.hibernate.cache.Cache.
Implementors define a caching algorithm.
Cache71Dialect - class org.hibernate.dialect.Cache71Dialect.
Caché 2007.1 dialect.
Cache71Dialect() - Constructor for class org.hibernate.dialect.Cache71Dialect
Creates new Cach?71Dialect instance.
CacheConcurrencyStrategy - interface org.hibernate.cache.CacheConcurrencyStrategy.
Implementors manage transactional access to cached data.
CacheConcurrencyStrategy.SoftLock - interface org.hibernate.cache.CacheConcurrencyStrategy.SoftLock.
Marker interface, denoting a client-visible "soft lock" on a cached item.
CacheEntry - class org.hibernate.cache.entry.CacheEntry.
A cached instance of a persistent class
CacheEntry(Object[], EntityPersister, boolean, Object, SessionImplementor, Object) - Constructor for class org.hibernate.cache.entry.CacheEntry
 
CacheEntryStructure - interface org.hibernate.cache.entry.CacheEntryStructure.
 
CacheException - exception org.hibernate.cache.CacheException.
Something went wrong in the cache
CacheException(String) - Constructor for class org.hibernate.cache.CacheException
 
CacheException(String, Throwable) - Constructor for class org.hibernate.cache.CacheException
 
CacheException(Throwable) - Constructor for class org.hibernate.cache.CacheException
 
CacheFactory - class org.hibernate.cache.CacheFactory.
 
CacheJoinFragment - class org.hibernate.sql.CacheJoinFragment.
A Caché dialect join.
CacheJoinFragment() - Constructor for class org.hibernate.sql.CacheJoinFragment
 
CacheKey - class org.hibernate.cache.CacheKey.
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 org.hibernate.CacheMode.
Controls how the session interacts with the second-level cache and query cache.
CacheProvider - interface org.hibernate.cache.CacheProvider.
Support for pluggable caches.
CacheSQLStateConverter - class org.hibernate.exception.CacheSQLStateConverter.
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 org.hibernate.transaction.CacheSynchronization.
 
CacheSynchronization(TransactionFactory.Context, JDBCContext, Transaction, Transaction) - Constructor for class org.hibernate.transaction.CacheSynchronization
 
CalendarComparator - class org.hibernate.util.CalendarComparator.
 
CalendarComparator() - Constructor for class org.hibernate.util.CalendarComparator
 
CalendarDateType - class org.hibernate.type.CalendarDateType.
calendar_date: A type mapping for a Calendar object that represents a date.
CalendarDateType() - Constructor for class org.hibernate.type.CalendarDateType
 
CalendarType - class org.hibernate.type.CalendarType.
calendar: A type mapping for a Calendar object that represents a datetime.
CalendarType() - Constructor for class org.hibernate.type.CalendarType
 
CallbackException - exception org.hibernate.CallbackException.
Should be thrown by persistent objects from Lifecycle or Interceptor callbacks.
CallbackException(Exception) - Constructor for class org.hibernate.CallbackException
 
CallbackException(String) - Constructor for class org.hibernate.CallbackException
 
CallbackException(String, Exception) - Constructor for class org.hibernate.CallbackException
 
Cascade - class org.hibernate.engine.Cascade.
Delegate responsible for, in conjunction with the various actions, implementing cascade processing.
Cascade(CascadingAction, int, EventSource) - Constructor for class org.hibernate.engine.Cascade
 
CascadeEntityJoinWalker - class org.hibernate.loader.entity.CascadeEntityJoinWalker.
 
CascadeEntityJoinWalker(OuterJoinLoadable, CascadingAction, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.entity.CascadeEntityJoinWalker
 
CascadeEntityLoader - class org.hibernate.loader.entity.CascadeEntityLoader.
 
CascadeEntityLoader(OuterJoinLoadable, CascadingAction, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.entity.CascadeEntityLoader
 
CascadeStyle - class org.hibernate.engine.CascadeStyle.
A contract for defining the aspects of cascading various persistence actions.
CascadeStyle.MultipleCascadeStyle - class org.hibernate.engine.CascadeStyle.MultipleCascadeStyle.
 
CascadeStyle.MultipleCascadeStyle(CascadeStyle[]) - Constructor for class org.hibernate.engine.CascadeStyle.MultipleCascadeStyle
 
CascadingAction - class org.hibernate.engine.CascadingAction.
A session action that may be cascaded from parent entity to its children
Case2Node - class org.hibernate.hql.ast.tree.Case2Node.
Represents a case ...
Case2Node() - Constructor for class org.hibernate.hql.ast.tree.Case2Node
 
CaseFragment - class org.hibernate.sql.CaseFragment.
Abstract SQL case fragment renderer
CaseFragment() - Constructor for class org.hibernate.sql.CaseFragment
 
CaseNode - class org.hibernate.hql.ast.tree.CaseNode.
Represents a case ...
CaseNode() - Constructor for class org.hibernate.hql.ast.tree.CaseNode
 
CastFunction - class org.hibernate.dialect.function.CastFunction.
ANSI-SQL style cast(foo as type) where the type is a Hibernate type
CastFunction() - Constructor for class org.hibernate.dialect.function.CastFunction
 
CategorizedStatistics - class org.hibernate.stat.CategorizedStatistics.
Statistics for a particular "category" (a named entity, collection role, second level cache region or query).
CglibClassTransformer - class org.hibernate.bytecode.cglib.CglibClassTransformer.
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
 
ChainedPropertyAccessor - class org.hibernate.property.ChainedPropertyAccessor.
 
ChainedPropertyAccessor(PropertyAccessor[]) - Constructor for class org.hibernate.property.ChainedPropertyAccessor
 
CharArrayType - class org.hibernate.type.CharArrayType.
put char[] into VARCHAR
CharArrayType() - Constructor for class org.hibernate.type.CharArrayType
 
CharBooleanType - class org.hibernate.type.CharBooleanType.
Superclass for types that map Java boolean to SQL CHAR(1).
CharBooleanType() - Constructor for class org.hibernate.type.CharBooleanType
 
CharIndexFunction - class org.hibernate.dialect.function.CharIndexFunction.
Emulation of locate() on Sybase
CharIndexFunction() - Constructor for class org.hibernate.dialect.function.CharIndexFunction
 
CharacterArrayType - class org.hibernate.type.CharacterArrayType.
Bridge Character[] and VARCHAR
CharacterArrayType() - Constructor for class org.hibernate.type.CharacterArrayType
 
CharacterType - class org.hibernate.type.CharacterType.
character: A type that maps an SQL CHAR(1) to a Java Character.
CharacterType() - Constructor for class org.hibernate.type.CharacterType
 
ClassDescriptor - interface org.hibernate.bytecode.util.ClassDescriptor.
Contract describing the information Hibernate needs in terms of instrumenting a class, either via ant task or dynamic classloader.
ClassFilter - interface org.hibernate.bytecode.util.ClassFilter.
Used to determine whether a class should be instrumented.
ClassMetadata - interface org.hibernate.metadata.ClassMetadata.
Exposes entity class metadata to the application
ClassTransformer - interface org.hibernate.bytecode.ClassTransformer.
A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer method.
ClassType - class org.hibernate.type.ClassType.
class: A type that maps an SQL VARCHAR to a Java Class.
ClassType() - Constructor for class org.hibernate.type.ClassType
 
ClassicAvgFunction - class org.hibernate.dialect.function.ClassicAvgFunction.
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 org.hibernate.dialect.function.ClassicCountFunction.
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 org.hibernate.hql.classic.ClassicQueryTranslatorFactory.
Generates translators which uses the older hand-written parser to perform the translation.
ClassicQueryTranslatorFactory() - Constructor for class org.hibernate.hql.classic.ClassicQueryTranslatorFactory
 
ClassicSumFunction - class org.hibernate.dialect.function.ClassicSumFunction.
Classic SUM sqlfunction that return types as it was done in Hibernate 3.1
ClassicSumFunction() - Constructor for class org.hibernate.dialect.function.ClassicSumFunction
 
ClauseParser - class org.hibernate.hql.classic.ClauseParser.
Parses the Hibernate query into its constituent clauses.
ClauseParser() - Constructor for class org.hibernate.hql.classic.ClauseParser
 
ClobImpl - class org.hibernate.lob.ClobImpl.
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 org.hibernate.type.ClobType.
clob: A type that maps an SQL CLOB to a java.sql.Clob.
ClobType() - Constructor for class org.hibernate.type.ClobType
 
Cloneable - class org.hibernate.util.Cloneable.
An object that is shallow-coneable
Cloneable() - Constructor for class org.hibernate.util.Cloneable
 
Collection - class org.hibernate.mapping.Collection.
Mapping for a collection.
Collection(PersistentClass) - Constructor for class org.hibernate.mapping.Collection
 
CollectionAction - class org.hibernate.action.CollectionAction.
Any action relating to insert/update/delete of a collection
CollectionAction(CollectionPersister, PersistentCollection, Serializable, SessionImplementor) - Constructor for class org.hibernate.action.CollectionAction
 
CollectionAliases - interface org.hibernate.loader.CollectionAliases.
Type definition of CollectionAliases.
CollectionCacheEntry - class org.hibernate.cache.entry.CollectionCacheEntry.
 
CollectionCacheEntry(PersistentCollection, CollectionPersister) - Constructor for class org.hibernate.cache.entry.CollectionCacheEntry
 
CollectionElementLoader - class org.hibernate.loader.entity.CollectionElementLoader.
 
CollectionElementLoader(QueryableCollection, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.entity.CollectionElementLoader
 
CollectionEntry - class org.hibernate.engine.CollectionEntry.
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
CollectionFetchReturn - class org.hibernate.loader.custom.CollectionFetchReturn.
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 org.hibernate.impl.CollectionFilterImpl.
implementation of the Query interface for collection filters
CollectionFilterImpl(String, Object, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.impl.CollectionFilterImpl
 
CollectionFilterKeyParameterSpecification - class org.hibernate.param.CollectionFilterKeyParameterSpecification.
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 - class org.hibernate.hql.ast.tree.CollectionFunction.
Represents 'elements()' or 'indices()'.
CollectionFunction() - Constructor for class org.hibernate.hql.ast.tree.CollectionFunction
 
CollectionHelper - class org.hibernate.util.CollectionHelper.
 
CollectionInitializer - interface org.hibernate.loader.collection.CollectionInitializer.
An interface for collection loaders
CollectionJoinWalker - class org.hibernate.loader.collection.CollectionJoinWalker.
Superclass of walkers for collection initializers
CollectionJoinWalker(SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.collection.CollectionJoinWalker
 
CollectionKey - class org.hibernate.engine.CollectionKey.
Uniquely identifies a collection instance in a particular session.
CollectionKey(CollectionPersister, Serializable, EntityMode) - Constructor for class org.hibernate.engine.CollectionKey
 
CollectionLoadContext - class org.hibernate.engine.loading.CollectionLoadContext.
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 org.hibernate.loader.collection.CollectionLoader.
Superclass for loaders that initialize collections
CollectionLoader(QueryableCollection, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.collection.CollectionLoader
 
CollectionMetadata - interface org.hibernate.metadata.CollectionMetadata.
Exposes collection metadata to the application
CollectionPersister - interface org.hibernate.persister.collection.CollectionPersister.
A strategy for persisting a collection role.
CollectionProperties - class org.hibernate.hql.CollectionProperties.
Provides a map of collection function names to the corresponding property names.
CollectionPropertyMapping - class org.hibernate.persister.collection.CollectionPropertyMapping.
 
CollectionPropertyMapping(QueryableCollection) - Constructor for class org.hibernate.persister.collection.CollectionPropertyMapping
 
CollectionPropertyNames - class org.hibernate.persister.collection.CollectionPropertyNames.
The names of all the collection properties.
CollectionPropertyNames() - Constructor for class org.hibernate.persister.collection.CollectionPropertyNames
 
CollectionRecreateAction - class org.hibernate.action.CollectionRecreateAction.
 
CollectionRecreateAction(PersistentCollection, CollectionPersister, Serializable, SessionImplementor) - Constructor for class org.hibernate.action.CollectionRecreateAction
 
CollectionRemoveAction - class org.hibernate.action.CollectionRemoveAction.
 
CollectionRemoveAction(PersistentCollection, CollectionPersister, Serializable, boolean, SessionImplementor) - Constructor for class org.hibernate.action.CollectionRemoveAction
 
CollectionReturn - class org.hibernate.loader.custom.CollectionReturn.
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
 
CollectionSecondPass - class org.hibernate.cfg.CollectionSecondPass.
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 org.hibernate.stat.CollectionStatistics.
Collection related statistics
CollectionSubqueryFactory - class org.hibernate.hql.CollectionSubqueryFactory.
Provides the SQL for collection subqueries.
CollectionType - class org.hibernate.type.CollectionType.
A type that handles Hibernate PersistentCollections (including arrays).
CollectionType(String, String, boolean) - Constructor for class org.hibernate.type.CollectionType
 
CollectionUpdateAction - class org.hibernate.action.CollectionUpdateAction.
 
CollectionUpdateAction(PersistentCollection, CollectionPersister, Serializable, boolean, SessionImplementor) - Constructor for class org.hibernate.action.CollectionUpdateAction
 
Collections - class org.hibernate.engine.Collections.
Implements book-keeping for the collection persistence by reachability algorithm
Column - class org.hibernate.mapping.Column.
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 org.hibernate.loader.custom.ColumnCollectionAliases.
CollectionAliases that uses columnnames instead of generated aliases.
ColumnCollectionAliases(Map, SQLLoadableCollection) - Constructor for class org.hibernate.loader.custom.ColumnCollectionAliases
 
ColumnEntityAliases - class org.hibernate.loader.ColumnEntityAliases.
EntityAliases that chooses the column names over the alias names.
ColumnEntityAliases(Map, Loadable, String) - Constructor for class org.hibernate.loader.ColumnEntityAliases
 
ColumnHelper - class org.hibernate.hql.ast.util.ColumnHelper.
Provides utility methods for dealing with arrays of SQL column names.
ColumnMetadata - class org.hibernate.tool.hbm2ddl.ColumnMetadata.
JDBC column metadata
ColumnNameCache - class org.hibernate.jdbc.ColumnNameCache.
Implementation of ColumnNameCache.
ColumnNameCache(int) - Constructor for class org.hibernate.jdbc.ColumnNameCache
 
ComparableComparator - class org.hibernate.util.ComparableComparator.
Delegates to Comparable
ComparableComparator() - Constructor for class org.hibernate.util.ComparableComparator
 
Component - class org.hibernate.mapping.Component.
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
 
ComponentMetamodel - class org.hibernate.tuple.component.ComponentMetamodel.
Centralizes metamodel information about a component.
ComponentMetamodel(Component) - Constructor for class org.hibernate.tuple.component.ComponentMetamodel
 
ComponentTuplizer - interface org.hibernate.tuple.component.ComponentTuplizer.
Defines further responsibilities reagarding tuplization based on a mapped components.
ComponentType - class org.hibernate.type.ComponentType.
Handles "component" mappings
ComponentType(ComponentMetamodel) - Constructor for class org.hibernate.type.ComponentType
 
CompositeCustomType - class org.hibernate.type.CompositeCustomType.
Adapts CompositeUserType to Type interface
CompositeCustomType(Class, Properties) - Constructor for class org.hibernate.type.CompositeCustomType
 
CompositeElementPropertyMapping - class org.hibernate.persister.collection.CompositeElementPropertyMapping.
 
CompositeElementPropertyMapping(String[], String[], AbstractComponentType, Mapping) - Constructor for class org.hibernate.persister.collection.CompositeElementPropertyMapping
 
CompositeUserType - interface org.hibernate.usertype.CompositeUserType.
A UserType that may be dereferenced in a query.
ConditionFragment - class org.hibernate.sql.ConditionFragment.
 
ConditionFragment() - Constructor for class org.hibernate.sql.ConditionFragment
 
ConditionalParenthesisFunction - class org.hibernate.dialect.function.ConditionalParenthesisFunction.
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
 
ConfigHelper - class org.hibernate.util.ConfigHelper.
A simple class to centralize logic needed to locate config files on the system.
Configurable - interface org.hibernate.exception.Configurable.
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 org.hibernate.id.Configurable.
An IdentifierGenerator that supports "configuration".
Configuration - class org.hibernate.cfg.Configuration.
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
 
Conjunction - class org.hibernate.criterion.Conjunction.
 
Conjunction() - Constructor for class org.hibernate.criterion.Conjunction
 
ConnectionManager - class org.hibernate.jdbc.ConnectionManager.
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 org.hibernate.jdbc.ConnectionManager.Callback.
 
ConnectionProvider - interface org.hibernate.connection.ConnectionProvider.
A strategy for obtaining JDBC connections.
ConnectionProviderFactory - class org.hibernate.connection.ConnectionProviderFactory.
Instantiates a connection provider given either System properties or a java.util.Properties instance.
ConnectionReleaseMode - class org.hibernate.ConnectionReleaseMode.
Defines the various policies by which Hibernate might release its underlying JDBC connection.
ConnectionWrapper - interface org.hibernate.jdbc.ConnectionWrapper.
Interface implemented by JDBC connection wrappers in order to give access to the underlying wrapped connection.
Constraint - class org.hibernate.mapping.Constraint.
A relational constraint.
Constraint() - Constructor for class org.hibernate.mapping.Constraint
 
ConstraintViolationException - exception org.hibernate.exception.ConstraintViolationException.
Implementation of JDBCException indicating that the requested DML operation resulted in a violation of a defined integrity constraint.
ConstraintViolationException(String, SQLException, String) - Constructor for class org.hibernate.exception.ConstraintViolationException
 
ConstraintViolationException(String, SQLException, String, String) - Constructor for class org.hibernate.exception.ConstraintViolationException
 
ConstructorNode - class org.hibernate.hql.ast.tree.ConstructorNode.
Represents a constructor (new) in a SELECT.
ConstructorNode() - Constructor for class org.hibernate.hql.ast.tree.ConstructorNode
 
ConvertFunction - class org.hibernate.dialect.function.ConvertFunction.
A Caché defintion of a convert function.
ConvertFunction() - Constructor for class org.hibernate.dialect.function.ConvertFunction
 
CountNode - class org.hibernate.hql.ast.tree.CountNode.
Represents a COUNT expression in a select.
CountNode() - Constructor for class org.hibernate.hql.ast.tree.CountNode
 
CountProjection - class org.hibernate.criterion.CountProjection.
A count
CountProjection(String) - Constructor for class org.hibernate.criterion.CountProjection
 
Criteria - interface org.hibernate.Criteria.
Criteria is a simplified API for retrieving entities by composing Criterion objects.
CriteriaImpl - class org.hibernate.impl.CriteriaImpl.
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 org.hibernate.impl.CriteriaImpl.CriterionEntry.
 
CriteriaImpl.OrderEntry - class org.hibernate.impl.CriteriaImpl.OrderEntry.
 
CriteriaImpl.Subcriteria - class org.hibernate.impl.CriteriaImpl.Subcriteria.
 
CriteriaJoinWalker - class org.hibernate.loader.criteria.CriteriaJoinWalker.
A JoinWalker for Criteria queries.
CriteriaJoinWalker(OuterJoinLoadable, CriteriaQueryTranslator, SessionFactoryImplementor, CriteriaImpl, String, Map) - Constructor for class org.hibernate.loader.criteria.CriteriaJoinWalker
 
CriteriaLoader - class org.hibernate.loader.criteria.CriteriaLoader.
A Loader for Criteria queries.
CriteriaLoader(OuterJoinLoadable, SessionFactoryImplementor, CriteriaImpl, String, Map) - Constructor for class org.hibernate.loader.criteria.CriteriaLoader
 
CriteriaQuery - interface org.hibernate.criterion.CriteriaQuery.
An instance of CriteriaQuery is passed to criterion, order and projection instances when actually compiling and executing the query.
CriteriaQueryTranslator - class org.hibernate.loader.criteria.CriteriaQueryTranslator.
 
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 org.hibernate.criterion.CriteriaSpecification.
 
Criterion - interface org.hibernate.criterion.Criterion.
An object-oriented representation of a query criterion that may be used as a restriction in a Criteria query.
CurrencyType - class org.hibernate.type.CurrencyType.
currency: A type that maps an SQL VARCHAR to a java.util.Currency
CurrencyType() - Constructor for class org.hibernate.type.CurrencyType
 
CurrentSessionContext - interface org.hibernate.context.CurrentSessionContext.
Defines the contract for implementations which know how to scope the notion of a current session.
CustomCollectionType - class org.hibernate.type.CustomCollectionType.
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 org.hibernate.loader.custom.CustomLoader.
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 org.hibernate.loader.custom.CustomLoader.NonScalarResultColumnProcessor.
 
CustomLoader.NonScalarResultColumnProcessor(int) - Constructor for class org.hibernate.loader.custom.CustomLoader.NonScalarResultColumnProcessor
 
CustomLoader.ResultRowProcessor - class org.hibernate.loader.custom.CustomLoader.ResultRowProcessor.
 
CustomLoader.ResultRowProcessor(boolean, CustomLoader.ResultColumnProcessor[]) - Constructor for class org.hibernate.loader.custom.CustomLoader.ResultRowProcessor
 
CustomLoader.ScalarResultColumnProcessor - class org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor.
 
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 org.hibernate.loader.custom.CustomQuery.
Extension point allowing any SQL query with named and positional parameters to be executed by Hibernate, returning managed entities, collections and simple scalar values.
CustomType - class org.hibernate.type.CustomType.
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
 
canBeBatched() - Method in interface org.hibernate.jdbc.Expectation
 
canBeBatched() - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
canBeBatched() - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
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.
cancelLastQuery() - Method in class org.hibernate.jdbc.AbstractBatcher
 
cancelLastQuery() - Method in interface org.hibernate.jdbc.Batcher
Cancel the current query statement
cancelQuery() - Method in interface org.hibernate.Session
Cancel the execution of the current query.
cancelQuery() - Method in class org.hibernate.impl.SessionImpl
 
cancelRowUpdates() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
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
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.
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
 
cases - Variable in class org.hibernate.sql.CaseFragment
 
catalogName - Variable in class org.hibernate.cfg.Mappings
 
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.tool.instrument.BasicInstrumentationTask
 
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.
classFilter - Variable in class org.hibernate.bytecode.AbstractClassTransformerImpl
 
classForName(String) - Static method in class org.hibernate.util.ReflectHelper
 
classForName(String, Class) - Static method in class org.hibernate.util.ReflectHelper
 
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
classes - Variable in class org.hibernate.cfg.Configuration
 
classes - Variable in class org.hibernate.cfg.Mappings
 
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.
clear() - Method in interface org.hibernate.Session
Completely clear the session.
clear() - Method in interface org.hibernate.cache.Cache
Clear the cache
clear() - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
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.NonstrictReadWriteCache
 
clear() - Method in class org.hibernate.cache.OSCache
 
clear() - Method in class org.hibernate.cache.OptimisticTreeCache
 
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.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
 
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.
cloneDeletions() - Method in class org.hibernate.engine.ActionQueue
 
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() - 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.connection.C3P0ConnectionProvider
Release all resources held by this provider. JavaDoc requires a second sentence.
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() - 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
 
closeConnection(Connection) - Method in class org.hibernate.connection.C3P0ConnectionProvider
Dispose of a used connection.
closeConnection(Connection) - Method in interface org.hibernate.connection.