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.
Utility for generating pretty "ASCII art" representations of syntax trees.
ASTPrinter(Class) - Constructor for class org.hibernate.hql.ast.util.ASTPrinter
Constructs a printer.
ASTPrinter(boolean) - Constructor for class org.hibernate.hql.ast.util.ASTPrinter
 
ASTPrinter(Class, boolean) - Constructor for class org.hibernate.hql.ast.util.ASTPrinter
Constructs a printer.
ASTQueryTranslatorFactory - class 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
 
AbstractAnsiTrimEmulationFunction - class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction.
A SQLFunction providing support for implementing TRIM functionality (as defined by both the ANSI SQL and JPA specs) in cases where the dialect may not support the full trim function itself.
AbstractAnsiTrimEmulationFunction() - Constructor for class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
 
AbstractAuxiliaryDatabaseObject - class 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
 
AbstractCollectionEvent - class org.hibernate.event.AbstractCollectionEvent.
Defines a base class for events involving collections.
AbstractCollectionEvent(CollectionPersister, PersistentCollection, EventSource, Object, Serializable) - Constructor for class org.hibernate.event.AbstractCollectionEvent
Constructs an AbstractCollectionEvent object.
AbstractCollectionPersister - class 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
 
AbstractEntityJoinWalker(OuterJoinLoadable, SessionFactoryImplementor, Map, String) - 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() - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
For serialization from the non-pojo initializers (HHH-3309)
AbstractLazyInitializer(String, Serializable, SessionImplementor) - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
Main constructor.
AbstractLockUpgradeEventListener - class 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
 
AbstractNullnessCheckNode - class org.hibernate.hql.ast.tree.AbstractNullnessCheckNode.
AbstractNullnessCheckNode implementation
AbstractNullnessCheckNode() - Constructor for class org.hibernate.hql.ast.tree.AbstractNullnessCheckNode
 
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.
Wraps the tuples in a constructor call.
AliasToBeanConstructorResultTransformer(Constructor) - Constructor for class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Instantiates a 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.
ResultTransformer implementation which builds a map for each "row", made up of each aliased value where the alias is the map key.
AliasToEntityMapResultTransformer() - Constructor for class org.hibernate.transform.AliasToEntityMapResultTransformer
Deprecated. Use the AliasToEntityMapResultTransformer.INSTANCE reference instead of explicitly creating a new one.
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
Constructs a new AnsiTrimEmulationFunction using AnsiTrimEmulationFunction.LTRIM, AnsiTrimEmulationFunction.RTRIM, and AnsiTrimEmulationFunction.REPLACE respectively.
AnsiTrimEmulationFunction(String, String, String) - Constructor for class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Constructs a trim() emulation function definition using the specified function calls.
Any - 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
 
addEmbeddedParameter(ParameterSpecification) - Method in class org.hibernate.hql.ast.tree.FromElement
 
addEmbeddedParameter(ParameterSpecification) - Method in interface org.hibernate.hql.ast.tree.ParameterContainer
Deprecated. Adds a parameter specification for a parameter encountered within this node.
addEmbeddedParameter(ParameterSpecification) - Method in class org.hibernate.hql.ast.tree.SqlFragment
 
addEntity(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, HqlSqlWalker) - Method in class org.hibernate.hql.ast.util.SyntheticAndFactory
 
addWhereFragment(String) - Method in class org.hibernate.sql.Delete
 
addWhereToken(String) - Method in class org.hibernate.sql.SimpleSelect
 
addXML(String) - Method in class org.hibernate.cfg.Configuration
Read mappings from a String
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()
appendIndexColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendLockHint(LockMode, String) - Method in class org.hibernate.dialect.Dialect
Some dialects support an alternative means to SELECT FOR UPDATE, whereby a "lock hint" is appends to the table name in the from clause.
appendLockHint(LockMode, String) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendPropertyCondition(String, Object, Criteria, CriteriaQuery, StringBuffer) - Method in class org.hibernate.criterion.Example
 
appendSibling(AST, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
 
appliesToDialect(Dialect) - Method in class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
appliesToDialect(Dialect) - Method in interface org.hibernate.mapping.AuxiliaryDatabaseObject
Does this database object apply to the given dialect?
applyIncrementSizeToSourceValues() - Method in interface org.hibernate.id.enhanced.Optimizer
Are increments to be applied to the values stored in the underlying value source?
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.HiLoOptimizer
Are increments to be applied to the values stored in the underlying value source?
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.NoopOptimizer
Are increments to be applied to the values stored in the underlying value source?
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
Are increments to be applied to the values stored in the underlying value source?
applyLocks(String, Map, Dialect) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
applyLocks(String, Map, Dialect) - Method in class org.hibernate.loader.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.
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
Are all transaction callbacks local to Hibernate Transactions? Or can the callbacks originate from some other source (e.g. a JTA Synchronization).
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
 
BOTH_SPACE_TRIM_FROM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
BOTH_SPACE_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
BOTH_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
A template for the series of calls required to trim non-space chars from both the beginning and the end of text.
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.
Internal implementation of a property getter specific to these back-ref properties.
BackrefPropertyAccessor.BackrefGetter() - Constructor for class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
 
BackrefPropertyAccessor.BackrefSetter - class org.hibernate.property.BackrefPropertyAccessor.BackrefSetter.
Internal implementation of a property setter specific to these back-ref properties.
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
BasicTransformerAdapter - class org.hibernate.transform.BasicTransformerAdapter.
Provides the basic "noop" impls of the ResultTransformer contract.
BasicTransformerAdapter() - Constructor for class org.hibernate.transform.BasicTransformerAdapter
 
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 the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.DynamicFilterParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.NamedParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in interface org.hibernate.param.ParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.PositionalParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(Context, String, Object) - Static method in class org.hibernate.util.NamingHelper
Bind val to name in ctx, and make sure that all intermediate contexts exist.
bindAny(Element, Any, boolean, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindArray(Element, Array, String, String, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for arrays and primitive arrays
bindClass(Element, PersistentClass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindCollection(Element, Collection, String, String, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for all collections
bindCollectionSecondPass(Element, Collection, Map, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for all collections
bindColumn(Element, Column, boolean) - Static method in class org.hibernate.cfg.HbmBinder
 
bindColumns(Element, SimpleValue, boolean, boolean, String, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindComponent(Element, Component, String, String, String, boolean, boolean, Mappings, Map, boolean) - Static method in class org.hibernate.cfg.HbmBinder
 
bindComposite(Element, Component, String, boolean, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindCompositeId(Element, Component, PersistentClass, String, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
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.SingletonEhCacheProvider
Builds a Cache.
buildCache(String, Properties) - Method in class org.hibernate.cache.SwarmCacheProvider
 
buildCache(String, Properties) - Method in class org.hibernate.cache.TreeCacheProvider
Construct and configure the Cache representation of a named cache region.
buildCallback(SessionImplementor) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
A callback to be able to get the next value from the underlying structure as needed.
buildCallback(SessionImplementor) - Method in class org.hibernate.id.enhanced.SequenceStructure
A callback to be able to get the next value from the underlying structure as needed.
buildCallback(SessionImplementor) - Method in class org.hibernate.id.enhanced.TableStructure
A callback to be able to get the next value from the underlying structure as needed.
buildCleanupSynch() - Method in class org.hibernate.context.ThreadLocalSessionContext
 
buildConfiguration() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
buildDatabaseStructure(Properties, Dialect, boolean, String, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Build the database structure.
buildDialect(Properties, 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
 
buildInsertQuery() - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildInstantiator(Component) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
buildInstantiator(Component) - Method in class org.hibernate.tuple.component.Dom4jComponentTuplizer
 
buildInstantiator(Component) - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
buildInstantiator(Component) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildMapping() - Method in class org.hibernate.cfg.Configuration
 
buildMappings() - Method in class org.hibernate.cfg.Configuration
Call this to ensure the mappings are fully compiled/built.
buildMinimalSQLExceptionConverter() - Static method in class org.hibernate.exception.SQLExceptionConverterFactory
Builds a minimal converter.
buildOptimizer(String, Class, int) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
 
buildOrObtainSession() - Method in class org.hibernate.context.JTASessionContext
Strictly provided for subclassing purposes; specifically to allow long-session support.
buildOrObtainSession() - Method in class org.hibernate.context.ThreadLocalSessionContext
Strictly provided for subclassing purposes; specifically to allow long-session support.
buildPositionsArray() - Method in class org.hibernate.engine.query.ParamLocationRecognizer.NamedParameterDescription
 
buildProperties() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
 
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyPath(String, String) - Static method in 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
Build an appropriate Setter for the given property.
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Setter for the given property.
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
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactoryInternal(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
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.
buildSelectQuery(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildSessionFactory() - Method in class org.hibernate.cfg.Configuration
Instantiate a new SessionFactory, using the properties and mappings in this configuration.
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.Dom4jComponentTuplizer
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
buildSettings() - Method in class org.hibernate.cfg.Configuration
Create an object-oriented view of the configuration properties
buildSettings(Properties) - Method in class org.hibernate.cfg.Configuration
 
buildSettings(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
buildSqlCreateIndexString(Dialect, String, Table, Iterator, boolean, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlDropIndexString(Dialect, Table, String, String, String) - Static method in class org.hibernate.mapping.Index
 
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.
buildUpdateQuery() - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildVersionProperty(Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Generates a VersionProperty representation for an entity mapping given its version mapping Property.

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_PREFER_SEGMENT_PER_ENTITY - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
CONFIG_RESOURCE - Static variable in class org.hibernate.cache.OptimisticTreeCacheProvider
Deprecated. use Environment.CACHE_PROVIDER_CONFIG
CONFIG_RESOURCE - Static variable in class org.hibernate.cache.TreeCacheProvider
Deprecated. use 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.
Various help for handling collections.
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
Removes a persistent collection from its loaded owner.
CollectionRemoveAction(Object, CollectionPersister, Serializable, boolean, SessionImplementor) - Constructor for class org.hibernate.action.CollectionRemoveAction
Removes a persistent collection from a specified owner.
CollectionReturn - class 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.
ComponentTuplizerFactory - class org.hibernate.tuple.component.ComponentTuplizerFactory.
A registry allowing users to define the default ComponentTuplizer class to use per EntityMode.
ComponentTuplizerFactory() - Constructor for class org.hibernate.tuple.component.ComponentTuplizerFactory
 
ComponentType - class 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
 
CriteriaJoinWalker(OuterJoinLoadable, CriteriaQueryTranslator, SessionFactoryImplementor, CriteriaImpl, String, Map, String) - 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, Class) - Static method in class org.hibernate.util.ReflectHelper
Perform resolution of a class name.
classForName(String) - Static method in class org.hibernate.util.ReflectHelper
Perform resolution of a class name.
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.ConnectionProvider
Dispose of a used connection.
closeConnection(Connection) - Method in class org.hibernate.connection.DatasourceConnectionProvider
 
closeConnection(Connection) - Method in class org.hibernate.connection.DriverManagerConnectionProvider
 
closeConnection(Connection) - Method in class org.hibernate.connection.ProxoolConnectionProvider
Dispose of a used connection.
closeConnection(Connection) - Method in class org.hibernate.connection.UserSuppliedConnectionProvider
 
closeConnection(Connection) - Method in class org.hibernate.jdbc.AbstractBatcher
 
closeConnection(Connection) - Method in interface org.hibernate.jdbc.Batcher
Dispose of the JDBC connection
closeQueryStatement(PreparedStatement, ResultSet) - Method in class org.hibernate.jdbc.AbstractBatcher
 
closeQueryStatement(PreparedStatement, ResultSet) - Method in interface org.hibernate.jdbc.Batcher
Close a prepared statement opened with prepareQueryStatement()
closeQuote() - Method in class org.hibernate.dialect.Dialect
The character specific to this dialect used to close a quoted identifier.
closeQuote() - Method in class org.hibernate.dialect.MySQLDialect
 
closeQuote() - Method in class org.hibernate.dialect.SQLServerDialect
 
closeSession() - Method in class org.hibernate.stat.StatisticsImpl
 
closeSession() - Method in interface org.hibernate.stat.StatisticsImplementor
 
closeStatement(PreparedStatement) - Method in class org.hibernate.jdbc.AbstractBatcher
 
closeStatement(PreparedStatement) - Method in interface org.hibernate.jdbc.Batcher
Close a prepared or callable statement opened using prepareStatement() or prepareCallableStatement()
closeStatement() - Method in class org.hibernate.stat.StatisticsImpl
 
closeStatement() - Method in interface org.hibernate.stat.StatisticsImplementor
 
closeStatements() - Method in class org.hibernate.jdbc.AbstractBatcher
Actually releases the batcher, allowing it to cleanup internally held resources.
closeStatements() - Method in interface org.hibernate.jdbc.Batcher
Close any query statements that were left lying around
collectChildren(AST, ASTUtil.FilterPredicate) - Static method in class org.hibernate.hql.ast.util.ASTUtil
 
collectSelectExpressions() - Method in class org.hibernate.hql.ast.tree.SelectExpressionList
Returns an array of SelectExpressions gathered from the children of the given parent AST node.
collectSqlStrings() - Method in interface org.hibernate.hql.QueryTranslator
 
collectSqlStrings() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
collectSqlStrings() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
collectionExpr() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
collectionFunction(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
collectionFunctionOrSubselect(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
collectionInfoString(CollectionPersister, Serializable[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a series of managed collections.
collectionInfoString(CollectionPersister, Serializable, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular managed collection.
collectionInfoString(String, Serializable) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular managed collection.
collectionOwners - Variable in class org.hibernate.loader.JoinWalker
 
collectionOwners - Variable in class org.hibernate.loader.OuterJoinLoader
 
collectionPersisters - Variable in class org.hibernate.loader.JoinWalker
 
collectionPersisters - Variable in class org.hibernate.loader.OuterJoinLoader
 
collectionSuffixes - Variable in class org.hibernate.loader.JoinWalker
 
collectionSuffixes - Variable in class org.hibernate.loader.OuterJoinLoader
 
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the unqualified property name, not the best strategy but a backward compatible one
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
 
collectionTableName(String, String, String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Return a collection table name ie an association having a join table
collections - Variable in class org.hibernate.cfg.Configuration
 
collections - Variable in class org.hibernate.cfg.Mappings
 
columnIterator() - Method in class org.hibernate.mapping.Constraint
 
columnName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the argument
columnName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Convert mixed case to underscores
columnName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Alter the column name given in the mapping document
columnNameBindingPerTable - Variable in class org.hibernate.cfg.Configuration
 
columnNameBindingPerTable - Variable in class org.hibernate.cfg.Mappings
binding table between the logical column name and the name out of the naming strategy for each table.
commaBetweenParameters(String) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
commaBetweenParameters(String) - Method in class org.hibernate.hql.ast.SqlGenerator
 
commit() - Method in interface org.hibernate.Transaction
Flush the associated Session and end the unit of work (unless we are in FlushMode.NEVER.
commit() - Method in class org.hibernate.transaction.CMTTransaction
 
commit() - Method in class org.hibernate.transaction.JDBCTransaction
 
commit() - Method in class org.hibernate.transaction.JTATransaction
 
commit() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
 
commit() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
 
commonRegistration() - Method in class org.hibernate.dialect.Cache71Dialect
 
comparator - Variable in class org.hibernate.collection.PersistentSortedMap
 
comparator() - Method in class org.hibernate.collection.PersistentSortedMap
 
comparator - Variable in class org.hibernate.collection.PersistentSortedSet
 
comparator() - Method in class org.hibernate.collection.PersistentSortedSet
 
compare(Object, Object) - Method in class org.hibernate.type.AbstractBynaryType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.AbstractBynaryType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.AbstractType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.AdaptedImmutableType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.AnyType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.BlobType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.CalendarDateType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.CalendarType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.ClobType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.CollectionType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.ComponentType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.EntityType
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.LocaleType
 
compare(Object, Object, EntityMode) - Method in class org.hibernate.type.TimeZoneType
 
compare(Object, Object, EntityMode) - Method in interface org.hibernate.type.Type
compare two instances of the type
compare(Object, Object) - Method in class org.hibernate.util.CalendarComparator
 
compare(Object, Object) - Method in class org.hibernate.util.ComparableComparator
 
compareTo(Object) - Method in class org.hibernate.action.CollectionAction
 
compareTo(Object) - Method in class org.hibernate.action.EntityAction
 
comparisonExpr(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
comparisonExpr(AST, boolean) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
compile(String, Map, boolean) - Method in interface org.hibernate.hql.FilterTranslator
Compile a filter.
compile(Map, boolean) - Method in interface org.hibernate.hql.QueryTranslator
Compile a "normal" query.
compile(Map, boolean) - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
Compile a "normal" query.
compile(String, Map, boolean) - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
Compile a filter.
compile(Map, boolean) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
Compile a "normal" query.
compile(String, Map, boolean) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
Compile a filter.
componentIdType - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
compoundExpr() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
concatenation() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
concretePropertySelectFragment(String, ValueInclusion[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
concretePropertySelectFragment(String, boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
concretePropertySelectFragment(String, AbstractEntityPersister.InclusionChecker) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
concretePropertySelectFragmentSansLeadingComma(String, boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
concreteQueries(String, SessionFactoryImplementor) - Static method in class org.hibernate.hql.QuerySplitter
Handle Hibernate "implicit" polymorphism, by translating the query string into several "concrete" queries against mapped classes.
concurrentEntries(Map) - Static method in class org.hibernate.util.IdentityMap
Return the map entries (as instances of Map.Entry in a collection that is safe from concurrent modification).
conditionList(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
configure() - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in an application resource named hibernate.cfg.xml.
configure(String) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application resource.
configure(URL) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given document.
configure(File) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application file.
configure(Document) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given XML document.
configure(Properties) - Method in class org.hibernate.connection.C3P0ConnectionProvider
Initialize the connection provider from given properties.
configure(Properties) - Method in interface org.hibernate.connection.ConnectionProvider
Initialize the connection provider from given properties.
configure(Properties) - Method in class org.hibernate.connection.DatasourceConnectionProvider
 
configure(Properties) - Method in class org.hibernate.connection.DriverManagerConnectionProvider
 
configure(Properties) - Method in class org.hibernate.connection.ProxoolConnectionProvider
Initialize the connection provider from given properties.
configure(Properties) - Method in class org.hibernate.connection.UserSuppliedConnectionProvider
 
configure(Properties) - Method in interface org.hibernate.exception.Configurable
Configure the component, using the given settings and properties.
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.Assigned
 
configure(Type, Properties, Dialect) - Method in interface org.hibernate.id.Configurable
Configure this instance, given the value of parameters specified by the user as <param> elements.
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.ForeignGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.IncrementGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SelectGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SequenceGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SequenceHiLoGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SequenceIdentityGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.TableGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.TableHiLoGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.UUIDHexGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Configure this instance, given the value of parameters specified by the user as <param> elements. This method is called just once, following instantiation.
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
Configure this instance, given the value of parameters specified by the user as <param> elements. This method is called just once, following instantiation.
configure(Properties) - Method in class org.hibernate.transaction.CMTTransactionFactory
 
configure(Properties) - Method in class org.hibernate.transaction.JDBCTransactionFactory
 
configure(Properties) - Method in class org.hibernate.transaction.JTATransactionFactory
Configure this transaction factory.
configure(Properties) - Method in interface org.hibernate.transaction.TransactionFactory
Configure from the given properties.
conjunction() - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single conjunction (A and B and C...)
connect() - Method in class org.hibernate.stat.StatisticsImpl
 
connect() - Method in interface org.hibernate.stat.StatisticsImplementor
 
connection() - Method in interface org.hibernate.Session
Deprecated. To be replaced with a SPI for performing work against the connection; scheduled for removal in 4.x
connection() - Method in interface org.hibernate.StatelessSession
Returns the current JDBC connection associated with this instance.

If the session is using aggressive connection release (as in a CMT environment), it is the application's responsibility to close the connection returned by this call.
connection() - Method in interface org.hibernate.engine.SessionImplementor
 
connection() - Method in class org.hibernate.impl.SessionImpl
 
connection() - Method in class org.hibernate.impl.StatelessSessionImpl
 
connection() - Method in class org.hibernate.jdbc.JDBCContext
 
connectionCleanedUp() - Method in interface org.hibernate.jdbc.ConnectionManager.Callback
 
connectionCleanedUp() - Method in class org.hibernate.jdbc.JDBCContext
 
connectionOpened() - Method in interface org.hibernate.jdbc.ConnectionManager.Callback
 
connectionOpened() - Method in class org.hibernate.jdbc.JDBCContext
 
constant() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
constant(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
constant(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
constructDefaultTuplizer(EntityMode, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Construct am instance of the default tuplizer for the given entity-mode.
constructDefaultTuplizer(EntityMode, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct am instance of the default tuplizer for the given entity-mode.
constructTuplizer(String, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(Class, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(String, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(Class, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct an instance of the given tuplizer class.
constructor(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
consumesCollectionAlias() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
consumesCollectionAlias() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
consumesCollectionAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
consumesCollectionAlias() - Method in interface org.hibernate.persister.entity.Joinable
Very, very, very ugly...
consumesEntityAlias() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
consumesEntityAlias() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
consumesEntityAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
consumesEntityAlias() - Method in interface org.hibernate.persister.entity.Joinable
Very, very, very ugly...
contains(Object) - Method in interface org.hibernate.Session
Check if this instance is associated with this Session.
contains(Object) - Method in class org.hibernate.collection.PersistentBag
 
contains(Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
contains(Object) - Method in class org.hibernate.collection.PersistentList
 
contains(Object) - Method in class org.hibernate.collection.PersistentSet
 
contains(Object) - Method in class org.hibernate.impl.SessionImpl
 
contains(Object, Object, SessionImplementor) - Method in class org.hibernate.type.CollectionType
 
contains(Object, Object, SessionImplementor) - Method in class org.hibernate.type.CustomCollectionType
 
contains(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Optional operation.
contains(Object) - Method in class org.hibernate.util.IdentitySet
 
containsAll(Collection) - Method in class org.hibernate.collection.PersistentBag
 
containsAll(Collection) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
containsAll(Collection) - Method in class org.hibernate.collection.PersistentList
 
containsAll(Collection) - Method in class org.hibernate.collection.PersistentSet
 
containsAll(Collection) - Method in class org.hibernate.util.IdentitySet
 
containsClassAlias(String) - Method in class org.hibernate.hql.ast.tree.FromClause
Returns true if the from node contains the class alias name.
containsCollection(PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
Is the given collection associated with this persistence context?
containsCollection(PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
containsCollectionFetches() - Method in interface org.hibernate.hql.QueryTranslator
Does the translated query contain collection fetches?
containsCollectionFetches() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
containsCollectionFetches() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
containsColumn(Column) - Method in class org.hibernate.mapping.Constraint
 
containsColumn(Column) - Method in class org.hibernate.mapping.DenormalizedTable
 
containsColumn(Column) - Method in class org.hibernate.mapping.Index
 
containsColumn(Column) - Method in class org.hibernate.mapping.Table
 
containsEntity(EntityKey) - Method in interface org.hibernate.engine.PersistenceContext
Is there an entity with the given key in the persistence context
containsEntity(EntityKey) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
containsKey(Object) - Method in class org.hibernate.collection.PersistentMap
 
containsKey(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
containsKey(Object) - Method in class org.hibernate.util.FastHashMap
Return true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.hibernate.util.IdentityMap
 
containsProperty(Property) - Method in class org.hibernate.mapping.Join
 
containsProxy(Object) - Method in interface org.hibernate.engine.PersistenceContext
Is the given proxy associated with this persistence context?
containsProxy(Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
 
containsTableAlias(String) - Method in class org.hibernate.hql.ast.tree.FromClause
Returns true if the from node contains the table alias name.
containsValue(Object) - Method in class org.hibernate.collection.PersistentMap
 
containsValue(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
containsValue(Object) - Method in class org.hibernate.util.FastHashMap
Return true if this map contains one or more keys mapping to the specified value.
containsValue(Object) - Method in class org.hibernate.util.IdentityMap
 
content() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
content() - Method in class org.hibernate.tuple.ElementWrapper
 
convert(SQLException, String, String) - Method in class org.hibernate.exception.CacheSQLStateConverter
Convert the given SQLException into Hibernate's JDBCException hierarchy.
convert(SQLExceptionConverter, SQLException, String) - Static method in class org.hibernate.exception.JDBCExceptionHelper
Converts the given SQLException into Hibernate's JDBCException hierarchy, as well as performing appropriate logging.
convert(SQLExceptionConverter, SQLException, String, String) - Static method in class org.hibernate.exception.JDBCExceptionHelper
Converts the given SQLException into Hibernate's JDBCException hierarchy, as well as performing appropriate logging.
convert(SQLException, String, String) - Method in interface org.hibernate.exception.SQLExceptionConverter
Convert the given SQLException into Hibernate's JDBCException hierarchy.
convert(SQLException, String, String) - Method in class org.hibernate.exception.SQLStateConverter
Convert the given SQLException into Hibernate's JDBCException hierarchy.
convert(RecognitionException) - Static method in class org.hibernate.hql.ast.QuerySyntaxException
 
convert(RecognitionException, String) - Static method in class org.hibernate.hql.ast.QuerySyntaxException
 
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.DB2Dialect
DB2 does have a one-based offset, however this was actually already handled in the limiot string building (the '?+1' bit).
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.Dialect
Hibernate APIs explcitly state that setFirstResult() should be a zero-based offset.
coordinateSharedCacheCleanup(SessionImplementor) - Method in class org.hibernate.engine.query.NativeSQLQueryPlan
 
coordinateSharedCacheCleanup(SessionImplementor) - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
 
copy() - Method in class org.hibernate.engine.JoinSequence
 
copy() - Method in class org.hibernate.sql.ANSIJoinFragment
 
copy() - Method in class org.hibernate.sql.JoinFragment
 
copy() - Method in class org.hibernate.sql.OracleJoinFragment
 
copy() - Method in class org.hibernate.sql.QueryJoinFragment
 
copy() - Method in class org.hibernate.sql.QuerySelect
 
copy() - Method in class org.hibernate.sql.Sybase11JoinFragment
 
copyValues(EntityPersister, Object, Object, SessionImplementor, Map) - Method in class org.hibernate.event.def.DefaultMergeEventListener
 
copyValues(EntityPersister, Object, Object, SessionImplementor, Map, ForeignKeyDirection) - Method in class org.hibernate.event.def.DefaultMergeEventListener
 
count(String) - Static method in class org.hibernate.criterion.Projections
A property value count
count() - Method in class org.hibernate.criterion.Property
 
count(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
count(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
countCollectionPersisters(List) - Static method in class org.hibernate.loader.JoinWalker
Count the number of instances of Joinable which are actually also instances of PersistentCollection which are being fetched by outer join
countDistinct(String) - Static method in class org.hibernate.criterion.Projections
A distinct property value count
countEntityPersisters(List) - Static method in class org.hibernate.loader.JoinWalker
Count the number of instances of Joinable which are actually also instances of Loadable, or are one-to-many associations
countExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
countSubclassProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
countSubclassProperties() - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
How many properties are there, for this class and all subclasses?
countTrue(boolean[]) - Static method in class org.hibernate.util.ArrayHelper
 
countUnquoted(String, char) - Static method in class org.hibernate.util.StringHelper
 
create(Class, String[], String[], Class[]) - Static method in class org.hibernate.bytecode.javassist.BulkAccessor
Creates a new instance of BulkAccessor.
create(Class) - Static method in class org.hibernate.bytecode.javassist.FastClass
 
create(Object) - Static method in class org.hibernate.criterion.Example
Create a new instance, which includes all non-null properties by default
create() - Method in class org.hibernate.criterion.ProjectionList
 
create(Class) - Method in class org.hibernate.hql.ast.SqlASTFactory
Actually instantiate the AST node.
create(ASTFactory, int, String) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Deprecated. silly
create(String, Type, Properties, Dialect) - Static method in class org.hibernate.id.IdentifierGeneratorFactory
 
create(boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Run the schema creation script.
createAlias(String, String) - Method in interface org.hibernate.Criteria
Join an association, assigning an alias to the joined association.
createAlias(String, String, int) - Method in interface org.hibernate.Criteria
Join an association using the specified join-type, assigning an alias to the joined association.
createAlias(String, String) - Method in class org.hibernate.criterion.DetachedCriteria
 
createAlias(String, String, int) - Method in class org.hibernate.criterion.DetachedCriteria
 
createAlias(String, String) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
createAlias(String, String, int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
createAlias(String, String) - Method in class org.hibernate.impl.CriteriaImpl
 
createAlias(String, String, int) - Method in class org.hibernate.impl.CriteriaImpl
 
createAllKeys() - Method in class org.hibernate.mapping.Collection
 
createAllKeys() - Method in class org.hibernate.mapping.Map
 
createBatcher(ConnectionManager, Interceptor) - Method in interface org.hibernate.jdbc.BatcherFactory
 
createBatcher(ConnectionManager, Interceptor) - Method in class org.hibernate.jdbc.BatchingBatcherFactory
 
createBatcher(ConnectionManager, Interceptor) - Method in class org.hibernate.jdbc.NonBatchingBatcherFactory
 
createBatcherFactory(Properties, int) - Method in class org.hibernate.cfg.SettingsFactory
 
createBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, Map) - Static method in class org.hibernate.loader.collection.BatchingCollectionInitializer
 
createBatchingEntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, Map) - Static method in class org.hibernate.loader.entity.BatchingEntityLoader
 
createBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, Map) - Static method in class org.hibernate.loader.collection.BatchingCollectionInitializer
 
createBinarySubtree(ASTFactory, int, String, AST, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Creates a 'binary operator' subtree, given the information about the parent and the two child nodex.
createBlob(byte[]) - Static method in class org.hibernate.Hibernate
Create a new Blob.
createBlob(InputStream, int) - Static method in class org.hibernate.Hibernate
Create a new Blob.
createBlob(InputStream) - Static method in class org.hibernate.Hibernate
Create a new Blob.
createCache(String, String, boolean, Settings, Properties) - Static method in class org.hibernate.cache.CacheFactory
 
createCacheProvider(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
createCaseFragment() - Method in class org.hibernate.dialect.DerbyDialect
Return the case statement modified for Cloudscape.
createCaseFragment() - Method in class org.hibernate.dialect.Dialect
Create a CaseFragment strategy responsible for handling this dialect's variations in how CASE statements are handled.
createCaseFragment() - Method in class org.hibernate.dialect.MckoiDialect
 
createCaseFragment() - Method in class org.hibernate.dialect.Oracle8iDialect
Map case support to the Oracle DECODE function.
createCaseFragment() - Method in class org.hibernate.dialect.Oracle9iDialect
 
createCaseFragment() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.  
createCaseFragment() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
createCaseFragment() - Method in class org.hibernate.dialect.SAPDBDialect
 
createClassPersister(PersistentClass, CacheConcurrencyStrategy, SessionFactoryImplementor, Mapping) - Static method in class org.hibernate.persister.PersisterFactory
 
createClassProperties(Element, PersistentClass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
createClassProperties(Element, PersistentClass, Mappings, Map, UniqueKey, boolean, boolean, boolean) - Static method in class org.hibernate.cfg.HbmBinder
 
createClassicHolderInstantiator(Constructor, ResultTransformer) - Static method in class org.hibernate.hql.HolderInstantiator
 
createClob(String) - Static method in class org.hibernate.Hibernate
Create a new Clob.
createClob(Reader, int) - Static method in class org.hibernate.Hibernate
Create a new Clob.
createCollectionInitializer(Map) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createCollectionInitializer(Map) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
Create the CollectionLoader
createCollectionInitializer(Map) - Method in class org.hibernate.persister.collection.OneToManyPersister
Create the OneToManyLoader
createCollectionJoinSequence(QueryableCollection, String) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Create a join sequence rooted at the given collection.
createCollectionPersister(Configuration, Collection, CacheConcurrencyStrategy, SessionFactoryImplementor) - Static method in class org.hibernate.persister.PersisterFactory
 
createCollectionSubquery(JoinSequence, Map, String[]) - Static method in class org.hibernate.hql.CollectionSubqueryFactory
 
createConnectionProvider(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
createCopy() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createCopy(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createCopy(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createCopy() - Method in class org.hibernate.tuple.ElementWrapper
 
createCopy(String) - Method in class org.hibernate.tuple.ElementWrapper
 
createCopy(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
createCopyUsing(RowSelection) - Method in class org.hibernate.engine.QueryParameters
 
createCriteria(String) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity.
createCriteria(String, int) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, using the specified join type.
createCriteria(String, String) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, assigning the given alias.
createCriteria(String, String, int) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, assigning the given alias and using the specified join type.
createCriteria(Class) - Method in interface org.hibernate.Session
Create a new Criteria instance, for the given entity class, or a superclass of an entity class.
createCriteria(Class, String) - Method in interface org.hibernate.Session
Create a new Criteria instance, for the given entity class, or a superclass of an entity class, with the given alias.
createCriteria(String) - Method in interface org.hibernate.Session
Create a new Criteria instance, for the given entity name.
createCriteria(String, String) - Method in interface org.hibernate.Session
Create a new Criteria instance, for the given entity name, with the given alias.
createCriteria(Class) - Method in interface org.hibernate.StatelessSession
Create a new Criteria instance, for the given entity class, or a superclass of an entity class.
createCriteria(Class, String) - Method in interface org.hibernate.StatelessSession
Create a new Criteria instance, for the given entity class, or a superclass of an entity class, with the given alias.
createCriteria(String) - Method in interface org.hibernate.StatelessSession
Create a new Criteria instance, for the given entity name.
createCriteria(String, String) - Method in interface org.hibernate.StatelessSession
Create a new Criteria instance, for the given entity name, with the given alias.
createCriteria(String, String) - Method in class org.hibernate.criterion.DetachedCriteria
 
createCriteria(String) - Method in class org.hibernate.criterion.DetachedCriteria
 
createCriteria(String, int) - Method in class org.hibernate.criterion.DetachedCriteria
 
createCriteria(String, String, int) - Method in class org.hibernate.criterion.DetachedCriteria
 
createCriteria(String) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
createCriteria(String, int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
createCriteria(String, String) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
createCriteria(String, String, int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
 
createCriteria(String) - Method in class org.hibernate.impl.CriteriaImpl
 
createCriteria(String, int) - Method in class org.hibernate.impl.CriteriaImpl
 
createCriteria(String, String) - Method in class org.hibernate.impl.CriteriaImpl
 
createCriteria(String, String, int) - Method in class org.hibernate.impl.CriteriaImpl
 
createCriteria(Class, String) - Method in class org.hibernate.impl.SessionImpl
 
createCriteria(String, String) - Method in class org.hibernate.impl.SessionImpl
 
createCriteria(Class) - Method in class org.hibernate.impl.SessionImpl
 
createCriteria(String) - Method in class org.hibernate.impl.SessionImpl
 
createCriteria(Class, String) - Method in class org.hibernate.impl.StatelessSessionImpl
 
createCriteria(String, String) - Method in class org.hibernate.impl.StatelessSessionImpl
 
createCriteria(Class) - Method in class org.hibernate.impl.StatelessSessionImpl
 
createCriteria(String) - Method in class org.hibernate.impl.StatelessSessionImpl
 
createDOMReader() - Method in class org.hibernate.util.XMLHelper
Create a dom4j DOMReader
createEntityLoader(LockMode, Map) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createEntityLoader(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createFilter(Object, String) - Method in interface org.hibernate.Session
Create a new instance of Query for the given collection and filter string.
createFilter(Object, String) - Method in class org.hibernate.impl.SessionImpl
 
createFilterKeys(Map, EntityMode) - Static method in class org.hibernate.cache.FilterKey
 
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in interface org.hibernate.hql.QueryTranslatorFactory
Construct a FilterTranslator instance capable of translating an HQL filter string.
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.ASTQueryTranslatorFactory
 
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.classic.ClassicQueryTranslatorFactory
 
createForeignKey() - Method in class org.hibernate.mapping.Collection
 
createForeignKey() - Method in class org.hibernate.mapping.Join
 
createForeignKey() - Method in class org.hibernate.mapping.ManyToOne
 
createForeignKey() - Method in class org.hibernate.mapping.OneToMany
 
createForeignKey() - Method in class org.hibernate.mapping.OneToOne
 
createForeignKey() - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKey() - Method in class org.hibernate.mapping.Subclass
 
createForeignKey(String, List, String) - Method in class org.hibernate.mapping.Table
 
createForeignKey(String, List, String, List) - Method in class org.hibernate.mapping.Table
 
createForeignKey() - Method in class org.hibernate.mapping.ToOne
 
createForeignKey() - Method in interface org.hibernate.mapping.Value
 
createForeignKeyOfEntity(String) - Method in interface org.hibernate.mapping.KeyValue
 
createForeignKeyOfEntity(String) - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKeys() - Method in class org.hibernate.mapping.DenormalizedTable
 
createForeignKeys() - Method in class org.hibernate.mapping.Table
 
createFrom(int, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createFromElement(String, AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
createFromElement(String, AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
createFromFilterElement(AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
createFromFilterElement(AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
createFromJoinElement(AST, AST, int, AST, AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
createFromJoinElement(AST, AST, int, AST, AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
createGetter(Class, String) - Static method in class org.hibernate.property.BasicPropertyAccessor
 
createIdentifierGenerator(Dialect, String, String, RootClass) - Method in interface org.hibernate.mapping.KeyValue
 
createIdentifierGenerator(Dialect, String, String, RootClass) - Method in class org.hibernate.mapping.SimpleValue
 
createIntoClause(String, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
createIntoClause(String, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
createJoin(String, boolean, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createJoin(int[], String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createJoinSequence() - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Generate an empty join sequence instance.
createJoinSequence(boolean, AssociationType, String, int, String[]) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Generate a join sequence representing the given association type.
createLinkedHashMap() - Static method in class org.hibernate.util.LinkedHashCollectionHelper
 
createLinkedHashMap(int) - Static method in class org.hibernate.util.LinkedHashCollectionHelper
 
createLinkedHashSet() - Static method in class org.hibernate.util.LinkedHashCollectionHelper
 
createLinkedHashSet(int) - Static method in class org.hibernate.util.LinkedHashCollectionHelper
 
createMappings() - Method in class org.hibernate.cfg.Configuration
Create a new Mappings to add class and collection mappings to.
createName(String) - Method in class org.hibernate.hql.ast.util.AliasGenerator
 
createNumber(long, Class) - Static method in class org.hibernate.id.IdentifierGeneratorFactory
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Cache71Dialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Dialect
Create a JoinFragment strategy responsible for handling this dialect's variations in how joins are handled.
createOuterJoinFragment() - Method in class org.hibernate.dialect.Oracle10gDialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Oracle8iDialect
Support for the oracle proprietary join syntax...
createOuterJoinFragment() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.  
createOuterJoinFragment() - Method in class org.hibernate.dialect.SAPDBDialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Sybase11Dialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.TimesTenDialect
 
createParent(ASTFactory, int, String, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Creates a single parent of the specified child (i.e.
createPrimaryKey() - Method in class org.hibernate.mapping.Join
 
createPrimaryKey() - Method in class org.hibernate.mapping.PersistentClass
 
createPropertyRefConstraints(Map) - Method in class org.hibernate.mapping.ManyToOne
 
createProxy(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createProxy(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Create a new proxy instance
createProxy(Serializable, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
createProxy(Serializable, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Generates an appropriate proxy representation of this entity for this entity-mode.
createQuery(String) - Method in interface org.hibernate.Session
Create a new instance of Query for the given HQL query string.
createQuery(String) - Method in interface org.hibernate.StatelessSession
Create a new instance of Query for the given HQL query string.
createQuery(String) - Method in class org.hibernate.impl.AbstractSessionImpl
 
createQuery(String) - Method in class org.hibernate.impl.SessionImpl
 
createQueryCacheFactory(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
createQueryLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createQueryTranslator(String, String, Map, SessionFactoryImplementor) - Method in interface org.hibernate.hql.QueryTranslatorFactory
Construct a QueryTranslator instance capable of translating an HQL query string.
createQueryTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.ASTQueryTranslatorFactory
 
createQueryTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.classic.ClassicQueryTranslatorFactory
 
createQueryTranslatorFactory(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
createSAXReader(String, List, EntityResolver) - Method in class org.hibernate.util.XMLHelper
Create a dom4j SAXReader which will append all validation errors to errorList
createSQLQuery(String) - Method in interface org.hibernate.Session
Create a new instance of SQLQuery for the given SQL query string.
createSQLQuery(String) - Method in interface org.hibernate.StatelessSession
Create a new instance of SQLQuery for the given SQL query string.
createSQLQuery(String, String, Class) - Method in interface org.hibernate.classic.Session
Deprecated. will be replaced with a more Query like interface in later release
createSQLQuery(String, String[], Class[]) - Method in interface org.hibernate.classic.Session
Deprecated. will be replaced with a more Query like interface in later release
createSQLQuery(String) - Method in class org.hibernate.impl.AbstractSessionImpl
 
createSQLQuery(String) - Method in class org.hibernate.impl.SessionImpl
 
createSQLQuery(String, String, Class) - Method in class org.hibernate.impl.SessionImpl
 
createSQLQuery(String, String[], Class[]) - Method in class org.hibernate.impl.SessionImpl
 
createSchema() - Method in class org.hibernate.jmx.HibernateService
 
createSchema() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Export the CREATE DDL to the database
createSelect(int[], int[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createSelectNewTransformer(Constructor, boolean, boolean) - Static method in class org.hibernate.hql.HolderInstantiator
 
createSibling(ASTFactory, int, String, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Creates a single node AST as a sibling of the passed prevSibling, taking care to reorganize the tree correctly to account for this newly created node.
createSubselectInitializer(SubselectFetch, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createSubselectInitializer(SubselectFetch, SessionImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
createSubselectInitializer(SubselectFetch, SessionImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
createTemporaryTableIfNecessary(Queryable, SessionImplementor) - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
 
createTransaction(JDBCContext, TransactionFactory.Context) - Method in class org.hibernate.transaction.CMTTransactionFactory
 
createTransaction(JDBCContext, TransactionFactory.Context) - Method in class org.hibernate.transaction.JDBCTransactionFactory
 
createTransaction(JDBCContext, TransactionFactory.Context) - Method in class org.hibernate.transaction.JTATransactionFactory
Begin a transaction and return the associated Transaction instance.
createTransaction(JDBCContext, TransactionFactory.Context) - Method in interface org.hibernate.transaction.TransactionFactory
Begin a transaction and return the associated Transaction instance.
createTransactionFactory(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
createTransactionManagerLookup(Properties) - Method in class org.hibernate.cfg.SettingsFactory
 
createTree(ASTFactory, AST[]) - Static method in class org.hibernate.hql.ast.util.ASTUtil
 
createUniqueKey(List) - Method in class org.hibernate.mapping.Table
 
createUniqueKeyLoaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createUsingCtor(Token, String) - Method in class org.hibernate.hql.ast.SqlASTFactory
 
createWhereByKey(int, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createXPath(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createXPath(String) - Method in class org.hibernate.tuple.ElementWrapper
 
currentColumns() - Method in class org.hibernate.hql.classic.PathExpressionParser
 
currentSession() - Method in interface org.hibernate.context.CurrentSessionContext
Retrieve the current session according to the scoping defined by this implementation.
currentSession() - Method in class org.hibernate.context.JTASessionContext
 
currentSession() - Method in class org.hibernate.context.ManagedSessionContext
 
currentSession() - Method in class org.hibernate.context.ThreadLocalSessionContext
 
custom(Class) - Static method in class org.hibernate.Hibernate
A Hibernate custom type.
custom(Class, String[], String[]) - Static method in class org.hibernate.Hibernate
A Hibernate parameterizable custom type.
custom(Class, Properties) - Static method in class org.hibernate.Hibernate
A Hibernate parameterizable custom type.
customCollection(String, String, String, boolean) - Static method in class org.hibernate.type.TypeFactory
Deprecated. Use TypeFactory.customCollection(String, java.util.Properties, String, String, boolean) instead
customCollection(String, Properties, String, String, boolean) - Static method in class org.hibernate.type.TypeFactory
 
customSQLDelete - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
customSQLInsert - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
customSQLUpdate - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 

D

DATASOURCE - Static variable in class org.hibernate.cfg.Environment
java.sql.Datasource JNDI name
DATE - Static variable in class org.hibernate.Hibernate
Hibernate date type.
DB2390Dialect - class org.hibernate.dialect.DB2390Dialect.
An SQL dialect for DB2/390.
DB2390Dialect() - Constructor for class org.hibernate.dialect.DB2390Dialect
 
DB2400Dialect - class org.hibernate.dialect.DB2400Dialect.
An SQL dialect for DB2/400.
DB2400Dialect() - Constructor for class org.hibernate.dialect.DB2400Dialect
 
DB2Dialect - class org.hibernate.dialect.DB2Dialect.
An SQL dialect for DB2.
DB2Dialect() - Constructor for class org.hibernate.dialect.DB2Dialect
 
DDLFormatter - class org.hibernate.pretty.DDLFormatter.
 
DDLFormatter(String) - Constructor for class org.hibernate.pretty.DDLFormatter
 
DECIMAL_LITERAL_FORMAT - Static variable in class org.hibernate.hql.ast.util.LiteralProcessor
In what format should Float and Double literal values be sent to the database?
DEFAULT - Static variable in class org.hibernate.FetchMode
Default to the setting configured in the mapping file.
DEFAULT_BATCH_FETCH_SIZE - Static variable in class org.hibernate.cfg.Environment
The default batch size for batch fetching
DEFAULT_BATCH_SIZE - Static variable in class org.hibernate.dialect.Dialect
 
DEFAULT_CATALOG - Static variable in class org.hibernate.cfg.Environment
A default database catalog name to use for unqualified tablenames
DEFAULT_COLUMN_NAME - Static variable in class org.hibernate.id.TableGenerator
Default column name
DEFAULT_CONFIG - Static variable in class org.hibernate.cache.OptimisticTreeCacheProvider
 
DEFAULT_CONFIG - Static variable in class org.hibernate.cache.TreeCacheProvider
 
DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in class org.hibernate.mapping.RootClass
 
DEFAULT_DTD_RESOLVER - Static variable in class org.hibernate.util.XMLHelper
 
DEFAULT_ELEMENT_COLUMN_NAME - Static variable in class org.hibernate.mapping.Collection
 
DEFAULT_ENTITY_MODE - Static variable in class org.hibernate.cfg.Environment
The EntityMode in which set the Session opened from the SessionFactory.
DEFAULT_EXCEPTION_MSG - Static variable in class org.hibernate.util.JDBCExceptionReporter
 
DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in class org.hibernate.mapping.IdentifierCollection
 
DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in class org.hibernate.mapping.RootClass
 
DEFAULT_INCREMENT_SIZE - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
DEFAULT_INCREMENT_SIZE - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
DEFAULT_INDEX_COLUMN_NAME - Static variable in class org.hibernate.mapping.IndexedCollection
 
DEFAULT_INITIAL_VALUE - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
DEFAULT_INITIAL_VALUE - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
DEFAULT_KEY_COLUMN_NAME - Static variable in class org.hibernate.mapping.Collection
 
DEFAULT_LENGTH - Static variable in class org.hibernate.mapping.Column
 
DEFAULT_LOCK_MODE - Static variable in class org.hibernate.event.LoadEvent
 
DEFAULT_LOCK_MODE - Static variable in class org.hibernate.event.def.DefaultLoadEventListener
 
DEFAULT_PRECISION - Static variable in class org.hibernate.mapping.Column
 
DEFAULT_SCALE - Static variable in class org.hibernate.mapping.Column
 
DEFAULT_SCHEMA - Static variable in class org.hibernate.cfg.Environment
A default database schema (owner) name to use for unqualified tablenames
DEFAULT_STRONG_REF_COUNT - Static variable in class org.hibernate.util.SimpleMRUCache
 
DEFAULT_STRONG_REF_COUNT - Static variable in class org.hibernate.util.SoftLimitMRUCache
 
DEFAULT_TABLE - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
DEFAULT_TABLE_NAME - Static variable in class org.hibernate.id.TableGenerator
Default table name
DEFAULT_USER_TRANSACTION_NAME - Static variable in class org.hibernate.transaction.JTATransactionFactory
 
DEFAULT_WARNING_MSG - Static variable in class org.hibernate.util.JDBCExceptionReporter
 
DEF_CACHE_PROVIDER - Static variable in class org.hibernate.cfg.SettingsFactory
 
DEF_ILLEGAL_COLL_DEREF_EXCP_BUILDER - Static variable in class org.hibernate.hql.ast.tree.DotNode
 
DEF_SEGMENT_COLUMN - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
DEF_SEGMENT_LENGTH - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
DEF_SEGMENT_VALUE - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
DEF_SEQUENCE_NAME - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
DEF_TABLE - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
DEF_VALUE_COLUMN - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
DEF_VALUE_COLUMN - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
DELETE - Static variable in class org.hibernate.engine.CascadeStyle
delete
DELETE - Static variable in class org.hibernate.engine.CascadingAction
 
DELETE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
DELETE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
DELETE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
DELETE - Static variable in class org.hibernate.secure.HibernatePermission
 
DELETED - Static variable in class org.hibernate.engine.Status
 
DELETED - Static variable in class org.hibernate.event.def.AbstractSaveEventListener
 
DELETE_ORPHAN - Static variable in class org.hibernate.engine.CascadeStyle
delete + delete orphans
DEPRECATED_ORACLE_TYPES_CLASS_NAME - Static variable in class org.hibernate.dialect.Oracle8iDialect
 
DESCENDING - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
DESCENDING - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
DESCENDING - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
DETACHED - Static variable in class org.hibernate.event.def.AbstractSaveEventListener
 
DIALECT - Static variable in class org.hibernate.cfg.Environment
Hibernate SQL Dialect class
DISTINCT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
DISTINCT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
DISTINCT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
DISTINCT_ROOT_ENTITY - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Each row of results is a distinct instance of the root entity
DIV - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
DIV - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
DIV - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
DOM4J - Static variable in class org.hibernate.EntityMode
 
DOT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
DOT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
DOT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
DOUBLE - Static variable in class org.hibernate.Hibernate
Hibernate double type.
DRIVER - Static variable in class org.hibernate.cfg.Environment
JDBC driver class
DTDEntityResolver - class org.hibernate.util.DTDEntityResolver.
An EntityResolver implementation which attempts to resolve various systemId URLs to local classpath lookups Any systemId URL beginning with http://hibernate.sourceforge.net/ is searched for as a classpath resource in the classloader which loaded the Hibernate classes. Any systemId URL using classpath as the scheme (i.e.
DTDEntityResolver() - Constructor for class org.hibernate.util.DTDEntityResolver
 
DataDirectOracle9Dialect - class org.hibernate.dialect.DataDirectOracle9Dialect.
 
DataDirectOracle9Dialect() - Constructor for class org.hibernate.dialect.DataDirectOracle9Dialect
 
DataException - exception org.hibernate.exception.DataException.
Implementation of JDBCException indicating that evaluation of the valid SQL statement against the given data resulted in some illegal operation, mismatched types or incorrect cardinality.
DataException(String, SQLException) - Constructor for class org.hibernate.exception.DataException
Constructor for JDBCException.
DataException(String, SQLException, String) - Constructor for class org.hibernate.exception.DataException
Constructor for JDBCException.
DatabaseMetadata - class org.hibernate.tool.hbm2ddl.DatabaseMetadata.
JDBC database metadata
DatabaseMetadata(Connection, Dialect) - Constructor for class org.hibernate.tool.hbm2ddl.DatabaseMetadata
 
DatabaseMetadata(Connection, Dialect, boolean) - Constructor for class org.hibernate.tool.hbm2ddl.DatabaseMetadata
 
DatabaseStructure - interface org.hibernate.id.enhanced.DatabaseStructure.
Encapsulates definition of the underlying data structure backing a sequence-style generator.
DatasourceConnectionProvider - class org.hibernate.connection.DatasourceConnectionProvider.
A connection provider that uses a DataSource registered with JNDI.
DatasourceConnectionProvider() - Constructor for class org.hibernate.connection.DatasourceConnectionProvider
 
DateType - class org.hibernate.type.DateType.
date: A type that maps an SQL DATE to a Java Date.
DateType() - Constructor for class org.hibernate.type.DateType
 
DbTimestampType - class org.hibernate.type.DbTimestampType.
dbtimestamp: An extension of TimestampType which maps to the database's current timestamp, rather than the jvm's current timestamp.
DbTimestampType() - Constructor for class org.hibernate.type.DbTimestampType
 
DecodeCaseFragment - class org.hibernate.sql.DecodeCaseFragment.
An Oracle-style DECODE function.
DecodeCaseFragment() - Constructor for class org.hibernate.sql.DecodeCaseFragment
 
DefaultAutoFlushEventListener - class org.hibernate.event.def.DefaultAutoFlushEventListener.
Defines the default flush event listeners used by hibernate for flushing session state in response to generated auto-flush events.
DefaultAutoFlushEventListener() - Constructor for class org.hibernate.event.def.DefaultAutoFlushEventListener
 
DefaultDeleteEventListener - class org.hibernate.event.def.DefaultDeleteEventListener.
Defines the default delete event listener used by hibernate for deleting entities from the datastore in response to generated delete events.
DefaultDeleteEventListener() - Constructor for class org.hibernate.event.def.DefaultDeleteEventListener
 
DefaultDirtyCheckEventListener - class org.hibernate.event.def.DefaultDirtyCheckEventListener.
Defines the default dirty-check event listener used by hibernate for checking the session for dirtiness in response to generated dirty-check events.
DefaultDirtyCheckEventListener() - Constructor for class org.hibernate.event.def.DefaultDirtyCheckEventListener
 
DefaultEntityAliases - class org.hibernate.loader.DefaultEntityAliases.
EntityAliases which handles the logic of selecting user provided aliases (via return-property), before using the default aliases.
DefaultEntityAliases(Loadable, String) - Constructor for class org.hibernate.loader.DefaultEntityAliases
 
DefaultEntityAliases(Map, Loadable, String) - Constructor for class org.hibernate.loader.DefaultEntityAliases
Calculate and cache select-clause suffixes.
DefaultEvictEventListener - class org.hibernate.event.def.DefaultEvictEventListener.
Defines the default evict event listener used by hibernate for evicting entities in response to generated flush events.
DefaultEvictEventListener() - Constructor for class org.hibernate.event.def.DefaultEvictEventListener
 
DefaultFlushEntityEventListener - class org.hibernate.event.def.DefaultFlushEntityEventListener.
An event that occurs for each entity instance at flush time
DefaultFlushEntityEventListener() - Constructor for class org.hibernate.event.def.DefaultFlushEntityEventListener
 
DefaultFlushEventListener - class org.hibernate.event.def.DefaultFlushEventListener.
Defines the default flush event listeners used by hibernate for flushing session state in response to generated flush events.
DefaultFlushEventListener() - Constructor for class org.hibernate.event.def.DefaultFlushEventListener
 
DefaultInitializeCollectionEventListener - class org.hibernate.event.def.DefaultInitializeCollectionEventListener.
 
DefaultInitializeCollectionEventListener() - Constructor for class org.hibernate.event.def.DefaultInitializeCollectionEventListener
 
DefaultLoadEventListener - class org.hibernate.event.def.DefaultLoadEventListener.
Defines the default load event listeners used by hibernate for loading entities in response to generated load events.
DefaultLoadEventListener() - Constructor for class org.hibernate.event.def.DefaultLoadEventListener
 
DefaultLockEventListener - class org.hibernate.event.def.DefaultLockEventListener.
Defines the default lock event listeners used by hibernate to lock entities in response to generated lock events.
DefaultLockEventListener() - Constructor for class org.hibernate.event.def.DefaultLockEventListener
 
DefaultMergeEventListener - class org.hibernate.event.def.DefaultMergeEventListener.
Defines the default copy event listener used by hibernate for copying entities in response to generated copy events.
DefaultMergeEventListener() - Constructor for class org.hibernate.event.def.DefaultMergeEventListener
 
DefaultNamingStrategy - class org.hibernate.cfg.DefaultNamingStrategy.
The default NamingStrategy
DefaultNamingStrategy() - Constructor for class org.hibernate.cfg.DefaultNamingStrategy
 
DefaultPersistEventListener - class org.hibernate.event.def.DefaultPersistEventListener.
Defines the default create event listener used by hibernate for creating transient entities in response to generated create events.
DefaultPersistEventListener() - Constructor for class org.hibernate.event.def.DefaultPersistEventListener
 
DefaultPersistOnFlushEventListener - class org.hibernate.event.def.DefaultPersistOnFlushEventListener.
When persist is used as the cascade action, persistOnFlush should be used
DefaultPersistOnFlushEventListener() - Constructor for class org.hibernate.event.def.DefaultPersistOnFlushEventListener
 
DefaultPostLoadEventListener - class org.hibernate.event.def.DefaultPostLoadEventListener.
Call Lifecycle interface if necessary
DefaultPostLoadEventListener() - Constructor for class org.hibernate.event.def.DefaultPostLoadEventListener
 
DefaultPreLoadEventListener - class org.hibernate.event.def.DefaultPreLoadEventListener.
Called before injecting property values into a newly loaded entity instance.
DefaultPreLoadEventListener() - Constructor for class org.hibernate.event.def.DefaultPreLoadEventListener
 
DefaultRefreshEventListener - class org.hibernate.event.def.DefaultRefreshEventListener.
Defines the default refresh event listener used by hibernate for refreshing entities in response to generated refresh events.
DefaultRefreshEventListener() - Constructor for class org.hibernate.event.def.DefaultRefreshEventListener
 
DefaultReplicateEventListener - class org.hibernate.event.def.DefaultReplicateEventListener.
Defines the default replicate event listener used by Hibernate to replicate entities in response to generated replicate events.
DefaultReplicateEventListener() - Constructor for class org.hibernate.event.def.DefaultReplicateEventListener
 
DefaultSaveEventListener - class org.hibernate.event.def.DefaultSaveEventListener.
An event handler for save() events
DefaultSaveEventListener() - Constructor for class org.hibernate.event.def.DefaultSaveEventListener
 
DefaultSaveOrUpdateCopyEventListener - class org.hibernate.event.def.DefaultSaveOrUpdateCopyEventListener.
 
DefaultSaveOrUpdateCopyEventListener() - Constructor for class org.hibernate.event.def.DefaultSaveOrUpdateCopyEventListener
 
DefaultSaveOrUpdateEventListener - class org.hibernate.event.def.DefaultSaveOrUpdateEventListener.
Defines the default listener used by Hibernate for handling save-update events.
DefaultSaveOrUpdateEventListener() - Constructor for class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
 
DefaultUpdateEventListener - class org.hibernate.event.def.DefaultUpdateEventListener.
An event handler for update() events
DefaultUpdateEventListener() - Constructor for class org.hibernate.event.def.DefaultUpdateEventListener
 
DelayedPostInsertIdentifier - class org.hibernate.action.DelayedPostInsertIdentifier.
Acts as a stand-in for an entity identifier which is supposed to be generated on insert (like an IDENTITY column) where the insert needed to be delayed because we were outside a transaction when the persist occurred (save currently still performs the insert).
DelayedPostInsertIdentifier() - Constructor for class org.hibernate.action.DelayedPostInsertIdentifier
 
Delete - class org.hibernate.sql.Delete.
An SQL DELETE statement
Delete() - Constructor for class org.hibernate.sql.Delete
 
DeleteEvent - class org.hibernate.event.DeleteEvent.
Defines an event class for the deletion of an entity.
DeleteEvent(Object, EventSource) - Constructor for class org.hibernate.event.DeleteEvent
Constructs a new DeleteEvent instance.
DeleteEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.DeleteEvent
 
DeleteEvent(String, Object, boolean, EventSource) - Constructor for class org.hibernate.event.DeleteEvent
 
DeleteEventListener - interface org.hibernate.event.DeleteEventListener.
Defines the contract for handling of deletion events generated from a session.
DeleteStatement - class org.hibernate.hql.ast.tree.DeleteStatement.
Defines a top-level AST node representing an HQL delete statement.
DeleteStatement() - Constructor for class org.hibernate.hql.ast.tree.DeleteStatement
 
DenormalizedTable - class org.hibernate.mapping.DenormalizedTable.
 
DenormalizedTable(Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
 
DependantValue - class org.hibernate.mapping.DependantValue.
A value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key).
DependantValue(Table, KeyValue) - Constructor for class org.hibernate.mapping.DependantValue
 
DerbyCaseFragment - class org.hibernate.sql.DerbyCaseFragment.
 
DerbyCaseFragment() - Constructor for class org.hibernate.sql.DerbyCaseFragment
 
DerbyConcatFunction - class org.hibernate.dialect.function.DerbyConcatFunction.
A specialized concat() function definition in which: we translate to use the concat operator ('||') wrap dynamic parameters in CASTs to VARCHAR

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

DerbyConcatFunction() - Constructor for class org.hibernate.dialect.function.DerbyConcatFunction
 
DerbyDialect - class org.hibernate.dialect.DerbyDialect.
Hibernate Dialect for Cloudscape 10 - aka Derby.
DerbyDialect() - Constructor for class org.hibernate.dialect.DerbyDialect
 
DerbyDialect.DerbyTrimFunctionEmulation - class org.hibernate.dialect.DerbyDialect.DerbyTrimFunctionEmulation.
A specialized function template to emulate the ANSI trim function on Derby DB since it does not support the full trim specification.
DerbyDialect.DerbyTrimFunctionEmulation() - Constructor for class org.hibernate.dialect.DerbyDialect.DerbyTrimFunctionEmulation
 
DetachedCriteria - class org.hibernate.criterion.DetachedCriteria.
Some applications need to create criteria queries in "detached mode", where the Hibernate session is not available.
DetachedCriteria(String) - Constructor for class org.hibernate.criterion.DetachedCriteria
 
DetachedCriteria(String, String) - Constructor for class org.hibernate.criterion.DetachedCriteria
 
DetachedCriteria(CriteriaImpl, Criteria) - Constructor for class org.hibernate.criterion.DetachedCriteria
 
DetailedSemanticException - exception org.hibernate.hql.ast.DetailedSemanticException.
Thrown when a call to the underlying Hibernate engine fails, indicating some form of semantic exception (e.g.
DetailedSemanticException(String) - Constructor for class org.hibernate.hql.ast.DetailedSemanticException
 
DetailedSemanticException(String, Throwable) - Constructor for class org.hibernate.hql.ast.DetailedSemanticException
 
Dialect - class org.hibernate.dialect.Dialect.
Represents a dialect of SQL implemented by a particular RDBMS.
Dialect() - Constructor for class org.hibernate.dialect.Dialect
 
DialectFactory - class org.hibernate.dialect.DialectFactory.
A factory for generating Dialect instances.
DialectFactory() - Constructor for class org.hibernate.dialect.DialectFactory
 
DialectFactory.DatabaseDialectMapper - interface org.hibernate.dialect.DialectFactory.DatabaseDialectMapper.
For a given database product name, instances of DatabaseDialectMapper know which Dialect to use for different versions.
DialectFactory.VersionInsensitiveMapper - class org.hibernate.dialect.DialectFactory.VersionInsensitiveMapper.
A simple DatabaseDialectMapper for dialects which are independent of the underlying database product version.
DialectFactory.VersionInsensitiveMapper(String) - Constructor for class org.hibernate.dialect.DialectFactory.VersionInsensitiveMapper
 
DirectPropertyAccessor - class org.hibernate.property.DirectPropertyAccessor.
Accesses fields directly.
DirectPropertyAccessor() - Constructor for class org.hibernate.property.DirectPropertyAccessor
 
DirectPropertyAccessor.DirectGetter - class org.hibernate.property.DirectPropertyAccessor.DirectGetter.
 
DirectPropertyAccessor.DirectSetter - class org.hibernate.property.DirectPropertyAccessor.DirectSetter.
 
DirtyCheckEvent - class org.hibernate.event.DirtyCheckEvent.
Defines an event class for the dirty-checking of a session.
DirtyCheckEvent(EventSource) - Constructor for class org.hibernate.event.DirtyCheckEvent
 
DirtyCheckEventListener - interface org.hibernate.event.DirtyCheckEventListener.
Defines the contract for handling of session dirty-check events.
DirtyCollectionSearchVisitor - class org.hibernate.event.def.DirtyCollectionSearchVisitor.
Do we have a dirty collection here? 1.
DiscriminatorType - interface org.hibernate.type.DiscriminatorType.
A Type that may be used for a discriminator column.
Disjunction - class org.hibernate.criterion.Disjunction.
 
Disjunction() - Constructor for class org.hibernate.criterion.Disjunction
 
DisjunctionFragment - class org.hibernate.sql.DisjunctionFragment.
A disjunctive string of conditions
DisjunctionFragment() - Constructor for class org.hibernate.sql.DisjunctionFragment
 
DisplayableNode - interface org.hibernate.hql.ast.util.DisplayableNode.
Marker interface for nodes (AST impls) wanting to display extra information during ASTPrinter processing.
Distinct - class org.hibernate.criterion.Distinct.
 
Distinct(Projection) - Constructor for class org.hibernate.criterion.Distinct
 
DistinctResultTransformer - class org.hibernate.transform.DistinctResultTransformer.
Distinctions the result tuples in the final result based on the defined equality of the tuples.
DistinctRootEntityResultTransformer - class org.hibernate.transform.DistinctRootEntityResultTransformer.
Much like RootEntityResultTransformer, but we also distinct the entity in the final result.
DistinctRootEntityResultTransformer() - Constructor for class org.hibernate.transform.DistinctRootEntityResultTransformer
Deprecated. Use the DistinctRootEntityResultTransformer.INSTANCE reference instead of explicitly creating a new one.
Dom4jAccessor - class org.hibernate.property.Dom4jAccessor.
Responsible for accessing property values represented as a dom4j Element or Attribute.
Dom4jAccessor(String, Type, SessionFactoryImplementor) - Constructor for class org.hibernate.property.Dom4jAccessor
 
Dom4jAccessor.AttributeGetter - class org.hibernate.property.Dom4jAccessor.AttributeGetter.
For nodes like "@bar"
Dom4jAccessor.AttributeSetter - class org.hibernate.property.Dom4jAccessor.AttributeSetter.
For nodes like "@bar"
Dom4jAccessor.Dom4jGetter - class org.hibernate.property.Dom4jAccessor.Dom4jGetter.
Defines the strategy for getting property values out of a dom4j Node.
Dom4jAccessor.Dom4jSetter - class org.hibernate.property.Dom4jAccessor.Dom4jSetter.
 
Dom4jAccessor.ElementAttributeGetter - class org.hibernate.property.Dom4jAccessor.ElementAttributeGetter.
For nodes like "foo/@bar"
Dom4jAccessor.ElementAttributeSetter - class org.hibernate.property.Dom4jAccessor.ElementAttributeSetter.
For nodes like "foo/@bar"
Dom4jAccessor.ElementGetter - class org.hibernate.property.Dom4jAccessor.ElementGetter.
For nodes like "foo"
Dom4jAccessor.ElementSetter - class org.hibernate.property.Dom4jAccessor.ElementSetter.
For nodes like "foo"
Dom4jAccessor.TextGetter - class org.hibernate.property.Dom4jAccessor.TextGetter.
For nodes like "."
Dom4jAccessor.TextSetter - class org.hibernate.property.Dom4jAccessor.TextSetter.
For nodes like "."
Dom4jComponentTuplizer - class org.hibernate.tuple.component.Dom4jComponentTuplizer.
A ComponentTuplizer specific to the dom4j entity mode.
Dom4jComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.Dom4jComponentTuplizer
 
Dom4jEntityTuplizer - class org.hibernate.tuple.entity.Dom4jEntityTuplizer.
An EntityTuplizer specific to the dom4j entity mode.
Dom4jEntityTuplizer.BasicEntityNameResolver - class org.hibernate.tuple.entity.Dom4jEntityTuplizer.BasicEntityNameResolver.
 
Dom4jEntityTuplizer.BasicEntityNameResolver(String, Map) - Constructor for class org.hibernate.tuple.entity.Dom4jEntityTuplizer.BasicEntityNameResolver
 
Dom4jInstantiator - class org.hibernate.tuple.Dom4jInstantiator.
Performs "instantiation" based on DOM4J elements.
Dom4jInstantiator(Component) - Constructor for class org.hibernate.tuple.Dom4jInstantiator
 
Dom4jInstantiator(PersistentClass) - Constructor for class org.hibernate.tuple.Dom4jInstantiator
 
Dom4jLazyInitializer - class org.hibernate.proxy.dom4j.Dom4jLazyInitializer.
Lazy initializer for "dom4j" entity representations.
Dom4jProxy - class org.hibernate.proxy.dom4j.Dom4jProxy.
Proxy for "dom4j" entity representations.
Dom4jProxy(Dom4jLazyInitializer) - Constructor for class org.hibernate.proxy.dom4j.Dom4jProxy
 
Dom4jProxyFactory - class org.hibernate.proxy.dom4j.Dom4jProxyFactory.
Builds proxies for "dom4j" entity representations.
Dom4jProxyFactory() - Constructor for class org.hibernate.proxy.dom4j.Dom4jProxyFactory
 
DotNode - class org.hibernate.hql.ast.tree.DotNode.
Represents a reference to a property or alias expression.
DotNode() - Constructor for class org.hibernate.hql.ast.tree.DotNode
 
DotNode.IllegalCollectionDereferenceExceptionBuilder - interface org.hibernate.hql.ast.tree.DotNode.IllegalCollectionDereferenceExceptionBuilder.
 
DoubleType - class org.hibernate.type.DoubleType.
double: A type that maps an SQL DOUBLE to a Java Double.
DoubleType() - Constructor for class org.hibernate.type.DoubleType
 
DriverManagerConnectionProvider - class org.hibernate.connection.DriverManagerConnectionProvider.
A connection provider that uses java.sql.DriverManager.
DriverManagerConnectionProvider() - Constructor for class org.hibernate.connection.DriverManagerConnectionProvider
 
DuplicateMappingException - exception org.hibernate.DuplicateMappingException.
Raised whenever a duplicate for a certain type occurs.
DuplicateMappingException(String, String, String) - Constructor for class org.hibernate.DuplicateMappingException
 
DuplicateMappingException(String, String) - Constructor for class org.hibernate.DuplicateMappingException
 
DynamicFilterParameterSpecification - class org.hibernate.param.DynamicFilterParameterSpecification.
A specialized ParameterSpecification impl for dealing with a dynamic filter parameters.
DynamicFilterParameterSpecification(String, String, Type) - Constructor for class org.hibernate.param.DynamicFilterParameterSpecification
Constructs a parameter specification for a particular filter parameter.
DynamicMapComponentTuplizer - class org.hibernate.tuple.component.DynamicMapComponentTuplizer.
A ComponentTuplizer specific to the dynamic-map entity mode.
DynamicMapComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
DynamicMapEntityTuplizer - class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.
An EntityTuplizer specific to the dynamic-map entity mode.
DynamicMapEntityTuplizer.BasicEntityNameResolver - class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver.
 
DynamicMapEntityTuplizer.BasicEntityNameResolver() - Constructor for class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
 
DynamicMapInstantiator - class org.hibernate.tuple.DynamicMapInstantiator.
 
DynamicMapInstantiator() - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
 
DynamicMapInstantiator(PersistentClass) - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
 
debug(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.Logger
 
declaredNamespaces() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
declaredNamespaces() - Method in class org.hibernate.tuple.ElementWrapper
 
decrementCascadeLevel() - Method in interface org.hibernate.engine.PersistenceContext
Called after cascading
decrementCascadeLevel() - Method in class org.hibernate.engine.StatefulPersistenceContext
 
decrementIndexByBase(Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.BlobType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ClobType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ImmutableType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.MutableType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object[], Type[], boolean[], Object[], SessionImplementor) - Static method in class org.hibernate.type.TypeFactory
Deep copy a series of values from one array to another...
deepCopy(Object) - Method in interface org.hibernate.usertype.CompositeUserType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object) - Method in interface org.hibernate.usertype.UserType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopyNotNull(Object) - Method in class org.hibernate.type.AbstractBynaryType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.AbstractCharArrayType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.CalendarDateType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.CalendarType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.DateType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.MutableType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.SerializableType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.TimeType
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.TimestampType
 
defaultAccess - Variable in class org.hibernate.cfg.Mappings
 
defaultCascade - Variable in class org.hibernate.cfg.Mappings
 
defaultLazy - Variable in class org.hibernate.cfg.Mappings
 
defaultPackage - Variable in class org.hibernate.cfg.Mappings
 
definesLimits() - Method in class org.hibernate.engine.RowSelection
 
dehydrate(Serializable, Object[], boolean[], boolean[][], int, PreparedStatement, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
dehydrate(Serializable, Object[], Object, boolean[], boolean[][], int, PreparedStatement, SessionImplementor, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Marshall the fields of a persistent instance to a prepared statement
delegate - Variable in class org.hibernate.exception.NestableException
The helper instance which contains much of the code which we delegate to.
delegate - Variable in class org.hibernate.exception.NestableRuntimeException
The helper instance which contains much of the code which we delegate to.
delegateWork(IsolatedWork, boolean) - Method in class org.hibernate.engine.transaction.Isolater.JdbcDelegate
 
delegateWork(IsolatedWork, boolean) - Method in class org.hibernate.engine.transaction.Isolater.JtaDelegate
 
delete(Object) - Method in interface org.hibernate.Session
Remove a persistent instance from the datastore.
delete(String, Object) - Method in interface org.hibernate.Session
Remove a persistent instance from the datastore.
delete(Object) - Method in interface org.hibernate.StatelessSession
Delete a row.
delete(String, Object) - Method in interface org.hibernate.StatelessSession
Delete a row.
delete(String) - Method in interface org.hibernate.classic.Session
Deprecated. consider using HQL delete statements
delete(String, Object, Type) - Method in interface org.hibernate.classic.Session
Deprecated. consider using HQL delete statements
delete(String, Object[], Type[]) - Method in interface org.hibernate.classic.Session
Deprecated. consider using HQL delete statements
delete(String, Object, boolean, Set) - Method in interface org.hibernate.event.EventSource
Cascade delete an entity instance
delete(Object) - Method in class org.hibernate.impl.SessionImpl
Delete a persistent object
delete(String, Object) - Method in class org.hibernate.impl.SessionImpl
Delete a persistent object (by explicit entity name)
delete(String, Object, boolean, Set) - Method in class org.hibernate.impl.SessionImpl
Delete a persistent object
delete(String) - Method in class org.hibernate.impl.SessionImpl
 
delete(String, Object, Type) - Method in class org.hibernate.impl.SessionImpl
 
delete(String, Object[], Type[]) - Method in class org.hibernate.impl.SessionImpl
 
delete(Object) - Method in class org.hibernate.impl.StatelessSessionImpl
 
delete(String, Object) - Method in class org.hibernate.impl.StatelessSessionImpl
 
delete(Serializable, Object, int, Object, String, SessionImplementor, Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL DELETE
delete(Serializable, Object, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Delete an object
delete(Serializable, Object, Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Delete a persistent instance
deleteCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
deleteEntity(EventSource, Object, EntityEntry, boolean, EntityPersister, Set) - Method in class org.hibernate.event.def.DefaultDeleteEventListener
Perform the entity deletion.
deleteEntity(String, long) - Method in class org.hibernate.stat.StatisticsImpl
 
deleteEntity(String, long) - Method in interface org.hibernate.stat.StatisticsImplementor
 
deleteOrphans() - Method in class org.hibernate.engine.CascadingAction
Does this action potentially extrapolate to orphan deletes?
deleteResultCheckStyles - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
deleteRow() - Method in class org.hibernate.jdbc.ResultSetWrapper
 
deleteRows(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
deleteRows(PersistentCollection, Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Delete the persistent state of any elements that were removed from the collection
deleteStatement() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
deleteStatement(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
deleteStatement(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
deleteTransientEntity(EventSource, Object, boolean, EntityPersister, Set) - Method in class org.hibernate.event.def.DefaultDeleteEventListener
We encountered a delete request on a transient instance.
delistResource(XAResource, int) - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
 
denormalizedSupertable - Variable in class org.hibernate.cfg.Mappings.TableDescription
 
desc(String) - Static method in class org.hibernate.criterion.Order
Descending order
desc() - Method in class org.hibernate.criterion.Property
 
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.ActionQueue
Used by the owning session to explicitly control deserialization of the action queue
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.StatefulPersistenceContext
 
deserialize(ObjectInputStream, SessionFactoryImplementor, Interceptor, ConnectionReleaseMode, JDBCContext) - Static method in class org.hibernate.jdbc.ConnectionManager
 
deserialize(ObjectInputStream, JDBCContext.Context, Interceptor) - Static method in class org.hibernate.jdbc.JDBCContext
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(Object) - Static method in class org.hibernate.util.IdentityMap
Workaround for a JDK 1.4.1 bug where IdentityHashMaps are not correctly deserialized.
deserialize(InputStream) - Static method in class org.hibernate.util.SerializationHelper
Deserializes an Object from the specified stream.
deserialize(byte[]) - Static method in class org.hibernate.util.SerializationHelper
Deserializes a single Object from an array of bytes.
destroy() - Method in interface org.hibernate.cache.Cache
Clean up
destroy() - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Clean up all resources.
destroy() - Method in class org.hibernate.cache.EhCache
Remove the cache and make it unuseable.
destroy() - Method in class org.hibernate.cache.HashtableCache
 
destroy() - Method in class org.hibernate.cache.NonstrictReadWriteCache
 
destroy() - Method in class org.hibernate.cache.OSCache
 
destroy() - Method in class org.hibernate.cache.OptimisticTreeCache
 
destroy() - Method in interface org.hibernate.cache.QueryCache
 
destroy() - Method in class org.hibernate.cache.ReadOnlyCache
 
destroy() - Method in class org.hibernate.cache.ReadWriteCache
 
destroy() - Method in class org.hibernate.cache.StandardQueryCache
 
destroy() - Method in class org.hibernate.cache.SwarmCache
Clean up
destroy() - Method in class org.hibernate.cache.TransactionalCache
 
destroy() - Method in class org.hibernate.cache.TreeCache
 
destroy() - Method in class org.hibernate.cache.UpdateTimestampsCache
 
destructure(Object, SessionFactoryImplementor) - Method in interface org.hibernate.cache.entry.CacheEntryStructure
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.entry.StructuredCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.entry.StructuredCollectionCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.entry.StructuredMapCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.entry.UnstructuredCacheEntry
 
detach() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
detach() - Method in class org.hibernate.tuple.ElementWrapper
 
determineAdjustedIncrementSize(String, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
In certain cases we need to adjust the increment size based on the selected optimizer.
determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it. This is called in situations where we already know an entity name for the given entityInstance; we are being asked to determine if there is a more appropriate entity-name to use, specifically within an inheritence hierarchy.

For example, consider a case where a user calls session.update( "Animal", cat );. Here, the user has explicitly provided Animal as the entity-name. However, they have passed in an instance of Cat which is a subclass of Animal. In this case, we would return Cat as the entity-name.

null may be returned from calls to this method. The meaining of null in that case is assumed to be that we should use whatever explicit entity-name the user provided (Animal rather than Cat in the example above).

determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it.
determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it. This is called in situations where we already know an entity name for the given entityInstance; we are being asked to determine if there is a more appropriate entity-name to use, specifically within an inheritence hierarchy.

For example, consider a case where a user calls session.update( "Animal", cat );. Here, the user has explicitly provided Animal as the entity-name. However, they have passed in an instance of Cat which is a subclass of Animal. In this case, we would return Cat as the entity-name.

null may be returned from calls to this method. The meaining of null in that case is assumed to be that we should use whatever explicit entity-name the user provided (Animal rather than Cat in the example above).

determineDecimalRepresentation(String, int) - Method in class org.hibernate.hql.ast.util.LiteralProcessor
 
determineDefault(String, boolean) - Static method in class org.hibernate.engine.ExecuteUpdateResultCheckStyle
 
determineDefaultSegmentValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Used in the cases where TableGenerator.determineSegmentValue(java.util.Properties) is unable to determine the value to use.
determineDialect(String, int) - Static method in class org.hibernate.dialect.DialectFactory
Determine the appropriate Dialect to use given the database product name and major version.
determineGeneratedIdentifier(SessionImplementor, Object) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
determineIncrementSize(Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the increment size to be applied.
determineIncrementSize(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
 
determineInitialValue(Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the initial sequence value to use.
determineInitialValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
 
determineOptimizationStrategy(Properties, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the optimizer to use.
determineRowCount(int, PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
determineRowCount(int, PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
determineSegmentColumnName(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the name of the column used to indicate the segment for each row.
determineSegmentColumnSize(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the size of the segment column

Called during configuration.

determineSegmentValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the segment value corresponding to this generator instance.
determineSequenceName(Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the name of the sequence (or table if this resolves to a physical table) to use.
determineSqlStateClassCode(String) - Static method in class org.hibernate.exception.JDBCExceptionHelper
 
determineType(int, Object, Type) - Method in class org.hibernate.impl.AbstractQueryImpl
 
determineType(int, Object) - Method in class org.hibernate.impl.AbstractQueryImpl
 
determineType(String, Object, Type) - Method in class org.hibernate.impl.AbstractQueryImpl
 
determineType(String, Object) - Method in class org.hibernate.impl.AbstractQueryImpl
 
determineType(String, Class) - Method in class org.hibernate.impl.AbstractQueryImpl
 
determineValueColumnName(Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the name of the column used to store the generator value in the db.
determineValueColumnName(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the name of the column in which we will store the generator persistent value.
determneGeneratorTableName(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the table name to use for the generator values.
dialect - Variable in class org.hibernate.sql.Select
 
dirty() - Method in class org.hibernate.collection.AbstractPersistentCollection
 
dirty() - Method in interface org.hibernate.collection.PersistentCollection
Mark the collection as dirty
dirty() - Method in class org.hibernate.intercept.AbstractFieldInterceptor
 
dirty() - Method in interface org.hibernate.intercept.FieldInterceptor
Forcefully mark the entity as being dirty.
dirtyCheck(FlushEntityEvent) - Method in class org.hibernate.event.def.DefaultFlushEntityEventListener
Perform a dirty check, and attach the results to the event
disableFilter(String) - Method in interface org.hibernate.Session
Disable the named filter for the current session.
disableFilter(String) - Method in class org.hibernate.impl.SessionImpl
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentArrayHolder
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentBag
 
disassemble(CollectionPersister) - Method in interface org.hibernate.collection.PersistentCollection
Disassemble the collection, ready for the cache
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentElementHolder
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentList
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentListElementHolder
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentMap
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentMapElementHolder
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.PersistentSet
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.BlobType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.ClobType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.CompositeCustomType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.CustomType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.ManyToOneType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.OneToOneType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.SerializableType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.SpecialOneToOneType
 
disassemble(Object, SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Return a cacheable "disassembled" representation of the object.
disassemble(Object[], Type[], boolean[], SessionImplementor, Object) - Static method in class org.hibernate.type.TypeFactory
Apply the Type.disassemble(java.lang.Object, org.hibernate.engine.SessionImplementor, java.lang.Object) operation across a series of values.
disassemble(Object, SessionImplementor) - Method in interface org.hibernate.usertype.CompositeUserType
Transform the object into its cacheable representation.
disassemble(Object) - Method in interface org.hibernate.usertype.UserType
Transform the object into its cacheable representation.
disconnect() - Method in interface org.hibernate.Session
Disconnect the Session from the current JDBC connection.
disconnect() - Method in class org.hibernate.impl.SessionImpl
 
disjunction() - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single disjunction (A or B or C...)
distinct(Projection) - Static method in class org.hibernate.criterion.Projections
Create a distinct projection from a projection
distinctOrAll(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
doCascade(CascadingAction) - Method in class org.hibernate.engine.CascadeStyle.MultipleCascadeStyle
 
doCascade(CascadingAction) - Method in class org.hibernate.engine.CascadeStyle
For this style, should the given action be cascaded?
doConfigure(InputStream, String) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application resource.
doConfigure(Document) - Method in class org.hibernate.cfg.Configuration
 
doEvict(Object, EntityKey, EntityPersister, EventSource) - Method in class org.hibernate.event.def.DefaultEvictEventListener
 
doExecuteBatch(PreparedStatement) - Method in class org.hibernate.jdbc.AbstractBatcher
 
doExecuteBatch(PreparedStatement) - Method in class org.hibernate.jdbc.BatchingBatcher
 
doExecuteBatch(PreparedStatement) - Method in class org.hibernate.jdbc.NonBatchingBatcher
 
doIsolatedWork(IsolatedWork, SessionImplementor) - Static method in class org.hibernate.engine.transaction.Isolater
Ensures that all processing actually performed by the given work will occur on a seperate transaction.
doList(SessionImplementor, QueryParameters) - Method in class org.hibernate.loader.Loader
Actually execute a query, ignoring the query cache
doLoad(LoadEvent, EntityPersister, EntityKey, LoadEventListener.LoadType) - Method in class org.hibernate.event.def.DefaultLoadEventListener
Coordinates the efforts to load a given entity.
doNonTransactedWork(IsolatedWork, SessionImplementor) - Static method in class org.hibernate.engine.transaction.Isolater
Ensures that all processing actually performed by the given work will occur outside of a transaction.
doSecondPass(Map) - Method in class org.hibernate.cfg.CollectionSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.NamedSQLQuerySecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.ResultSetMappingSecondPass
 
doSecondPass(Map) - Method in interface org.hibernate.cfg.SecondPass
 
doTransform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.AbstractClassTransformerImpl
 
doTransform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.cglib.CglibClassTransformer
 
doTransform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.javassist.JavassistClassTransformer
 
doUpdateRows(Serializable, PersistentCollection, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
doUpdateRows(Serializable, PersistentCollection, SessionImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
doUpdateRows(Serializable, PersistentCollection, SessionImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
doWork(Connection) - Method in interface org.hibernate.engine.transaction.IsolatedWork
Perform the actual work to be done.
doWorkInCurrentTransaction(Connection, String) - Method in class org.hibernate.engine.TransactionHelper
The work to be done
doWorkInCurrentTransaction(Connection, String) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
doWorkInCurrentTransaction(Connection, String) - Method in class org.hibernate.id.TableGenerator
 
doWorkInCurrentTransaction(Connection, String) - Method in class org.hibernate.id.enhanced.TableGenerator
The work to be done
doWorkInCurrentTransaction(Connection, String) - Method in class org.hibernate.id.enhanced.TableStructure
 
doWorkInNewTransaction(SessionImplementor) - Method in class org.hibernate.engine.TransactionHelper
Suspend the current transaction and perform work in a new transaction
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.DB2Dialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.Dialect
For the underlying database, is READ_COMMITTED isolation implemented by forcing readers to wait for write locks to be released?
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.SQLServerDialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.TeradataDialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.Dialect
For the underlying database, is REPEATABLE_READ isolation implemented by forcing writers to wait for read locks to be released?
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.SQLServerDialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.TeradataDialect
 
drop(boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Run the drop schema script.
dropConstraints() - Method in class org.hibernate.dialect.Cache71Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.DB2Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.DerbyDialect
 
dropConstraints() - Method in class org.hibernate.dialect.Dialect
Do we need to drop constraints before dropping tables in this dialect?
dropConstraints() - Method in class org.hibernate.dialect.FrontBaseDialect
 
dropConstraints() - Method in class org.hibernate.dialect.IngresDialect
Do we need to drop constraints before dropping tables in this dialect?
dropConstraints() - Method in class org.hibernate.dialect.JDataStoreDialect
 
dropConstraints() - Method in class org.hibernate.dialect.MimerSQLDialect
We do not have to drop constraints before we drop the table
dropConstraints() - Method in class org.hibernate.dialect.MySQLMyISAMDialect
 
dropConstraints() - Method in class org.hibernate.dialect.Oracle8iDialect
 
dropConstraints() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
dropConstraints() - Method in class org.hibernate.dialect.PointbaseDialect
 
dropConstraints() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
dropConstraints() - Method in class org.hibernate.dialect.SAPDBDialect
 
dropConstraints() - Method in class org.hibernate.dialect.SybaseAnywhereDialect
ASA does not require to drop constraint before dropping tables, and DROP statement syntax used by Hibernate to drop constraint is not compatible with ASA, so disable it
dropConstraints() - Method in class org.hibernate.dialect.TimesTenDialect
 
dropSchema() - Method in class org.hibernate.jmx.HibernateService
 
dropSchema() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Export the DROP DDL to the database
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.Cache71Dialect
 
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.Dialect
Do we need to drop the temporary table after use?
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.Oracle8iDialect
 
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.TeradataDialect
 
dropTemporaryTableIfNecessary(Queryable, SessionImplementor) - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
 
dump(Element) - Static method in class org.hibernate.util.XMLHelper
 

E

EAGER - Static variable in class org.hibernate.FetchMode
Deprecated. use FetchMode.JOIN
ELEMENTS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ELEMENTS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ELEMENTS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ELSE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ELSE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ELSE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
EMPTY - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
EMPTY - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
EMPTY - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
EMPTY_BOOLEAN_ARRAY - Static variable in class org.hibernate.util.ArrayHelper
 
EMPTY_CLASS_ARRAY - Static variable in class org.hibernate.util.ArrayHelper
 
EMPTY_COLLECTION - Static variable in class org.hibernate.util.CollectionHelper
 
EMPTY_INT_ARRAY - Static variable in class org.hibernate.util.ArrayHelper
 
EMPTY_LIST - Static variable in class org.hibernate.util.CollectionHelper
 
EMPTY_MAP - Static variable in class org.hibernate.util.CollectionHelper
 
EMPTY_OBJECT_ARRAY - Static variable in class org.hibernate.util.ArrayHelper
 
EMPTY_STRING_ARRAY - Static variable in class org.hibernate.util.ArrayHelper
 
EMPTY_TYPE_ARRAY - Static variable in class org.hibernate.util.ArrayHelper
 
END - Static variable in class org.hibernate.criterion.MatchMode
Match the end of the string to the pattern
END - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
END - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
END - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ENTITY_CLASS - Static variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
ENTITY_ID - Static variable in interface org.hibernate.persister.entity.EntityPersister
The property name of the "special" identifier property in HQL
ENTITY_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
The configuration parameter holding the entity name
ENTITY_TUP_CTOR_SIG - Static variable in class org.hibernate.tuple.entity.EntityTuplizerFactory
 
EOF - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
EOF - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
EOF - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
EQ - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
EQ - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
EQ - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ERROR_CANNOT_DETERMINE_TYPE - Static variable in interface org.hibernate.hql.QueryTranslator
 
ERROR_CANNOT_FETCH_WITH_ITERATE - Static variable in interface org.hibernate.hql.QueryTranslator
 
ERROR_CANNOT_FORMAT_LITERAL - Static variable in interface org.hibernate.hql.QueryTranslator
 
ERROR_NAMED_PARAMETER_DOES_NOT_APPEAR - Static variable in interface org.hibernate.hql.QueryTranslator
 
ESCAPE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ESCAPE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ESCAPE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
ESCqs - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
ESCqs - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
ESCqs - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
EVICT - Static variable in class org.hibernate.engine.CascadeStyle
evict
EVICT - Static variable in class org.hibernate.engine.CascadingAction
 
EXACT - Static variable in class org.hibernate.criterion.MatchMode
Match the entire string to the pattern
EXACT - Static variable in class org.hibernate.hql.ast.util.LiteralProcessor
Indicates that Float and Double literal values should be treated using the SQL "exact" format (i.e., '.001')
EXCEPTION - Static variable in class org.hibernate.ReplicationMode
Throw an exception when a row already exists.
EXISTS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
EXISTS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
EXISTS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
EXPONENT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
EXPONENT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
EXPONENT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
EXPR_LIST - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
EXPR_LIST - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
EXPR_LIST - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
EXTRACTER - Static variable in class org.hibernate.dialect.Cache71Dialect
 
EhCache - class org.hibernate.cache.EhCache.
EHCache plugin for Hibernate

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

EhCache(Ehcache) - Constructor for class org.hibernate.cache.EhCache
Creates a new Hibernate pluggable cache based on a cache name.
EhCacheProvider - class org.hibernate.cache.EhCacheProvider.
Cache Provider plugin for ehcache-1.2.
EhCacheProvider() - Constructor for class org.hibernate.cache.EhCacheProvider
 
ElementPropertyMapping - class org.hibernate.persister.collection.ElementPropertyMapping.
 
ElementPropertyMapping(String[], Type) - Constructor for class org.hibernate.persister.collection.ElementPropertyMapping
 
ElementWrapper - class org.hibernate.tuple.ElementWrapper.
Wraps dom4j elements, allowing them to exist in a non-hierarchical structure.
ElementWrapper(Element) - Constructor for class org.hibernate.tuple.ElementWrapper
 
EmbeddedComponentType - class org.hibernate.type.EmbeddedComponentType.
 
EmbeddedComponentType(ComponentMetamodel) - Constructor for class org.hibernate.type.EmbeddedComponentType
 
EmbeddedPropertyAccessor - class org.hibernate.property.EmbeddedPropertyAccessor.
 
EmbeddedPropertyAccessor() - Constructor for class org.hibernate.property.EmbeddedPropertyAccessor
 
EmbeddedPropertyAccessor.EmbeddedGetter - class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter.
 
EmbeddedPropertyAccessor.EmbeddedSetter - class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedSetter.
 
EmptyExpression - class org.hibernate.criterion.EmptyExpression.
 
EmptyExpression(String) - Constructor for class org.hibernate.criterion.EmptyExpression
 
EmptyInterceptor - class org.hibernate.EmptyInterceptor.
An interceptor that does nothing.
EmptyInterceptor() - Constructor for class org.hibernate.EmptyInterceptor
 
EmptyIterator - class org.hibernate.util.EmptyIterator.
 
EnhancedUserType - interface org.hibernate.usertype.EnhancedUserType.
A custom type that may function as an identifier or discriminator type, or may be marshalled to and from an XML document
EntityAction - class org.hibernate.action.EntityAction.
Base class for actions relating to insert/update/delete of an entity instance.
EntityAction(SessionImplementor, Serializable, Object, EntityPersister) - Constructor for class org.hibernate.action.EntityAction
Instantiate an action.
EntityAliases - interface org.hibernate.loader.EntityAliases.
Metadata describing the SQL result set column aliases for a particular entity.
EntityDeleteAction - class org.hibernate.action.EntityDeleteAction.
 
EntityDeleteAction(Serializable, Object[], Object, Object, EntityPersister, boolean, SessionImplementor) - Constructor for class org.hibernate.action.EntityDeleteAction
 
EntityEntityModeToTuplizerMapping - class org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping.
Handles mapping EntityModes to EntityTuplizers.
EntityEntityModeToTuplizerMapping(PersistentClass, EntityMetamodel) - Constructor for class org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping
Instantiates a EntityEntityModeToTuplizerMapping based on the given entity mapping and metamodel definitions.
EntityEntry - class org.hibernate.engine.EntityEntry.
We need an entry to tell us all about the current state of an object with respect to its persistent state
EntityFetchReturn - class org.hibernate.loader.custom.EntityFetchReturn.
Spefically a fetch return that refers to an entity association.
EntityFetchReturn(String, EntityAliases, NonScalarReturn, String, LockMode) - Constructor for class org.hibernate.loader.custom.EntityFetchReturn
 
EntityIdentityInsertAction - class org.hibernate.action.EntityIdentityInsertAction.
 
EntityIdentityInsertAction(Object[], Object, EntityPersister, SessionImplementor, boolean) - Constructor for class org.hibernate.action.EntityIdentityInsertAction
 
EntityInsertAction - class org.hibernate.action.EntityInsertAction.
 
EntityInsertAction(Serializable, Object[], Object, Object, EntityPersister, SessionImplementor) - Constructor for class org.hibernate.action.EntityInsertAction
 
EntityJoinWalker - class org.hibernate.loader.entity.EntityJoinWalker.
A walker for loaders that fetch entities
EntityJoinWalker(OuterJoinLoadable, String[], int, LockMode, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.entity.EntityJoinWalker
 
EntityKey - class org.hibernate.engine.EntityKey.
Uniquely identifies of an entity instance in a particular session by identifier.
EntityKey(Serializable, EntityPersister, EntityMode) - Constructor for class org.hibernate.engine.EntityKey
Construct a unique identifier for an entity class instance
EntityLoadContext - class org.hibernate.engine.loading.EntityLoadContext.
{@inheritDoc}
EntityLoadContext(LoadContexts, ResultSet) - Constructor for class org.hibernate.engine.loading.EntityLoadContext
 
EntityLoader - class org.hibernate.loader.entity.EntityLoader.
Loads an entity instance using outerjoin fetching to fetch associated entities.
EntityLoader(OuterJoinLoadable, LockMode, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, String[], Type, int, LockMode, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityMetamodel - class org.hibernate.tuple.entity.EntityMetamodel.
Centralizes metamodel information about an entity.
EntityMetamodel(PersistentClass, SessionFactoryImplementor) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel
 
EntityMode - class org.hibernate.EntityMode.
Defines the representation modes available for entities.
EntityMode(String) - Constructor for class org.hibernate.EntityMode
 
EntityModeToTuplizerMapping - class org.hibernate.tuple.EntityModeToTuplizerMapping.
Centralizes handling of EntityMode to Tuplizer mappings.
EntityModeToTuplizerMapping() - Constructor for class org.hibernate.tuple.EntityModeToTuplizerMapping
 
EntityModeToTuplizerMapping(Map) - Constructor for class org.hibernate.tuple.EntityModeToTuplizerMapping
 
EntityNameResolver - interface org.hibernate.EntityNameResolver.
Contract for resolving an entity-name from a given entity instance.
EntityNotFoundDelegate - interface org.hibernate.proxy.EntityNotFoundDelegate.
Delegate to handle the scenario of an entity not found by a specified id.
EntityPersister - interface org.hibernate.persister.entity.EntityPersister.
Implementors define mapping and persistence logic for a particular strategy of entity mapping.
EntityStatistics - class org.hibernate.stat.EntityStatistics.
Entity related statistics
EntityTuplizer - interface org.hibernate.tuple.entity.EntityTuplizer.
Defines further responsibilities reagarding tuplization based on a mapped entity.
EntityTuplizerFactory - class org.hibernate.tuple.entity.EntityTuplizerFactory.
A registry allowing users to define the default EntityTuplizer class to use per EntityMode.
EntityTuplizerFactory() - Constructor for class org.hibernate.tuple.entity.EntityTuplizerFactory
 
EntityType - class org.hibernate.type.EntityType.
Base for types which map associations to persistent entities.
EntityType(String, String, boolean, boolean, boolean) - Constructor for class org.hibernate.type.EntityType
Constructs the requested entity type mapping.
EntityUniqueKey - class org.hibernate.engine.EntityUniqueKey.
Used to uniquely key an entity instance in relation to a particular session by some unique property reference, as opposed to identifier.
EntityUniqueKey(String, String, Object, Type, EntityMode, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.EntityUniqueKey
 
EntityUpdateAction - class org.hibernate.action.EntityUpdateAction.
 
EntityUpdateAction(Serializable, Object[], int[], boolean, Object[], Object, Object, Object, Object, EntityPersister, SessionImplementor) - Constructor for class org.hibernate.action.EntityUpdateAction
 
Environment - class org.hibernate.cfg.Environment.
Provides access to configuration info passed in Properties objects.
EqualsHelper - class org.hibernate.util.EqualsHelper.
 
ErrorCounter - class org.hibernate.hql.ast.ErrorCounter.
An error handler that counts parsing errors and warnings.
ErrorCounter() - Constructor for class org.hibernate.hql.ast.ErrorCounter
 
ErrorReporter - interface org.hibernate.hql.ast.ErrorReporter.
Implementations will report or handle errors invoked by an ANTLR base parser.
EventListeners - class org.hibernate.event.EventListeners.
A convience holder for all defined session event listeners.
EventListeners() - Constructor for class org.hibernate.event.EventListeners
 
EventSource - interface org.hibernate.event.EventSource.
 
EvictEvent - class org.hibernate.event.EvictEvent.
Defines an event class for the evicting of an entity.
EvictEvent(Object, EventSource) - Constructor for class org.hibernate.event.EvictEvent
 
EvictEventListener - interface org.hibernate.event.EvictEventListener.
Defines the contract for handling of evict events generated from a session.
EvictVisitor - class org.hibernate.event.def.EvictVisitor.
Evict any collections referenced by the object from the session cache.
Example - class org.hibernate.criterion.Example.
Support for query by example.
Example(Object, Example.PropertySelector) - Constructor for class org.hibernate.criterion.Example
 
Example.PropertySelector - interface org.hibernate.criterion.Example.PropertySelector.
A strategy for choosing property values for inclusion in the query criteria
ExceptionUtils - class org.hibernate.exception.ExceptionUtils.
Provides utilities for manipulating and examining Throwable objects.
Executable - interface org.hibernate.action.Executable.
An operation which may be scheduled for later execution.
ExecuteUpdateResultCheckStyle - class org.hibernate.engine.ExecuteUpdateResultCheckStyle.
For persistence operations (INSERT, UPDATE, DELETE) what style of determining results (success/failure) is to be used.
ExistsSubqueryExpression - class org.hibernate.criterion.ExistsSubqueryExpression.
 
ExistsSubqueryExpression(String, DetachedCriteria) - Constructor for class org.hibernate.criterion.ExistsSubqueryExpression
 
Expectation - interface org.hibernate.jdbc.Expectation.
Defines an expected DML operation outcome.
Expectations - class org.hibernate.jdbc.Expectations.
Holds various often used Expectations.BasicExpectation definitions.
Expectations.BasicExpectation - class org.hibernate.jdbc.Expectations.BasicExpectation.
 
Expectations.BasicExpectation(int) - Constructor for class org.hibernate.jdbc.Expectations.BasicExpectation
 
Expectations.BasicParamExpectation - class org.hibernate.jdbc.Expectations.BasicParamExpectation.
 
Expectations.BasicParamExpectation(int, int) - Constructor for class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
ExpectedTypeAwareNode - interface org.hibernate.hql.ast.tree.ExpectedTypeAwareNode.
Interface for nodes which wish to be made aware of any determined "expected type" based on the context within they appear in the query.
ExplicitParameterSpecification - interface org.hibernate.param.ExplicitParameterSpecification.
An additional contract for parameters which originate from parameters explicitly encountered in the source statement (HQL or native-SQL).
Expression - class org.hibernate.criterion.Expression.
This class is semi-deprecated.
ExtendsQueueEntry - class org.hibernate.cfg.ExtendsQueueEntry.
Represents a mapping queued for delayed processing to await processing of an extends entity upon which it depends.
ExtendsQueueEntry(String, String, Document) - Constructor for class org.hibernate.cfg.ExtendsQueueEntry
 
ExternalSessionFactoryConfig - class org.hibernate.util.ExternalSessionFactoryConfig.
Defines support for various externally configurable SessionFactory(s), for example, JMX or the JCA adapter.
ExternalSessionFactoryConfig() - Constructor for class org.hibernate.util.ExternalSessionFactoryConfig
 
element - Variable in class org.hibernate.collection.PersistentElementHolder
 
element - Variable in class org.hibernate.collection.PersistentIndexedElementHolder
 
element(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
element(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
element(String) - Method in class org.hibernate.tuple.ElementWrapper
 
element(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
elementByID(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementByID(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elementColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnIsInPrimaryKey - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnIsSettable - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnNames - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementExists(Serializable, Object, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementExists(Serializable, Object, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
elementFormulaTemplates - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementFormulas - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementIsPureFormula - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementIterator() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementIterator(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementIterator(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementIterator() - Method in class org.hibernate.tuple.ElementWrapper
 
elementIterator(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elementIterator(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
elementText(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementText(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementText(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elementText(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
elementTextTrim(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementTextTrim(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementTextTrim(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elementTextTrim(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
elementType - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elements() - Method in class org.hibernate.collection.PersistentArrayHolder
 
elements() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elements(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elements(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elements() - Method in class org.hibernate.tuple.ElementWrapper
 
elements(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elements(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
elseClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
empty() - Method in class org.hibernate.collection.AbstractPersistentCollection
Is the initialized collection empty?
empty() - Method in class org.hibernate.collection.PersistentArrayHolder
 
empty() - Method in class org.hibernate.collection.PersistentBag
 
empty() - Method in interface org.hibernate.collection.PersistentCollection
Is the collection empty? (don't try to initialize the collection)
empty() - Method in class org.hibernate.collection.PersistentElementHolder
 
empty() - Method in class org.hibernate.collection.PersistentIdentifierBag
 
empty() - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
empty() - Method in class org.hibernate.collection.PersistentList
 
empty() - Method in class org.hibernate.collection.PersistentMap
 
empty() - Method in class org.hibernate.collection.PersistentSet
 
enableFilter(String) - Method in interface org.hibernate.Session
Enable the named filter for this current session.
enableFilter(String) - Method in class org.hibernate.impl.SessionImpl
 
enableLike(MatchMode) - Method in class org.hibernate.criterion.Example
Use the "like" operator for all string-valued properties
enableLike() - Method in class org.hibernate.criterion.Example
Use the "like" operator for all string-valued properties
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.ClauseParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.FromParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.FromPathExpressionParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.GroupByParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.OrderByParser
 
end(QueryTranslatorImpl) - Method in interface org.hibernate.hql.classic.Parser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PathExpressionParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PreprocessingParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.SelectParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.SelectPathExpressionParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.WhereParser
 
endFunctionTemplate(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
endFunctionTemplate(AST) - Method in class org.hibernate.hql.ast.SqlGenerator
 
endLoadingCollections(CollectionPersister) - Method in class org.hibernate.engine.loading.CollectionLoadContext
Finish the process of collection-loading for this bound result set.
endRead() - Method in class org.hibernate.collection.AbstractPersistentCollection
Called after reading all rows from the JDBC result set
endRead() - Method in class org.hibernate.collection.PersistentArrayHolder
 
endRead() - Method in interface org.hibernate.collection.PersistentCollection
Called after reading all rows from the JDBC result set
endRead() - Method in class org.hibernate.collection.PersistentSet
 
endTransaction(boolean) - Method in class org.hibernate.stat.StatisticsImpl
 
endTransaction(boolean) - Method in interface org.hibernate.stat.StatisticsImplementor
 
enlistResource(XAResource) - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
 
entity(Class) - Static method in class org.hibernate.Hibernate
A Hibernate persistent object (entity) type.
entity(String) - Static method in class org.hibernate.Hibernate
A Hibernate persistent object (entity) type.
entityIsDetached(MergeEvent, Map) - Method in class org.hibernate.event.def.DefaultMergeEventListener
 
entityIsDetached(SaveOrUpdateEvent) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
The given save-update event named a detached entity.
entityIsPersistent(MergeEvent, Map) - Method in class org.hibernate.event.def.DefaultMergeEventListener
 
entityIsPersistent(PersistEvent, Map) - Method in class org.hibernate.event.def.DefaultPersistEventListener
 
entityIsPersistent(SaveOrUpdateEvent) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
 
entityIsTransient(MergeEvent, Map) - Method in class org.hibernate.event.def.DefaultMergeEventListener
 
entityIsTransient(PersistEvent, Map) - Method in class org.hibernate.event.def.DefaultPersistEventListener
Handle the given create event.
entityIsTransient(SaveOrUpdateEvent) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
The given save-update event named a transient entity.
entityName - Variable in class org.hibernate.loader.entity.AbstractEntityLoader
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentArrayHolder
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentBag
 
entries(CollectionPersister) - Method in interface org.hibernate.collection.PersistentCollection
Iterate all collection entries, during update of the database
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentElementHolder
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentList
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentMap
 
entries(CollectionPersister) - Method in class org.hibernate.collection.PersistentSet
 
entries(Map) - Static method in class org.hibernate.util.IdentityMap
 
entryArray() - Method in class org.hibernate.util.IdentityMap
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentArrayHolder
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentBag
 
entryExists(Object, int) - Method in interface org.hibernate.collection.PersistentCollection
Does an element exist at this entry in the collection?
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentElementHolder
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentList
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentMap
 
entryExists(Object, int) - Method in class org.hibernate.collection.PersistentSet
 
entryList() - Method in class org.hibernate.util.IdentityMap
 
entrySet() - Method in class org.hibernate.collection.PersistentMap
 
entrySet() - Method in class org.hibernate.proxy.map.MapProxy
 
entrySet() - Method in class org.hibernate.util.FastHashMap
Return a collection view of the mappings contained in this map.
entrySet() - Method in class org.hibernate.util.IdentityMap
 
eq(Object) - Method in class org.hibernate.criterion.Property
 
eq(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
eq(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to the named property
eq(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
eqAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
eqAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
eqProperty(Property) - Method in class org.hibernate.criterion.Property
 
eqProperty(String) - Method in class org.hibernate.criterion.Property
 
eqProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to two properties
equalityExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
equals(Object) - Method in class org.hibernate.action.DelayedPostInsertIdentifier
 
equals(Object) - Method in class org.hibernate.bytecode.javassist.FastClass
 
equals(Object) - Method in class org.hibernate.cache.CacheKey
 
equals(Object) - Method in class org.hibernate.cache.FilterKey
 
equals(Object) - Method in class org.hibernate.cache.QueryKey
equals(Object) - Method in class org.hibernate.collection.PersistentBag
Bag does not respect the collection API and do an JVM instance comparison to do the equals.
equals(Object) - Method in class org.hibernate.collection.PersistentList
 
equals(Object) - Method in class org.hibernate.collection.PersistentMap
 
equals(Object) - Method in class org.hibernate.collection.PersistentSet
 
equals(Object) - Method in class org.hibernate.engine.CollectionKey
 
equals(Object) - Method in class org.hibernate.engine.EntityKey
 
equals(Object) - Method in class org.hibernate.engine.EntityUniqueKey
 
equals(Object) - Method in class org.hibernate.engine.TypedValue
 
equals(Object) - Method in class org.hibernate.engine.query.sql.NativeSQLQuerySpecification
 
equals(Object) - Method in class org.hibernate.hql.ast.tree.FromElement
 
equals(Object) - Method in class org.hibernate.mapping.Column
 
equals(Column) - Method in class org.hibernate.mapping.Column
 
equals(Object) - Method in class org.hibernate.secure.HibernatePermission
 
equals(Object) - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
 
equals(Object) - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
2 AliasToBeanConstructorResultTransformer are considered equal if they have the same defined constructor.
equals(Object) - Method in class org.hibernate.transform.AliasToEntityMapResultTransformer
All AliasToEntityMapResultTransformer are considered equal
equals(Object) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
 
equals(Object) - Method in class org.hibernate.transform.PassThroughResultTransformer
 
equals(Object) - Method in class org.hibernate.transform.RootEntityResultTransformer
 
equals(Object) - Method in class org.hibernate.tuple.ElementWrapper
 
equals(Object) - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer.BasicEntityNameResolver
equals(Object) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
 
equals(Object, Object) - Method in interface org.hibernate.usertype.CompositeUserType
Compare two instances of the class mapped by this type for persistence "equality".
equals(Object, Object) - Method in interface org.hibernate.usertype.UserType
Compare two instances of the class mapped by this type for persistence "equality".
equals(Object, Object) - Static method in class org.hibernate.util.EqualsHelper
 
equals(Object) - Method in class org.hibernate.util.FastHashMap
Compare the specified object with this list for equality.
equals(Object) - Method in class org.hibernate.util.IdentityMap.IdentityKey
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentArrayHolder
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentBag
 
equalsSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.PersistentCollection
Does the current state exactly match the snapshot?
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentElementHolder
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentIdentifierBag
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentList
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentMap
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentSet
 
error(SAXParseException) - Method in class org.hibernate.util.XMLHelper.ErrorLogger
 
errorIfClosed() - Method in class org.hibernate.impl.AbstractSessionImpl
 
escapeMultibyteChars(String) - Static method in class org.hibernate.hql.ast.util.ASTPrinter
 
evaluateAssignment(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
evaluateAssignment(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
 
evict(Object) - Method in interface org.hibernate.Session
Remove this instance from the session cache.
evict(Class) - Method in interface org.hibernate.SessionFactory
Evict all entries from the second-level cache.
evict(Class, Serializable) - Method in interface org.hibernate.SessionFactory
Evict an entry from the second-level cache.
evict() - Method in class org.hibernate.action.CollectionAction
 
evict(Object) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
Called after an item has become stale (before the transaction completes).
evict(Object) - Method in class org.hibernate.cache.NonstrictReadWriteCache
Invalidate the item
evict(Object) - Method in class org.hibernate.cache.ReadOnlyCache
Do nothing.
evict(Object) - Method in class org.hibernate.cache.ReadWriteCache
Do nothing.
evict(Object) - Method in class org.hibernate.cache.TransactionalCache
 
evict(Class, Serializable) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evict(Class) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evict(Object) - Method in class org.hibernate.impl.SessionImpl
remove any hard references to the entity that are held by the infrastructure (references held by application or other persistant instances are okay)
evict(Class, Serializable) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evict(Class) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictCollection(String) - Method in interface org.hibernate.SessionFactory
Evict all entries from the second-level cache.
evictCollection(String, Serializable) - Method in interface org.hibernate.SessionFactory
Evict an entry from the second-level cache.
evictCollection(Object, CollectionType) - Method in class org.hibernate.event.def.EvictVisitor
 
evictCollection(String, Serializable) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evictCollection(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evictCollection(String, Serializable) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictCollection(String) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictEntity(String) - Method in interface org.hibernate.SessionFactory
Evict all entries from the second-level cache.
evictEntity(String, Serializable) - Method in interface org.hibernate.SessionFactory
Evict an entry from the second-level cache.
evictEntity(String, Serializable) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evictEntity(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evictEntity(String, Serializable) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictEntity(String) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictQueries() - Method in interface org.hibernate.SessionFactory
Evict any query result sets cached in the default query cache region.
evictQueries(String) - Method in interface org.hibernate.SessionFactory
Evict any query result sets cached in the named query cache region.
evictQueries() - Method in class org.hibernate.impl.SessionFactoryImpl
 
evictQueries(String) - Method in class org.hibernate.impl.SessionFactoryImpl
 
evictQueries() - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictQueries(String) - Method in class org.hibernate.jmx.SessionFactoryStub
 
exclude(AST) - Method in interface org.hibernate.hql.ast.util.ASTUtil.FilterPredicate
Returns true if the node should be filtered out.
exclude(AST) - Method in class org.hibernate.hql.ast.util.ASTUtil.IncludePredicate
 
excludeEmpty() - Method in class org.hibernate.criterion.AbstractEmptinessExpression
 
excludeEmpty() - Method in class org.hibernate.criterion.EmptyExpression
 
excludeEmpty() - Method in class org.hibernate.criterion.NotEmptyExpression
 
excludeNone() - Method in class org.hibernate.criterion.Example
Don't exclude null or zero-valued properties
excludeProperty(String) - Method in class org.hibernate.criterion.Example
Exclude a particular named property
excludeZeroes() - Method in class org.hibernate.criterion.Example
Exclude zero-valued properties
execute() - Method in class org.hibernate.action.BulkOperationCleanupAction
 
execute() - Method in class org.hibernate.action.CollectionRecreateAction
 
execute() - Method in class org.hibernate.action.CollectionRemoveAction
 
execute() - Method in class org.hibernate.action.CollectionUpdateAction
 
execute() - Method in class org.hibernate.action.EntityDeleteAction
 
execute() - Method in class org.hibernate.action.EntityIdentityInsertAction
 
execute() - Method in class org.hibernate.action.EntityInsertAction
 
execute() - Method in class org.hibernate.action.EntityUpdateAction
 
execute() - Method in interface org.hibernate.action.Executable
Execute this action
execute(Executable) - Method in class org.hibernate.engine.ActionQueue
 
execute(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.ast.exec.BasicExecutor
 
execute(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.ast.exec.MultiTableDeleteExecutor
 
execute(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.ast.exec.MultiTableUpdateExecutor
 
execute(QueryParameters, SessionImplementor) - Method in interface org.hibernate.hql.ast.exec.StatementExecutor
Execute the sql managed by this executor using the given parameters.
execute(boolean, boolean, boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Execute the task
execute(boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
Execute the schema updates
execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Execute the task
execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
Execute the task
execute() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
executeActions() - Method in class org.hibernate.engine.ActionQueue
Perform all currently queued actions.
executeAndExtract(PreparedStatement) - Method in class org.hibernate.id.IdentityGenerator.GetGeneratedKeysDelegate
 
executeAndExtract(PreparedStatement) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
executeAndExtract(PreparedStatement) - Method in class org.hibernate.id.SequenceIdentityGenerator.Delegate
 
executeAndExtract(PreparedStatement) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
executeBatch() - Method in class org.hibernate.jdbc.AbstractBatcher
 
executeBatch() - Method in interface org.hibernate.jdbc.Batcher
Execute the batch
executeInserts() - Method in class org.hibernate.engine.ActionQueue
Perform all currently queued entity-insertion actions.
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in interface org.hibernate.engine.SessionImplementor
Execute a native SQL update or delete query
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.impl.SessionImpl
 
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.impl.StatelessSessionImpl
 
executeUpdate() - Method in interface org.hibernate.Query
Execute the update or delete statement.
executeUpdate(String, QueryParameters) - Method in interface org.hibernate.engine.SessionImplementor
Execute a HQL update or delete query
executeUpdate(QueryParameters, SessionImplementor) - Method in interface org.hibernate.hql.QueryTranslator
Perform a bulk update/delete operation given the underlying query defintion.
executeUpdate(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
 
executeUpdate(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
 
executeUpdate() - Method in class org.hibernate.impl.QueryImpl
 
executeUpdate() - Method in class org.hibernate.impl.SQLQueryImpl
 
executeUpdate(String, QueryParameters) - Method in class org.hibernate.impl.SessionImpl
 
executeUpdate(String, QueryParameters) - Method in class org.hibernate.impl.StatelessSessionImpl
 
exists(DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
exoticComparisonExpression(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
expandParameterLists(Map) - Method in class org.hibernate.impl.AbstractQueryImpl
Warning: adds new parameters to the argument by side-effect, as well as mutating the query string!
expr(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
expr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
exprList() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
exprOrSubquery(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
 
expression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
expressionOrVector() - Method in class org.hibernate.hql.antlr.HqlBaseParser
 
extendsQueue - Variable in class org.hibernate.cfg.Configuration
 
extendsQueue - Variable in class org.hibernate.cfg.Mappings
 
extract(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader.NonScalarResultColumnProcessor
 
extract(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor
 
extractConstraintName(SQLException) - Method in interface org.hibernate.exception.ViolatedConstraintNameExtracter
Extract the name of the violated constraint from the given SQLException.
extractDataType(Node) - Method in class org.hibernate.hql.ast.tree.AbstractNullnessCheckNode
 
extractDataType(Node) - Method in class org.hibernate.hql.ast.tree.BinaryLogicOperatorNode
 
extractEmbeddedEntityName(Map) - Static method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
extractEqualsMethod(Class) - Static method in class org.hibernate.util.ReflectHelper
Encapsulation of getting hold of a class's equals method.
extractErrorCode(SQLException) - Static method in class org.hibernate.exception.JDBCExceptionHelper
For the given SQLException, locates the vendor-specific error code.
extractFieldInterceptor(Object) - Static method in class org.hibernate.intercept.FieldInterceptionHelper
 
extractFieldInterceptor(Object) - Static method in class org.hibernate.intercept.cglib.CGLIBHelper
 
extractFieldInterceptor(Object) - Static method in class org.hibernate.intercept.javassist.JavassistHelper
 
extractHashCodeMethod(Class) - Static method in class org.hibernate.util.ReflectHelper
Encapsulation of getting hold of a class's hashCode method.
extractNodeName(Element) - Static method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
 
extractOracleCursorTypeValue() - Method in class org.hibernate.dialect.Oracle8iDialect
 
extractPropertyValue(String, Properties) - Static method in class org.hibernate.util.PropertiesHelper
Extract a property value by name from the given properties object.
extractSqlState(SQLException) - Static method in class org.hibernate.exception.JDBCExceptionHelper
For the given SQLException, locates the X/Open-compliant SQLState.
extractSqlStateClassCode(SQLException) - Static method in class org.hibernate.exception.JDBCExceptionHelper
For the given SQLException, locates the X/Open-compliant SQLState's class code.
extractUsingTemplate(String, String, String) - Method in class org.hibernate.exception.TemplatedViolatedConstraintNameExtracter
Extracts the constraint name based on a template (i.e., templateStartconstraintNametemplateEnd).

F

FALSE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
FALSE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
FALSE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
FALSE - Static variable in class org.hibernate.util.ArrayHelper
 
FETCH - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
FETCH - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
FETCH - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
FILTERS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
FILTERS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
FILTER_ENTITY - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
FILTER_ENTITY - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
FILTER_ENTITY - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
FLOAT - Static variable in class org.hibernate.Hibernate
Hibernate float type.
FLOAT_SUFFIX - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
FLOAT_SUFFIX - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
FLOAT_SUFFIX - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
FLUSH_BEFORE_COMPLETION - Static variable in class org.hibernate.cfg.Environment
Enable automatic flush during the JTA beforeCompletion() callback
FORCE - Static variable in class org.hibernate.LockMode
Similiar to LockMode.UPGRADE except that, for versioned entities, it results in a forced version increment.
FORCE_TBL_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
FOREIGN_KEY_FROM_PARENT - Static variable in class org.hibernate.type.ForeignKeyDirection
A foreign key from parent to child
FOREIGN_KEY_TO_PARENT - Static variable in class org.hibernate.type.ForeignKeyDirection
A foreign key from child to parent
FORMAT_SQL - Static variable in class org.hibernate.cfg.Environment
Enable formatting of SQL logged to the console
FORWARD_ONLY - Static variable in class org.hibernate.ScrollMode
 
FROM - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
FROM - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
FROM - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
FROM_FRAGMENT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
FROM_FRAGMENT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
FULL - Static variable in class org.hibernate.engine.ValueInclusion
 
FULL - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
 
FULL - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
 
FULL - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
 
FULL_JOIN - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Specifies joining to an entity based on a full join.
FULL_JOIN - Static variable in class org.hibernate.sql.JoinFragment
 
FastClass - class org.hibernate.bytecode.javassist.FastClass.
 
FastHashMap - class org.hibernate.util.FastHashMap.
A customized implementation of java.util.HashMap designed to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes.
FastHashMap() - Constructor for class org.hibernate.util.FastHashMap
Construct a an empty map.
FastHashMap(int) - Constructor for class org.hibernate.util.FastHashMap
Construct an empty map with the specified capacity.
FastHashMap(int, float) - Constructor for class org.hibernate.util.FastHashMap
Construct an empty map with the specified capacity and load factor.
FastHashMap(Map) - Constructor for class org.hibernate.util.FastHashMap
Construct a new map with the same mappings as the specified map.
FetchMode - class org.hibernate.FetchMode.
Represents an association fetching strategy.
FetchReturn - class org.hibernate.loader.custom.FetchReturn.
Represents a return which names a fetched association.
FetchReturn(NonScalarReturn, String, String, LockMode) - Constructor for class org.hibernate.loader.custom.FetchReturn
Creates a return descriptor for an association fetch.
Fetchable - interface org.hibernate.mapping.Fetchable.
Any mapping with an outer-join attribute
FetchingScrollableResultsImpl - class org.hibernate.impl.FetchingScrollableResultsImpl.
Implementation of ScrollableResults which can handle collection fetches.
FetchingScrollableResultsImpl(ResultSet, PreparedStatement, SessionImplementor, Loader, QueryParameters, Type[], HolderInstantiator) - Constructor for class org.hibernate.impl.FetchingScrollableResultsImpl
 
FieldFilter - interface org.hibernate.bytecode.javassist.FieldFilter.
Contract for deciding whether fields should be read and/or write intercepted.
FieldFilter - interface org.hibernate.bytecode.util.FieldFilter.
Used to determine whether a field reference should be instrumented.
FieldHandled - interface org.hibernate.bytecode.javassist.FieldHandled.
Interface introduced to the enhanced class in order to be able to inject a FieldHandler to define the interception behavior.
FieldHandler - interface org.hibernate.bytecode.javassist.FieldHandler.
The interface defining how interception of a field should be handled.
FieldInterceptionHelper - class org.hibernate.intercept.FieldInterceptionHelper.
Helper class for dealing with enhanced entity classes.
FieldInterceptor - interface org.hibernate.intercept.FieldInterceptor.
Contract for field interception handlers.
FieldInterceptorImpl - class org.hibernate.intercept.cglib.FieldInterceptorImpl.
A field-level interceptor that initializes lazily fetched properties.
FieldInterceptorImpl - class org.hibernate.intercept.javassist.FieldInterceptorImpl.
A field-level interceptor that initializes lazily fetched properties.
FieldTransformer - class org.hibernate.bytecode.javassist.FieldTransformer.
The thing that handles actual class enhancement in regards to intercepting field accesses.
FieldTransformer() - Constructor for class org.hibernate.bytecode.javassist.FieldTransformer
 
FieldTransformer(FieldFilter) - Constructor for class org.hibernate.bytecode.javassist.FieldTransformer
 
Filter - interface org.hibernate.Filter.
Type definition of Filter.
FilterDefinition - class org.hibernate.engine.FilterDefinition.
A FilterDefinition defines the global attributes of a dynamic filter.
FilterDefinition(String, String, Map) - Constructor for class org.hibernate.engine.FilterDefinition
Construct a new FilterDefinition instance.
FilterHelper - class org.hibernate.util.FilterHelper.
Implementation of FilterHelper.
FilterHelper(Map, Dialect, SQLFunctionRegistry) - Constructor for class org.hibernate.util.FilterHelper
The map of defined filters.
FilterImpl - class org.hibernate.impl.FilterImpl.
Implementation of FilterImpl.
FilterImpl(FilterDefinition) - Constructor for class org.hibernate.impl.FilterImpl
Constructs a new FilterImpl.
FilterKey - class org.hibernate.cache.FilterKey.
Allows cached queries to be keyed by enabled filters.
FilterKey(String, Map, Map, EntityMode) - Constructor for class org.hibernate.cache.FilterKey
 
FilterQueryPlan - class org.hibernate.engine.query.FilterQueryPlan.
Extends an HQLQueryPlan to maintain a reference to the collection-role name being filtered.
FilterQueryPlan(String, String, boolean, Map, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.query.FilterQueryPlan
 
FilterTranslator - interface org.hibernate.hql.FilterTranslator.
Specialized interface for filters.
Filterable - interface org.hibernate.mapping.Filterable.
Defines mapping elements to which filters may be applied.
FirebirdDialect - class org.hibernate.dialect.FirebirdDialect.
An SQL dialect for Firebird.
FirebirdDialect() - Constructor for class org.hibernate.dialect.FirebirdDialect
 
FloatType - class org.hibernate.type.FloatType.
float: A type that maps an SQL FLOAT to a Java Float.
FloatType() - Constructor for class org.hibernate.type.FloatType
 
FlushEntityEvent - class org.hibernate.event.FlushEntityEvent.
 
FlushEntityEvent(EventSource, Object, EntityEntry) - Constructor for class org.hibernate.event.FlushEntityEvent
 
FlushEntityEventListener - interface org.hibernate.event.FlushEntityEventListener.
 
FlushEvent - class org.hibernate.event.FlushEvent.
Defines an event class for the flushing of a session.
FlushEvent(EventSource) - Constructor for class org.hibernate.event.FlushEvent
 
FlushEventListener - interface org.hibernate.event.FlushEventListener.
Defines the contract for handling of session flush events.
FlushMode - class org.hibernate.FlushMode.
Represents a flushing strategy.
FlushVisitor - class org.hibernate.event.def.FlushVisitor.
Process collections reachable from an entity.
ForUpdateFragment - class org.hibernate.sql.ForUpdateFragment.
 
ForUpdateFragment(Dialect) - Constructor for class org.hibernate.sql.ForUpdateFragment
 
ForUpdateFragment(Dialect, Map, Map) - Constructor for class org.hibernate.sql.ForUpdateFragment
 
ForeignGenerator - class org.hibernate.id.ForeignGenerator.
foreign

An Identifier generator that uses the value of the id property of an associated object

One mapping parameter is required: property.
ForeignGenerator() - Constructor for class org.hibernate.id.ForeignGenerator
 
ForeignKey - class org.hibernate.mapping.ForeignKey.
A foreign key constraint
ForeignKey() - Constructor for class org.hibernate.mapping.ForeignKey
 
ForeignKeyDirection - class org.hibernate.type.ForeignKeyDirection.
Represents directionality of the foreign key constraint
ForeignKeyDirection() - Constructor for class org.hibernate.type.ForeignKeyDirection
 
ForeignKeyMetadata - class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata.
JDBC foreign key metadata
ForeignKeys - class org.hibernate.engine.ForeignKeys.
Algorithms related to foreign key constraint transparency
ForeignKeys.Nullifier - class org.hibernate.engine.ForeignKeys.Nullifier.
 
ForeignKeys.Nullifier(Object, boolean, boolean, SessionImplementor) - Constructor for class org.hibernate.engine.ForeignKeys.Nullifier
 
Formatter - class org.hibernate.pretty.Formatter.
 
Formatter(String) - Constructor for class org.hibernate.pretty.Formatter
 
Formula - class org.hibernate.mapping.Formula.
A formula is a derived column value
Formula() - Constructor for class org.hibernate.mapping.Formula
 
FromClause - class org.hibernate.hql.ast.tree.FromClause.
Represents the 'FROM' part of a query or subquery, containing all mapped class references.
FromClause() - Constructor for class org.hibernate.hql.ast.tree.FromClause
 
FromElement - class org.hibernate.hql.ast.tree.FromElement.
Represents a single mapped class mentioned in an HQL FROM clause.
FromElement() - Constructor for class org.hibernate.hql.ast.tree.FromElement
 
FromParser - class org.hibernate.hql.classic.FromParser.
Parses the from clause of a hibernate query, looking for tables and aliases for the SQL query.
FromParser() - Constructor for class org.hibernate.hql.classic.FromParser
 
FromPathExpressionParser - class org.hibernate.hql.classic.FromPathExpressionParser.
 
FromPathExpressionParser() - Constructor for class org.hibernate.hql.classic.FromPathExpressionParser
 
FromReferenceNode - class org.hibernate.hql.ast.tree.FromReferenceNode.
Represents a reference to a FROM element, for example a class alias in a WHERE clause.
FromReferenceNode() - Constructor for class org.hibernate.hql.ast.tree.FromReferenceNode
 
FrontBaseDialect - class org.hibernate.dialect.FrontBaseDialect.
An SQL Dialect for Frontbase.
FrontBaseDialect() - Constructor for class org.hibernate.dialect.FrontBaseDialect
 
factory - Variable in class org.hibernate.context.JTASessionContext
 
factory - Variable in class org.hibernate.context.ThreadLocalSessionContext.CleanupSynch
 
factory - Variable in class org.hibernate.context.ThreadLocalSessionContext
 
factory - Variable in class org.hibernate.impl.AbstractSessionImpl
 
factory - Variable in class org.hibernate.property.Dom4jAccessor.Dom4jGetter
 
fatalError(SAXParseException) - Method in class org.hibernate.util.XMLHelper.ErrorLogger
 
fetch(QueryTranslatorImpl, String) - Method in class org.hibernate.hql.classic.PathExpressionParser
 
fetchCollection(String, long) - Method in class org.hibernate.stat.StatisticsImpl
 
fetchCollection(String, long) - Method in interface org.hibernate.stat.StatisticsImplementor
 
fetchEntity(String, long) - Method in class org.hibernate.stat.StatisticsImpl
 
fetchEntity(String, long) - Method in interface org.hibernate.stat.StatisticsImplementor
 
fieldFilter - Variable in class org.hibernate.bytecode.AbstractClassTransformerImpl
 
filesets() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
fillArray(String, int) - Static method in class org.hibernate.util.ArrayHelper
 
fillArray(int, int) - Static method in class org.hibernate.util.ArrayHelper
 
fillArray(LockMode, int) - Static method in class org.hibernate.util.ArrayHelper
 
filter(Object, String) - Method in interface org.hibernate.classic.Session
Deprecated. use Session.createFilter(Object, String).Query.list()
filter(Object, String, Object, Type) - Method in interface org.hibernate.classic.Session
Deprecated. use Session.createFilter(Object, String).setXYZ.Query.list()
filter(Object, String, Object[], Type[]) - Method in interface org.hibernate.classic.Session
Deprecated. use Session.createFilter(Object, String).setXYZ.Query.list()
filter(Object, String) - Method in class org.hibernate.impl.SessionImpl
 
filter(Object, String, Object, Type) - Method in class org.hibernate.impl.SessionImpl
 
filter(Object, String, Object[], Type[]) - Method in class org.hibernate.impl.SessionImpl
 
filterDefinitions - Variable in class org.hibernate.cfg.Configuration
 
filterDefinitions - Variable in class org.hibernate.cfg.Mappings
 
filterFragment(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
filterFragment(String, Map) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
filterFragment(String) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
filterFragment(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
filterFragment(String, Map) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
filterFragment(String, Map) - Method in interface org.hibernate.persister.entity.Joinable
Get the where clause filter, given a query alias and considering enabled session filters
filterFragment(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
filterFragment(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
filterFragment(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
filters(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
 
finalize() - Method in class org.hibernate.connection.DriverManagerConnectionProvider
 
find(String) - Method in interface org.hibernate.classic.Session
Deprecated. use Session.createQuery(java.lang.String).Query.list()
find(String, Object, Type) - Method in interface org.hibernate.classic.Session
Deprecated. use Session.createQuery(java.lang.String).setXYZ.Query.list()
find(String, Object[], Type[]) - Method in interface org.hibernate.classic.Session
Deprecated. use Session.createQuery(java.lang.String).setXYZ.Query.list()
find(String) - Method in class org.hibernate.impl.SessionImpl
Retrieve a list of persistent objects using a hibernate query
find(String, Object, Type) - Method in class org.hibernate.impl.SessionImpl
 
find(String, Object[], Type[]) - Method in class org.hibernate.impl.SessionImpl
 
findAsResource(String) - Static method in class org.hibernate.util.ConfigHelper
Try to locate a local URL representing the incoming path.
findClass(String) - Method in class org.hibernate.bytecode.javassist.TransformingClassLoader
 
findColumn(String) - Method in class org.hibernate.jdbc.ResultSetWrapper
Overridden version to utilize local caching of the column indexes by name to improve performance for those drivers which are known to not support such caching by themselves.
findDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class org.hibernate.EmptyInterceptor
 
findDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called from flush().
findDirty(Object[], Object[], Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Locate the property-indices of all properties considered to be dirty.
findDirty(Object[], Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Compare the two snapshots to determine if they represent dirty state.
findDirty(StandardProperty[], Object[], Object[], boolean[][], boolean, SessionImplementor) - Static method in class org.hibernate.type.TypeFactory
Determine if any of the given field values are dirty, returning an array containing indices of the dirty fields.
findEntityNameByEntityClass(Class) - Method in class org.hibernate.tuple.entity.EntityMetamodel
Return the entity-name mapped to the given class within our inheritence hierarchy, if any.
findFunctionReturnType(String, AST) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Find the function return type given the function name and the first argument expression node.
findModified(Object[], Object[], Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Locate the property-indices of all properties considered to be dirty.
findModified(Object[], Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Compare the two snapshots to determine if they represent modified state.
findModified(StandardProperty[], Object[], Object[], boolean[][], boolean, SessionImplementor) - Static method in class org.hibernate.type.TypeFactory
Determine if any of the given field values are modified, returning an array containing indices of the modified fields.
findPossibleExtends() - Method in class org.hibernate.cfg.Configuration
Find the first possible element in the queue of extends.
findPreviousSibling(AST, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
Find the previous sibling in the parent for the given child.
findQueryableUsingImports(String) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Given a (potentially unqualified) class name, locate its persister.
findQueryableUsingImports(SessionFactoryImplementor, String) - Static method in class org.hibernate.hql.ast.util.SessionFactoryHelper
Given a (potentially unqualified) class name, locate its persister.
findSQLFunction(String) - Method in class org.hibernate.d