- 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
- abs(Expression<N>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- AbsFunction<N extends Number> - Class in org.hibernate.ejb.criteria.expression.function
-
Models the ANSI SQL ABS function.
- AbsFunction(CriteriaBuilderImpl, Expression) - Constructor for class org.hibernate.ejb.criteria.expression.function.AbsFunction
-
- AbstractAnsiTrimEmulationFunction - Class in org.hibernate.dialect.function
-
A
SQLFunction
providing support for implementing TRIM functionality
(as defined by both the ANSI SQL and JPA specs) in cases where the dialect may not support the full
trim
function itself.
- AbstractAnsiTrimEmulationFunction() - Constructor for class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
-
- AbstractAttribute<X,Y> - Class in org.hibernate.ejb.metamodel
-
Models the commonality of the JPA Attribute
hierarchy.
- AbstractAttribute(String, Class<Y>, AbstractManagedType<X>, Member, Attribute.PersistentAttributeType) - Constructor for class org.hibernate.ejb.metamodel.AbstractAttribute
-
- AbstractAuditQuery - Class in org.hibernate.envers.query.impl
-
- AbstractAuditQuery(AuditConfiguration, AuditReaderImplementor, Class<?>) - Constructor for class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- AbstractAuditQuery(AuditConfiguration, AuditReaderImplementor, Class<?>, String) - Constructor for class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- AbstractAuditWorkUnit - Class in org.hibernate.envers.synchronization.work
-
- AbstractAuditWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, RevisionType) - Constructor for class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
-
- AbstractAuxiliaryDatabaseObject - Class in org.hibernate.mapping
-
- AbstractAuxiliaryDatabaseObject() - Constructor for class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
-
- AbstractAuxiliaryDatabaseObject(HashSet) - Constructor for class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
-
- AbstractBatcher - Class in org.hibernate.jdbc
-
Manages prepared statements and batching.
- AbstractBatcher(ConnectionManager, Interceptor) - Constructor for class org.hibernate.jdbc.AbstractBatcher
-
- AbstractBynaryType - Class in org.hibernate.type
-
- AbstractBynaryType() - Constructor for class org.hibernate.type.AbstractBynaryType
-
Deprecated.
- AbstractCharArrayType - Class in org.hibernate.type
-
- AbstractCharArrayType() - Constructor for class org.hibernate.type.AbstractCharArrayType
-
Deprecated.
- AbstractClassLoaderIsolatedTestCase - Class in org.hibernate.testing.junit
-
A specialized TestCase for running tests in an isolated class-loader
- AbstractClassLoaderIsolatedTestCase(String) - Constructor for class org.hibernate.testing.junit.AbstractClassLoaderIsolatedTestCase
-
- AbstractClassTransformerImpl - Class in org.hibernate.bytecode
-
- AbstractClassTransformerImpl(ClassFilter, FieldFilter) - Constructor for class org.hibernate.bytecode.AbstractClassTransformerImpl
-
- AbstractCollectionEvent - Class in org.hibernate.event
-
Defines a base class for events involving collections.
- AbstractCollectionEvent(CollectionPersister, PersistentCollection, EventSource, Object, Serializable) - Constructor for class org.hibernate.event.AbstractCollectionEvent
-
Constructs an AbstractCollectionEvent object.
- AbstractCollectionInitializor<T> - Class in org.hibernate.envers.entities.mapper.relation.lazy.initializor
-
Initializes a persistent collection.
- AbstractCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
-
- AbstractCollectionMapper<T> - Class in org.hibernate.envers.entities.mapper.relation
-
- AbstractCollectionMapper(CommonCollectionMapperData, Class<? extends T>, Class<? extends T>) - Constructor for class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
-
- AbstractCollectionPersister - Class in org.hibernate.persister.collection
-
Base implementation of the QueryableCollection interface.
- AbstractCollectionPersister(Collection, CollectionRegionAccessStrategy, Configuration, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.AbstractCollectionPersister
-
- AbstractComponentTuplizer - Class in org.hibernate.tuple.component
-
Support for tuplizers relating to components.
- AbstractComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- AbstractComponentType - Interface in org.hibernate.type
-
- AbstractCompositeIdMapper - Class in org.hibernate.envers.entities.mapper.id
-
- AbstractCompositeIdMapper(String) - Constructor for class org.hibernate.envers.entities.mapper.id.AbstractCompositeIdMapper
-
- AbstractDelegateSessionImplementor - Class in org.hibernate.envers.entities.mapper.relation.lazy
-
- AbstractDelegateSessionImplementor(SessionImplementor) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- AbstractDialectResolver - Class in org.hibernate.dialect.resolver
-
- AbstractDialectResolver() - Constructor for class org.hibernate.dialect.resolver.AbstractDialectResolver
-
- AbstractEmptinessExpression - Class in org.hibernate.criterion
-
Implementation of AbstractEmptinessExpression.
- AbstractEmptinessExpression(String) - Constructor for class org.hibernate.criterion.AbstractEmptinessExpression
-
- AbstractEntityJoinWalker - Class in org.hibernate.loader
-
Abstract walker for walkers which begin at an entity (criteria
queries and entity loaders).
- AbstractEntityJoinWalker(OuterJoinLoadable, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.AbstractEntityJoinWalker
-
- AbstractEntityJoinWalker(OuterJoinLoadable, SessionFactoryImplementor, LoadQueryInfluencers, String) - Constructor for class org.hibernate.loader.AbstractEntityJoinWalker
-
- AbstractEntityLoader - Class in org.hibernate.loader.entity
-
- AbstractEntityLoader(OuterJoinLoadable, Type, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.AbstractEntityLoader
-
- AbstractEntityManagerImpl - Class in org.hibernate.ejb
-
- AbstractEntityManagerImpl(EntityManagerFactoryImpl, PersistenceContextType, PersistenceUnitTransactionType, Map) - Constructor for class org.hibernate.ejb.AbstractEntityManagerImpl
-
- AbstractEntityManagerImpl.TupleBuilderTransformer - Class in org.hibernate.ejb
-
- AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl<X> - Class in org.hibernate.ejb
-
- AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl - Class in org.hibernate.ejb
-
- AbstractEntityPersister - Class in org.hibernate.persister.entity
-
Basic functionality for persisting an entity via JDBC
through either generated or custom SQL
- AbstractEntityPersister(PersistentClass, EntityRegionAccessStrategy, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.AbstractEntityPersister
-
- AbstractEntityPersister.InclusionChecker - Interface in org.hibernate.persister.entity
-
- AbstractEntityTuplizer - Class in org.hibernate.tuple.entity
-
Support for tuplizers relating to entities.
- AbstractEntityTuplizer(EntityMetamodel, PersistentClass) - Constructor for class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
Constructs a new AbstractEntityTuplizer instance.
- AbstractEvent - Class in org.hibernate.event
-
Defines a base class for Session generated events.
- AbstractEvent(EventSource) - Constructor for class org.hibernate.event.AbstractEvent
-
Constructs an event from the given event session.
- AbstractExplicitParameterSpecification - Class in org.hibernate.param
-
Convenience base class for explicitly defined query parameters.
- AbstractExplicitParameterSpecification(int, int) - Constructor for class org.hibernate.param.AbstractExplicitParameterSpecification
-
Constructs an AbstractExplicitParameterSpecification.
- AbstractFieldInterceptor - Class in org.hibernate.intercept
-
- AbstractFieldInterceptor(SessionImplementor, Set, String) - Constructor for class org.hibernate.intercept.AbstractFieldInterceptor
-
- AbstractFlushingEventListener - Class in org.hibernate.event.def
-
A convenience base class for listeners whose functionality results in flushing.
- AbstractFlushingEventListener() - Constructor for class org.hibernate.event.def.AbstractFlushingEventListener
-
- AbstractFromImpl<Z,X> - Class in org.hibernate.ejb.criteria.path
-
Convenience base class for various From
implementors.
- AbstractFromImpl(CriteriaBuilderImpl, Class<X>) - Constructor for class org.hibernate.ejb.criteria.path.AbstractFromImpl
-
- AbstractFromImpl(CriteriaBuilderImpl, Class<X>, PathSource) - Constructor for class org.hibernate.ejb.criteria.path.AbstractFromImpl
-
- AbstractFromImpl.BasicJoinScope - Class in org.hibernate.ejb.criteria.path
-
- AbstractFromImpl.CorrelationJoinScope - Class in org.hibernate.ejb.criteria.path
-
- AbstractFromImpl.JoinScope<X> - Interface in org.hibernate.ejb.criteria.path
-
Helper contract used to define who/what keeps track of joins and fetches made from this FROM.
- AbstractIdentifiableType<X> - Class in org.hibernate.ejb.metamodel
-
Defines commonality for the JPA IdentifiableType
types.
- AbstractIdentifiableType(Class<X>, AbstractIdentifiableType<? super X>, boolean, boolean) - Constructor for class org.hibernate.ejb.metamodel.AbstractIdentifiableType
-
- AbstractIdentifiableType.Builder<X> - Interface in org.hibernate.ejb.metamodel
-
- AbstractIdMapper - Class in org.hibernate.envers.entities.mapper.id
-
- AbstractIdMapper() - Constructor for class org.hibernate.envers.entities.mapper.id.AbstractIdMapper
-
- AbstractInstrumenter - Class in org.hibernate.bytecode.buildtime
-
Provides the basic templating of how instrumentation should occur.
- AbstractInstrumenter(Logger, Instrumenter.Options) - Constructor for class org.hibernate.bytecode.buildtime.AbstractInstrumenter
-
Creates the basic instrumentation strategy.
- AbstractInstrumenter.CustomFieldFilter - Class in org.hibernate.bytecode.buildtime
-
Allows control over what exacctly to transform.
- AbstractJarVisitor - Class in org.hibernate.ejb.packaging
-
Parse a JAR of any form (zip file, exploded directory, ...)
apply a set of filters (File filter, Class filter, Package filter)
and return the appropriate matching sets of elements
- AbstractJarVisitor(String, Filter[]) - Constructor for class org.hibernate.ejb.packaging.AbstractJarVisitor
-
- AbstractJarVisitor(URL, Filter[]) - Constructor for class org.hibernate.ejb.packaging.AbstractJarVisitor
-
- AbstractJndiBoundCacheProvider - Class in org.hibernate.cache
-
Support for CacheProvider implementations which are backed by caches bound
into JNDI namespace.
- AbstractJndiBoundCacheProvider() - Constructor for class org.hibernate.cache.AbstractJndiBoundCacheProvider
-
- AbstractJoinImpl<Z,X> - Class in org.hibernate.ejb.criteria.path
-
TODO : javadoc
- AbstractJoinImpl(CriteriaBuilderImpl, PathSource<Z>, Attribute<? super Z, X>, JoinType) - Constructor for class org.hibernate.ejb.criteria.path.AbstractJoinImpl
-
- AbstractJoinImpl(CriteriaBuilderImpl, Class<X>, PathSource<Z>, Attribute<? super Z, ?>, JoinType) - Constructor for class org.hibernate.ejb.criteria.path.AbstractJoinImpl
-
- AbstractLazyInitializer - Class in org.hibernate.proxy
-
Convenience base class for lazy initialization handlers.
- AbstractLazyInitializer() - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
-
For serialization from the non-pojo initializers (HHH-3309)
- AbstractLazyInitializer(String, Serializable, SessionImplementor) - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
-
Main constructor.
- AbstractLobCreator - Class in org.hibernate.engine.jdbc
-
Convenient base class for proxy-based LobCreator for handling wrapping.
- AbstractLobCreator() - Constructor for class org.hibernate.engine.jdbc.AbstractLobCreator
-
- AbstractLobType - Class in org.hibernate.type
-
Deprecated.
- AbstractLobType() - Constructor for class org.hibernate.type.AbstractLobType
-
Deprecated.
- AbstractLockUpgradeEventListener - Class in org.hibernate.event.def
-
A convenience base class for listeners that respond to requests to perform a
pessimistic lock upgrade on an entity.
- AbstractLockUpgradeEventListener() - Constructor for class org.hibernate.event.def.AbstractLockUpgradeEventListener
-
- AbstractLongBinaryType - Class in org.hibernate.type
-
- AbstractLongBinaryType() - Constructor for class org.hibernate.type.AbstractLongBinaryType
-
Deprecated.
- AbstractLongStringType - Class in org.hibernate.type
-
- AbstractLongStringType() - Constructor for class org.hibernate.type.AbstractLongStringType
-
Deprecated.
- AbstractManagedType<X> - Class in org.hibernate.ejb.metamodel
-
Defines commonality for the JPA ManagedType
hierarchy of interfaces.
- AbstractManagedType(Class<X>, AbstractManagedType<? super X>) - Constructor for class org.hibernate.ejb.metamodel.AbstractManagedType
-
- AbstractManagedType.Builder<X> - Interface in org.hibernate.ejb.metamodel
-
- AbstractMapComponentNode - Class in org.hibernate.hql.ast.tree
-
TODO : javadoc
- AbstractMapComponentNode() - Constructor for class org.hibernate.hql.ast.tree.AbstractMapComponentNode
-
- AbstractNode - Class in org.hibernate.ejb.criteria
-
All nodes in a criteria query tree will generally need access to the
CriteriaBuilderImpl
from which they
come.
- AbstractNode(CriteriaBuilderImpl) - Constructor for class org.hibernate.ejb.criteria.AbstractNode
-
- AbstractNullnessCheckNode - Class in org.hibernate.hql.ast.tree
-
Base class for nodes dealing 'is null' and 'is not null' operators.
- AbstractNullnessCheckNode() - Constructor for class org.hibernate.hql.ast.tree.AbstractNullnessCheckNode
-
- AbstractPathImpl<X> - Class in org.hibernate.ejb.criteria.path
-
Convenience base class for various Path
implementors.
- AbstractPathImpl(CriteriaBuilderImpl, Class<X>, PathSource) - Constructor for class org.hibernate.ejb.criteria.path.AbstractPathImpl
-
Constructs a basic path instance.
- AbstractPersistentCollection - Class in org.hibernate.collection
-
- AbstractPersistentCollection() - Constructor for class org.hibernate.collection.AbstractPersistentCollection
-
Not called by Hibernate, but used by non-JDK serialization,
eg.
- AbstractPersistentCollection(SessionImplementor) - Constructor for class org.hibernate.collection.AbstractPersistentCollection
-
- AbstractPersistentCollection.DelayedOperation - Interface in org.hibernate.collection
-
- AbstractPostInsertGenerator - Class in org.hibernate.id
-
- AbstractPostInsertGenerator() - Constructor for class org.hibernate.id.AbstractPostInsertGenerator
-
- AbstractPreDatabaseOperationEvent - Class in org.hibernate.event
-
Represents an operation we are about to perform against the database.
- AbstractPreDatabaseOperationEvent(EventSource, Object, Serializable, EntityPersister) - Constructor for class org.hibernate.event.AbstractPreDatabaseOperationEvent
-
Constructs an event containing the pertinent information.
- AbstractPredicateImpl - Class in org.hibernate.ejb.criteria.predicate
-
Basic template support for Predicate
implementors providing
expression handling, negation and conjunction/disjunction handling.
- AbstractPredicateImpl(CriteriaBuilderImpl) - Constructor for class org.hibernate.ejb.criteria.predicate.AbstractPredicateImpl
-
- AbstractPropertyHolder - Class in org.hibernate.cfg
-
- AbstractPropertyHolder(String, PropertyHolder, XClass, Mappings) - Constructor for class org.hibernate.cfg.AbstractPropertyHolder
-
- AbstractPropertyMapping - Class in org.hibernate.persister.entity
-
- AbstractPropertyMapping() - Constructor for class org.hibernate.persister.entity.AbstractPropertyMapping
-
- AbstractQueryImpl<X> - Class in org.hibernate.ejb
-
Intended as a base class providing convenience in implementing both Query
and
TypedQuery
.
- AbstractQueryImpl(HibernateEntityManagerImplementor) - Constructor for class org.hibernate.ejb.AbstractQueryImpl
-
- AbstractQueryImpl - Class in org.hibernate.impl
-
Abstract implementation of the Query interface.
- AbstractQueryImpl(String, FlushMode, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.impl.AbstractQueryImpl
-
- AbstractReassociateEventListener - Class in org.hibernate.event.def
-
A convenience base class for listeners that respond to requests to reassociate an entity
to a session ( such as through lock() or update() ).
- AbstractReassociateEventListener() - Constructor for class org.hibernate.event.def.AbstractReassociateEventListener
-
- AbstractRestrictableStatement - Class in org.hibernate.hql.ast.tree
-
- AbstractRestrictableStatement() - Constructor for class org.hibernate.hql.ast.tree.AbstractRestrictableStatement
-
- AbstractReturningDelegate - Class in org.hibernate.id.insert
-
Abstract InsertGeneratedIdentifierDelegate implementation where the
underlying strategy causes the generated identifier to be returned as an
effect of performing the insert statement.
- AbstractReturningDelegate(PostInsertIdentityPersister) - Constructor for class org.hibernate.id.insert.AbstractReturningDelegate
-
- AbstractSaveEventListener - Class in org.hibernate.event.def
-
A convenience bas class for listeners responding to save events.
- AbstractSaveEventListener() - Constructor for class org.hibernate.event.def.AbstractSaveEventListener
-
- AbstractScrollableResults - Class in org.hibernate.impl
-
Implementation of the ScrollableResults interface
- AbstractScrollableResults(ResultSet, PreparedStatement, SessionImplementor, Loader, QueryParameters, Type[], HolderInstantiator) - Constructor for class org.hibernate.impl.AbstractScrollableResults
-
- AbstractSelectExpression - Class in org.hibernate.hql.ast.tree
-
Partial implementation of SelectExpression for all the nodes that aren't constructors.
- AbstractSelectExpression() - Constructor for class org.hibernate.hql.ast.tree.AbstractSelectExpression
-
- AbstractSelectingDelegate - Class in org.hibernate.id.insert
-
Abstract InsertGeneratedIdentifierDelegate implementation where the
underlying strategy requires an subsequent select after the insert
to determine the generated identifier.
- AbstractSelectingDelegate(PostInsertIdentityPersister) - Constructor for class org.hibernate.id.insert.AbstractSelectingDelegate
-
- AbstractSelectLockingStrategy - Class in org.hibernate.dialect.lock
-
Base
LockingStrategy
implementation to support implementations
based on issuing
SQL SELECT statements
- AbstractSelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
-
- AbstractSerializableProxy - Class in org.hibernate.proxy
-
Convenience base class for SerializableProxy.
- AbstractSerializableProxy() - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
-
For serialization
- AbstractSerializableProxy(String, Serializable, Boolean) - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
-
- AbstractSessionImpl - Class in org.hibernate.impl
-
Functionality common to stateless and stateful sessions
- AbstractSessionImpl(SessionFactoryImpl) - Constructor for class org.hibernate.impl.AbstractSessionImpl
-
- AbstractSimplePredicate - Class in org.hibernate.ejb.criteria.predicate
-
TODO : javadoc
- AbstractSimplePredicate(CriteriaBuilderImpl) - Constructor for class org.hibernate.ejb.criteria.predicate.AbstractSimplePredicate
-
- AbstractSingleColumnStandardBasicType<T> - Class in org.hibernate.type
-
TODO : javadoc
- AbstractSingleColumnStandardBasicType(SqlTypeDescriptor, JavaTypeDescriptor<T>) - Constructor for class org.hibernate.type.AbstractSingleColumnStandardBasicType
-
- AbstractStandardBasicType<T> - Class in org.hibernate.type
-
TODO : javadoc
- AbstractStandardBasicType(SqlTypeDescriptor, JavaTypeDescriptor<T>) - Constructor for class org.hibernate.type.AbstractStandardBasicType
-
- AbstractStatement - Class in org.hibernate.hql.ast.tree
-
Convenience implementation of Statement to centralize common functionality.
- AbstractStatement() - Constructor for class org.hibernate.hql.ast.tree.AbstractStatement
-
- AbstractStatementExecutor - Class in org.hibernate.hql.ast.exec
-
Implementation of AbstractStatementExecutor.
- AbstractStatementExecutor(HqlSqlWalker, Logger) - Constructor for class org.hibernate.hql.ast.exec.AbstractStatementExecutor
-
- AbstractTupleElement<X> - Class in org.hibernate.ejb.criteria.expression
-
TODO : javadoc
- AbstractTupleElement(CriteriaBuilderImpl, Class<X>) - Constructor for class org.hibernate.ejb.criteria.expression.AbstractTupleElement
-
- AbstractType<X> - Class in org.hibernate.ejb.metamodel
-
Defines commonality for the JPA Type
hierarchy of interfaces.
- AbstractType(Class<X>) - Constructor for class org.hibernate.ejb.metamodel.AbstractType
-
- AbstractType - Class in org.hibernate.type
-
Abstract superclass of the built in Type hierarchy.
- AbstractType() - Constructor for class org.hibernate.type.AbstractType
-
- AbstractTypeDescriptor<T> - Class in org.hibernate.type.descriptor.java
-
Abstract adapter for Java type descriptors.
- AbstractTypeDescriptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
-
Initialize a type descriptor for the given type.
- AbstractTypeDescriptor(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
-
Initialize a type descriptor for the given type.
- AbstractUUIDGenerator - Class in org.hibernate.id
-
The base class for identifier generators that use a UUID algorithm.
- AbstractUUIDGenerator() - Constructor for class org.hibernate.id.AbstractUUIDGenerator
-
- AbstractVisitor - Class in org.hibernate.event.def
-
Abstract superclass of algorithms that walk
a tree of property values of an entity, and
perform specific functionality for collections,
components and associated entities.
- accept(String) - Method in class org.hibernate.ejb.packaging.FileFilter
-
Return true if the fully qualified file name match
- accept(String) - Method in class org.hibernate.ejb.packaging.JavaElementFilter
-
Return true if the fully qualified name match
- accept(ValueVisitor) - Method in class org.hibernate.mapping.Any
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.Array
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.Bag
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.Component
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.DependantValue
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.IdentifierBag
-
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.JoinedSubclass
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.List
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.ManyToOne
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.Map
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToMany
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToOne
-
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.PersistentClass
-
- accept(RootClass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
-
- accept(UnionSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
-
- accept(SingleTableSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
-
- accept(JoinedSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
-
- accept(Subclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.PrimitiveArray
-
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.RootClass
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.Set
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.SimpleValue
-
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.SingleTableSubclass
-
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.Subclass
-
- accept(ValueVisitor) - Method in class org.hibernate.mapping.ToOne
-
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.UnionSubclass
-
- accept(ValueVisitor) - Method in interface org.hibernate.mapping.Value
-
- accept(Bag) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(IdentifierBag) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(List) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(PrimitiveArray) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(Array) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(Map) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(OneToMany) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(Set) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(Any) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(SimpleValue) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(DependantValue) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(Component) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(ManyToOne) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(OneToOne) - Method in interface org.hibernate.mapping.ValueVisitor
-
- accept(Visitor) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- accept(Visitor) - Method in class org.hibernate.tuple.ElementWrapper
-
- AccessCallback - Interface in org.hibernate.id.enhanced
-
- AccessOptimizerAdapter - Class in org.hibernate.bytecode.cglib
-
- AccessOptimizerAdapter(BulkBean, Class) - Constructor for class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
-
Deprecated.
- AccessOptimizerAdapter - Class in org.hibernate.bytecode.javassist
-
The
ReflectionOptimizer#AccessOptimizer
implementation for Javassist
which simply acts as an adapter to the
BulkAccessor
class.
- AccessOptimizerAdapter(BulkAccessor, Class) - Constructor for class org.hibernate.bytecode.javassist.AccessOptimizerAdapter
-
- AccessType - Annotation Type in org.hibernate.annotations
-
Property Access type
Prefer the standard Access
annotation
- AccessType - Class in org.hibernate.cache.access
-
The types of access strategies available.
- AccessType - Enum in org.hibernate.cfg
-
Enum defining deifferent access strategies for accessing entity values.
- accountForPrimitiveTypes(Class<Y>) - Method in class org.hibernate.ejb.metamodel.AttributeFactory
-
- ActionQueue - Class in org.hibernate.engine
-
Responsible for maintaining the queue of actions related to events.
- ActionQueue(SessionImplementor) - Constructor for class org.hibernate.engine.ActionQueue
-
Constructs an action queue bound to the given session.
- activateBeanValidation(EventListeners, Properties) - Static method in class org.hibernate.cfg.beanvalidation.BeanValidationActivator
-
- AdaptedImmutableType<T> - Class in org.hibernate.type
-
Optimize a mutable type, if the user promises not to mutable the
instances.
- AdaptedImmutableType(AbstractStandardBasicType<T>) - Constructor for class org.hibernate.type.AdaptedImmutableType
-
- add(XmlDocument) - Method in class org.hibernate.cfg.Configuration
-
- add(XmlDocument) - Method in class org.hibernate.cfg.Configuration.MetadataSourceQueue
-
- add(XClass) - Method in class org.hibernate.cfg.Configuration.MetadataSourceQueue
-
- add(Object) - Method in class org.hibernate.collection.PersistentBag
-
- add(int, Object) - Method in class org.hibernate.collection.PersistentBag
-
- add(Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- add(int, Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- add(Object) - Method in class org.hibernate.collection.PersistentList
-
- add(int, Object) - Method in class org.hibernate.collection.PersistentList
-
- add(Object) - Method in class org.hibernate.collection.PersistentSet
-
- add(Criterion) - Method in interface org.hibernate.Criteria
-
Add a
restriction
to constrain the results to be
retrieved.
- add(Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
-
- add(Criterion) - Method in class org.hibernate.criterion.Junction
-
- add(Projection) - Method in class org.hibernate.criterion.ProjectionList
-
- add(Projection, String) - Method in class org.hibernate.criterion.ProjectionList
-
- add(XClass, ReflectionManager) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
-
- add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.ComponentPropertyMapper
-
- add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.id.AbstractCompositeIdMapper
-
- add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
-
- add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
-
- add(U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
-
- add(int, U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
-
- add(PropertyData) - Method in interface org.hibernate.envers.entities.mapper.SimpleMapperBuilder
-
- add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.SinglePropertyMapper
-
- add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
-
- add(AuditCriterion) - Method in interface org.hibernate.envers.query.AuditQuery
-
- add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
-
- add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AuditConjunction
-
- add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AuditDisjunction
-
- add(AuditCriterion) - Method in interface org.hibernate.envers.query.criteria.ExtendableCriterion
-
- add(AuditCriterion) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
-
- add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
-
- add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
-
- add(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform an addition
- add(Criteria, Criterion) - Method in class org.hibernate.impl.CriteriaImpl
-
- add(Criterion) - Method in class org.hibernate.impl.CriteriaImpl
-
- add(Criterion) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- add(Attribute) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- add(CDATA) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- add(Entity) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- add(Text) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- add(Namespace) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- add(Node) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- add(Comment) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- add(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- add(ProcessingInstruction) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- add(NativeSQLQueryReturn) - Method in interface org.hibernate.SQLQueryResultMappingBuilder.ReturnsHolder
-
- 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<? extends U>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
-
- addAll(int, Collection<? extends U>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
-
- 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
-
- addAnnotatedClass(Class) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
Read metadata from the annotations associated with this class.
- addAnnotatedClass(Class) - Method in class org.hibernate.cfg.Configuration
-
Read metadata from the annotations associated with this class.
- addAnnotatedClass(Class) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- addAnyMetaDef(AnyMetaDef) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addAnyMetaDef(AnyMetaDef) - Method in interface org.hibernate.cfg.Mappings
-
- addAssociation(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PathExpressionParser
-
- addAssociationAtRevisionRestriction(QueryBuilder, String, String, boolean, MiddleIdData, String, String, String, String, MiddleComponentData...) - Method in interface org.hibernate.envers.strategy.AuditStrategy
-
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a middle-entity
association.
- addAssociationAtRevisionRestriction(QueryBuilder, String, String, boolean, MiddleIdData, String, String, String, String, MiddleComponentData...) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
-
- addAssociationAtRevisionRestriction(QueryBuilder, String, String, boolean, MiddleIdData, String, String, String, String, MiddleComponentData...) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
-
- addAttribute(Attribute<X, ?>) - Method in interface org.hibernate.ejb.metamodel.AbstractManagedType.Builder
-
- 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
-
- addAuditingOverride(AuditOverride) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- addAuditingOverrides(AuditOverrides) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.cfg.Configuration
-
- addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in interface org.hibernate.cfg.Mappings
-
Add metadata pertaining to an auxiliary database object to this repository.
- addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- addBatchLoadableEntityKey(EntityKey) - Method in class org.hibernate.engine.BatchFetchQueue
-
If an EntityKey represents a batch loadable entity, add
it to the queue.
- addCacheableFile(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- addCacheableFile(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- 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.
- addCacheableFileStrictly(File) - Method in class org.hibernate.cfg.Configuration
-
INTENDED FOR TESTSUITE USE ONLY!
Much like
Configuration.addCacheableFile(File)
except that here we will fail immediately if
the cache version cannot be found or used for whatever reason
- addCDATA(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- addCDATA(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- addCheckConstraint(String) - Method in class org.hibernate.mapping.Table
-
- addChildParent(Object, Object) - Method in interface org.hibernate.engine.PersistenceContext
-
Put child/parent relation to cache for cascading op
- addChildParent(Object, Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- addClass(Class) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- addClass(Class) - Method in class org.hibernate.cfg.Configuration
-
Read a mapping as an application resource 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.Configuration.MappingsImpl
-
- addClass(PersistentClass) - Method in interface org.hibernate.cfg.Mappings
-
Add entity mapping metadata.
- addClass(Class) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- addClassAuditingData(PersistentClass, ClassAuditingData) - Method in class org.hibernate.envers.configuration.ClassesAuditingData
-
Stores information about auditing meta-data for the given class.
- addClassType(XClass) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addClassType(XClass) - Method in interface org.hibernate.cfg.Mappings
-
FIXME should be private but will this break things?
Add a class type.
- addCollection(Collection) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addCollection(Collection) - Method in interface org.hibernate.cfg.Mappings
-
Add collection mapping metadata to this repository.
- 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(Element, String, Integer, Integer, Integer, String, String, String) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
Adds new column
element.
- addColumn(Element, String, Integer, Integer, Integer, String, String, String, boolean) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
- addColumn(Element, Column) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
Adds column
element with the following attributes (unless empty): name
,
length
, scale
, precision
, sql-type
, read
and write
.
- 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
-
- addColumnAlias(String) - Method in interface org.hibernate.SQLQuery.ReturnProperty
-
Add a column alias to this property mapping.
- addColumnBinding(String, Column, Table) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addColumnBinding(SimpleValue) - Method in class org.hibernate.cfg.Ejb3Column
-
- addColumnBinding(SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- addColumnBinding(String, Column, Table) - Method in interface org.hibernate.cfg.Mappings
-
Binds the given 'physicalColumn' to the give 'logicalName' within the given 'table'.
- addColumns(Element, Iterator<Column>) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
- 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[], boolean[], String[]) - 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[], String[]) - Method in class org.hibernate.sql.Update
-
- addColumns(String[], String) - Method in class org.hibernate.sql.Update
-
- addColumnsOrFormulas(Element, Iterator) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
Adds all column
or formula
elements.
- addColumnTemplate(String, String, String) - Method in class org.hibernate.sql.SelectFragment
-
- addColumnTemplates(String, String[], String[]) - Method in class org.hibernate.sql.SelectFragment
-
- addComment(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- addComment(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- addComponent(Element, PropertyAuditingData, Value, CompositeMapperBuilder, String, EntityXmlMappingData, boolean) - Method in class org.hibernate.envers.configuration.metadata.ComponentMetadataGenerator
-
- addComponent(PropertyData, String) - Method in class org.hibernate.envers.entities.mapper.ComponentPropertyMapper
-
- addComponent(PropertyData, String) - Method in interface org.hibernate.envers.entities.mapper.CompositeMapperBuilder
-
- addComponent(PropertyData, String) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
-
- addComponent(PropertyData, String) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
-
- addComponentTypedValues(String, Object, CompositeType, List, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Example
-
- addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.entities.mapper.ComponentPropertyMapper
-
- addComposite(PropertyData, PropertyMapper) - Method in interface org.hibernate.envers.entities.mapper.CompositeMapperBuilder
-
- addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
-
- addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
-
- 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
-
- addCorrelationRoot(FromImplementor) - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- 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
-
- addCustomAuditTableName(String, String) - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
-
- addDeclaredProperty(Property) - Method in class org.hibernate.mapping.MappedSuperclass
-
- addDefaultGenerator(IdGenerator) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addDefaultGenerator(IdGenerator) - Method in interface org.hibernate.cfg.Mappings
-
Adds a default id generator.
- addDefaultJoinColumnName(PersistentClass, String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- addDefaultQuery(String, NamedQueryDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addDefaultQuery(String, NamedQueryDefinition) - Method in interface org.hibernate.cfg.Mappings
-
- addDefaultResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addDefaultResultSetMapping(ResultSetMappingDefinition) - Method in interface org.hibernate.cfg.Mappings
-
- addDefaultSQLQuery(String, NamedSQLQueryDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addDefaultSQLQuery(String, NamedSQLQueryDefinition) - Method in interface org.hibernate.cfg.Mappings
-
- addDenormalizedTable(String, String, String, boolean, String, Table) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addDenormalizedTable(String, String, String, boolean, String, Table) - Method in interface org.hibernate.cfg.Mappings
-
Adds a 'denormalized table' to this repository.
- 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.AnnotationConfiguration
-
Deprecated.
- 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.AnnotationConfiguration
-
Deprecated.
- addDocument(Document) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
-
- addDocument(Document) - Method in class org.hibernate.cfg.Configuration
-
Read mappings from a DOM Document
- addElement(String, InputStream, InputStream) - Method in class org.hibernate.ejb.packaging.AbstractJarVisitor
-
- addElement(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- addElement(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- addElement(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- addElement(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- addElement(QName) - Method in class org.hibernate.tuple.ElementWrapper
-
- addElement(String, String) - Method in class org.hibernate.tuple.ElementWrapper
-
- addEmbeddedParameter(ParameterSpecification) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- addEmbeddedParameter(ParameterSpecification) - Method in interface org.hibernate.hql.ast.tree.ParameterContainer
-
Deprecated.
Adds a parameter specification for a parameter encountered within this node.
- addEmbeddedParameter(ParameterSpecification) - Method in class org.hibernate.hql.ast.tree.SqlFragment
-
- addEntity(EntityKey, Object) - Method in interface org.hibernate.engine.PersistenceContext
-
Add a canonical mapping from entity key to entity instance
- addEntity(EntityUniqueKey, Object) - Method in interface org.hibernate.engine.PersistenceContext
-
Add an entity to the cache by unique key
- addEntity(Object, Status, Object[], EntityKey, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in interface org.hibernate.engine.PersistenceContext
-
Adds an entity to the internal caches.
- addEntity(EntityKey, Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- addEntity(EntityUniqueKey, Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Add an entity to the cache by unique key
- addEntity(Object, Status, Object[], EntityKey, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Adds an entity to the internal caches.
- addEntity(String) - Method in class org.hibernate.impl.SQLQueryImpl
-
- addEntity(String, String) - Method in class org.hibernate.impl.SQLQueryImpl
-
- addEntity(String, String, LockMode) - Method in class org.hibernate.impl.SQLQueryImpl
-
- addEntity(Class) - Method in class org.hibernate.impl.SQLQueryImpl
-
- addEntity(String, Class) - Method in class org.hibernate.impl.SQLQueryImpl
-
- addEntity(String, Class, LockMode) - Method in class org.hibernate.impl.SQLQueryImpl
-
- addEntity(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- addEntity(String) - Method in interface org.hibernate.SQLQuery
-
Declare a "root" entity, without specifying an alias.
- addEntity(String, String) - Method in interface org.hibernate.SQLQuery
-
Declare a "root" entity
- addEntity(String, String, LockMode) - Method in interface org.hibernate.SQLQuery
-
Declare a "root" entity, specifying a lock mode
- addEntity(Class) - Method in interface org.hibernate.SQLQuery
-
Declare a "root" entity, without specifying an alias.
- addEntity(String, Class) - Method in interface org.hibernate.SQLQuery
-
Declare a "root" entity
- addEntity(String, Class, LockMode) - Method in interface org.hibernate.SQLQuery
-
Declare a "root" entity, specifying a lock mode
- addEntity(String, String) - Method in class org.hibernate.tuple.ElementWrapper
-
- addEntityAtRevisionRestriction(GlobalConfiguration, QueryBuilder, String, String, boolean, MiddleIdData, String, String, String, String) - Method in interface org.hibernate.envers.strategy.AuditStrategy
-
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a two-entity relation.
- addEntityAtRevisionRestriction(GlobalConfiguration, QueryBuilder, String, String, boolean, MiddleIdData, String, String, String, String) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
-
- addEntityAtRevisionRestriction(GlobalConfiguration, QueryBuilder, String, String, boolean, MiddleIdData, String, String, String, String) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
-
- 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.
- addFetch(Fetch<X, ?>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl.BasicJoinScope
-
- addFetch(Fetch<X, ?>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl.CorrelationJoinScope
-
- addFetch(Fetch<X, ?>) - Method in interface org.hibernate.ejb.criteria.path.AbstractFromImpl.JoinScope
-
- addFetch(Association, String) - Method in class org.hibernate.engine.profile.FetchProfile
-
Add a fetch to the profile.
- addFetch(Association, Fetch.Style) - Method in class org.hibernate.engine.profile.FetchProfile
-
Add a fetch to the profile.
- addFetch(Fetch) - Method in class org.hibernate.engine.profile.FetchProfile
-
Add a fetch to the profile.
- addFetch(String, String, String) - Method in class org.hibernate.impl.SQLQueryImpl
-
- addFetch(String, String, String) - Method in class org.hibernate.mapping.FetchProfile
-
Adds a fetch to this profile.
- addFetch(String, String, String) - Method in interface org.hibernate.SQLQuery
-
Declare a join fetch result.
- addFetchProfile(FetchProfile) - Method in class org.hibernate.cfg.Configuration
-
- addFile(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- addFile(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- 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
- addFile(String) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- addFile(File) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- 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.cfg.annotations.EntityBinder
-
- 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.Configuration.MappingsImpl
-
- addFilterDefinition(FilterDefinition) - Method in interface org.hibernate.cfg.Mappings
-
Adds a filter definition to this repository.
- addFilterDefinition(FilterDefinition) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- addFormula(Element, Formula) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
Adds formula
element.
- 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
-
- addFrom(String, String) - Method in class org.hibernate.envers.tools.query.QueryBuilder
-
Add an entity from which to select.
- 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
-
- addGeneratedValuePlan(CompositeNestedGeneratedValueGenerator.GenerationPlan) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
-
- addGenerator(IdGenerator) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addGenerator(IdGenerator) - Method in interface org.hibernate.cfg.Mappings
-
Add a generator.
- addGeneratorTable(String, Properties) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addGeneratorTable(String, Properties) - Method in interface org.hibernate.cfg.Mappings
-
Add a generator table properties.
- addIdentityColumn(String) - Method in class org.hibernate.sql.Insert
-
- addIdEqualsToQuery(Parameters, Object, String, boolean) - Method in class org.hibernate.envers.entities.mapper.id.AbstractIdMapper
-
- addIdEqualsToQuery(Parameters, Object, String, boolean) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
-
Adds query statements, which contains restrictions, which express the property that the id of the entity
with alias prefix, is equal to the given object.
- addIdsEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.id.AbstractIdMapper
-
- addIdsEqualToQuery(Parameters, String, IdMapper, String) - Method in class org.hibernate.envers.entities.mapper.id.AbstractIdMapper
-
- addIdsEqualToQuery(Parameters, String, String) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
-
Adds query statements, which contains restrictions, which express the property that the id of the entity
with alias prefix1, is equal to the id of the entity with alias prefix2 (the entity is the same).
- addIdsEqualToQuery(Parameters, String, IdMapper, String) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
-
Adds query statements, which contains restrictions, which express the property that the id of the entity
with alias prefix1, is equal to the id of the entity with alias prefix2 mapped by the second mapper
(the second mapper must be for the same entity, but it can have, for example, prefixed properties).
- addImpliedFromElement(FromElement) - Method in class org.hibernate.hql.ast.tree.FromClause
-
- addImport(String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addImport(String, String) - Method in interface org.hibernate.cfg.Mappings
-
Adds an import (HQL entity rename) to the repository.
- addIndex(Index, boolean) - Method in class org.hibernate.cfg.Ejb3Column
-
- addIndex(Index) - Method in class org.hibernate.mapping.Table
-
- addIndexes(Table, Index[], Mappings) - Static method in class org.hibernate.cfg.annotations.TableBinder
-
- 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
-
- addInputStream(InputStream) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- addInstance(String, String, SessionFactory, Properties) - Static method in class org.hibernate.impl.SessionFactoryObjectFactory
-
- addInstancesFromVersionsEntities(String, Collection, List<Map>, Number) - Method in class org.hibernate.envers.entities.EntityInstantiator
-
- additionalNamespaces() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- additionalNamespaces() - Method in class org.hibernate.tuple.ElementWrapper
-
- additiveExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- additiveExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- addJar(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- 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(JoinTable, PropertyHolder, boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- addJoin(JoinTable, boolean) - Method in interface org.hibernate.cfg.PropertyHolder
-
- addJoin(Join<X, ?>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl.BasicJoinScope
-
- addJoin(Join<X, ?>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl.CorrelationJoinScope
-
- addJoin(Join<X, ?>) - Method in interface org.hibernate.ejb.criteria.path.AbstractFromImpl.JoinScope
-
- addJoin(AssociationType, String, int, String[]) - Method in class org.hibernate.engine.JoinSequence
-
- addJoin(String, String, String) - Method in class org.hibernate.impl.SQLQueryImpl
-
- addJoin(String, String) - Method in class org.hibernate.impl.SQLQueryImpl
-
- addJoin(String, String, LockMode) - Method in class org.hibernate.impl.SQLQueryImpl
-
- addJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
-
- addJoin(Join) - Method in class org.hibernate.mapping.Subclass
-
- addJoin(String, String, String[], String[], int) - Method in class org.hibernate.sql.ANSIJoinFragment
-
- addJoin(String, String, String[], String[], int, String) - Method in class org.hibernate.sql.ANSIJoinFragment
-
- addJoin(String, String, String[], String[], int, String) - Method in class org.hibernate.sql.CacheJoinFragment
-
- addJoin(String, String, String[], String[], int) - Method in class org.hibernate.sql.JoinFragment
-
- addJoin(String, String, String[], String[], int, String) - Method in class org.hibernate.sql.JoinFragment
-
- addJoin(String, String, String[], String[], int) - Method in class org.hibernate.sql.OracleJoinFragment
-
- addJoin(String, String, String[], String[], int, String) - Method in class org.hibernate.sql.OracleJoinFragment
-
- addJoin(String, String, String[], String[], int) - Method in class org.hibernate.sql.QueryJoinFragment
-
- addJoin(String, String, String[], String[], int, String) - Method in class org.hibernate.sql.QueryJoinFragment
-
- addJoin(String, String, String[], String[], int) - Method in class org.hibernate.sql.Sybase11JoinFragment
-
- addJoin(String, String, String[], String[], int, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
-
- addJoin(String, String) - Method in interface org.hibernate.SQLQuery
-
Declare a join fetch result.
- addJoin(String, String, String) - Method in interface org.hibernate.SQLQuery
-
Declare a join fetch result.
- addJoin(String, String, LockMode) - Method in interface org.hibernate.SQLQuery
-
Declare a join fetch result, specifying a lock mode
- addJoins(PersistentClass, Map<String, Join>) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addJoins(PersistentClass, Map<String, Join>) - Method in interface org.hibernate.cfg.Mappings
-
Add join metadata for a persistent entity.
- 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
-
- addMappedBy(String, String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addMappedBy(String, String, String) - Method in interface org.hibernate.cfg.Mappings
-
- addMappedSuperclass(Class, MappedSuperclass) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addMappedSuperclass(Class, MappedSuperclass) - Method in interface org.hibernate.cfg.Mappings
-
add a new MappedSuperclass
This should not be called if the MappedSuperclass already exists
(it would be erased)
- addMappedsuperclassProperty(Property) - Method in class org.hibernate.mapping.Join
-
- addMappedsuperclassProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
-
- addMappedsuperclassProperty(Property) - Method in class org.hibernate.mapping.Subclass
-
- addMapResource(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Add a mapping file
- addMapResource(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- addMiddleEqualToQuery(Parameters, String, String) - Method in interface org.hibernate.envers.entities.mapper.relation.component.MiddleComponentMapper
-
Adds query statements, which contains restrictions, which express the property that part of the middle
entity with alias prefix1, is equal to part of the middle entity with alias prefix2 (the entity is the same).
- addMiddleEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleDummyComponentMapper
-
- addMiddleEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
-
- addMiddleEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
-
- addMiddleEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleRelatedComponentMapper
-
- addMiddleEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleSimpleComponentMapper
-
- addMiddleEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleStraightComponentMapper
-
- addNamedIdEqualsToQuery(Parameters, String, boolean) - Method in class org.hibernate.envers.entities.mapper.id.AbstractIdMapper
-
- addNamedIdEqualsToQuery(Parameters, String, boolean) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
-
Adds query statements, which contains named parameters, which express the property that the id of the entity
with alias prefix, is equal to the given object.
- addNamespace(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- addNamespace(String, String) - Method in class org.hibernate.tuple.ElementWrapper
-
- addNativelyGeneratedId(Element, String, String) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
- addNegatedParameters() - Method in class org.hibernate.envers.tools.query.Parameters
-
Adds negated parameters, by default with the "and" connective.
- addNeighbour(Vertex<R>) - Method in class org.hibernate.envers.tools.graph.Vertex
-
- 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
- addNotNullRestriction(String, boolean) - Method in class org.hibernate.envers.tools.query.Parameters
-
Adds IS NOT NULL
restriction.
- 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.
- addNullRestriction(String, boolean) - Method in class org.hibernate.envers.tools.query.Parameters
-
Adds IS NULL
restriction.
- addOrder(Order) - Method in interface org.hibernate.Criteria
-
- addOrder(Order) - Method in class org.hibernate.criterion.DetachedCriteria
-
- addOrder(AuditOrder) - Method in interface org.hibernate.envers.query.AuditQuery
-
- addOrder(AuditOrder) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- addOrder(String, boolean) - Method in class org.hibernate.envers.tools.query.QueryBuilder
-
- addOrder(Order) - Method in class org.hibernate.impl.CriteriaImpl
-
- addOrder(Order) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- addOrderBy(String) - Method in class org.hibernate.sql.QuerySelect
-
- addOrderFragment(String) - Method in class org.hibernate.hql.ast.tree.OrderByClause
-
- addOrModifyColumn(Element, String) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
Column name shall be wrapped with '`' signs if quotation required.
- addPackage(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
Read package-level metadata.
- addPackage(String) - Method in class org.hibernate.cfg.Configuration
-
Read package-level metadata.
- addPackage(String) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- addParam(String, String) - Method in class org.hibernate.mapping.IdGenerator
-
- addPermission(String, String, String) - Method in class org.hibernate.secure.JACCConfiguration
-
- addPrimaryKeyColumn(String, String) - Method in class org.hibernate.sql.Delete
-
- addPrimaryKeyColumn(String, String) - Method in class org.hibernate.sql.Update
-
- addPrimaryKeyColumns(String[]) - Method in class org.hibernate.sql.Delete
-
- addPrimaryKeyColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Delete
-
- addPrimaryKeyColumns(String[], String[]) - Method in class org.hibernate.sql.Delete
-
- addPrimaryKeyColumns(String[]) - Method in class org.hibernate.sql.Update
-
- addPrimaryKeyColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Update
-
- addPrimaryKeyColumns(String[], String[]) - Method in class org.hibernate.sql.Update
-
- 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
-
- addProjection(AuditProjection) - Method in interface org.hibernate.envers.query.AuditQuery
-
- addProjection(AuditProjection) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- addProjection(String, String, boolean) - Method in class org.hibernate.envers.tools.query.QueryBuilder
-
- addProjection(String, String, boolean, boolean) - Method in class org.hibernate.envers.tools.query.QueryBuilder
-
- addProperties(Properties) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- addProperties(Properties) - Method in class org.hibernate.cfg.Configuration
-
Add the given properties to ours.
- addProperties(Properties) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- addProperty(Property, Ejb3Column[], XClass) - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- addProperty(Property, XClass) - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- addProperty(Property, XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- addProperty(Property, Ejb3Column[], XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- addProperty(Property, Ejb3Column[], XClass) - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- addProperty(Property, XClass) - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- addProperty(Property, XClass) - Method in interface org.hibernate.cfg.PropertyHolder
-
- addProperty(Property, Ejb3Column[], XClass) - Method in interface org.hibernate.cfg.PropertyHolder
-
- addProperty(Element, String, String, boolean, boolean, boolean) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
- addProperty(Element, String, String, boolean, boolean) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
- 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
-
- addProperty(String, String) - Method in interface org.hibernate.SQLQuery.FetchReturn
-
Add a simple property-to-one-column mapping
- addProperty(String) - Method in interface org.hibernate.SQLQuery.FetchReturn
-
Add a property, presumably with more than one column.
- addProperty(String, String) - Method in interface org.hibernate.SQLQuery.RootReturn
-
Add a simple property-to-one-column mapping
- addProperty(String) - Method in interface org.hibernate.SQLQuery.RootReturn
-
Add a property, presumably with more than one column.
- addPropertyAnnotatedWithMapsId(XClass, PropertyData) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addPropertyAnnotatedWithMapsId(XClass, PropertyData) - Method in interface org.hibernate.cfg.Mappings
-
- addPropertyAnnotatedWithMapsIdSpecj(XClass, PropertyData, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addPropertyAnnotatedWithMapsIdSpecj(XClass, PropertyData, String) - Method in interface org.hibernate.cfg.Mappings
-
- addPropertyAuditingData(String, PropertyAuditingData) - Method in interface org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesHolder
-
Add an audited property.
- addPropertyAuditingData(String, PropertyAuditingData) - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
-
- addPropertyAuditingData(String, PropertyAuditingData) - Method in class org.hibernate.envers.configuration.metadata.reader.ComponentAuditingData
-
- addPropertyPath(String, Type, String[], String[], String[], String[]) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- addPropertyReference(String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addPropertyReference(String, String) - Method in interface org.hibernate.cfg.Mappings
-
Adds a property reference binding to this repository.
- addPropertyReferencedAssociation(String, String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addPropertyReferencedAssociation(String, String, String) - Method in interface org.hibernate.cfg.Mappings
-
- 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.Configuration.MappingsImpl
-
- addQuery(String, NamedQueryDefinition) - Method in interface org.hibernate.cfg.Mappings
-
Adds metadata for a named query to this repository.
- addQueryReturn(NativeSQLQueryReturn) - Method in class org.hibernate.engine.ResultSetMappingDefinition
-
- addQuerySpaces(Serializable[]) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- addReferencedColumns(Iterator) - Method in class org.hibernate.mapping.ForeignKey
-
- addResolver(DialectResolver) - Method in class org.hibernate.dialect.resolver.DialectResolverSet
-
Add a resolver at the end of the underlying resolver list.
- addResolverAtFirst(DialectResolver) - Method in class org.hibernate.dialect.resolver.DialectResolverSet
-
Add a resolver at the beginning of the underlying resolver list.
- addResource(String, ClassLoader) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- addResource(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- 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.
- addResource(String) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- addResource(String, ClassLoader) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- addResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addResultSetMapping(ResultSetMappingDefinition) - Method in interface org.hibernate.cfg.Mappings
-
Adds the metadata for a named SQL result set mapping to this repository.
- 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
-
- addRoot(String, String) - Method in class org.hibernate.impl.SQLQueryImpl
-
- addRoot(String, Class) - Method in class org.hibernate.impl.SQLQueryImpl
-
- addRoot(String, String) - Method in interface org.hibernate.SQLQuery
-
- addRoot(String, Class) - Method in interface org.hibernate.SQLQuery
-
- addScalar(String, Type) - Method in class org.hibernate.impl.SQLQueryImpl
-
- addScalar(String) - Method in class org.hibernate.impl.SQLQueryImpl
-
- addScalar(String) - Method in interface org.hibernate.SQLQuery
-
Declare a scalar query result.
- addScalar(String, Type) - Method in interface org.hibernate.SQLQuery
-
Declare a scalar query result.
- addSecondPass(SecondPass) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addSecondPass(SecondPass, boolean) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addSecondPass(SecondPass) - Method in interface org.hibernate.cfg.Mappings
-
Adds a second-pass to the end of the current queue.
- addSecondPass(SecondPass, boolean) - Method in interface org.hibernate.cfg.Mappings
-
Adds a second pass.
- addSelectColumn(String, String) - Method in class org.hibernate.sql.QuerySelect
-
- addSelectFragmentString(String) - Method in class org.hibernate.sql.QuerySelect
-
- addSqlFunction(String, SQLFunction) - Method in class org.hibernate.cfg.Configuration
-
- addSQLQuery(String, NamedSQLQueryDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addSQLQuery(String, NamedSQLQueryDefinition) - Method in interface org.hibernate.cfg.Mappings
-
Adds metadata for a named SQL query to this repository.
- 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
-
- addSubParameters(String) - Method in class org.hibernate.envers.tools.query.Parameters
-
Adds sub-parameters with a new connective.
- addSubselect(EntityKey, SubselectFetch) - Method in class org.hibernate.engine.BatchFetchQueue
-
Adds a subselect fetch decriptor for the given entity key.
- addSynchronizedEntityClass(Class) - Method in class org.hibernate.impl.SQLQueryImpl
-
- addSynchronizedEntityClass(Class) - Method in interface org.hibernate.SQLQuery
-
Adds an entity for (a) auto-flush checking and (b) query result cache invalidation checking.
- addSynchronizedEntityName(String) - Method in class org.hibernate.impl.SQLQueryImpl
-
- addSynchronizedEntityName(String) - Method in interface org.hibernate.SQLQuery
-
Adds an entity name for (a) auto-flush checking and (b) query result cache invalidation checking.
- addSynchronizedQuerySpace(String) - Method in class org.hibernate.impl.SQLQueryImpl
-
- addSynchronizedQuerySpace(String) - Method in interface org.hibernate.SQLQuery
-
Adds a query space (table name) for (a) auto-flush checking and (b) query result cache invalidation checking
- addSynchronizedTable(String) - Method in class org.hibernate.mapping.PersistentClass
-
- addTable(String, String, String, String, boolean) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addTable(String, String, String, String, boolean) - Method in interface org.hibernate.cfg.Mappings
-
Adds table metadata to this repository returning the created
metadata instance.
- addTableAlias(String) - Method in class org.hibernate.sql.ForUpdateFragment
-
- addTableBinding(String, String, String, String, Table) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addTableBinding(String, String, String, String, Table) - Method in interface org.hibernate.cfg.Mappings
-
Adds a table binding to this repository.
- addTest(Test) - Method in class org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite
-
- addText(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- addText(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- addToBatch(Expectation) - Method in interface org.hibernate.jdbc.Batcher
-
Add an insert / delete / update to the current batch (might be called multiple times
for single prepareBatchStatement())
- addToBatch(Expectation) - Method in class org.hibernate.jdbc.BatchingBatcher
-
- addToBatch(Expectation) - Method in class org.hibernate.jdbc.NonBatchingBatcher
-
- addToCollection(T, Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
-
- addToCollection(Object[], Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
-
- addToCollection(T, Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
-
- addToCollection(List, Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ListCollectionInitializor
-
- addToCollection(T, Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
-
- addToExtendsQueue(ExtendsQueueEntry) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addToExtendsQueue(ExtendsQueueEntry) - Method in interface org.hibernate.cfg.Mappings
-
Adds an entry to the extends queue queue.
- addToManyMiddleNotOwningRelation(String, String, String) - Method in class org.hibernate.envers.entities.EntityConfiguration
-
- addToManyMiddleRelation(String, String) - Method in class org.hibernate.envers.entities.EntityConfiguration
-
- addToManyNotOwningRelation(String, String, String, IdMapper, PropertyMapper, PropertyMapper) - Method in class org.hibernate.envers.entities.EntityConfiguration
-
- addToOneAndIdProperty(XClass, PropertyData) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addToOneAndIdProperty(XClass, PropertyData) - Method in interface org.hibernate.cfg.Mappings
-
- addToOneNotOwningRelation(String, String, String, IdMapper) - Method in class org.hibernate.envers.entities.EntityConfiguration
-
- addToOneRelation(String, String, IdMapper, boolean) - Method in class org.hibernate.envers.entities.EntityConfiguration
-
- addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
-
- addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditConjunction
-
- addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in interface org.hibernate.envers.query.criteria.AuditCriterion
-
- addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditDisjunction
-
- addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.BetweenAuditExpression
-
- addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.IdentifierEqAuditExpression
-
- addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.InAuditExpression
-
- addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.LogicalAuditExpression
-
- addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.NotAuditExpression
-
- addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.NotNullAuditExpression
-
- addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.NullAuditExpression
-
- addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.PropertyAuditExpression
-
- addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.RelatedAuditExpression
-
- addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.RevisionTypeAuditExpression
-
- addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.SimpleAuditExpression
-
- 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.Configuration.MappingsImpl
-
- addTypeDef(String, String, Properties) - Method in interface org.hibernate.cfg.Mappings
-
Adds a type definition to this metadata repository.
- addTypeOverride(BasicType) - Method in class org.hibernate.dialect.Dialect
-
- addUnderscores(String) - Static method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
-
- 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.
- addUniqueConstraintHolders(Table, List<UniqueConstraintHolder>) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addUniqueConstraintHolders(Table, List<UniqueConstraintHolder>) - Method in interface org.hibernate.cfg.Mappings
-
- addUniqueConstraints(Table, List) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addUniqueConstraints(Table, List) - Method in interface org.hibernate.cfg.Mappings
-
- addUniqueKey(UniqueKey) - Method in class org.hibernate.mapping.Table
-
- addUniquePropertyReference(String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- addUniquePropertyReference(String, String) - Method in interface org.hibernate.cfg.Mappings
-
Adds a property reference binding to this repository where said proeprty reference is marked as unique.
- addUnownedCollection(CollectionKey, PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
-
Add a collection which has no owner loaded
- addUnownedCollection(CollectionKey, PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- addURL(URL) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- addURL(URL) - Method in class org.hibernate.cfg.Configuration
-
Read mappings from a URL
- addValue(String) - Method in class org.hibernate.mapping.MetaAttribute
-
- addValue(Object) - Method in class org.hibernate.sql.InFragment
-
- addWhenColumnNotNull(String, String, String) - Method in class org.hibernate.sql.CaseFragment
-
- addWhere(String, String, String) - Method in class org.hibernate.envers.tools.query.Parameters
-
- addWhere(String, boolean, String, String, boolean) - Method in class org.hibernate.envers.tools.query.Parameters
-
- addWhere(String, String, QueryBuilder) - Method in class org.hibernate.envers.tools.query.Parameters
-
- addWhere(String, boolean, String, QueryBuilder) - Method in class org.hibernate.envers.tools.query.Parameters
-
- 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
-
- addWhereWithNamedParam(String, String, String) - Method in class org.hibernate.envers.tools.query.Parameters
-
- addWhereWithNamedParam(String, boolean, String, String) - Method in class org.hibernate.envers.tools.query.Parameters
-
- addWhereWithParam(String, String, Object) - Method in class org.hibernate.envers.tools.query.Parameters
-
- addWhereWithParam(String, boolean, String, Object) - Method in class org.hibernate.envers.tools.query.Parameters
-
- addWhereWithParams(String, String, Object[], String) - Method in class org.hibernate.envers.tools.query.Parameters
-
- addWorkUnit(AuditWorkUnit) - Method in class org.hibernate.envers.synchronization.AuditProcess
-
- AddWorkUnit - Class in org.hibernate.envers.synchronization.work
-
- AddWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, EntityPersister, Object[]) - Constructor for class org.hibernate.envers.synchronization.work.AddWorkUnit
-
- AddWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, Map<String, Object>) - Constructor for class org.hibernate.envers.synchronization.work.AddWorkUnit
-
- addXML(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- addXML(String) - Method in class org.hibernate.cfg.Configuration
-
Read mappings from a String
- affectsTable(String) - Method in class org.hibernate.hql.ast.tree.AssignmentSpecification
-
- after() - Method in class org.hibernate.impl.AbstractQueryImpl
-
- after() - Method in class org.hibernate.impl.CriteriaImpl
-
- AFTER_EVICT - Static variable in class org.hibernate.engine.Cascade
-
A cascade point that occurs just after eviction of the parent entity from the
session cache
- AFTER_INSERT_BEFORE_DELETE - Static variable in class org.hibernate.engine.Cascade
-
A cascade point that occurs just after the insertion of the parent entity and
just before deletion
- AFTER_INSERT_BEFORE_DELETE_VIA_COLLECTION - Static variable in class org.hibernate.engine.Cascade
-
A cascade point that occurs just after the insertion of the parent entity and
just before deletion, inside a collection
- AFTER_LOCK - Static variable in class org.hibernate.engine.Cascade
-
A cascade point that occurs just after refreshing a parent entity
- AFTER_STATEMENT - Static variable in class org.hibernate.ConnectionReleaseMode
-
Indicates that JDBC connection should be aggressively released after each
SQL statement is executed.
- AFTER_TRANSACTION - Static variable in class org.hibernate.ConnectionReleaseMode
-
Indicates that JDBC connections should be released after each transaction
ends (works with both JTA-registered synch and HibernateTransaction API).
- AFTER_UPDATE - Static variable in class org.hibernate.engine.Cascade
-
A cascade point that occurs just after update of the parent entity
- afterAction(PersistentCollection) - Method in class org.hibernate.engine.CollectionEntry
-
Called after execution of an action
- afterCompletion(int) - Method in class org.hibernate.context.JTASessionContext.CleanupSynch
- afterCompletion(int) - Method in class org.hibernate.context.ThreadLocalSessionContext.CleanupSynch
- afterCompletion(int) - Method in class org.hibernate.transaction.CacheSynchronization
- afterCompletion(int) - Method in class org.hibernate.transaction.synchronization.CallbackCoordinator
-
- afterCompletion(int) - Method in class org.hibernate.transaction.synchronization.HibernateSynchronizationImpl
- AfterCompletionAction - Interface in org.hibernate.transaction.synchronization
-
TODO : javadoc
- afterConfigurationBuilt(Mappings, Dialect) - Method in interface org.hibernate.testing.junit.functional.ExecutionEnvironment.Settings
-
- afterConfigurationBuilt(Mappings, Dialect) - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- afterInitialize() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
- afterInitialize() - Method in interface org.hibernate.collection.PersistentCollection
-
Called after initializing from cache
- afterInitialize(Object, boolean, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- afterInitialize(Object, boolean, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Called just after the entities properties have been initialized
- afterInitialize(Object, boolean, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- afterInitialize(Object, boolean, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Called just after the entities properties have been initialized.
- afterInitialize(Object, boolean, SessionImplementor) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
Called just after the entities properties have been initialized.
- afterInsert(Object, Object, Object) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
-
Called after an item has been inserted (after the transaction completes),
instead of calling release().
- afterInsert(Object, Object, Object) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
-
Deprecated.
Called after an item has been inserted (after the transaction completes),
instead of calling release().
- afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
-
- afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.NonstrictReadWriteCache
-
Do nothing.
- afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.ReadOnlyCache
-
Do nothing.
- afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.ReadWriteCache
-
Add the new item to the cache, checking that no other transaction has
accessed the item.
- afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.TransactionalCache
-
Do nothing.
- afterLast() - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
-
Go to a location just after the last result
- afterLast() - Method in class org.hibernate.impl.ScrollableResultsImpl
-
- afterLast() - Method in interface org.hibernate.ScrollableResults
-
Go to a location just after the last result
- afterLoad() - Method in interface org.hibernate.engine.PersistenceContext
-
Call this after finishing a two-phase load
- afterLoad() - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Call this after finishing a two-phase load
- afterNontransactionalQuery(boolean) - Method in class org.hibernate.jdbc.JDBCContext
-
Called after executing a query outside the scope of
a Hibernate or JTA transaction
- afterOperation(boolean) - Method in class org.hibernate.impl.SessionImpl
-
Check if there is a Hibernate or JTA transaction in progress and,
if there is not, flush if necessary, make sure the connection has
been committed (if it is not in autocommit mode) and run the after
completion processing
- afterOperation(boolean) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- afterReassociate(Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- afterReassociate(Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Called just after the entity has been reassociated with the session
- afterRowInsert(CollectionPersister, Object, int) - Method in class org.hibernate.collection.AbstractPersistentCollection
-
Called after inserting a row, to fetch the natively generated id
- afterRowInsert(CollectionPersister, Object, int) - Method in interface org.hibernate.collection.PersistentCollection
-
Called after inserting a row, to fetch the natively generated id
- afterRowInsert(CollectionPersister, Object, int) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- afterScrollOperation() - Method in interface org.hibernate.engine.SessionImplementor
-
- afterScrollOperation() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- afterScrollOperation() - Method in class org.hibernate.impl.AbstractScrollableResults
-
- afterScrollOperation() - Method in class org.hibernate.impl.SessionImpl
-
- afterScrollOperation() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- afterSessionFactoryBuilt(SessionFactoryImplementor) - Method in interface org.hibernate.testing.junit.functional.ExecutionEnvironment.Settings
-
- afterSessionFactoryBuilt(SessionFactoryImplementor) - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- afterStatement() - Method in class org.hibernate.jdbc.ConnectionManager
-
To be called after execution of each JDBC statement.
- afterTransaction() - Method in class org.hibernate.jdbc.ConnectionManager
-
To be called after local transaction completion.
- afterTransactionBegin(Transaction) - Method in class org.hibernate.EmptyInterceptor
-
- afterTransactionBegin(Transaction) - Method in class org.hibernate.impl.SessionImpl
-
- afterTransactionBegin(Transaction) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- afterTransactionBegin(Transaction) - Method in interface org.hibernate.Interceptor
-
Called when a Hibernate transaction is begun via the Hibernate Transaction
API.
- afterTransactionBegin(Transaction) - Method in class org.hibernate.jdbc.JDBCContext
-
We cannot rely upon this method being called! It is only
called if we are using Hibernate Transaction API.
- afterTransactionBegin(Transaction) - Method in interface org.hibernate.jdbc.JDBCContext.Context
-
We cannot rely upon this method being called! It is only
called if we are using Hibernate Transaction API.
- afterTransactionCompletion(Transaction) - Method in class org.hibernate.EmptyInterceptor
-
- afterTransactionCompletion(boolean) - Method in class org.hibernate.engine.ActionQueue
-
Performs cleanup of any held cache softlocks.
- afterTransactionCompletion() - Method in interface org.hibernate.engine.PersistenceContext
-
Called after transactions end
- afterTransactionCompletion(boolean, Transaction) - Method in interface org.hibernate.engine.SessionImplementor
-
Notify the session that the transaction completed, so we no longer
own the old locks.
- afterTransactionCompletion() - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- afterTransactionCompletion(boolean, Transaction) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- afterTransactionCompletion(boolean, Transaction) - Method in class org.hibernate.impl.SessionImpl
-
- afterTransactionCompletion(boolean, Transaction) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- afterTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
-
Called after a transaction is committed or rolled back.
- afterTransactionCompletion(boolean, Transaction) - Method in class org.hibernate.jdbc.JDBCContext
-
- afterTransactionCompletion(boolean, Transaction) - Method in interface org.hibernate.jdbc.JDBCContext.Context
-
- AfterTransactionCompletionProcess - Interface in org.hibernate.action
-
Contract representing some process that needs to occur during after transaction completion.
- afterUpdate(Object, Object, Object, Object, SoftLock) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
-
Called after an item has been updated (after the transaction completes),
instead of calling release().
- afterUpdate(Object, Object, Object, SoftLock) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
-
Deprecated.
Called after an item has been updated (after the transaction completes),
instead of calling release().
- afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
-
- afterUpdate(Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.NonstrictReadWriteCache
-
Invalidate the item (again, for safety).
- afterUpdate(Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ReadOnlyCache
-
Unsupported!
- afterUpdate(Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ReadWriteCache
-
Re-cache the updated state, if and only if there there are
no other concurrent soft locks.
- afterUpdate(Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.TransactionalCache
-
Do nothing.
- aggregate() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- AGGREGATE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- AGGREGATE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- aggregate(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- AGGREGATE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- AggregatedAuditExpression - Class in org.hibernate.envers.query.criteria
-
- AggregatedAuditExpression(PropertyNameGetter, AggregatedAuditExpression.AggregatedMode) - Constructor for class org.hibernate.envers.query.criteria.AggregatedAuditExpression
-
- AggregatedAuditExpression.AggregatedMode - Enum in org.hibernate.envers.query.criteria
-
- AggregatedSelectExpression - Interface in org.hibernate.hql.ast.tree
-
Contract for a select expression which aggregates other select expressions together into a single return
- aggregateExpr(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- aggregateFuncNoArgsHasParenthesis(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.SelectParser
-
- aggregateHasArgs(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.SelectParser
-
- AggregateNode - Class in org.hibernate.hql.ast.tree
-
Represents an aggregate function i.e.
- AggregateNode() - Constructor for class org.hibernate.hql.ast.tree.AggregateNode
-
- AggregateProjection - Class in org.hibernate.criterion
-
Base class for standard aggregation functions.
- AggregateProjection(String, String) - Constructor for class org.hibernate.criterion.AggregateProjection
-
- aggregateType(List, Type, QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.SelectParser
-
- AggregationFunction<T> - Class in org.hibernate.ejb.criteria.expression.function
-
Models SQL aggregation functions (MIN, MAX, COUNT, etc).
- AggregationFunction(CriteriaBuilderImpl, Class<T>, String, Object) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction
-
Constructs an aggregation function with a single literal argument.
- AggregationFunction(CriteriaBuilderImpl, Class<T>, String, Expression<?>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction
-
Constructs an aggregation function with a single literal argument.
- AggregationFunction.AVG - Class in org.hibernate.ejb.criteria.expression.function
-
Implementation of a AVG function providing convenience in construction.
- AggregationFunction.COUNT - Class in org.hibernate.ejb.criteria.expression.function
-
Implementation of a COUNT function providing convenience in construction.
- AggregationFunction.GREATEST<X extends Comparable<X>> - Class in org.hibernate.ejb.criteria.expression.function
-
Models the MAX function in terms of non-numeric expressions.
- AggregationFunction.LEAST<X extends Comparable<X>> - Class in org.hibernate.ejb.criteria.expression.function
-
Models the MIN function in terms of non-numeric expressions.
- AggregationFunction.MAX<N extends Number> - Class in org.hibernate.ejb.criteria.expression.function
-
Implementation of a MAX function providing convenience in construction.
- AggregationFunction.MIN<N extends Number> - Class in org.hibernate.ejb.criteria.expression.function
-
Implementation of a MIN function providing convenience in construction.
- AggregationFunction.SUM<N extends Number> - Class in org.hibernate.ejb.criteria.expression.function
-
Implementation of a SUM function providing convenience in construction.
- alias(Projection, String) - Static method in class org.hibernate.criterion.Projections
-
Assign an alias to a projection, by wrapping it
- ALIAS - Static variable in class org.hibernate.dialect.ResultColumnReferenceStrategy
-
- alias(String) - Method in class org.hibernate.ejb.criteria.expression.SelectionImpl
-
- alias() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- ALIAS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- ALIAS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- ALIAS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- Alias - Class in org.hibernate.sql
-
An alias generator for SQL identifiers
- Alias(int, String) - Constructor for class org.hibernate.sql.Alias
-
Constructor for Alias.
- Alias(String) - Constructor for class org.hibernate.sql.Alias
-
Constructor for Alias.
- ALIAS_REF - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- ALIAS_REF - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- ALIAS_SPECIFIC_LOCK_MODE - Static variable in class org.hibernate.ejb.AvailableSettings
-
- ALIAS_TO_ENTITY_MAP - Static variable in interface org.hibernate.criterion.CriteriaSpecification
-
Each row of results is a Map from alias to entity instance
- ALIAS_TO_ENTITY_MAP - Static variable in class org.hibernate.transform.Transformers
-
Each row of results is a Map from alias to values/entities
- aliasedExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- AliasedProjection - Class in org.hibernate.criterion
-
- AliasedProjection(Projection, String) - Constructor for class org.hibernate.criterion.AliasedProjection
-
- aliasedSelectExpr(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- aliases - Variable in class org.hibernate.loader.JoinWalker
-
- aliases - Variable in class org.hibernate.loader.OuterJoinLoader
-
- AliasGenerator - Class in org.hibernate.hql.ast.util
-
Generates class/table/column aliases during semantic analysis and SQL rendering.
- AliasGenerator() - Constructor for class org.hibernate.hql.ast.util.AliasGenerator
-
- AliasGenerator - Interface in org.hibernate.sql
-
TODO : javadoc
- aliasRef(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- aliasToBean(Class) - Static method in class org.hibernate.transform.Transformers
-
Creates a resulttransformer that will inject aliased values into
instances of Class via property methods or fields.
- AliasToBeanConstructorResultTransformer - Class in org.hibernate.transform
-
Wraps the tuples in a constructor call.
- AliasToBeanConstructorResultTransformer(Constructor) - Constructor for class org.hibernate.transform.AliasToBeanConstructorResultTransformer
-
Instantiates a AliasToBeanConstructorResultTransformer.
- AliasToBeanResultTransformer - Class in org.hibernate.transform
-
Result transformer that allows to transform a result to
a user specified class which will be populated via setter
methods or fields matching the alias names.
- AliasToBeanResultTransformer(Class) - Constructor for class org.hibernate.transform.AliasToBeanResultTransformer
-
- AliasToEntityMapResultTransformer - Class in org.hibernate.transform
-
ResultTransformer
implementation which builds a map for each "row",
made up of each aliased value where the alias is the map key.
- alignColumns() - Method in class org.hibernate.mapping.ForeignKey
-
Validates that columnspan of the foreignkey and the primarykey is the same.
- all(Subquery<Y>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- ALL - Static variable in class org.hibernate.engine.CascadeStyle
-
save / delete / update / evict / lock / replicate / merge / persist
- ALL - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- ALL - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- ALL - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- ALL_DELETE_ORPHAN - Static variable in class org.hibernate.engine.CascadeStyle
-
save / delete / update / evict / lock / replicate / merge / persist + delete orphans
- allEq(Map) - Static method in class org.hibernate.criterion.Restrictions
-
Apply an "equals" constraint to each property in the
key set of a Map
- allowsPhysicalColumnNameInHaving(String) - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
Does the db/dialect support using a column's physical name in the having clause
even after it has been aliased in the select/group-by clause.
- allowsPhysicalColumnNameInOrderby(String) - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
Does the db/dialect support using a column's physical name in the order-by clause
even after it has been aliased in the select clause.
- AlternativeLobTypes<S,T extends LobType<S>> - Class in org.hibernate.type
-
Provides alternative types for binding LOB values.
- AlternativeLobTypes.BlobTypes<S,T extends LobType<S>> - Class in org.hibernate.type
-
Provides alternative types for binding
BLOB
values.
- AlternativeLobTypes.ClobTypes<S,T extends LobType<S>> - Class in org.hibernate.type
-
Provides alternative types for binding
CLOB
values.
- altWhenClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- ALWAYS - Static variable in class org.hibernate.FlushMode
-
The
Session
is flushed before every query.
- ALWAYS - Static variable in class org.hibernate.mapping.PropertyGeneration
-
Values for this property are generated by the database on both insert and update.
- and(Criterion, Criterion) - Static method in class org.hibernate.criterion.Restrictions
-
Return the conjuction of two expressions
- and(Expression<Boolean>, Expression<Boolean>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- and(Predicate...) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- and(AuditCriterion, AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
-
Return the conjuction of two criterions.
- AND - Static variable in class org.hibernate.envers.tools.query.Parameters
-
- 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
-
- AnnotatedClassType - Enum in org.hibernate.cfg
-
Type of annotation of a class will give its type
- ANNOTATION_STRING_DEFAULT - Static variable in class org.hibernate.cfg.BinderHelper
-
- AnnotationBinder - Class in org.hibernate.cfg
-
JSR 175 annotation binder which reads the annotations from classes, applies the
principles of the EJB3 spec and produces the Hibernate configuration-time metamodel
(the classes in the org.hibernate.mapping
package)
- AnnotationConfiguration - Class in org.hibernate.cfg
-
- AnnotationConfiguration() - Constructor for class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- AnnotationConfiguration(SettingsFactory) - Constructor for class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- AnnotationConfiguration.ExtendedMappingsImpl - Class in org.hibernate.cfg
-
Deprecated.
- AnnotationException - Exception in org.hibernate
-
Annotation related exception.
- AnnotationException(String, Throwable) - Constructor for exception org.hibernate.AnnotationException
-
- AnnotationException(Throwable) - Constructor for exception org.hibernate.AnnotationException
-
- AnnotationException(String) - Constructor for exception org.hibernate.AnnotationException
-
- AnnotationsMetadataReader - Class in org.hibernate.envers.configuration.metadata.reader
-
A helper class to read versioning meta-data from annotations on a persistent class.
- AnnotationsMetadataReader(GlobalConfiguration, ReflectionManager, PersistentClass) - Constructor for class org.hibernate.envers.configuration.metadata.reader.AnnotationsMetadataReader
-
- annotationType() - Method in class org.hibernate.cfg.annotations.CustomizableColumns
-
- annotationType() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
-
- annotationType() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
-
- ANSICaseFragment - Class in org.hibernate.sql
-
An ANSI SQL CASE expression.
- ANSICaseFragment() - Constructor for class org.hibernate.sql.ANSICaseFragment
-
- ANSIJoinFragment - Class in org.hibernate.sql
-
An ANSI-style join
- ANSIJoinFragment() - Constructor for class org.hibernate.sql.ANSIJoinFragment
-
- AnsiTrimEmulationFunction - Class in org.hibernate.dialect.function
-
A
SQLFunction
implementation that emulates the ANSI SQL trim function
on dialects which do not support the full definition.
- AnsiTrimEmulationFunction() - Constructor for class org.hibernate.dialect.function.AnsiTrimEmulationFunction
-
- AnsiTrimEmulationFunction(String, String, String) - Constructor for class org.hibernate.dialect.function.AnsiTrimEmulationFunction
-
Constructs a trim() emulation function definition using the specified function calls.
- AnsiTrimFunction - Class in org.hibernate.dialect.function
-
Defines support for rendering according to ANSI SQL TRIM function specification.
- AnsiTrimFunction() - Constructor for class org.hibernate.dialect.function.AnsiTrimFunction
-
- Any - Annotation Type in org.hibernate.annotations
-
Define a ToOne association pointing to several entity types.
- any(Subquery<Y>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- ANY - Static variable in class org.hibernate.engine.IdentifierValue
-
Always assume the transient instance is newly instantiated
- any(Type, Type) - Static method in class org.hibernate.Hibernate
-
- 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(Type, Type) - Method in class org.hibernate.impl.TypeLocatorImpl
- Any - Class in org.hibernate.mapping
-
A Hibernate "any" type (ie.
- Any(Mappings, Table) - Constructor for class org.hibernate.mapping.Any
-
- ANY - Static variable in class org.hibernate.secure.HibernatePermission
-
- any(Type, Type) - Method in class org.hibernate.type.TypeFactory
-
- any(Type, Type) - Method in interface org.hibernate.TypeHelper
-
- AnyMetaDef - Annotation Type in org.hibernate.annotations
-
Defines @Any and @manyToAny metadata
- AnyMetaDefs - Annotation Type in org.hibernate.annotations
-
Defines @Any and @ManyToAny set of metadata.
- AnyType - Class in org.hibernate.type
-
Handles "any" mappings
- AnyType(Type, Type) - Constructor for class org.hibernate.type.AnyType
-
- AnyType.ObjectTypeCacheEntry - Class in org.hibernate.type
-
- ANYWHERE - Static variable in class org.hibernate.criterion.MatchMode
-
Match the pattern anywhere in the string
- append(StringBuilder, Iterator<String>, String) - Static method in class org.hibernate.envers.tools.StringTools
-
To the given string builder, appends all strings in the given iterator, separating them with the given
separator.
- append(int, String, boolean) - Method in class org.hibernate.hql.ast.util.ASTAppender
-
- append(AST) - Method in class org.hibernate.hql.ast.util.ASTAppender
-
- append(String) - Method in class org.hibernate.loader.PropertyPath
-
- 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, CompositeType, 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
-
- 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
-
- appendLockHint(LockMode, String) - Method in class org.hibernate.dialect.SybaseASE157Dialect
-
- appendPropertyCondition(String, Object, Criteria, CriteriaQuery, StringBuffer) - Method in class org.hibernate.criterion.Example
-
- appendSibling(AST, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
-
- appliesTo(Dialect) - Method in interface org.hibernate.testing.junit.functional.ExecutionEnvironment.Settings
-
- appliesTo(Dialect) - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
Intended to indicate that this test class as a whole is intended for
a dialect or series of dialects.
- appliesToDialect(Dialect) - Method in class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
-
- appliesToDialect(Dialect) - Method in interface org.hibernate.mapping.AuxiliaryDatabaseObject
-
Does this database object apply to the given dialect?
- applyAliasSpecificLockMode(String, LockMode) - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- applyAliasSpecificLockMode(String, LockMode) - Method in class org.hibernate.ejb.QueryImpl
-
- applyCacheable(boolean) - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- applyCacheable(boolean) - Method in class org.hibernate.ejb.QueryImpl
-
- applyCacheMode(CacheMode) - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- applyCacheMode(CacheMode) - Method in class org.hibernate.ejb.QueryImpl
-
- applyCacheRegion(String) - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- applyCacheRegion(String) - Method in class org.hibernate.ejb.QueryImpl
-
- applyComment(String) - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- applyComment(String) - Method in class org.hibernate.ejb.QueryImpl
-
- applyDDL(Collection<PersistentClass>, Properties) - Static method in class org.hibernate.cfg.beanvalidation.BeanValidationActivator
-
- applyFetchSize(int) - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- applyFetchSize(int) - Method in class org.hibernate.ejb.QueryImpl
-
- applyFirstResult(int) - Method in class org.hibernate.ejb.AbstractQueryImpl
-
Apply the given first-result value.
- applyFirstResult(int) - Method in class org.hibernate.ejb.QueryImpl
-
- applyFlushMode(FlushMode) - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- applyFlushMode(FlushMode) - Method in class org.hibernate.ejb.QueryImpl
-
- applyIdAttribute(SingularAttributeImpl<X, ?>) - Method in interface org.hibernate.ejb.metamodel.AbstractIdentifiableType.Builder
-
- applyIdClassAttributes(Set<SingularAttribute<? super X, ?>>) - Method in interface org.hibernate.ejb.metamodel.AbstractIdentifiableType.Builder
-
- 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.LegacyHiLoAlgorithmOptimizer
-
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.PooledLoOptimizer
-
- 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, LockOptions, Dialect) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- applyLocks(String, LockOptions, Dialect) - Method in class org.hibernate.loader.criteria.CriteriaLoader
-
- applyLocks(String, LockOptions, Dialect) - Method in class org.hibernate.loader.hql.QueryLoader
-
- applyLocks(String, LockOptions, Dialect) - Method in class org.hibernate.loader.Loader
-
Append FOR UPDATE OF clause, if necessary.
- applyLocksToSql(String, LockOptions, Map) - Method in class org.hibernate.dialect.Dialect
-
Modifies the given SQL by applying the appropriate updates for the specified
lock modes and key columns.
- applyLocksToSql(String, LockOptions, Map) - Method in class org.hibernate.dialect.SybaseASE157Dialect
-
- applyMaxResults(int) - Method in class org.hibernate.ejb.AbstractQueryImpl
-
Apply the given max results value.
- applyMaxResults(int) - Method in class org.hibernate.ejb.QueryImpl
-
- applyNonFlushedChanges(NonFlushedChanges) - Method in interface org.hibernate.engine.SessionImplementor
-
Apply non-flushed changes from a different session to this session.
- applyNonFlushedChanges(NonFlushedChanges) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- applyNonFlushedChanges(NonFlushedChanges) - Method in class org.hibernate.impl.SessionImpl
-
Apply non-flushed changes from a different session to this session.
- applyNonFlushedChanges(NonFlushedChanges) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- applyPostLoadLocks(Object[], LockMode[], SessionImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
-
- applyPostLoadLocks(Object[], LockMode[], SessionImplementor) - Method in class org.hibernate.loader.Loader
-
- applyReadOnly(boolean) - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- applyReadOnly(boolean) - Method in class org.hibernate.ejb.QueryImpl
-
- applyResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- applySelection(Selection<? extends T>) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
-
- applyTimeout(int) - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- applyTimeout(int) - Method in class org.hibernate.ejb.QueryImpl
-
- applyVersionAttribute(SingularAttributeImpl<X, ?>) - Method in interface org.hibernate.ejb.metamodel.AbstractIdentifiableType.Builder
-
- appropriateExpectation(ExecuteUpdateResultCheckStyle) - Static method in class org.hibernate.jdbc.Expectations
-
- APPROXIMATE - Static variable in class org.hibernate.hql.ast.util.LiteralProcessor
-
Indicates that Float and Double literal values should
be treated using the SQL "approximate" format (i.e., '1E-3')
- areCallbacksLocalToHibernateTransactions() - Method in class org.hibernate.transaction.CMTTransactionFactory
-
- areCallbacksLocalToHibernateTransactions() - Method in class org.hibernate.transaction.JDBCTransactionFactory
-
Are all transaction callbacks local to Hibernate Transactions?
Or can the callbacks originate from some other source (e.g.
- areCallbacksLocalToHibernateTransactions() - Method in class org.hibernate.transaction.JTATransactionFactory
-
Are all transaction callbacks local to Hibernate Transactions?
Or can the callbacks originate from some other source (e.g.
- areCallbacksLocalToHibernateTransactions() - Method in interface org.hibernate.transaction.TransactionFactory
-
Are all transaction callbacks local to Hibernate Transactions?
Or can the callbacks originate from some other source (e.g.
- areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
-
Determine if two instances are equal
- areEqual(BigDecimal, BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
-
- areEqual(BigInteger, BigInteger) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
-
- areEqual(Blob, Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
-
- areEqual(Calendar, Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
-
- areEqual(Calendar, Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
-
- areEqual(Character[], Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
-
- areEqual(Clob, Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
-
- areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
-
- areEqual(T, T) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
-
Determine if two instances are equal
- areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
-
- areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
-
- areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
-
- areEqual(byte[], byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
-
- areEqual(char[], char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
-
- areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
-
- 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
-
- areResultSetRowsTransformedImmediately(ResultTransformer) - Method in class org.hibernate.loader.criteria.CriteriaLoader
-
- areResultSetRowsTransformedImmediately(ResultTransformer) - Method in class org.hibernate.loader.Loader
-
Are rows transformed immediately after being read from the ResultSet?
- 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.SybaseASE15Dialect
-
By default, Sybase string comparisons are case-insensitive.
- 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
-
- ArgumentsTools - Class in org.hibernate.envers.tools
-
- ArgumentsTools() - Constructor for class org.hibernate.envers.tools.ArgumentsTools
-
- 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(Selection<?>...) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- array(List<Selection<?>>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- array(Class<Y>, List<Selection<?>>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- Array - Class in org.hibernate.mapping
-
An array mapping has a primary key consisting of the key columns + index column.
- Array(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.Array
-
- array(String, String, boolean, Class) - Method in class org.hibernate.type.TypeFactory
-
- ArrayBinder - Class in org.hibernate.cfg.annotations
-
Bind an Array
- ArrayBinder() - Constructor for class org.hibernate.cfg.annotations.ArrayBinder
-
- ArrayCollectionInitializor - Class in org.hibernate.envers.entities.mapper.relation.lazy.initializor
-
Initializes a map.
- ArrayCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number, MiddleComponentData, MiddleComponentData) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
-
- ArrayHelper - Class in org.hibernate.util
-
- arrayIncludesInstanceOf(T[], Class<?>) - Static method in class org.hibernate.envers.tools.ArraysTools
-
- arrayList(int) - Static method in class org.hibernate.util.CollectionHelper
-
- ArrayMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
-
A mutability plan for arrays.
- ArrayMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
-
- ArraysTools - Class in org.hibernate.envers.tools
-
- ArraysTools() - Constructor for class org.hibernate.envers.tools.ArraysTools
-
- ArrayType - Class in org.hibernate.type
-
A type for persistent arrays.
- ArrayType(TypeFactory.TypeScope, String, String, Class, boolean) - Constructor for class org.hibernate.type.ArrayType
-
- ARTEFACT_PROCESSING_ORDER - Static variable in class org.hibernate.cfg.Configuration
-
- as(String) - Method in class org.hibernate.criterion.SimpleProjection
-
- as(Class<X>) - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
- AS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- AS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- AS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- asAlias() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- asBigDecimal() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
-
See CriteriaBuilder.toBigDecimal(javax.persistence.criteria.Expression<? extends java.lang.Number>)
- asBigDecimal() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
-
See CriteriaBuilder.toBigDecimal(javax.persistence.criteria.Expression<? extends java.lang.Number>)
- asBigInteger() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
-
See CriteriaBuilder.toBigInteger(javax.persistence.criteria.Expression<? extends java.lang.Number>)
- asBigInteger() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
-
See CriteriaBuilder.toBigInteger(javax.persistence.criteria.Expression<? extends java.lang.Number>)
- asc(String) - Static method in class org.hibernate.criterion.Order
-
Ascending order
- asc() - Method in class org.hibernate.criterion.Property
-
- asc(Expression<?>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- asc() - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Sort the results by the property in ascending order
- 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
-
- ASCENDING - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
-
- ASCENDING - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
-
- ASCENDING - Static variable in class org.hibernate.sql.ordering.antlr.OrderingSpecification.Ordering
-
- ascendingOrDescending() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- asDouble() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
-
See CriteriaBuilder.toDouble(javax.persistence.criteria.Expression<? extends java.lang.Number>)
- asDouble() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
-
See CriteriaBuilder.toDouble(javax.persistence.criteria.Expression<? extends java.lang.Number>)
- asFloat() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
-
See CriteriaBuilder.toFloat(javax.persistence.criteria.Expression<? extends java.lang.Number>)
- asFloat() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
-
See CriteriaBuilder.toFloat(javax.persistence.criteria.Expression<? extends java.lang.Number>)
- asInteger() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
-
See CriteriaBuilder.toInteger(javax.persistence.criteria.Expression<? extends java.lang.Number>)
- asInteger() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
-
See CriteriaBuilder.toInteger(javax.persistence.criteria.Expression<? extends java.lang.Number>)
- asLong() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
-
See CriteriaBuilder.toLong(javax.persistence.criteria.Expression<? extends java.lang.Number>)
- asLong() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
-
See CriteriaBuilder.toLong(javax.persistence.criteria.Expression<? extends java.lang.Number>)
- asLong(byte[]) - Static method in class org.hibernate.util.BytesHelper
-
Interpret the binary representation of a long.
- 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, Object) - Method in class org.hibernate.envers.entities.RevisionTypeType
-
- assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- 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) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
-
- assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
-
- assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
-
- assemble(Serializable) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
-
- assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
-
- assemble(Serializable, Object) - Method in class org.hibernate.type.EnumType
-
- 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.SpecialOneToOneType
-
- assemble(Serializable, Object) - Method in class org.hibernate.type.StringClobType
-
Deprecated.
- 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.TypeHelper
-
- assemble(Serializable, SessionImplementor, Object) - Method in interface org.hibernate.usertype.CompositeUserType
-
Reconstruct an object from the cacheable representation.
- assemble(Serializable, Object) - Method in interface org.hibernate.usertype.UserType
-
Reconstruct an object from the cacheable representation.
- assertAllDataRemoved() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- assertClassAssignability(Class, Class) - Static method in class org.hibernate.testing.junit.UnitTestCase
-
- assertElementTypeAssignability(Collection, Class) - Static method in class org.hibernate.testing.junit.UnitTestCase
-
- AssertionFailure - Exception in org.hibernate
-
Indicates failure of an assertion: a possible bug in Hibernate.
- AssertionFailure(String) - Constructor for exception org.hibernate.AssertionFailure
-
- AssertionFailure(String, Throwable) - Constructor for exception org.hibernate.AssertionFailure
-
- Assigned - Class in org.hibernate.id
-
assigned
An IdentifierGenerator that returns the current identifier assigned
to an instance.
- Assigned() - Constructor for class org.hibernate.id.Assigned
-
- assignment() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- assignment(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- AssignmentSpecification - Class in org.hibernate.hql.ast.tree
-
Encapsulates the information relating to an individual assignment within the
set clause of an HQL update statement.
- AssignmentSpecification(AST, Queryable) - Constructor for class org.hibernate.hql.ast.tree.AssignmentSpecification
-
- Association - Class in org.hibernate.engine.profile
-
Models the association of a given fetch.
- Association(EntityPersister, String) - Constructor for class org.hibernate.engine.profile.Association
-
- associationProcessed(OuterJoinableAssociation, int) - Method in interface org.hibernate.loader.JoinWalker.AssociationInitCallback
-
- associations - Variable in class org.hibernate.loader.JoinWalker
-
- AssociationType - Interface in org.hibernate.type
-
A type that represents some kind of association between entities.
- asString() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
-
See CriteriaBuilder.toString(javax.persistence.criteria.Expression<java.lang.Character>)
- asString() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
-
See CriteriaBuilder.toString(javax.persistence.criteria.Expression<java.lang.Character>)
- ASSUMED_ORM_XSD_VERSION - Static variable in class org.hibernate.util.xml.MappingReader
-
- ASTAppender - Class in org.hibernate.hql.ast.util
-
Appends child nodes to a parent efficiently.
- ASTAppender(ASTFactory, AST) - Constructor for class org.hibernate.hql.ast.util.ASTAppender
-
- ASTAppender(AST) - Constructor for class org.hibernate.hql.ast.util.ASTAppender
-
- ASTIterator - Class in org.hibernate.hql.ast.util
-
Depth first iteration of an ANTLR AST.
- ASTIterator(AST) - Constructor for class org.hibernate.hql.ast.util.ASTIterator
-
- ASTParentsFirstIterator - Class in org.hibernate.hql.ast.util
-
Depth first iteration of an ANTLR AST.
- ASTParentsFirstIterator(AST) - Constructor for class org.hibernate.hql.ast.util.ASTParentsFirstIterator
-
- ASTPrinter - Class in org.hibernate.hql.ast.util
-
Utility for generating pretty "ASCII art" representations of syntax trees.
- ASTPrinter(Class) - Constructor for class org.hibernate.hql.ast.util.ASTPrinter
-
Constructs a printer.
- ASTPrinter(boolean) - Constructor for class org.hibernate.hql.ast.util.ASTPrinter
-
- ASTPrinter(Class, boolean) - Constructor for class org.hibernate.hql.ast.util.ASTPrinter
-
Constructs a printer.
- ASTQueryTranslatorFactory - Class in org.hibernate.hql.ast
-
Generates translators which uses the Antlr-based parser to perform
the translation.
- ASTQueryTranslatorFactory() - Constructor for class org.hibernate.hql.ast.ASTQueryTranslatorFactory
-
- ASTUtil - Class in org.hibernate.hql.ast.util
-
Provides utility methods for AST traversal and manipulation.
- ASTUtil.FilterPredicate - Interface in org.hibernate.hql.ast.util
-
Filters nodes out of a tree.
- ASTUtil.IncludePredicate - Class in org.hibernate.hql.ast.util
-
A predicate that uses inclusion, rather than exclusion semantics.
- asXML() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- asXML() - Method in class org.hibernate.tuple.ElementWrapper
-
- asXPathResult(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- asXPathResult(Element) - Method in class org.hibernate.tuple.ElementWrapper
-
- atom() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- attemptedDereference() - Method in class org.hibernate.hql.ast.tree.AbstractMapComponentNode
-
- 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
-
- AttributeFactory - Class in org.hibernate.ejb.metamodel
-
A factory for building Attribute
instances.
- AttributeFactory(MetadataContext) - Constructor for class org.hibernate.ejb.metamodel.AttributeFactory
-
- AttributeImplementor<X,Y> - Interface in org.hibernate.ejb.metamodel
-
TODO : javadoc
- attributeIterator() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- attributeIterator() - Method in class org.hibernate.tuple.ElementWrapper
-
- attributes() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- attributes() - Method in class org.hibernate.tuple.ElementWrapper
-
- attributeValue(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- attributeValue(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- attributeValue(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- attributeValue(QName, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- attributeValue(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- attributeValue(String, String) - Method in class org.hibernate.tuple.ElementWrapper
-
- attributeValue(QName) - Method in class org.hibernate.tuple.ElementWrapper
-
- attributeValue(QName, String) - Method in class org.hibernate.tuple.ElementWrapper
-
- AuditConfiguration - Class in org.hibernate.envers.configuration
-
- AuditConfiguration(Configuration) - Constructor for class org.hibernate.envers.configuration.AuditConfiguration
-
- AuditConjunction - Class in org.hibernate.envers.query.criteria
-
- AuditConjunction() - Constructor for class org.hibernate.envers.query.criteria.AuditConjunction
-
- AuditCriterion - Interface in org.hibernate.envers.query.criteria
-
- AuditDisjunction - Class in org.hibernate.envers.query.criteria
-
- AuditDisjunction() - Constructor for class org.hibernate.envers.query.criteria.AuditDisjunction
-
- Audited - Annotation Type in org.hibernate.envers
-
When applied to a class, indicates that all of its properties should be audited.
- AuditedPropertiesHolder - Interface in org.hibernate.envers.configuration.metadata.reader
-
Implementations hold other audited properties.
- AuditedPropertiesReader - Class in org.hibernate.envers.configuration.metadata.reader
-
- AuditedPropertiesReader(ModificationStore, PersistentPropertiesSource, AuditedPropertiesHolder, GlobalConfiguration, ReflectionManager, String) - Constructor for class org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesReader
-
- AuditEntitiesConfiguration - Class in org.hibernate.envers.configuration
-
Configuration of versions entities - names of fields, entities and tables created to store versioning information.
- AuditEntitiesConfiguration(Properties, String) - Constructor for class org.hibernate.envers.configuration.AuditEntitiesConfiguration
-
- AuditEntity - Class in org.hibernate.envers.query
-
TODO: ilike
- AuditEntityNameRegister - Class in org.hibernate.envers.configuration.metadata
-
A register of all audit entity names used so far.
- AuditEntityNameRegister() - Constructor for class org.hibernate.envers.configuration.metadata.AuditEntityNameRegister
-
- AuditEventListener - Class in org.hibernate.envers.event
-
- AuditEventListener() - Constructor for class org.hibernate.envers.event.AuditEventListener
-
- AuditException - Exception in org.hibernate.envers.exception
-
- AuditException(String) - Constructor for exception org.hibernate.envers.exception.AuditException
-
- AuditException(String, Throwable) - Constructor for exception org.hibernate.envers.exception.AuditException
-
- AuditException(Throwable) - Constructor for exception org.hibernate.envers.exception.AuditException
-
- AuditId - Class in org.hibernate.envers.query.criteria
-
Create restrictions and projections for the id of an audited entity.
- AuditId() - Constructor for class org.hibernate.envers.query.criteria.AuditId
-
- AuditJoinTable - Annotation Type in org.hibernate.envers
-
- AuditMappedBy - Annotation Type in org.hibernate.envers
-
Annotation to specify a "fake" bi-directional relation.
- AuditMetadataGenerator - Class in org.hibernate.envers.configuration.metadata
-
- AuditMetadataGenerator(Configuration, GlobalConfiguration, AuditEntitiesConfiguration, AuditStrategy, Element, AuditEntityNameRegister) - Constructor for class org.hibernate.envers.configuration.metadata.AuditMetadataGenerator
-
- AuditOrder - Interface in org.hibernate.envers.query.order
-
- AuditOverride - Annotation Type in org.hibernate.envers
-
The AuditingOverride
annotation is used to override the auditing
behavior of a field (or property) inside an embedded component.
- AuditOverrides - Annotation Type in org.hibernate.envers
-
The AuditingOverrides
annotation is used to override the auditing
behavior for one ore more fields (or properties) inside an embedded
component.
- AuditProcess - Class in org.hibernate.envers.synchronization
-
- AuditProcess(RevisionInfoGenerator, SessionImplementor) - Constructor for class org.hibernate.envers.synchronization.AuditProcess
-
- AuditProcessManager - Class in org.hibernate.envers.synchronization
-
- AuditProcessManager(RevisionInfoGenerator) - Constructor for class org.hibernate.envers.synchronization.AuditProcessManager
-
- AuditProjection - Interface in org.hibernate.envers.query.projection
-
- AuditProperty<T> - Class in org.hibernate.envers.query.criteria
-
Create restrictions, projections and specify order for a property of an audited entity.
- AuditProperty(PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.AuditProperty
-
- AuditQuery - Interface in org.hibernate.envers.query
-
- AuditQueryCreator - Class in org.hibernate.envers.query
-
- AuditQueryCreator(AuditConfiguration, AuditReaderImplementor) - Constructor for class org.hibernate.envers.query.AuditQueryCreator
-
- AuditReader - Interface in org.hibernate.envers
-
- AuditReaderFactory - Class in org.hibernate.envers
-
- AuditReaderImpl - Class in org.hibernate.envers.reader
-
- AuditReaderImpl(AuditConfiguration, Session, SessionImplementor) - Constructor for class org.hibernate.envers.reader.AuditReaderImpl
-
- AuditReaderImplementor - Interface in org.hibernate.envers.reader
-
An interface exposed by a VersionsReader to library-facing classes.
- AuditRelatedId - Class in org.hibernate.envers.query.criteria
-
Create restrictions on an id of an entity related to an audited entity.
- AuditRelatedId(PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.AuditRelatedId
-
- AuditStrategy - Interface in org.hibernate.envers.strategy
-
Behaviours of different audit strategy for populating audit data.
- auditStrategy - Variable in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
-
- AuditTable - Annotation Type in org.hibernate.envers
-
- AuditTableData - Class in org.hibernate.envers.configuration.metadata
-
Holds information necessary to create an audit table: its name, schema and catalog, as well as the audit
entity name.
- AuditTableData(String, String, String, String) - Constructor for class org.hibernate.envers.configuration.metadata.AuditTableData
-
- AuditWorkUnit - Interface in org.hibernate.envers.synchronization.work
-
TODO: refactor constructors into factory methods
- AUTO - Static variable in class org.hibernate.FlushMode
-
The
Session
is sometimes flushed before query execution
in order to ensure that queries never return stale state.
- AUTO_CLOSE_SESSION - Static variable in class org.hibernate.cfg.Environment
-
Enable automatic session close at end of transaction
- AUTOCOMMIT - Static variable in class org.hibernate.cfg.Environment
-
JDBC autocommit mode
- AUTODETECTION - Static variable in class org.hibernate.ejb.AvailableSettings
-
JAR autodetection artifacts class, hbm
- autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.custom.CustomLoader
-
- autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.Loader
-
- AutoFlushEvent - Class in org.hibernate.event
-
Defines an event class for the auto-flushing of a session.
- AutoFlushEvent(Set, EventSource) - Constructor for class org.hibernate.event.AutoFlushEvent
-
- AutoFlushEventListener - Interface in org.hibernate.event
-
Defines the contract for handling of session auto-flush events.
- autoFlushIfRequired(Set) - Method in class org.hibernate.impl.SessionImpl
-
detect in-memory changes, determine if the changes are to tables
named in the query and, if so, complete execution the flush
- autoFlushIfRequired(Set) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- AuxiliaryDatabaseObject - Interface in org.hibernate.mapping
-
Auxiliary database objects (i.e., triggers, stored procedures, etc) defined
in the mappings.
- auxiliaryDatabaseObjects - Variable in class org.hibernate.cfg.Configuration
-
- AvailableSettings - Class in org.hibernate.ejb
-
Defines the available HEM settings, both JPA-defined as well as Hibernate-specific
NOTE : Does *not* include
Environment
values.
- AvailableSettings() - Constructor for class org.hibernate.ejb.AvailableSettings
-
- avg(String) - Static method in class org.hibernate.criterion.Projections
-
A property average value
- avg() - Method in class org.hibernate.criterion.Property
-
- avg(Expression<N>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- AVG(CriteriaBuilderImpl, Expression<? extends Number>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.AVG
-
- 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
-
- AvgFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
-
- AvgProjection - Class in org.hibernate.criterion
-
An avg() projection
- AvgProjection(String) - Constructor for class org.hibernate.criterion.AvgProjection
-
- AvgWithArgumentCastFunction - Class in org.hibernate.dialect.function
-
Some databases strictly return the type of the of the aggregation value for AVG which is
problematic in the case of averaging integers because the decimals will be dropped.
- AvgWithArgumentCastFunction(String) - Constructor for class org.hibernate.dialect.function.AvgWithArgumentCastFunction
-
- C3P0_ACQUIRE_INCREMENT - Static variable in class org.hibernate.cfg.Environment
-
Number of connections acquired when pool is exhausted
- C3P0_IDLE_TEST_PERIOD - Static variable in class org.hibernate.cfg.Environment
-
Idle time before a C3P0 pooled connection is validated
- C3P0_MAX_SIZE - Static variable in class org.hibernate.cfg.Environment
-
Maximum size of C3P0 connection pool
- C3P0_MAX_STATEMENTS - Static variable in class org.hibernate.cfg.Environment
-
Maximum size of C3P0 statement cache
- C3P0_MIN_SIZE - Static variable in class org.hibernate.cfg.Environment
-
Minimum size of C3P0 connection pool
- C3P0_TIMEOUT - Static variable in class org.hibernate.cfg.Environment
-
Maximum idle time for C3P0 connection pool
- C3P0ConnectionProvider - Class in org.hibernate.connection
-
A connection provider that uses a C3P0 connection pool.
- C3P0ConnectionProvider() - Constructor for class org.hibernate.connection.C3P0ConnectionProvider
-
- Cache - Annotation Type in org.hibernate.annotations
-
Add caching strategy to a root entity or a collection
- Cache - Interface in org.hibernate
-
Provides an API for querying/managing the second level cache regions.
- Cache - Interface in org.hibernate.cache
-
- Cache71Dialect - Class in org.hibernate.dialect
-
Caché 2007.1 dialect.
- Cache71Dialect() - Constructor for class org.hibernate.dialect.Cache71Dialect
-
Creates new Cach�71Dialect
instance.
- CACHE_NAMESPACE - Static variable in class org.hibernate.cfg.Environment
-
The CacheProvider JNDI namespace, if pre-bound to JNDI.
- CACHE_PROVIDER - Static variable in class org.hibernate.cfg.Environment
-
The CacheProvider implementation class
- CACHE_PROVIDER_CONFIG - Static variable in class org.hibernate.cfg.Environment
-
The CacheProvider implementation class
- CACHE_REGION_FACTORY - Static variable in class org.hibernate.cfg.Environment
-
- CACHE_REGION_PREFIX - Static variable in class org.hibernate.cfg.Environment
-
The CacheProvider region name prefix
- CacheConcurrencyStrategy - Enum in org.hibernate.annotations
-
Cache concurrency strategy
- CacheConcurrencyStrategy - Interface in org.hibernate.cache
-
- CacheDataDescription - Interface in org.hibernate.cache
-
Describes attributes regarding the type of data to be cached.
- CacheDataDescriptionImpl - Class in org.hibernate.cache.impl
- CacheDataDescriptionImpl(boolean, boolean, Comparator) - Constructor for class org.hibernate.cache.impl.CacheDataDescriptionImpl
-
- CacheEntry - Class in org.hibernate.cache.entry
-
A cached instance of a persistent class
- CacheEntry(Object[], EntityPersister, boolean, Object, SessionImplementor, Object) - Constructor for class org.hibernate.cache.entry.CacheEntry
-
- CacheEntryStructure - Interface in org.hibernate.cache.entry
-
- CacheException - Exception in org.hibernate.cache
-
Something went wrong in the cache
- CacheException(String) - Constructor for exception org.hibernate.cache.CacheException
-
- CacheException(String, Throwable) - Constructor for exception org.hibernate.cache.CacheException
-
- CacheException(Throwable) - Constructor for exception org.hibernate.cache.CacheException
-
- CacheJoinFragment - Class in org.hibernate.sql
-
A Caché dialect join.
- CacheJoinFragment() - Constructor for class org.hibernate.sql.CacheJoinFragment
-
- CacheKey - Class in org.hibernate.cache
-
Allows multiple entity classes / collection roles to be
stored in the same cache region.
- CacheKey(Serializable, Type, String, EntityMode, SessionFactoryImplementor) - Constructor for class org.hibernate.cache.CacheKey
-
Construct a new key for a collection or entity instance.
- CacheMode - Class in org.hibernate
-
Controls how the session interacts with the second-level
cache and query cache.
- CacheModeHelper - Class in org.hibernate.ejb.util
-
Helper to deal with
CacheMode
<->
CacheRetrieveMode
/
CacheStoreMode
conversions.
- CacheModeHelper() - Constructor for class org.hibernate.ejb.util.CacheModeHelper
-
- CacheModeType - Enum in org.hibernate.annotations
-
Enumeration for the different interaction modes between the session and
the Level 2 Cache.
- CacheProvider - Interface in org.hibernate.cache
-
- CacheSQLStateConverter - Class in org.hibernate.exception
-
A SQLExceptionConverter implementation specific to Caché SQL,
accounting for its custom integrity constraint violation error codes.
- CacheSQLStateConverter(ViolatedConstraintNameExtracter) - Constructor for class org.hibernate.exception.CacheSQLStateConverter
-
- CacheSynchronization - Class in org.hibernate.transaction
-
A JTA transaction synch used to allow the
Session
to know about transaction
events.
- CacheSynchronization(TransactionFactory.Context, JDBCContext, Transaction, Transaction) - Constructor for class org.hibernate.transaction.CacheSynchronization
-
- CALENDAR - Static variable in class org.hibernate.Hibernate
-
- CALENDAR - Static variable in class org.hibernate.type.StandardBasicTypes
-
- CALENDAR_DATE - Static variable in class org.hibernate.Hibernate
-
- CALENDAR_DATE - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
Calendar
to JDBC
DATE
.
- CalendarComparator - Class in org.hibernate.util
-
- CalendarComparator() - Constructor for class org.hibernate.util.CalendarComparator
-
- CalendarDateType - Class in org.hibernate.type
-
- CalendarDateType() - Constructor for class org.hibernate.type.CalendarDateType
-
- CalendarDateTypeDescriptor - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Calendar
handling, but just for the date (month, day, year) portion.
- CalendarDateTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
-
- CalendarMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.CalendarTypeDescriptor.CalendarMutabilityPlan
-
- CalendarType - Class in org.hibernate.type
-
- CalendarType() - Constructor for class org.hibernate.type.CalendarType
-
- CalendarTypeDescriptor - Class in org.hibernate.type.descriptor.java
-
- CalendarTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
-
- CalendarTypeDescriptor.CalendarMutabilityPlan - Class in org.hibernate.type.descriptor.java
-
- Callback - Class in org.hibernate.ejb.event
-
- Callback(Method) - Constructor for class org.hibernate.ejb.event.Callback
-
- CallbackCoordinator - Class in org.hibernate.transaction.synchronization
-
- CallbackCoordinator(TransactionFactory.Context, JDBCContext, Transaction, Transaction) - Constructor for class org.hibernate.transaction.synchronization.CallbackCoordinator
-
- CallbackException - Exception in org.hibernate
-
Should be thrown by persistent objects from Lifecycle
or Interceptor callbacks.
- CallbackException(Exception) - Constructor for exception org.hibernate.CallbackException
-
- CallbackException(String) - Constructor for exception org.hibernate.CallbackException
-
- CallbackException(String, Exception) - Constructor for exception org.hibernate.CallbackException
-
- CallbackHandlerConsumer - Interface in org.hibernate.ejb.event
-
- callbackMethod - Variable in class org.hibernate.ejb.event.Callback
-
- CallbackResolver - Class in org.hibernate.ejb.event
-
- canApplyLockModes() - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- canApplyLockModes() - Method in class org.hibernate.ejb.QueryImpl
-
- canBeBatched() - Method in interface org.hibernate.jdbc.Expectation
-
Is it acceptable to combiner this expectation with statement batching?
- canBeBatched() - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
-
- canBeBatched() - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
-
- canBeDereferenced() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
- canBeDereferenced() - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
-
- canBeDereferenced() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyPath
-
- canBeDereferenced() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeySource
-
- canBeDereferenced() - Method in class org.hibernate.ejb.criteria.path.PluralAttributeJoinSupport
-
- canBeDereferenced() - Method in class org.hibernate.ejb.criteria.path.PluralAttributePath
-
- canBeDereferenced() - Method in class org.hibernate.ejb.criteria.path.SingularAttributePath
- canBeFetchSource() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
-
- canBeJoinSource() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
-
- canBeJoinSource() - Method in class org.hibernate.ejb.criteria.path.PluralAttributeJoinSupport
-
- canBeJoinSource() - Method in class org.hibernate.ejb.criteria.path.RootImpl
-
- canBeJoinSource() - Method in class org.hibernate.ejb.criteria.path.SingularAttributeJoin
-
- cancelLastQuery() - Method in class org.hibernate.jdbc.AbstractBatcher
-
- cancelLastQuery() - Method in interface org.hibernate.jdbc.Batcher
-
Cancel the current query statement
- cancelQuery() - Method in class org.hibernate.impl.SessionImpl
-
- cancelQuery() - Method in interface org.hibernate.Session
-
Cancel the execution of the current query.
- canExtractIdOutOfEntity() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- canExtractIdOutOfEntity() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether detached instances of this entity carry their own
identifier value.
- canUseJavaAnnotations() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
-
- Cascade - Annotation Type in org.hibernate.annotations
-
Apply a cascade strategy on an association
- Cascade - Class in org.hibernate.engine
-
Delegate responsible for, in conjunction with the various
actions
, implementing cascade processing.
- Cascade(CascadingAction, int, EventSource) - Constructor for class org.hibernate.engine.Cascade
-
- cascade(EntityPersister, Object) - Method in class org.hibernate.engine.Cascade
-
Cascade an action from the parent entity instance to all its children.
- cascade(EntityPersister, Object, Object) - Method in class org.hibernate.engine.Cascade
-
Cascade an action from the parent entity instance to all its children.
- cascade(EventSource, Object, String, Object, boolean) - Method in class org.hibernate.engine.CascadingAction
-
Cascade the action to the child object.
- cascadeAfterDelete(EventSource, EntityPersister, Object, Set) - Method in class org.hibernate.event.def.DefaultDeleteEventListener
-
- cascadeAfterSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.def.AbstractSaveEventListener
-
Handles to calls needed to perform post-save cascades.
- cascadeAfterSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.def.DefaultMergeEventListener
-
Cascade behavior is redefined by this subclass, disable superclass behavior
- cascadeBeforeDelete(EventSource, EntityPersister, Object, EntityEntry, Set) - Method in class org.hibernate.event.def.DefaultDeleteEventListener
-
- cascadeBeforeSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.def.AbstractSaveEventListener
-
Handles the calls needed to perform pre-save cascades for the given entity.
- cascadeBeforeSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.def.DefaultMergeEventListener
-
Cascade behavior is redefined by this subclass, disable superclass behavior
- cascadeDeleteEnabled - Variable in class org.hibernate.cfg.annotations.CollectionBinder
-
- CascadeEntityJoinWalker - Class in org.hibernate.loader.entity
-
- CascadeEntityJoinWalker(OuterJoinLoadable, CascadingAction, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.entity.CascadeEntityJoinWalker
-
- CascadeEntityLoader - Class in org.hibernate.loader.entity
-
- CascadeEntityLoader(OuterJoinLoadable, CascadingAction, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.entity.CascadeEntityLoader
-
- cascadeNow(int) - Method in class org.hibernate.type.ForeignKeyDirection
-
Should we cascade at this cascade point?
- cascadeOnMerge(EventSource, EntityPersister, Object, Map) - Method in class org.hibernate.event.def.DefaultMergeEventListener
-
Perform any cascades needed as part of this copy event.
- CascadeStyle - Class in org.hibernate.engine
-
A contract for defining the aspects of cascading various persistence actions.
- CascadeStyle.MultipleCascadeStyle - Class in org.hibernate.engine
-
- CascadeType - Enum in org.hibernate.annotations
-
Cascade types (can override default EJB3 cascades
- CascadingAction - Class in org.hibernate.engine
-
A session action that may be cascaded from parent entity to its children
- CASE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- CASE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- CASE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- CASE2 - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- CASE2 - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- CASE2 - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- Case2Node - Class in org.hibernate.hql.ast.tree
-
Represents a case ...
- Case2Node() - Constructor for class org.hibernate.hql.ast.tree.Case2Node
-
- caseExpr(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- caseExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- caseExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- CaseFragment - Class in org.hibernate.sql
-
Abstract SQL case fragment renderer
- CaseFragment() - Constructor for class org.hibernate.sql.CaseFragment
-
- CaseNode - Class in org.hibernate.hql.ast.tree
-
Represents a case ...
- CaseNode() - Constructor for class org.hibernate.hql.ast.tree.CaseNode
-
- cases - Variable in class org.hibernate.sql.CaseFragment
-
- CAST_NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.CastFunction
-
- CastFunction - Class in org.hibernate.dialect.function
-
ANSI-SQL style cast(foo as type) where the type is
a Hibernate type
- CastFunction() - Constructor for class org.hibernate.dialect.function.CastFunction
-
- CastFunction<T,Y> - Class in org.hibernate.ejb.criteria.expression.function
-
Models a CAST function.
- CastFunction(CriteriaBuilderImpl, Class<T>, ExpressionImpl<Y>) - Constructor for class org.hibernate.ejb.criteria.expression.function.CastFunction
-
- CATALOG - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
-
The configuration parameter holding the catalog name
- CATALOG - Static variable in class org.hibernate.type.EnumType
-
- CategorizedStatistics - Class in org.hibernate.stat
-
Statistics for a particular "category" (a named entity,
collection role, second level cache region or query).
- cfg - Static variable in class org.hibernate.testing.junit.functional.annotations.HibernateTestCase
-
- CFG_FILE - Static variable in class org.hibernate.ejb.AvailableSettings
-
cfg.xml configuration file used
- CglibClassTransformer - Class in org.hibernate.bytecode.cglib
-
- CglibClassTransformer(ClassFilter, FieldFilter) - Constructor for class org.hibernate.bytecode.cglib.CglibClassTransformer
-
Deprecated.
- CGLIBHelper - Class in org.hibernate.intercept.cglib
-
- CGLIBInstrumenter - Class in org.hibernate.bytecode.buildtime
-
Strategy for performing build-time instrumentation of persistent classes in order to enable
field-level interception using CGLIB.
- CGLIBInstrumenter(Logger, Instrumenter.Options) - Constructor for class org.hibernate.bytecode.buildtime.CGLIBInstrumenter
-
- CGLIBLazyInitializer - Class in org.hibernate.proxy.pojo.cglib
-
- CGLIBProxyFactory - Class in org.hibernate.proxy.pojo.cglib
-
- CGLIBProxyFactory() - Constructor for class org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory
-
Deprecated.
- ChainedPropertyAccessor - Class in org.hibernate.property
-
- ChainedPropertyAccessor(PropertyAccessor[]) - Constructor for class org.hibernate.property.ChainedPropertyAccessor
-
- CHAR_ARRAY - Static variable in class org.hibernate.Hibernate
-
- CHAR_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
char[]
to JDBC
VARCHAR
.
- CHARACTER - Static variable in class org.hibernate.Hibernate
-
- CHARACTER - Static variable in class org.hibernate.type.StandardBasicTypes
-
- CHARACTER_ARRAY - Static variable in class org.hibernate.Hibernate
-
- CHARACTER_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
-
- CharacterArrayClobType - Class in org.hibernate.type
-
- CharacterArrayClobType() - Constructor for class org.hibernate.type.CharacterArrayClobType
-
- CharacterArrayClobType(SqlTypeDescriptor, AlternativeLobTypes.ClobTypes<Character[], CharacterArrayClobType>) - Constructor for class org.hibernate.type.CharacterArrayClobType
-
- CharacterArrayType - Class in org.hibernate.type
-
- CharacterArrayType() - Constructor for class org.hibernate.type.CharacterArrayType
-
- CharacterArrayTypeDescriptor - Class in org.hibernate.type.descriptor.java
-
TODO : javadoc
- CharacterArrayTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
-
- CHARACTERS_CLOB - Static variable in class org.hibernate.Hibernate
-
- CHARACTERS_CLOB - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
Character[]
to JDBC
CLOB
.
- CharacterStream - Interface in org.hibernate.type.descriptor
-
Wraps a character stream (reader) to also provide the length (number of characters) which is needed
when binding.
- CharacterStreamImpl - Class in org.hibernate.type.descriptor.java
-
- CharacterStreamImpl(String) - Constructor for class org.hibernate.type.descriptor.java.CharacterStreamImpl
-
- CharacterType - Class in org.hibernate.type
-
- CharacterType() - Constructor for class org.hibernate.type.CharacterType
-
- CharacterTypeDescriptor - Class in org.hibernate.type.descriptor.java
-
- CharacterTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
-
- CharArrayType - Class in org.hibernate.type
-
A type that maps between
VARCHAR
and
char[]
- CharArrayType() - Constructor for class org.hibernate.type.CharArrayType
-
- CharBooleanType - Class in org.hibernate.type
-
- CharBooleanType(char, char) - Constructor for class org.hibernate.type.CharBooleanType
-
Deprecated.
- CharIndexFunction - Class in org.hibernate.dialect.function
-
Emulation of locate() on Sybase
- CharIndexFunction() - Constructor for class org.hibernate.dialect.function.CharIndexFunction
-
- CharTypeDescriptor - Class in org.hibernate.type.descriptor.sql
-
Descriptor for
CHAR
handling.
- CharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.CharTypeDescriptor
-
- Check - Annotation Type in org.hibernate.annotations
-
Arbitrary SQL check constraints which can be defined at the class,
property or collection level
- check(int, Serializable, int, Expectation, PreparedStatement) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- CHECK_NULLABILITY - Static variable in class org.hibernate.cfg.Environment
-
Enable nullability checking.
- checkAudited(XProperty, PropertyAuditingData, Audited) - Method in class org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesReader
-
- checkAudited(XProperty, PropertyAuditingData, Audited) - Method in class org.hibernate.envers.configuration.metadata.reader.ComponentAuditedPropertiesReader
-
- checkColumnDuplication(Set, Iterator) - Method in class org.hibernate.mapping.PersistentClass
-
- checkColumnDuplication() - Method in class org.hibernate.mapping.PersistentClass
-
- checkDeclaredId() - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
-
Centralized check to ensure the id is actually declared on the class mapped here, as opposed to a
super class.
- checkDeclaredVersion() - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
-
Centralized check to ensure the version (if one) is actually declared on the class mapped here, as opposed to a
super class.
- checkId(Object, EntityPersister, Serializable, EntityMode, SessionImplementor) - Method in class org.hibernate.event.def.DefaultFlushEntityEventListener
-
make sure user didn't mangle the id
- checkIfJoinColumn(Object, PropertyHolder, PropertyData) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
-
- checkInit() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
-
- checkMagic(File, long) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
-
- checkNotNull(Object, String) - Static method in class org.hibernate.envers.tools.ArgumentsTools
-
- 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
-
- checkPositive(Number, String) - Static method in class org.hibernate.envers.tools.ArgumentsTools
-
- checkPropertyColumnDuplication(Set, Iterator) - Method in class org.hibernate.mapping.PersistentClass
-
- checkPropertyConsistency(Ejb3Column[], String) - Static method in class org.hibernate.cfg.Ejb3Column
-
- checkPropertyNotARelation(AuditConfiguration, String, String) - Static method in class org.hibernate.envers.query.criteria.CriteriaTools
-
- checkReferencedColumnsType(Ejb3JoinColumn[], PersistentClass, Mappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
-
- checkScrollability() - Method in class org.hibernate.loader.Loader
-
Check whether the current loader can support returning ScrollableResults.
- checkSimpleId() - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
-
Centralized check to ensure the id for this hierarchy is a simple one (i.e., does not use
an id-class).
- 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.
- CLASS - Static variable in class org.hibernate.Hibernate
-
- 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
-
- CLASS - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
Class
to JDBC
VARCHAR
.
- CLASS_CACHE_PREFIX - Static variable in class org.hibernate.ejb.AvailableSettings
-
Caching configuration should follow the following pattern
hibernate.ejb.classcache. usage[, region]
where usage is the cache strategy used and region the cache region name
- CLASS_NAME - Static variable in class org.hibernate.type.SerializableToBlobType
-
class name of the serialisable class
- CLASS_NAMES - Static variable in class org.hibernate.ejb.AvailableSettings
-
List of classes names
Internal use only
- ClassAuditingData - Class in org.hibernate.envers.configuration.metadata.reader
-
- ClassAuditingData() - Constructor for class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
-
- ClassDescriptor - Interface in org.hibernate.bytecode.util
-
Contract describing the information Hibernate needs in terms of instrumenting
a class, either via ant task or dynamic classloader.
- classes - Variable in class org.hibernate.cfg.Configuration
-
- ClassesAuditingData - Class in org.hibernate.envers.configuration
-
A helper class holding auditing meta-data for all persistent classes.
- ClassesAuditingData() - Constructor for class org.hibernate.envers.configuration.ClassesAuditingData
-
- classFilter - Variable in class org.hibernate.bytecode.AbstractClassTransformerImpl
-
- ClassFilter - Interface in org.hibernate.bytecode.util
-
Used to determine whether a class should be instrumented.
- ClassFilter - Class in org.hibernate.ejb.packaging
-
Filter on class elements
- ClassFilter(boolean, Class[]) - Constructor for class org.hibernate.ejb.packaging.ClassFilter
-
- classForName(String, Class) - Static method in class org.hibernate.util.ReflectHelper
-
Perform resolution of a class name.
- classForName(String) - Static method in class org.hibernate.util.ReflectHelper
-
Perform resolution of a class name.
- ClassicAvgFunction - Class in org.hibernate.dialect.function
-
Classic AVG sqlfunction that return types as it was done in Hibernate 3.1
- ClassicAvgFunction() - Constructor for class org.hibernate.dialect.function.ClassicAvgFunction
-
- ClassicCountFunction - Class in org.hibernate.dialect.function
-
Classic COUNT sqlfunction that return types as it was done in Hibernate 3.1
- ClassicCountFunction() - Constructor for class org.hibernate.dialect.function.ClassicCountFunction
-
- ClassicQueryTranslatorFactory - Class in org.hibernate.hql.classic
-
Generates translators which uses the older hand-written parser to perform
the translation.
- ClassicQueryTranslatorFactory() - Constructor for class org.hibernate.hql.classic.ClassicQueryTranslatorFactory
-
- ClassicSumFunction - Class in org.hibernate.dialect.function
-
Classic SUM sqlfunction that return types as it was done in Hibernate 3.1
- ClassicSumFunction() - Constructor for class org.hibernate.dialect.function.ClassicSumFunction
-
- ClassMetadata - Interface in org.hibernate.metadata
-
Exposes entity class metadata to the application
- ClassPropertyHolder - Class in org.hibernate.cfg
-
- ClassPropertyHolder(PersistentClass, XClass, Map<String, Join>, Mappings, Map<XClass, InheritanceState>) - Constructor for class org.hibernate.cfg.ClassPropertyHolder
-
- ClassPropertyHolder(PersistentClass, XClass, EntityBinder, Mappings, Map<XClass, InheritanceState>) - Constructor for class org.hibernate.cfg.ClassPropertyHolder
-
- classToTableName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
-
Return the unqualified class name
- classToTableName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
-
- classToTableName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
-
Return the unqualified class name, mixed case converted to
underscores
- classToTableName(String) - Method in interface org.hibernate.cfg.NamingStrategy
-
Return a table name for an entity class
- ClassTransformer - Interface in org.hibernate.bytecode
-
A persistence provider provides an instance of this interface
to the PersistenceUnitInfo.addTransformer method.
- ClassType - Class in org.hibernate.type
-
- ClassType() - Constructor for class org.hibernate.type.ClassType
-
- ClassTypeDescriptor - Class in org.hibernate.type.descriptor.java
-
TODO : javadoc
- ClassTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ClassTypeDescriptor
-
- ClauseParser - Class in org.hibernate.hql.classic
-
Parses the Hibernate query into its constituent clauses.
- ClauseParser() - Constructor for class org.hibernate.hql.classic.ClauseParser
-
- cleanup(ResultSet) - Method in class org.hibernate.engine.loading.LoadContexts
-
Release internal state associated with the given result set.
- cleanup() - Method in class org.hibernate.engine.loading.LoadContexts
-
Release internal state associated with *all* result sets.
- cleanup() - Method in interface org.hibernate.event.Destructible
-
- cleanUpJtaSynchronizationCallbackCoordinator() - Method in class org.hibernate.jdbc.JDBCContext
-
- CleanupSynch(Object, JTASessionContext) - Constructor for class org.hibernate.context.JTASessionContext.CleanupSynch
-
- CleanupSynch(SessionFactory) - Constructor for class org.hibernate.context.ThreadLocalSessionContext.CleanupSynch
-
- cleanupTest() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- clear() - Method in interface org.hibernate.cache.Cache
-
Deprecated.
Clear the cache
- clear() - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
-
Deprecated.
Evict all items from the cache immediately.
- clear() - Method in class org.hibernate.cache.EhCache
-
Remove all elements in the cache, but leave the cache
in a useable state.
- clear() - Method in class org.hibernate.cache.HashtableCache
-
- clear() - Method in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
-
- clear() - Method in class org.hibernate.cache.NonstrictReadWriteCache
-
- clear() - Method in 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.TransactionalCache
-
- 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.ejb.AbstractEntityManagerImpl
-
- 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.NonFlushedChanges
-
Remove the non-flushed changes from this NonFlushedChanges object.
- 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.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
-
- clear() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
-
- clear() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
-
- clear() - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
-
Removes all of the mappings from this map.
- clear() - Method in class org.hibernate.impl.NonFlushedChangesImpl
-
- clear() - Method in class org.hibernate.impl.SessionImpl
-
- clear() - Method in class org.hibernate.jmx.StatisticsService
-
- clear() - Method in class org.hibernate.proxy.map.MapProxy
-
- clear() - Method in interface org.hibernate.Session
-
Completely clear the session.
- clear() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
reset all statistics
- clear() - Method in interface org.hibernate.stat.Statistics
-
reset all statistics
- clear() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
reset all statistics
- 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
-
Clears the cache.
- 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.
- clearWherePart() - Method in class org.hibernate.sql.QueryJoinFragment
-
- CLOB - Static variable in class org.hibernate.Hibernate
-
- CLOB - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
Clob
to JDBC
CLOB
.
- CLOB_BINDING - Static variable in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
-
- ClobImplementer - Interface in org.hibernate.engine.jdbc
-
Marker interface for non-contextually created
Clob
instances..
- ClobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
-
- ClobProxy - Class in org.hibernate.engine.jdbc
-
Manages aspects of proxying
Clobs
for non-contextual creation, including proxy creation and
handling proxy invocations.
- ClobProxy(String) - Constructor for class org.hibernate.engine.jdbc.ClobProxy
-
Constructor used to build
Clob
from string data.
- ClobProxy(Reader, long) - Constructor for class org.hibernate.engine.jdbc.ClobProxy
-
Constructor used to build
Clob
from a reader.
- ClobType - Class in org.hibernate.type
-
- ClobType() - Constructor for class org.hibernate.type.ClobType
-
- ClobType(SqlTypeDescriptor, AlternativeLobTypes.ClobTypes<Clob, ClobType>) - Constructor for class org.hibernate.type.ClobType
-
- ClobTypeDescriptor - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Clob
handling.
- ClobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ClobTypeDescriptor
-
- ClobTypeDescriptor - Class in org.hibernate.type.descriptor.sql
-
Descriptor for
CLOB
handling.
- ClobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
-
- ClobTypeDescriptor.ClobMutabilityPlan - Class in org.hibernate.type.descriptor.java
-
- 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(Serializable) - Static method in class org.hibernate.util.SerializationHelper
-
Deep clone an Object
using serialization.
- Cloneable - Class in org.hibernate.util
-
An object that is shallow-coneable
- Cloneable() - Constructor for class org.hibernate.util.Cloneable
-
- cloneDeletions() - Method in class org.hibernate.engine.ActionQueue
-
- close() - Method in class org.hibernate.connection.C3P0ConnectionProvider
-
Release all resources held by this provider.
- close() - Method in interface org.hibernate.connection.ConnectionProvider
-
Release all resources held by this provider.
- close() - Method in class org.hibernate.connection.DatasourceConnectionProvider
-
- close() - Method in class org.hibernate.connection.DriverManagerConnectionProvider
-
- close() - Method in class org.hibernate.connection.ProxoolConnectionProvider
-
Release all resources held by this provider.
- close() - Method in class org.hibernate.connection.UserSuppliedConnectionProvider
-
- close() - Method in class org.hibernate.ejb.CurrentEntityManagerImpl
-
Deprecated.
- close() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
-
- close() - Method in class org.hibernate.ejb.EntityManagerImpl
-
- close() - Method in interface org.hibernate.engine.HibernateIterator
-
- close(Iterator) - Static method in class org.hibernate.Hibernate
-
Close an Iterator created by iterate() immediately,
instead of waiting until the session is closed or disconnected.
- CLOSE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- CLOSE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- CLOSE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- close() - Method in class org.hibernate.impl.AbstractScrollableResults
-
- close() - Method in class org.hibernate.impl.IteratorImpl
-
- close() - Method in class org.hibernate.impl.SessionFactoryImpl
-
Closes the session factory, releasing all held resources.
- close() - Method in class org.hibernate.impl.SessionImpl
-
- close() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- close() - Method in class org.hibernate.jdbc.ConnectionManager
-
To be called after Session completion.
- close() - Method in class org.hibernate.jmx.SessionFactoryStub
-
- close() - Method in interface org.hibernate.ScrollableResults
-
Release resources immediately.
- close() - Method in interface org.hibernate.Session
-
End the session by releasing the JDBC connection and cleaning up.
- close() - Method in interface org.hibernate.SessionFactory
-
Destroy this SessionFactory and release all resources (caches,
connection pools, etc).
- close() - Method in interface org.hibernate.StatelessSession
-
Close the stateless session and release the JDBC connection.
- close() - Method in class org.hibernate.testing.tm.ConnectionProviderImpl
-
- CLOSE_BRACKET - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- CLOSE_BRACKET - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- CLOSE_BRACKET - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- CLOSE_PAREN - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
-
- CLOSE_PAREN - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
-
- 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
-
- closeConnection(Connection) - Method in class org.hibernate.testing.tm.ConnectionProviderImpl
-
- CLOSED_QUOTE - Static variable in class org.hibernate.dialect.Dialect
-
- closeQueryStatement(PreparedStatement, ResultSet) - Method in class org.hibernate.jdbc.AbstractBatcher
-
- closeQueryStatement(PreparedStatement, ResultSet) - Method in interface org.hibernate.jdbc.Batcher
-
Close a prepared statement opened with prepareQueryStatement()
- closeQuote() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- 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
-
- closeResources() - Method in class org.hibernate.testing.junit.functional.annotations.HibernateTestCase
-
- closeSession() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- closeSession() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- closeSession() - Method in interface org.hibernate.stat.StatisticsImplementor
-
Callback about a session being closed.
- 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.ConcurrentStatisticsImpl
-
- closeStatement() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- closeStatement() - Method in interface org.hibernate.stat.StatisticsImplementor
-
Callback about a statement being closed.
- 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
- CMTTransaction - Class in org.hibernate.transaction
-
Implements a basic transaction strategy for CMT transactions.
- CMTTransaction(JDBCContext, TransactionFactory.Context) - Constructor for class org.hibernate.transaction.CMTTransaction
-
- CMTTransactionFactory - Class in org.hibernate.transaction
-
- CMTTransactionFactory() - Constructor for class org.hibernate.transaction.CMTTransactionFactory
-
- coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- coalesce(Class<Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- coalesce(Expression<? extends Y>, Y) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- coalesce(Class<Y>, Expression<? extends Y>, Y) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- coalesce() - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- coalesce(Class<T>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- CoalesceExpression<T> - Class in org.hibernate.ejb.criteria.expression
-
Models an ANSI SQL COALESCE expression.
- CoalesceExpression(CriteriaBuilderImpl) - Constructor for class org.hibernate.ejb.criteria.expression.CoalesceExpression
-
- CoalesceExpression(CriteriaBuilderImpl, Class<T>) - Constructor for class org.hibernate.ejb.criteria.expression.CoalesceExpression
-
- collapse(String) - Static method in class org.hibernate.util.StringHelper
-
Collapses a name.
- collapseQualifier(String, boolean) - Static method in class org.hibernate.util.StringHelper
-
Given a qualifier, collapse it.
- collapseQualifierBase(String, String) - Static method in class org.hibernate.util.StringHelper
-
- COLLATE - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
-
- COLLATE - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
-
- collationName() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
- CollationSpecification - Class in org.hibernate.sql.ordering.antlr
-
Models a collation specification (
COLLATE using a specific character-set) within a
SortSpecification
.
- CollationSpecification() - Constructor for class org.hibernate.sql.ordering.antlr.CollationSpecification
-
- collationSpecification() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
- collationSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
-
- collectChildren(AST, ASTUtil.FilterPredicate) - Static method in class org.hibernate.hql.ast.util.ASTUtil
-
- collectCorrelatedJoins() - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- collection - Variable in class org.hibernate.cfg.annotations.CollectionBinder
-
- Collection - Class in org.hibernate.mapping
-
Mapping for a collection.
- Collection(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.Collection
-
- COLLECTION_CACHE_PREFIX - Static variable in class org.hibernate.ejb.AvailableSettings
-
Caching configuration should follow the following pattern
hibernate.ejb.collectioncache.. usage[, region]
where usage is the cache strategy used and region the cache region name
- COLLECTION_ELEMENTS - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
-
- COLLECTION_INDEX - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
-
- COLLECTION_INDICES - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
-
- COLLECTION_MAX_ELEMENT - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
-
- COLLECTION_MAX_INDEX - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
-
- COLLECTION_MIN_ELEMENT - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
-
- COLLECTION_MIN_INDEX - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
-
- COLLECTION_SIZE - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
-
- CollectionAccessStrategyAdapter - Class in org.hibernate.cache.impl.bridge
-
- CollectionAccessStrategyAdapter(CollectionRegion, CacheConcurrencyStrategy, Settings) - Constructor for class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
-
- CollectionAction - Class in org.hibernate.action
-
Any action relating to insert/update/delete of a collection
- CollectionAction(CollectionPersister, PersistentCollection, Serializable, SessionImplementor) - Constructor for class org.hibernate.action.CollectionAction
-
- CollectionAliases - Interface in org.hibernate.loader
-
Type definition of CollectionAliases.
- CollectionAttributeJoin<O,E> - Class in org.hibernate.ejb.criteria.path
-
TODO : javadoc
- CollectionAttributeJoin(CriteriaBuilderImpl, Class<E>, PathSource<O>, CollectionAttribute<? super O, E>, JoinType) - Constructor for class org.hibernate.ejb.criteria.path.CollectionAttributeJoin
-
- CollectionBinder - Class in org.hibernate.cfg.annotations
-
Base class for binding different types of collections to Hibernate configuration objects.
- CollectionBinder() - Constructor for class org.hibernate.cfg.annotations.CollectionBinder
-
- CollectionBinder(boolean) - Constructor for class org.hibernate.cfg.annotations.CollectionBinder
-
- CollectionCacheEntry - Class in org.hibernate.cache.entry
-
- CollectionCacheEntry(PersistentCollection, CollectionPersister) - Constructor for class org.hibernate.cache.entry.CollectionCacheEntry
-
- CollectionChangeWorkUnit - Class in org.hibernate.envers.synchronization.work
-
- CollectionChangeWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, Object) - Constructor for class org.hibernate.envers.synchronization.work.CollectionChangeWorkUnit
-
- collectionClass - Variable in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
-
- collectionClass - Variable in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
-
- collectionClass - Variable in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
-
- CollectionElementLoader - Class in org.hibernate.loader.entity
-
- CollectionElementLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.CollectionElementLoader
-
- CollectionEntry - Class in org.hibernate.engine
-
We need an entry to tell us all about the current state
of a collection with respect to its persistent state
- CollectionEntry(CollectionPersister, PersistentCollection) - Constructor for class org.hibernate.engine.CollectionEntry
-
For newly wrapped collections, or dereferenced collection wrappers
- CollectionEntry(PersistentCollection, CollectionPersister, Serializable, boolean) - Constructor for class org.hibernate.engine.CollectionEntry
-
For collections just loaded from the database
- CollectionEntry(CollectionPersister, Serializable) - Constructor for class org.hibernate.engine.CollectionEntry
-
For uninitialized detached collections
- collectionExpr() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- CollectionFetchReturn - Class in org.hibernate.loader.custom
-
Spefically a fetch return that refers to a collection association.
- CollectionFetchReturn(String, NonScalarReturn, String, CollectionAliases, EntityAliases, LockMode) - Constructor for class org.hibernate.loader.custom.CollectionFetchReturn
-
- CollectionFilterImpl - Class in org.hibernate.impl
-
implementation of the Query interface for collection filters
- CollectionFilterImpl(String, Object, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.impl.CollectionFilterImpl
-
- CollectionFilterKeyParameterSpecification - Class in org.hibernate.param
-
A specialized ParameterSpecification impl for dealing with a collection-key as part of a collection filter
compilation.
- CollectionFilterKeyParameterSpecification(String, Type, int) - Constructor for class org.hibernate.param.CollectionFilterKeyParameterSpecification
-
Creates a specialized collection-filter collection-key parameter spec.
- collectionFunction(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- CollectionFunction - Class in org.hibernate.hql.ast.tree
-
Represents 'elements()' or 'indices()'.
- CollectionFunction() - Constructor for class org.hibernate.hql.ast.tree.CollectionFunction
-
- collectionFunctionOrSubselect(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- CollectionHelper - Class in org.hibernate.util
-
Various help for handling collections.
- CollectionId - Annotation Type in org.hibernate.annotations
-
Describe an identifier column for a bag (ie an idbag)
EXPERIMENTAL: the structure of this annotation might slightly change (generator() mix strategy and generator
- collectionInfoString(CollectionPersister, Serializable[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a series of managed
collections.
- collectionInfoString(CollectionPersister, Serializable, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a particular managed
collection.
- collectionInfoString(String, Serializable) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a particular managed
collection.
- CollectionInitializer - Interface in org.hibernate.loader.collection
-
An interface for collection loaders
- CollectionJoinImplementor<Z,X> - Interface in org.hibernate.ejb.criteria
-
- CollectionJoinWalker - Class in org.hibernate.loader.collection
-
Superclass of walkers for collection initializers
- CollectionJoinWalker(SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.CollectionJoinWalker
-
- CollectionKey - Class in org.hibernate.engine
-
Uniquely identifies a collection instance in a particular session.
- CollectionKey(CollectionPersister, Serializable, EntityMode) - Constructor for class org.hibernate.engine.CollectionKey
-
- CollectionLoadContext - Class in org.hibernate.engine.loading
-
Represents state associated with the processing of a given
ResultSet
in regards to loading collections.
- CollectionLoadContext(LoadContexts, ResultSet) - Constructor for class org.hibernate.engine.loading.CollectionLoadContext
-
Creates a collection load context for the given result set.
- CollectionLoader - Class in org.hibernate.loader.collection
-
Superclass for loaders that initialize collections
- CollectionLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.CollectionLoader
-
- CollectionMetadata - Interface in org.hibernate.metadata
-
Exposes collection metadata to the application
- CollectionMetadataGenerator - Class in org.hibernate.envers.configuration.metadata
-
Generates metadata for a collection-valued property.
- CollectionMetadataGenerator(AuditMetadataGenerator, Collection, CompositeMapperBuilder, String, EntityXmlMappingData, PropertyAuditingData) - Constructor for class org.hibernate.envers.configuration.metadata.CollectionMetadataGenerator
-
- CollectionOfElements - Annotation Type in org.hibernate.annotations
-
- collectionOwners - Variable in class org.hibernate.loader.JoinWalker
-
- collectionOwners - Variable in class org.hibernate.loader.OuterJoinLoader
-
- CollectionPersister - Interface in org.hibernate.persister.collection
-
A strategy for persisting a collection role.
- collectionPersisters - Variable in class org.hibernate.loader.JoinWalker
-
- collectionPersisters - Variable in class org.hibernate.loader.OuterJoinLoader
-
- CollectionProperties - Class in org.hibernate.hql
-
Provides a map of collection function names to the corresponding property names.
- CollectionPropertyHolder - Class in org.hibernate.cfg
-
- CollectionPropertyHolder(Collection, String, XClass, XProperty, PropertyHolder, Mappings) - Constructor for class org.hibernate.cfg.CollectionPropertyHolder
-
- CollectionPropertyMapping - Class in org.hibernate.persister.collection
-
- CollectionPropertyMapping(QueryableCollection) - Constructor for class org.hibernate.persister.collection.CollectionPropertyMapping
-
- CollectionPropertyNames - Class in org.hibernate.persister.collection
-
The names of all the collection properties.
- CollectionPropertyNames() - Constructor for class org.hibernate.persister.collection.CollectionPropertyNames
-
- CollectionProxy<U,T extends Collection<U>> - Class in org.hibernate.envers.entities.mapper.relation.lazy.proxy
-
- CollectionProxy() - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
-
- CollectionProxy(Initializor<T>) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
-
- CollectionRecreateAction - Class in org.hibernate.action
-
- CollectionRecreateAction(PersistentCollection, CollectionPersister, Serializable, SessionImplementor) - Constructor for class org.hibernate.action.CollectionRecreateAction
-
- CollectionRegion - Interface in org.hibernate.cache
-
Defines the contract for a cache region which will specifically be used to
store collection data.
- CollectionRegionAccessStrategy - Interface in org.hibernate.cache.access
-
Contract for managing transactional and concurrent access to cached collection
data.
- CollectionRegionAdapter - Class in org.hibernate.cache.impl.bridge
-
- CollectionRegionAdapter(Cache, Settings, CacheDataDescription) - Constructor for class org.hibernate.cache.impl.bridge.CollectionRegionAdapter
-
- CollectionRemoveAction - Class in org.hibernate.action
-
- CollectionRemoveAction(PersistentCollection, CollectionPersister, Serializable, boolean, SessionImplementor) - Constructor for class org.hibernate.action.CollectionRemoveAction
-
Removes a persistent collection from its loaded owner.
- CollectionRemoveAction(Object, CollectionPersister, Serializable, boolean, SessionImplementor) - Constructor for class org.hibernate.action.CollectionRemoveAction
-
Removes a persistent collection from a specified owner.
- CollectionReturn - Class in org.hibernate.loader.custom
-
Represents a return which names a collection role; it
is used in defining a custom query for loading an entity's
collection in non-fetching scenarios (i.e., loading the collection
itself as the "root" of the result).
- CollectionReturn(String, String, String, CollectionAliases, EntityAliases, LockMode) - Constructor for class org.hibernate.loader.custom.CollectionReturn
-
- collections - Variable in class org.hibernate.cfg.Configuration
-
- Collections - Class in org.hibernate.engine
-
Implements book-keeping for the collection persistence by reachability algorithm
- CollectionSecondPass - Class in org.hibernate.cfg
-
Collection second pass
- CollectionSecondPass(Mappings, Collection, Map) - Constructor for class org.hibernate.cfg.CollectionSecondPass
-
- CollectionSecondPass(Mappings, Collection) - Constructor for class org.hibernate.cfg.CollectionSecondPass
-
- CollectionStatistics - Interface in org.hibernate.stat
-
Collection related statistics
- CollectionStatisticsImpl - Class in org.hibernate.stat
-
Collection related statistics
- CollectionSubqueryFactory - Class in org.hibernate.hql
-
Provides the SQL for collection subqueries.
- collectionSuffixes - Variable in class org.hibernate.loader.JoinWalker
-
- collectionSuffixes - Variable in class org.hibernate.loader.OuterJoinLoader
-
- collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
-
- 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.EJB3NamingStrategy
-
- collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
-
- collectionTableName(String, String, String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
-
Return a collection table name ie an association having a join table
- CollectionType - Class in org.hibernate.type
-
A type that handles Hibernate PersistentCollections (including arrays).
- CollectionType(TypeFactory.TypeScope, String, String, boolean) - Constructor for class org.hibernate.type.CollectionType
-
- CollectionUpdateAction - Class in org.hibernate.action
-
- CollectionUpdateAction(PersistentCollection, CollectionPersister, Serializable, boolean, SessionImplementor) - Constructor for class org.hibernate.action.CollectionUpdateAction
-
- collectSelectExpressions() - Method in class org.hibernate.hql.ast.tree.SelectExpressionList
-
Returns an array of SelectExpressions gathered from the children of the given parent AST node.
- collectSqlStrings() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
- collectSqlStrings() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- collectSqlStrings() - Method in interface org.hibernate.hql.QueryTranslator
-
- COLON - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- COLON - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- COLON - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- COLUMN - Static variable in class org.hibernate.id.TableGenerator
-
The column parameter
- Column - Class in org.hibernate.mapping
-
A column of a relational database table
- Column() - Constructor for class org.hibernate.mapping.Column
-
- Column(String) - Constructor for class org.hibernate.mapping.Column
-
- COLUMN - Static variable in class org.hibernate.type.EnumType
-
- COLUMN_LABEL_EXTRACTOR - Static variable in interface org.hibernate.dialect.ColumnAliasExtractor
-
- COLUMN_NAME_EXTRACTOR - Static variable in interface org.hibernate.dialect.ColumnAliasExtractor
-
- COLUMN_REF - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
-
- COLUMN_REF - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
-
- ColumnAliasExtractor - Interface in org.hibernate.dialect
-
- ColumnCollectionAliases - Class in org.hibernate.loader.custom
-
CollectionAliases that uses columnnames instead of generated aliases.
- ColumnCollectionAliases(Map, SQLLoadableCollection) - Constructor for class org.hibernate.loader.custom.ColumnCollectionAliases
-
- columnDefinition() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
-
- columnDefinition() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
-
- ColumnEntityAliases - Class in org.hibernate.loader
-
EntityAliases that chooses the column names over the alias names.
- ColumnEntityAliases(Map, Loadable, String) - Constructor for class org.hibernate.loader.ColumnEntityAliases
-
- ColumnHelper - Class in org.hibernate.hql.ast.util
-
Provides utility methods for dealing with arrays of SQL column names.
- columnIterator() - Method in class org.hibernate.mapping.Constraint
-
- ColumnMapper - Interface in org.hibernate.sql.ordering.antlr
-
Contract for mapping a (an assumed) property reference to its columns.
- ColumnMetadata - Class in org.hibernate.tool.hbm2ddl
-
JDBC column metadata
- columnName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
-
Return the argument
- columnName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
-
- 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
-
- ColumnNameCache - Class in org.hibernate.engine.jdbc
-
Cache of column-name -> column-index resolutions
- ColumnNameCache(int) - Constructor for class org.hibernate.engine.jdbc.ColumnNameCache
-
- ColumnNameIterator() - Constructor for class org.hibernate.envers.configuration.metadata.MetadataTools.ColumnNameIterator
-
- Columns - Annotation Type in org.hibernate.annotations
-
Support an array of columns.
- columns() - Method in class org.hibernate.cfg.annotations.CustomizableColumns
-
- columns - Variable in class org.hibernate.cfg.FkSecondPass
-
- ColumnTransformer - Annotation Type in org.hibernate.annotations
-
Custom SQL expression used to read the value from and write a value to a column.
- ColumnTransformers - Annotation Type in org.hibernate.annotations
-
Plural annotation for @ColumnTransformer.
- 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
-
- COMMA - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
-
- COMMA - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
-
- commaBetweenParameters(String) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- commaBetweenParameters(String) - Method in class org.hibernate.hql.ast.SqlGenerator
-
- commit() - Method in class org.hibernate.ejb.transaction.JoinableCMTTransaction
-
- commit() - Method in class org.hibernate.ejb.TransactionImpl
-
- COMMIT - Static variable in class org.hibernate.FlushMode
-
- commit() - Method in class org.hibernate.testing.tm.SimpleJtaTransactionImpl
-
- commit() - Method in class org.hibernate.testing.tm.SimpleJtaTransactionManagerImpl
-
- commit() - Method in class org.hibernate.transaction.CMTTransaction
-
Flush the associated
Session and end the unit of work (unless
we are in
FlushMode.MANUAL
.
- commit() - Method in interface org.hibernate.Transaction
-
Flush the associated
Session and end the unit of work (unless
we are in
FlushMode.MANUAL
.
- commit() - Method in class org.hibernate.transaction.JDBCTransaction
-
Flush the associated
Session and end the unit of work (unless
we are in
FlushMode.MANUAL
.
- commit() - Method in class org.hibernate.transaction.JTATransaction
-
Flush the associated
Session and end the unit of work (unless
we are in
FlushMode.MANUAL
.
- commit() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
- commit() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
- commonCollectionMapperData - Variable in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
-
- CommonCollectionMapperData - Class in org.hibernate.envers.entities.mapper.relation
-
Data that is used by all collection mappers, regardless of the type.
- CommonCollectionMapperData(AuditEntitiesConfiguration, String, PropertyData, MiddleIdData, RelationQueryGenerator) - Constructor for class org.hibernate.envers.entities.mapper.relation.CommonCollectionMapperData
-
- commonRegistration() - Method in class org.hibernate.dialect.Cache71Dialect
-
- ComparableComparator - Class in org.hibernate.util
-
Delegates to Comparable
- ComparableComparator() - Constructor for class org.hibernate.util.ComparableComparator
-
- comparator - Variable in class org.hibernate.collection.PersistentSortedMap
-
- comparator() - Method in class org.hibernate.collection.PersistentSortedMap
-
- comparator - Variable in class org.hibernate.collection.PersistentSortedSet
-
- comparator() - Method in class org.hibernate.collection.PersistentSortedSet
-
- comparator() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
-
- comparator() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy
-
- compare(Object, Object) - Method in class org.hibernate.type.AbstractBynaryType
-
Deprecated.
- compare(Object, Object, EntityMode) - Method in class org.hibernate.type.AbstractBynaryType
-
Deprecated.
- compare(Object, Object, EntityMode) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- compare(Object, Object, EntityMode) - Method in class org.hibernate.type.AbstractType
-
- compare(Object, Object, EntityMode) - Method in class org.hibernate.type.AnyType
-
- 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) - Method in class org.hibernate.type.descriptor.java.IncomparableComparator
-
- compare(Locale, Locale) - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor.LocaleComparator
-
- compare(TimeZone, TimeZone) - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor.TimeZoneComparator
-
- compare(Object, Object, EntityMode) - Method in class org.hibernate.type.EntityType
-
Perform a
Comparator
style comparison between values
- compare(Object, Object, EntityMode) - Method in interface org.hibernate.type.Type
-
Perform a
Comparator
style comparison between values
- compare(Calendar, Calendar) - Method in class org.hibernate.util.CalendarComparator
-
- compare(Comparable, Comparable) - 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
-
- ComparisonPredicate - Class in org.hibernate.ejb.criteria.predicate
-
Models a basic relational comparison predicate.
- ComparisonPredicate(CriteriaBuilderImpl, ComparisonPredicate.ComparisonOperator, Expression<?>, Expression<?>) - Constructor for class org.hibernate.ejb.criteria.predicate.ComparisonPredicate
-
- ComparisonPredicate(CriteriaBuilderImpl, ComparisonPredicate.ComparisonOperator, Expression<?>, Object) - Constructor for class org.hibernate.ejb.criteria.predicate.ComparisonPredicate
-
- ComparisonPredicate(CriteriaBuilderImpl, ComparisonPredicate.ComparisonOperator, Expression<N>, Number) - Constructor for class org.hibernate.ejb.criteria.predicate.ComparisonPredicate
-
- ComparisonPredicate.ComparisonOperator - Enum in org.hibernate.ejb.criteria.predicate
-
Defines the comparison operators.
- compile(CriteriaQuery<T>) - Method in class org.hibernate.ejb.criteria.CriteriaQueryCompiler
-
- compile(Map, boolean) - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
Compile a "normal" query.
- compile(String, Map, boolean) - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
Compile a filter.
- compile(Map, boolean) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
Compile a "normal" query.
- compile(String, Map, boolean) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
Compile a filter.
- compile(String, Map, boolean) - Method in interface org.hibernate.hql.FilterTranslator
-
Compile a filter.
- compile(Map, boolean) - Method in interface org.hibernate.hql.QueryTranslator
-
Compile a "normal" query.
- complete() - Method in class org.hibernate.testing.junit.functional.ExecutionEnvironment
-
- completedTestSuite(TestSuite) - Method in interface org.hibernate.testing.junit.TestSuiteVisitor.Handler
-
- Component - Class in org.hibernate.mapping
-
The mapping for a component, composite element,
composite identifier, etc.
- Component(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.Component
-
- Component(Mappings, Component) - Constructor for class org.hibernate.mapping.Component
-
- Component(Mappings, Join) - Constructor for class org.hibernate.mapping.Component
-
- Component(Mappings, Collection) - Constructor for class org.hibernate.mapping.Component
-
- component(ComponentMetamodel) - Method in class org.hibernate.type.TypeFactory
-
- Component.StandardGenerationContextLocator - Class in org.hibernate.mapping
-
- Component.ValueGenerationPlan - Class in org.hibernate.mapping
-
- ComponentAuditedPropertiesReader - Class in org.hibernate.envers.configuration.metadata.reader
-
Reads the audited properties for components.
- ComponentAuditedPropertiesReader(ModificationStore, PersistentPropertiesSource, AuditedPropertiesHolder, GlobalConfiguration, ReflectionManager, String) - Constructor for class org.hibernate.envers.configuration.metadata.reader.ComponentAuditedPropertiesReader
-
- ComponentAuditingData - Class in org.hibernate.envers.configuration.metadata.reader
-
Audit mapping meta-data for component.
- ComponentAuditingData() - Constructor for class org.hibernate.envers.configuration.metadata.reader.ComponentAuditingData
-
- ComponentFromElementType(FromElement) - Constructor for class org.hibernate.hql.ast.tree.ComponentJoin.ComponentFromElementType
-
- componentIdType - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
-
- ComponentJoin - Class in org.hibernate.hql.ast.tree
-
Models an explicit join terminating at a component value (e.g.
- ComponentJoin(FromClause, FromElement, String, String, ComponentType) - Constructor for class org.hibernate.hql.ast.tree.ComponentJoin
-
- ComponentJoin.ComponentFromElementType - Class in org.hibernate.hql.ast.tree
-
- ComponentMetadataGenerator - Class in org.hibernate.envers.configuration.metadata
-
Generates metadata for components.
- ComponentMetamodel - Class in org.hibernate.tuple.component
-
Centralizes metamodel information about a component.
- ComponentMetamodel(Component) - Constructor for class org.hibernate.tuple.component.ComponentMetamodel
-
- ComponentPropertyHolder - Class in org.hibernate.cfg
-
Component implementation of property holder
- ComponentPropertyHolder(Component, String, PropertyData, PropertyHolder, Mappings) - Constructor for class org.hibernate.cfg.ComponentPropertyHolder
-
- ComponentPropertyMapper - Class in org.hibernate.envers.entities.mapper
-
- ComponentPropertyMapper(PropertyData, String) - Constructor for class org.hibernate.envers.entities.mapper.ComponentPropertyMapper
-
- ComponentTuplizer - Interface in org.hibernate.tuple.component
-
Defines further responsibilities regarding tuplization based on
a mapped components.
- ComponentTuplizerFactory - Class in org.hibernate.tuple.component
-
- ComponentTuplizerFactory() - Constructor for class org.hibernate.tuple.component.ComponentTuplizerFactory
-
- ComponentType - Class in org.hibernate.type
-
Handles "component" mappings
- ComponentType(TypeFactory.TypeScope, ComponentMetamodel) - Constructor for class org.hibernate.type.ComponentType
-
- CompositeCustomType - Class in org.hibernate.type
-
- CompositeCustomType(CompositeUserType) - Constructor for class org.hibernate.type.CompositeCustomType
-
- CompositeCustomType(CompositeUserType, String[]) - Constructor for class org.hibernate.type.CompositeCustomType
-
- CompositeElementPropertyMapping - Class in org.hibernate.persister.collection
-
- CompositeElementPropertyMapping(String[], String[], String[], String[], CompositeType, Mapping) - Constructor for class org.hibernate.persister.collection.CompositeElementPropertyMapping
-
- compositeIdClass - Variable in class org.hibernate.envers.entities.mapper.id.AbstractCompositeIdMapper
-
- CompositeMapperBuilder - Interface in org.hibernate.envers.entities.mapper
-
- CompositeNestedGeneratedValueGenerator - Class in org.hibernate.id
-
For composite identifiers, defines a number of "nested" generations that
need to happen to "fill" the identifier property(s).
- CompositeNestedGeneratedValueGenerator(CompositeNestedGeneratedValueGenerator.GenerationContextLocator) - Constructor for class org.hibernate.id.CompositeNestedGeneratedValueGenerator
-
- CompositeNestedGeneratedValueGenerator.GenerationContextLocator - Interface in org.hibernate.id
-
Contract for declaring how to locate the context for sub-value injection.
- CompositeNestedGeneratedValueGenerator.GenerationPlan - Interface in org.hibernate.id
-
Contract for performing the actual sub-value generation, usually injecting it into the
determined
context
- CompositeType - Interface in org.hibernate.type
-
Contract for value types to hold collections and have cascades, etc.
- CompositeUserType - Interface in org.hibernate.usertype
-
A UserType that may be dereferenced in a query.
- compoundExpr() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- CompoundPredicate - Class in org.hibernate.ejb.criteria.predicate
-
A compound predicate
is a grouping of other predicates
in order to convert
either a conjunction (logical AND) or a disjunction (logical OR).
- CompoundPredicate(CriteriaBuilderImpl, Predicate.BooleanOperator) - Constructor for class org.hibernate.ejb.criteria.predicate.CompoundPredicate
-
Constructs an empty conjunction or disjunction.
- CompoundPredicate(CriteriaBuilderImpl, Predicate.BooleanOperator, Expression<Boolean>...) - Constructor for class org.hibernate.ejb.criteria.predicate.CompoundPredicate
-
Constructs a conjunction or disjunction over the given expressions.
- CompoundPredicate(CriteriaBuilderImpl, Predicate.BooleanOperator, List<Expression<Boolean>>) - Constructor for class org.hibernate.ejb.criteria.predicate.CompoundPredicate
-
Constructs a conjunction or disjunction over the given expressions.
- CompoundSelectionImpl<X> - Class in org.hibernate.ejb.criteria.expression
-
The Hibernate implementation of the JPA CompoundSelection
contract.
- CompoundSelectionImpl(CriteriaBuilderImpl, Class<X>, List<Selection<?>>) - Constructor for class org.hibernate.ejb.criteria.expression.CompoundSelectionImpl
-
- concat(Expression<String>, Expression<String>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- concat(Expression<String>, String) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- concat(String, Expression<String>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- CONCAT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- CONCAT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- CONCAT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- concatenation() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- ConcatExpression - Class in org.hibernate.ejb.criteria.expression
-
A string concatenation.
- ConcatExpression(CriteriaBuilderImpl, Expression<String>, Expression<String>) - Constructor for class org.hibernate.ejb.criteria.expression.ConcatExpression
-
- ConcatExpression(CriteriaBuilderImpl, Expression<String>, String) - Constructor for class org.hibernate.ejb.criteria.expression.ConcatExpression
-
- ConcatExpression(CriteriaBuilderImpl, String, Expression<String>) - Constructor for class org.hibernate.ejb.criteria.expression.ConcatExpression
-
- 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.
- ConcurrentCollectionStatisticsImpl - Class in org.hibernate.stat
-
Collection related statistics
- ConcurrentEntityStatisticsImpl - Class in org.hibernate.stat
-
Entity related statistics
- 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).
- ConcurrentQueryStatisticsImpl - Class in org.hibernate.stat
-
Query statistics (HQL and SQL)
Note that for a cached query, the cache miss is equals to the db count
- ConcurrentReferenceHashMap<K,V> - Class in org.hibernate.envers.tools
-
An advanced hash table supporting configurable garbage collection semantics
of keys and values, optional referential-equality, full concurrency of
retrievals, and adjustable expected concurrency for updates.
- ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class org.hibernate.envers.tools.ConcurrentReferenceHashMap
-
Creates a new, empty map with the specified initial
capacity, reference types, load factor and concurrency level.
- ConcurrentReferenceHashMap(int, float, int) - Constructor for class org.hibernate.envers.tools.ConcurrentReferenceHashMap
-
Creates a new, empty map with the specified initial
capacity, load factor and concurrency level.
- ConcurrentReferenceHashMap(int, float) - Constructor for class org.hibernate.envers.tools.ConcurrentReferenceHashMap
-
Creates a new, empty map with the specified initial capacity
and load factor and with the default reference types (weak keys,
strong values), and concurrencyLevel (16).
- ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.hibernate.envers.tools.ConcurrentReferenceHashMap
-
Creates a new, empty map with the specified initial capacity,
reference types and with default load factor (0.75) and concurrencyLevel (16).
- ConcurrentReferenceHashMap(int) - Constructor for class org.hibernate.envers.tools.ConcurrentReferenceHashMap
-
Creates a new, empty map with the specified initial capacity,
and with default reference types (weak keys, strong values),
load factor (0.75) and concurrencyLevel (16).
- ConcurrentReferenceHashMap() - Constructor for class org.hibernate.envers.tools.ConcurrentReferenceHashMap
-
Creates a new, empty map with a default initial capacity (16),
reference types (weak keys, strong values), default
load factor (0.75) and concurrencyLevel (16).
- ConcurrentReferenceHashMap(Map<? extends K, ? extends V>) - Constructor for class org.hibernate.envers.tools.ConcurrentReferenceHashMap
-
Creates a new map with the same mappings as the given map.
- ConcurrentReferenceHashMap.Option - Enum in org.hibernate.envers.tools
-
- ConcurrentReferenceHashMap.ReferenceType - Enum in org.hibernate.envers.tools
-
An option specifying which Java reference type should be used to refer
to a key and/or value.
- ConcurrentSecondLevelCacheStatisticsImpl - Class in org.hibernate.stat
-
Second level cache statistics of a specific region
- ConcurrentStatisticsImpl - Class in org.hibernate.stat
-
- ConcurrentStatisticsImpl() - Constructor for class org.hibernate.stat.ConcurrentStatisticsImpl
-
- ConcurrentStatisticsImpl(SessionFactoryImplementor) - Constructor for class org.hibernate.stat.ConcurrentStatisticsImpl
-
- ConditionalParenthesisFunction - Class in org.hibernate.dialect.function
-
Essentially the same as
StandardSQLFunction
,
except that here the parentheses are not included when no arguments are given.
- ConditionalParenthesisFunction(String) - Constructor for class org.hibernate.dialect.function.ConditionalParenthesisFunction
-
- ConditionalParenthesisFunction(String, Type) - Constructor for class org.hibernate.dialect.function.ConditionalParenthesisFunction
-
- ConditionFragment - Class in org.hibernate.sql
-
- ConditionFragment() - Constructor for class org.hibernate.sql.ConditionFragment
-
- conditionList(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- CONFIG_PREFER_SEGMENT_PER_ENTITY - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
- configCache(Configuration) - Method in class org.hibernate.testing.cache.BaseCacheProviderTestCase
-
- configCache(Configuration) - Method in class org.hibernate.testing.cache.BaseCacheRegionFactoryTestCase
-
- configCache(Configuration) - Method in class org.hibernate.testing.cache.BaseCacheTestCase
-
- ConfigHelper - Class in org.hibernate.util
-
A simple class to centralize logic needed to locate config files on the system.
- Configurable - Interface in org.hibernate.exception
-
The Configurable interface defines the contract for SQLExceptionConverter impls that
want to be configured prior to usage given the currently defined Hibernate properties.
- Configurable - Interface in org.hibernate.id
-
An IdentifierGenerator that supports "configuration".
- Configuration - Class in org.hibernate.cfg
-
An instance of Configuration allows the application
to specify properties and mapping documents to be used when
creating a SessionFactory.
- Configuration(SettingsFactory) - Constructor for class org.hibernate.cfg.Configuration
-
- Configuration() - Constructor for class org.hibernate.cfg.Configuration
-
- Configuration.MappingsImpl - Class in org.hibernate.cfg
-
- Configuration.MetadataSourceQueue - Class in org.hibernate.cfg
-
- CONFIGURATION_JNDI_NAME - Static variable in class org.hibernate.ejb.AvailableSettings
-
Consider this as experimental
It is not recommended to set up this property, the configuration is stored
in the JNDI in a serialized form
- ConfigurationHelper - Class in org.hibernate.ejb.util
-
- ConfigurationHelper() - Constructor for class org.hibernate.ejb.util.ConfigurationHelper
-
- configure() - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- configure(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- configure(URL) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- configure(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- configure(Document) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- 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 class org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
-
- configure(PersistenceMetadata, Map) - Method in class org.hibernate.ejb.Ejb3Configuration
-
create a factory from a parsed persistence.xml
Especially the scanning of classes and additional jars is done already at this point.
- configure(String, Map) - Method in class org.hibernate.ejb.Ejb3Configuration
-
Build the configuration from an entity manager name and given the
appropriate extra properties.
- configure(PersistenceUnitInfo, Map) - Method in class org.hibernate.ejb.Ejb3Configuration
-
Process configuration from a PersistenceUnitInfo object; typically called by the container
via PersistenceProvider.createContainerEntityManagerFactory(javax.persistence.spi.PersistenceUnitInfo, java.util.Map)
.
- configure(String) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- configure() - Method in class org.hibernate.ejb.EventListenerConfigurator
-
- configure(Configuration, ReflectionManager, GlobalConfiguration, AuditEntitiesConfiguration, AuditStrategy, Document, Element) - Method in class org.hibernate.envers.configuration.EntitiesConfigurator
-
- configure(Configuration, ReflectionManager) - Method in class org.hibernate.envers.configuration.RevisionInfoConfiguration
-
- configure(Properties) - Method in interface org.hibernate.exception.Configurable
-
Configure the component, using the given settings and properties.
- configure(Type, Properties, Dialect) - Method in class org.hibernate.id.Assigned
-
- configure(Type, Properties, Dialect) - Method in interface org.hibernate.id.Configurable
-
Configure this instance, given the value of parameters
specified by the user as <param> elements.
- configure(Type, Properties, Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Configure this instance, given the value of parameters
specified by the user as <param> elements.
- configure(Type, Properties, Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
-
Configure this instance, given the value of parameters
specified by the user as <param> elements.
- configure(Type, Properties, Dialect) - Method in class org.hibernate.id.ForeignGenerator
-
Configure this instance, given the value of parameters
specified by the user as <param> elements.
- 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.UUIDGenerator
-
- configure(Type, Properties, Dialect) - Method in class org.hibernate.id.UUIDHexGenerator
-
Configure this instance, given the value of parameters
specified by the user as <param> elements.
- configure(Configuration) - Method in class org.hibernate.testing.cache.BaseCacheTestCase
-
- configure(Configuration) - Method in class org.hibernate.testing.junit.functional.annotations.HibernateTestCase
-
- configure(Configuration) - Method in interface org.hibernate.testing.junit.functional.ExecutionEnvironment.Settings
-
- configure(Configuration) - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- configure(Properties) - Method in class org.hibernate.testing.tm.ConnectionProviderImpl
-
- configure(Properties) - Method in class org.hibernate.transaction.CMTTransactionFactory
-
- configure(Properties) - Method in class org.hibernate.transaction.JDBCTransactionFactory
-
Configure from the given properties.
- configure(Properties) - Method in class org.hibernate.transaction.JTATransactionFactory
-
Configure this transaction factory.
- configure(Properties) - Method in interface org.hibernate.transaction.TransactionFactory
-
Configure from the given properties.
- Conjunction - Class in org.hibernate.criterion
-
- Conjunction() - Constructor for class org.hibernate.criterion.Conjunction
-
- conjunction() - Static method in class org.hibernate.criterion.Restrictions
-
Group expressions together in a single conjunction (A and B and C...)
- conjunction() - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- conjunction() - Static method in class org.hibernate.envers.query.AuditEntity
-
Group criterions together in a single conjunction (A and B and C...).
- connect() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- connect() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- connect() - Method in interface org.hibernate.stat.StatisticsImplementor
-
- connection() - Method in interface org.hibernate.engine.SessionImplementor
-
- connection() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- connection() - Method in class org.hibernate.impl.SessionImpl
-
- connection() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- connection() - Method in class org.hibernate.jdbc.JDBCContext
-
- connection() - Method in interface org.hibernate.Session
-
- connection() - Method in interface org.hibernate.StatelessSession
-
Returns the current JDBC connection associated with this
instance.
If the session is using aggressive connection release (as in a
CMT environment), it is the application's responsibility to
close the connection returned by this call.
- CONNECTION_PREFIX - Static variable in class org.hibernate.cfg.Environment
-
prefix for arbitrary JDBC connection properties
- CONNECTION_PROVIDER - Static variable in class org.hibernate.cfg.Environment
-
ConnectionProvider implementor to use when obtaining connections
- connectionCleanedUp() - Method in interface org.hibernate.jdbc.ConnectionManager.Callback
-
- connectionCleanedUp() - Method in class org.hibernate.jdbc.JDBCContext
-
- ConnectionManager - Class in org.hibernate.jdbc
-
Encapsulates JDBC Connection management logic needed by Hibernate.
- ConnectionManager(SessionFactoryImplementor, ConnectionManager.Callback, ConnectionReleaseMode, Connection, Interceptor) - Constructor for class org.hibernate.jdbc.ConnectionManager
-
Constructs a ConnectionManager.
- ConnectionManager.Callback - Interface in org.hibernate.jdbc
-
- connectionOpened() - Method in interface org.hibernate.jdbc.ConnectionManager.Callback
-
- connectionOpened() - Method in class org.hibernate.jdbc.JDBCContext
-
- ConnectionProvider - Interface in org.hibernate.connection
-
A strategy for obtaining JDBC connections.
- ConnectionProviderFactory - Class in org.hibernate.connection
-
Instantiates a connection provider given either System properties or
a java.util.Properties instance.
- ConnectionProviderImpl - Class in org.hibernate.testing.tm
-
- ConnectionProviderImpl() - Constructor for class org.hibernate.testing.tm.ConnectionProviderImpl
-
- ConnectionReleaseMode - Class in org.hibernate
-
Defines the various policies by which Hibernate might release its underlying
JDBC connection.
- ConnectionWrapper - Interface in org.hibernate.jdbc
-
Interface implemented by JDBC connection wrappers in order to give
access to the underlying wrapped connection.
- constant() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- constant(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- CONSTANT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- CONSTANT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- constant(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- CONSTANT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- Constraint - Class in org.hibernate.mapping
-
A relational constraint.
- Constraint() - Constructor for class org.hibernate.mapping.Constraint
-
- ConstraintViolationException - Exception in org.hibernate.exception
-
Implementation of JDBCException indicating that the requested DML operation
resulted in a violation of a defined integrity constraint.
- ConstraintViolationException(String, SQLException, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
-
- ConstraintViolationException(String, SQLException, String, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
-
- construct(Class<Y>, Selection<?>...) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- construct(Class<Y>, List<Selection<?>>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- constructDefaultTuplizer(EntityMode, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
-
Construct am instance of the default tuplizer for the given entity-mode.
- constructDefaultTuplizer(EntityMode, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
-
Construct am instance of the default tuplizer for the given entity-mode.
- constructDialect(String) - Static method in class org.hibernate.dialect.resolver.DialectFactory
-
Returns a dialect instance given the name of the class to use.
- constructor(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- CONSTRUCTOR - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- CONSTRUCTOR - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- CONSTRUCTOR - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- ConstructorNode - Class in org.hibernate.hql.ast.tree
-
Represents a constructor (new) in a SELECT.
- ConstructorNode() - Constructor for class org.hibernate.hql.ast.tree.ConstructorNode
-
- constructTuplizer(String, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
-
Construct an instance of the given tuplizer class.
- constructTuplizer(Class<? extends ComponentTuplizer>, 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<? extends EntityTuplizer>, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
-
Construct an instance of the given tuplizer class.
- consumeIdentifier(ResultSet) - Method in interface org.hibernate.id.ResultSetIdentifierConsumer
-
Given a result set, consume/extract the necessary values and construct an
appropriate identifier value.
- consumesCollectionAlias() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
- consumesCollectionAlias() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- consumesCollectionAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- consumesCollectionAlias() - Method in interface org.hibernate.persister.entity.Joinable
-
Very, very, very ugly...
- consumesEntityAlias() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
- consumesEntityAlias() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- consumesEntityAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- consumesEntityAlias() - Method in interface org.hibernate.persister.entity.Joinable
-
Very, very, very ugly...
- contains(Object) - Method in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
-
- contains(Object) - Method in interface org.hibernate.cache.Region
-
Determine whether this region contains data for the given key.
- 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.ejb.AbstractEntityManagerImpl
-
- contains(String) - Method in interface org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesHolder
-
- contains(String) - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
-
- contains(String) - Method in class org.hibernate.envers.configuration.metadata.reader.ComponentAuditingData
-
- contains(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
-
- contains(String, Number, Object) - Method in class org.hibernate.envers.reader.FirstLevelCache
-
- contains(Object) - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
-
Legacy method testing if some key maps into the specified value
in this table.
- contains(Object) - Method in class org.hibernate.impl.SessionImpl
-
- contains(Object) - Method in interface org.hibernate.Session
-
Check if this instance is associated with this Session.
- contains(Object, Object, SessionImplementor) - Method in class org.hibernate.type.CollectionType
-
- contains(Object, Object, SessionImplementor) - Method in class org.hibernate.type.CustomCollectionType
-
- contains(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
-
Optional operation.
- contains(Object) - Method in class org.hibernate.util.IdentitySet
-
- containsAll(Collection) - Method in class org.hibernate.collection.PersistentBag
-
- containsAll(Collection) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- containsAll(Collection) - Method in class org.hibernate.collection.PersistentList
-
- containsAll(Collection) - Method in class org.hibernate.collection.PersistentSet
-
- containsAll(Collection<?>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
-
- 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(String, Serializable) - Method in interface org.hibernate.Cache
-
Determine whether the cache contains data for the given collection.
- containsCollection(PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
-
Is the given collection associated with this persistence context?
- containsCollection(PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- containsCollectionFetches() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
- containsCollectionFetches() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- containsCollectionFetches() - Method in interface org.hibernate.hql.QueryTranslator
-
Does the translated query contain collection fetches?
- containsColumn(Column) - Method in class org.hibernate.mapping.Constraint
-
- containsColumn(Column) - Method in class org.hibernate.mapping.DenormalizedTable
-
- containsColumn(Column) - Method in class org.hibernate.mapping.Index
-
- containsColumn(Column) - Method in class org.hibernate.mapping.Table
-
- containsEntity(Class, Serializable) - Method in interface org.hibernate.Cache
-
Determine whether the cache contains data for the given entity "instance".
- containsEntity(String, Serializable) - Method in interface org.hibernate.Cache
-
Determine whether the cache contains data for the given entity "instance".
- 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
-
- containsEntityName(Object, Number, Object) - Method in class org.hibernate.envers.reader.FirstLevelCache
-
- containsFetchProfileDefinition(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- containsFetchProfileDefinition(String) - Method in class org.hibernate.jmx.SessionFactoryStub
-
- containsFetchProfileDefinition(String) - Method in interface org.hibernate.SessionFactory
-
Determine if this session factory contains a fetch profile definition
registered under the given name.
- containsKey(Object) - Method in class org.hibernate.collection.PersistentMap
-
- containsKey(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
-
- containsKey(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
-
- containsKey(Object) - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
-
Tests if the specified object is a key in this table.
- containsKey(Object) - Method in class org.hibernate.proxy.map.MapProxy
-
- 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
-
- containsQuery(String) - Method in interface org.hibernate.Cache
-
Determine whether the cache contains data for the given query.
- 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.envers.entities.mapper.relation.lazy.proxy.MapProxy
-
- containsValue(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
-
- containsValue(Object) - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class org.hibernate.proxy.map.MapProxy
-
- containsValue(Object) - Method in class org.hibernate.util.IdentityMap
-
- containsWork() - Method in class org.hibernate.envers.synchronization.work.AddWorkUnit
-
- containsWork() - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
-
- containsWork() - Method in class org.hibernate.envers.synchronization.work.CollectionChangeWorkUnit
-
- containsWork() - Method in class org.hibernate.envers.synchronization.work.DelWorkUnit
-
- containsWork() - Method in class org.hibernate.envers.synchronization.work.FakeBidirectionalRelationWorkUnit
-
- containsWork() - Method in class org.hibernate.envers.synchronization.work.ModWorkUnit
-
- containsWork() - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
-
- content() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- content() - Method in class org.hibernate.tuple.ElementWrapper
-
- context - Variable in class org.hibernate.sql.ordering.antlr.OrderByFragmentTranslator
-
- ContextualLobCreator - Class in org.hibernate.engine.jdbc
-
LobCreator
implementation using contextual creation against the JDBC
Connection
class's LOB creation
methods.
- ContextualLobCreator(LobCreationContext) - Constructor for class org.hibernate.engine.jdbc.ContextualLobCreator
-
- convert(SQLException) - Method in class org.hibernate.dialect.resolver.BasicSQLExceptionConverter
-
Perform a conversion.
- convert(HibernateException) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
Converts a Hibernate-specific exception into a JPA-specified exception; note that the JPA sepcification makes use
of exceptions outside its exception hierarchy, though they are all runtime exceptions.
- convert(RuntimeException) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- convert(HibernateException, LockOptions) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
Converts a Hibernate-specific exception into a JPA-specified exception; note that the JPA sepcification makes use
of exceptions outside its exception hierarchy, though they are all runtime exceptions.
- convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.BigDecimalValueHandler
-
- convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.BigIntegerValueHandler
-
- convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.ByteValueHandler
-
- convert(Object, Class<T>) - Static method in class org.hibernate.ejb.criteria.ValueHandlerFactory
-
Convert the given value into the specified target type.
- convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.DoubleValueHandler
-
- convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.FloatValueHandler
-
- convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.IntegerValueHandler
-
- convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.LongValueHandler
-
- convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.NoOpValueHandler
-
- convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.ShortValueHandler
-
- convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.StringValueHandler
-
- convert(Object) - Method in interface org.hibernate.ejb.criteria.ValueHandlerFactory.ValueHandler
-
- convert(HibernateException, LockOptions) - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor
-
Converts a Hibernate-specific exception into a JPA-specified exception; note that the JPA sepcification makes use
of exceptions outside its exception hierarchy, though they are all runtime exceptions.
- convert(HibernateException) - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor
-
Converts a Hibernate-specific exception into a JPA-specified exception; note that the JPA sepcification makes use
of exceptions outside its exception hierarchy, though they are all runtime exceptions.
- convert(SQLException, String, String) - Method in class org.hibernate.exception.CacheSQLStateConverter
-
Convert the given SQLException into Hibernate's JDBCException hierarchy.
- convert(SQLExceptionConverter, SQLException, String) - Static method in class org.hibernate.exception.JDBCExceptionHelper
-
Converts the given SQLException into Hibernate's JDBCException hierarchy, as well as performing
appropriate logging.
- convert(SQLExceptionConverter, SQLException, String, String) - Static method in class org.hibernate.exception.JDBCExceptionHelper
-
Converts the given SQLException into Hibernate's JDBCException hierarchy, as well as performing
appropriate logging.
- convert(SQLException, String, String) - Method in interface org.hibernate.exception.SQLExceptionConverter
-
Convert the given SQLException into Hibernate's JDBCException hierarchy.
- convert(SQLException, String, String) - Method in class org.hibernate.exception.SQLStateConverter
-
Convert the given SQLException into Hibernate's JDBCException hierarchy.
- convert(RecognitionException) - Static method in exception org.hibernate.hql.ast.QuerySyntaxException
-
- convert(RecognitionException, String) - Static method in exception org.hibernate.hql.ast.QuerySyntaxException
-
- ConvertFunction - Class in org.hibernate.dialect.function
-
A Caché defintion of a convert function.
- ConvertFunction() - Constructor for class org.hibernate.dialect.function.ConvertFunction
-
- convertToFirstRowValue(int) - Method in class org.hibernate.dialect.DB2Dialect
-
DB2 does have a one-based offset, however this was actually already handled in the limit string building
(the '?+1' bit).
- convertToFirstRowValue(int) - Method in class org.hibernate.dialect.Dialect
-
Hibernate APIs explicitly state that setFirstResult() should be a zero-based offset.
- convertToFirstRowValue(int) - Method in class org.hibernate.dialect.SQLServer2005Dialect
-
- coordinateSharedCacheCleanup(SessionImplementor) - Method in class org.hibernate.engine.query.NativeSQLQueryPlan
-
- coordinateSharedCacheCleanup(SessionImplementor) - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
-
- copy(InputStream, OutputStream) - Static method in class org.hibernate.engine.jdbc.StreamUtils
-
- copy(InputStream, OutputStream, int) - Static method in class org.hibernate.engine.jdbc.StreamUtils
-
- copy(Reader, Writer) - Static method in class org.hibernate.engine.jdbc.StreamUtils
-
- copy(Reader, Writer, int) - Static method in class org.hibernate.engine.jdbc.StreamUtils
-
- copy() - Method in class org.hibernate.engine.JoinSequence
-
- copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
-
- copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
-
- copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
-
- copy() - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Make a copy of this holder.
- copy(LockOptions, LockOptions) - Static method in class org.hibernate.LockOptions
-
Shallow copy From to Dest
- 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
-
- CopyIdentifierComponentSecondPass - Class in org.hibernate.cfg
-
- CopyIdentifierComponentSecondPass(Component, String, Ejb3JoinColumn[], Mappings) - Constructor for class org.hibernate.cfg.CopyIdentifierComponentSecondPass
-
- copyReferencedStructureAndCreateDefaultJoinColumns(PersistentClass, Iterator, SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- 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
-
- correlate(Root<Y>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
- correlate(Join<X, Y>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
- correlate(CollectionJoin<X, Y>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
- correlate(SetJoin<X, Y>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
- correlate(ListJoin<X, Y>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
- correlate(MapJoin<X, K, V>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
- correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.ejb.criteria.CollectionJoinImplementor
-
- correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.ejb.criteria.FromImplementor
-
- correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.ejb.criteria.JoinImplementor
-
- correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.ejb.criteria.ListJoinImplementor
-
- correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.ejb.criteria.MapJoinImplementor
-
- correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
- correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.ejb.criteria.path.AbstractJoinImpl
-
- correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.ejb.criteria.path.CollectionAttributeJoin
-
- correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.ejb.criteria.path.ListAttributeJoin
-
- correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.ejb.criteria.path.MapAttributeJoin
-
- correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.ejb.criteria.path.RootImpl
-
- correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.ejb.criteria.path.SetAttributeJoin
-
- correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.ejb.criteria.path.SingularAttributeJoin
-
- correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.ejb.criteria.SetJoinImplementor
-
- CorrelationJoinScope() - Constructor for class org.hibernate.ejb.criteria.path.AbstractFromImpl.CorrelationJoinScope
-
- count(String) - Static method in class org.hibernate.criterion.Projections
-
A property value count
- count() - Method in class org.hibernate.criterion.Property
-
- count(Expression<?>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- COUNT(CriteriaBuilderImpl, Expression<?>, boolean) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.COUNT
-
- COUNT - Static variable in class org.hibernate.engine.ExecuteUpdateResultCheckStyle
-
Perform row-count checking.
- count(String) - Method in class org.hibernate.envers.query.criteria.AuditId
-
Projection counting the values
TODO: idPropertyName isn't needed, should be read from the configuration
- count() - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Projection counting the values
- count(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- COUNT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- COUNT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- count(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- COUNT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- countCollectionPersisters(List) - Static method in class org.hibernate.loader.JoinWalker
-
Count the number of instances of Joinable which are actually
also instances of PersistentCollection which are being fetched
by outer join
- countDistinct(String) - Static method in class org.hibernate.criterion.Projections
-
A distinct property value count
- countDistinct(Expression<?>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- countDistinct() - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Projection counting distinct values
- 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
-
- CountFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.CountFunction
-
- CountNode - Class in org.hibernate.hql.ast.tree
-
Represents a COUNT expression in a select.
- CountNode() - Constructor for class org.hibernate.hql.ast.tree.CountNode
-
- CountProjection - Class in org.hibernate.criterion
-
A count
- CountProjection(String) - Constructor for class org.hibernate.criterion.CountProjection
-
- countSubclassProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- countSubclassProperties() - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
How many properties are there, for this class and all subclasses?
- countTrue(boolean[]) - Static method in class org.hibernate.util.ArrayHelper
-
- countUnquoted(String, char) - Static method in class org.hibernate.util.StringHelper
-
- create(Class, String[], String[], Class[]) - Static method in class org.hibernate.bytecode.javassist.BulkAccessor
-
Creates a new instance of BulkAccessor
.
- create(Class) - Static method in class org.hibernate.bytecode.javassist.FastClass
-
- create(Object) - Static method in class org.hibernate.criterion.Example
-
Create a new instance, which includes all non-null properties
by default
- create() - Method in class org.hibernate.criterion.ProjectionList
-
- create(AbstractManagedType<X>, Type<E>, Class<C>, Type<K>) - Static method in class org.hibernate.ejb.metamodel.PluralAttributeImpl
-
- 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
-
- 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, int, Criterion) - 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, int, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
-
- createAlias(String, String) - Method in class org.hibernate.impl.CriteriaImpl
-
- createAlias(String, String, int) - Method in class org.hibernate.impl.CriteriaImpl
-
- createAlias(String, String, int, Criterion) - Method in class org.hibernate.impl.CriteriaImpl
-
- createAlias(String, String) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- createAlias(String, String, int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- createAlias(String, String, int, Criterion) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- 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, LoadQueryInfluencers) - Static method in class org.hibernate.loader.collection.BatchingCollectionInitializer
-
- createBatchingEntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Static method in class org.hibernate.loader.entity.BatchingEntityLoader
-
- createBatchingEntityLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Static method in class org.hibernate.loader.entity.BatchingEntityLoader
-
- createBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - 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() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
-
Create the basic contextual BLOB reference.
- createBlob(byte[]) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
-
Create a BLOB reference encapsulating the given byte array.
- createBlob(InputStream, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
-
Create a BLOB reference encapsulating the given binary stream.
- createBlob(byte[]) - Method in interface org.hibernate.engine.jdbc.LobCreator
-
Create a BLOB reference encapsulating the given byte array.
- createBlob(InputStream, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
-
Create a BLOB reference encapsulating the given binary stream.
- createBlob(byte[]) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
-
Create a BLOB reference encapsulating the given byte array.
- createBlob(InputStream, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
-
Create a BLOB reference encapsulating the given binary stream.
- createBlob(byte[]) - Static method in class org.hibernate.Hibernate
-
- createBlob(byte[], Session) - Static method in class org.hibernate.Hibernate
-
- createBlob(InputStream, int) - Static method in class org.hibernate.Hibernate
-
- createBlob(InputStream, long) - Static method in class org.hibernate.Hibernate
-
- createBlob(InputStream, long, Session) - Static method in class org.hibernate.Hibernate
-
- createBlob(InputStream) - Static method in class org.hibernate.Hibernate
-
- createBlob(byte[]) - Method in interface org.hibernate.LobHelper
-
Create a new
Blob
from bytes.
- createBlob(InputStream, long) - Method in interface org.hibernate.LobHelper
-
Create a new
Blob
from stream data.
- createCaseFragment() - Method in class org.hibernate.dialect.DerbyDialect
-
Return the case statement modified for Cloudscape.
- createCaseFragment() - Method in class org.hibernate.dialect.Dialect
-
Create a
CaseFragment
strategy responsible
for handling this dialect's variations in how CASE statements are
handled.
- createCaseFragment() - Method in class org.hibernate.dialect.MckoiDialect
-
- createCaseFragment() - Method in class org.hibernate.dialect.Oracle8iDialect
-
Map case support to the Oracle DECODE function.
- createCaseFragment() - Method in class org.hibernate.dialect.Oracle9iDialect
-
- createCaseFragment() - Method in class org.hibernate.dialect.OracleDialect
-
Deprecated.
- createCaseFragment() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- createCaseFragment() - Method in class org.hibernate.dialect.SAPDBDialect
-
- createClassicHolderInstantiator(Constructor, ResultTransformer) - Static method in class org.hibernate.hql.HolderInstantiator
-
- createClassPersister(PersistentClass, EntityRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Static method in class org.hibernate.persister.PersisterFactory
-
- createClassProperties(Element, PersistentClass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
-
- createClassProperties(Element, PersistentClass, Mappings, Map, UniqueKey, boolean, boolean, boolean) - Static method in class org.hibernate.cfg.HbmBinder
-
- createClob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
-
Create the basic contextual CLOB reference.
- createClob(String) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
-
Create a CLOB reference encapsulating the given String data.
- createClob(Reader, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
-
Create a CLOB reference encapsulating the given character data.
- createClob(String) - Method in interface org.hibernate.engine.jdbc.LobCreator
-
Create a CLOB reference encapsulating the given String data.
- createClob(Reader, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
-
Create a CLOB reference encapsulating the given character data.
- createClob(String) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
-
Create a CLOB reference encapsulating the given String data.
- createClob(Reader, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
-
Create a CLOB reference encapsulating the given character data.
- createClob(String) - Static method in class org.hibernate.Hibernate
-
- createClob(String, Session) - Static method in class org.hibernate.Hibernate
-
- createClob(Reader, int) - Static method in class org.hibernate.Hibernate
-
- createClob(Reader, long) - Static method in class org.hibernate.Hibernate
-
- createClob(Reader, long, Session) - Static method in class org.hibernate.Hibernate
-
- createClob(String) - Method in interface org.hibernate.LobHelper
-
Create a new
Clob
from content
- createClob(Reader, long) - Method in interface org.hibernate.LobHelper
-
Create a new
Clob
from character reader.
- createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.ArrayBinder
-
- createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.BagBinder
-
- createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.IdBagBinder
-
- createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.ListBinder
-
- createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.MapBinder
-
- createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.PrimitiveArrayBinder
-
- createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.SetBinder
-
- createCollectionInitializer(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- createCollectionInitializer(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
Create the CollectionLoader
- createCollectionInitializer(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.OneToManyPersister
-
Create the OneToManyLoader
- createCollectionJoinSequence(QueryableCollection, String) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
-
Create a join sequence rooted at the given collection.
- createCollectionPersister(Configuration, Collection, CollectionRegionAccessStrategy, SessionFactoryImplementor) - Static method in class org.hibernate.persister.PersisterFactory
-
- createCollectionSubquery(JoinSequence, Map, String[]) - Static method in class org.hibernate.hql.CollectionSubqueryFactory
-
- createComponent(PropertyHolder, PropertyData, boolean, boolean, Mappings) - Static method in class org.hibernate.cfg.AnnotationBinder
-
- createComponentJoin(ComponentType) - Method in class org.hibernate.hql.ast.tree.FromElementFactory
-
- createComponentPrefix(String) - Static method in class org.hibernate.envers.tools.MappingTools
-
- createConnectionProvider(Properties) - Method in class org.hibernate.cfg.SettingsFactory
-
- createConnectionProvider(Properties) - Method in class org.hibernate.ejb.InjectionSettingsFactory
-
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.ejb.HibernatePersistence
-
Create an entity manager factory from the given persistence unit info, using the specified
properties (they override any on the PUI).
- 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
-
- createCorrelationDelegate() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
-
- createCorrelationDelegate() - Method in class org.hibernate.ejb.criteria.path.CollectionAttributeJoin
-
- createCorrelationDelegate() - Method in class org.hibernate.ejb.criteria.path.ListAttributeJoin
-
- createCorrelationDelegate() - Method in class org.hibernate.ejb.criteria.path.MapAttributeJoin
-
- createCorrelationDelegate() - Method in class org.hibernate.ejb.criteria.path.RootImpl
-
- createCorrelationDelegate() - Method in class org.hibernate.ejb.criteria.path.SetAttributeJoin
-
- createCorrelationDelegate() - Method in class org.hibernate.ejb.criteria.path.SingularAttributeJoin
-
- createCriteria(String) - Method in interface org.hibernate.Criteria
-
Create a new Criteria, "rooted" at the associated entity.
- createCriteria(String, int) - Method in interface org.hibernate.Criteria
-
Create a new Criteria, "rooted" at the associated entity, using the
specified join type.
- createCriteria(String, String) - Method in interface org.hibernate.Criteria
-
Create a new Criteria, "rooted" at the associated entity,
assigning the given alias.
- createCriteria(String, String, int) - Method in interface org.hibernate.Criteria
-
Create a new Criteria, "rooted" at the associated entity,
assigning the given alias and using the specified join type.
- createCriteria(String, String, int, Criterion) - Method in interface org.hibernate.Criteria
-
Create a new Criteria, "rooted" at the associated entity,
assigning the given alias and using the specified join type.
- createCriteria(String, String) - Method in class org.hibernate.criterion.DetachedCriteria
-
- createCriteria(String) - Method in class org.hibernate.criterion.DetachedCriteria
-
- createCriteria(String, int) - Method in class org.hibernate.criterion.DetachedCriteria
-
- createCriteria(String, String, int) - Method in class org.hibernate.criterion.DetachedCriteria
-
- createCriteria(String, String, int, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
-
- createCriteria(String) - Method in class org.hibernate.impl.CriteriaImpl
-
- createCriteria(String, int) - Method in class org.hibernate.impl.CriteriaImpl
-
- createCriteria(String, String) - Method in class org.hibernate.impl.CriteriaImpl
-
- createCriteria(String, String, int) - Method in class org.hibernate.impl.CriteriaImpl
-
- createCriteria(String, String, int, Criterion) - Method in class org.hibernate.impl.CriteriaImpl
-
- createCriteria(String) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- createCriteria(String, int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- createCriteria(String, String) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- createCriteria(String, String, int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- createCriteria(String, String, int, Criterion) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- createCriteria(Class, String) - Method in class org.hibernate.impl.SessionImpl
-
- createCriteria(String, String) - Method in class org.hibernate.impl.SessionImpl
-
- createCriteria(Class) - Method in class org.hibernate.impl.SessionImpl
-
- createCriteria(String) - Method in class org.hibernate.impl.SessionImpl
-
- createCriteria(Class, String) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- createCriteria(String, String) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- createCriteria(Class) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- createCriteria(String) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- createCriteria(Class) - Method in interface org.hibernate.Session
-
Create a new Criteria instance, for the given entity class,
or a superclass of an entity class.
- createCriteria(Class, String) - Method in interface org.hibernate.Session
-
Create a new Criteria instance, for the given entity class,
or a superclass of an entity class, with the given alias.
- createCriteria(String) - Method in interface org.hibernate.Session
-
Create a new Criteria instance, for the given entity name.
- createCriteria(String, String) - Method in interface org.hibernate.Session
-
Create a new Criteria instance, for the given entity name,
with the given alias.
- createCriteria(Class) - Method in interface org.hibernate.StatelessSession
-
Create a new Criteria instance, for the given entity class,
or a superclass of an entity class.
- createCriteria(Class, String) - Method in interface org.hibernate.StatelessSession
-
Create a new Criteria instance, for the given entity class,
or a superclass of an entity class, with the given alias.
- createCriteria(String) - Method in interface org.hibernate.StatelessSession
-
Create a new Criteria instance, for the given entity name.
- createCriteria(String, String) - Method in interface org.hibernate.StatelessSession
-
Create a new Criteria instance, for the given entity name,
with the given alias.
- createDOMReader() - Method in class org.hibernate.util.XMLHelper
-
Create a dom4j DOMReader
- createEntity(Document, AuditTableData, String) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
- createEntityLoader(LockMode, LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- createEntityLoader(LockOptions, LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- createEntityLoader(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- createEntityManager() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
-
- createEntityManager(Map) - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
-
- createEntityManagerFactory(Map) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- createEntityManagerFactory() - Method in class org.hibernate.ejb.Ejb3Configuration
-
Deprecated.
- createEntityManagerFactory(String, Map) - Method in class org.hibernate.ejb.HibernatePersistence
-
Get an entity manager factory by its entity manager name, using the specified
properties (they override any found in the peristence.xml file).
- createEntityManagerFactory(Map) - Method in class org.hibernate.ejb.HibernatePersistence
-
Deprecated.
- createExtendedMappings() - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- createFailureExpectedSuite(Class) - Static method in class org.hibernate.testing.junit.UnitTestCase
-
Supports easy creation of TestSuites where a subclass' "FailureExpected"
version of a base test is included in the suite, while the base test
is excluded.
- createFilter(Object, String) - Method in class org.hibernate.impl.SessionImpl
-
- createFilter(Object, String) - Method in interface org.hibernate.Session
-
Create a new instance of Query for the given collection and filter string.
- createFilterKeys(Map, EntityMode) - Static method in class org.hibernate.cache.FilterKey
-
- createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.ASTQueryTranslatorFactory
-
- createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.classic.ClassicQueryTranslatorFactory
-
- createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in interface org.hibernate.hql.QueryTranslatorFactory
-
Construct a
FilterTranslator
instance capable of translating
an HQL filter string.
- createForeignKey() - Method in class org.hibernate.mapping.Collection
-
- createForeignKey() - Method in class org.hibernate.mapping.Join
-
- createForeignKey() - Method in class org.hibernate.mapping.ManyToOne
-
- createForeignKey() - Method in class org.hibernate.mapping.OneToMany
-
- createForeignKey() - Method in class org.hibernate.mapping.OneToOne
-
- createForeignKey() - Method in class org.hibernate.mapping.SimpleValue
-
- createForeignKey() - Method in class org.hibernate.mapping.Subclass
-
- createForeignKey(String, List, String) - Method in class org.hibernate.mapping.Table
-
- createForeignKey(String, List, String, List) - Method in class org.hibernate.mapping.Table
-
- createForeignKey() - Method in class org.hibernate.mapping.ToOne
-
- createForeignKey() - Method in interface org.hibernate.mapping.Value
-
- createForeignKeyOfEntity(String) - Method in interface org.hibernate.mapping.KeyValue
-
- createForeignKeyOfEntity(String) - Method in class org.hibernate.mapping.SimpleValue
-
- createForeignKeys() - Method in class org.hibernate.mapping.DenormalizedTable
-
- createForeignKeys() - Method in class org.hibernate.mapping.Table
-
- createFormulatedValue(Value, Collection, String, PersistentClass, Mappings) - Method in class org.hibernate.cfg.annotations.MapBinder
-
- 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(String, Type, Properties) - Method in class org.hibernate.id.factory.DefaultIdentifierGeneratorFactory
-
Given a strategy, retrieve the appropriate identifier generator instance.
- createIdentifierGenerator(String, Type, Properties) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
-
Given a strategy, retrieve the appropriate identifier generator instance.
- createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in class org.hibernate.mapping.Component
-
- createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in interface org.hibernate.mapping.KeyValue
-
- createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in class org.hibernate.mapping.SimpleValue
-
- createInstanceFromVersionsEntity(String, Map, Number) - Method in class org.hibernate.envers.entities.EntityInstantiator
-
Creates an entity instance based on an entry from the versions table.
- createIntoClause(String, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- createIntoClause(String, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- createJoin(Element, String, String, String) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
- 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.
- CreateKeySecondPass - Class in org.hibernate.cfg
-
- CreateKeySecondPass(RootClass) - Constructor for class org.hibernate.cfg.CreateKeySecondPass
-
- CreateKeySecondPass(JoinedSubclass) - Constructor for class org.hibernate.cfg.CreateKeySecondPass
-
- createLoaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- createLobType(Class<? extends T>, Constructor, SqlTypeDescriptor) - Method in class org.hibernate.type.AlternativeLobTypes
-
- 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
-
- createNamedQuery(String) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- createNamedQuery(String, Class<T>) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- createNativeQuery(String) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- createNativeQuery(String, Class) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- createNativeQuery(String, String) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- createNClob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
-
Create the basic contextual NCLOB reference.
- createNClob(String) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
-
Create a NCLOB reference encapsulating the given String data.
- createNClob(Reader, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
-
Create a NCLOB reference encapsulating the given character data.
- createNClob(String) - Method in interface org.hibernate.engine.jdbc.LobCreator
-
Create a NCLOB reference encapsulating the given String data.
- createNClob(Reader, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
-
Create a NCLOB reference encapsulating the given character data.
- createNClob(String) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
-
Create a NCLOB reference encapsulating the given String data.
- createNClob(Reader, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
-
Create a NCLOB reference encapsulating the given character data.
- createNClob(String) - Method in interface org.hibernate.LobHelper
-
Create a new
Clob
from content.
- createNClob(Reader, long) - Method in interface org.hibernate.LobHelper
-
Create a new
Clob
from character reader.
- createNumber(long, Class) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
-
- 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.Sybase11Dialect
-
- createOuterJoinFragment() - Method in class org.hibernate.dialect.TimesTenDialect
-
- createParent(ASTFactory, int, String, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
-
Creates a single parent of the specified child (i.e.
- createPrimaryKey() - Method in class org.hibernate.mapping.Join
-
- createPrimaryKey() - Method in class org.hibernate.mapping.PersistentClass
-
- createPropertyRefConstraints(Map) - Method in class org.hibernate.mapping.ManyToOne
-
- createProxy(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- createProxy(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Create a new proxy instance
- createProxy(Serializable, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- createProxy(Serializable, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Generates an appropriate proxy representation of this entity for this
entity-mode.
- createQuery(String) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- createQuery(String, Class<T>) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- createQuery(String, Class<T>, Selection, HibernateEntityManagerImplementor.Options) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- createQuery(CriteriaQuery<T>) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- createQuery() - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- createQuery(Class<T>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- createQuery(String, Class<T>, Selection, HibernateEntityManagerImplementor.Options) - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor
-
Used during "compiling" a JPA criteria query.
- createQuery() - Method in interface org.hibernate.envers.AuditReader
-
- createQuery() - Method in class org.hibernate.envers.reader.AuditReaderImpl
-
- createQuery(String) - Method in class org.hibernate.impl.AbstractSessionImpl
-
- createQuery(String) - Method in class org.hibernate.impl.SessionImpl
-
- createQuery(String) - Method in interface org.hibernate.Session
-
Create a new instance of Query for the given HQL query string.
- createQuery(String) - Method in interface org.hibernate.StatelessSession
-
Create a new instance of Query for the given HQL query string.
- createQueryCacheFactory(Properties) - Method in class org.hibernate.cfg.SettingsFactory
-
- createQueryLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- createQueryTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.ASTQueryTranslatorFactory
-
- createQueryTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.classic.ClassicQueryTranslatorFactory
-
- createQueryTranslator(String, String, Map, SessionFactoryImplementor) - Method in interface org.hibernate.hql.QueryTranslatorFactory
-
Construct a
QueryTranslator
instance capable of translating
an HQL query string.
- createQueryTranslatorFactory(Properties) - Method in class org.hibernate.cfg.SettingsFactory
-
- createRegionFactory(Properties, boolean) - Static method in class org.hibernate.cfg.SettingsFactory
-
- createRoot(AssociationType, String, SessionFactoryImplementor) - Static method in class org.hibernate.loader.OuterJoinableAssociation
-
- createSAXReader(String, List, EntityResolver) - Method in class org.hibernate.util.XMLHelper
-
Create a dom4j SAXReader which will append all validation errors
to errorList
- createSchema() - Method in class org.hibernate.jmx.HibernateService
-
- createSchema() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Export the CREATE DDL to the database
- createSchema() - Method in interface org.hibernate.testing.junit.functional.ExecutionEnvironment.Settings
-
- createSchema() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- createSelect(int[], int[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- createSelectNewTransformer(Constructor, boolean, boolean) - Static method in class org.hibernate.hql.HolderInstantiator
-
- createSibling(ASTFactory, int, String, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
-
Creates a single node AST as a sibling of the passed prevSibling,
taking care to reorganize the tree correctly to account for this
newly created node.
- createSQLQuery(String, String, Class) - Method in interface org.hibernate.classic.Session
-
- createSQLQuery(String, String[], Class[]) - Method in interface org.hibernate.classic.Session
-
- createSQLQuery(String) - Method in class org.hibernate.impl.AbstractSessionImpl
-
- createSQLQuery(String) - Method in class org.hibernate.impl.SessionImpl
-
- createSQLQuery(String, String, Class) - Method in class org.hibernate.impl.SessionImpl
-
- createSQLQuery(String, String[], Class[]) - Method in class org.hibernate.impl.SessionImpl
-
- createSQLQuery(String) - Method in interface org.hibernate.Session
-
Create a new instance of SQLQuery for the given SQL query string.
- createSQLQuery(String) - Method in interface org.hibernate.StatelessSession
-
Create a new instance of SQLQuery for the given SQL query string.
- createSubclassEntity(Document, String, AuditTableData, String, String) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
- 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
-
- createSyntheticPropertyReference(Ejb3JoinColumn[], PersistentClass, PersistentClass, Value, boolean, Mappings) - Static method in class org.hibernate.cfg.BinderHelper
-
- createTemporaryTableIfNecessary(Queryable, SessionImplementor) - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
-
- createToOneRelationPrefix(String) - Static method in class org.hibernate.envers.tools.MappingTools
-
- createTransaction(JDBCContext, TransactionFactory.Context) - Method in class org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
-
- createTransaction(JDBCContext, TransactionFactory.Context) - Method in class org.hibernate.transaction.CMTTransactionFactory
-
- createTransaction(JDBCContext, TransactionFactory.Context) - Method in class org.hibernate.transaction.JDBCTransactionFactory
-
Begin a transaction and return the associated Transaction instance.
- createTransaction(JDBCContext, TransactionFactory.Context) - Method in class org.hibernate.transaction.JTATransactionFactory
-
Begin a transaction and return the associated Transaction instance.
- createTransaction(JDBCContext, TransactionFactory.Context) - Method in interface org.hibernate.transaction.TransactionFactory
-
Begin a transaction and return the associated Transaction instance.
- createTransactionFactory(Properties) - Method in class org.hibernate.cfg.SettingsFactory
-
- createTransactionManagerLookup(Properties) - Method in class org.hibernate.cfg.SettingsFactory
-
- createTree(ASTFactory, AST[]) - Static method in class org.hibernate.hql.ast.util.ASTUtil
-
- createTupleQuery() - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- createUnique(String) - Method in class org.hibernate.envers.configuration.metadata.AuditEntityNameRegister
-
Creates a unique (not yet registered) audit entity name by appending consecutive numbers to the base
name.
- createUniqueConstraint(Value) - Static method in class org.hibernate.cfg.annotations.TableBinder
-
- createUniqueKey(List) - Method in class org.hibernate.mapping.Table
-
- createUniqueKeyLoaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- createUsingCtor(Token, String) - Method in class org.hibernate.hql.ast.SqlASTFactory
-
- createWhereByKey(int, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- createXPath(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- createXPath(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- Criteria - Interface in org.hibernate
-
Criteria is a simplified API for retrieving entities
by composing Criterion objects.
- criteriaBuilder() - Method in class org.hibernate.ejb.criteria.AbstractNode
-
- CriteriaBuilderImpl - Class in org.hibernate.ejb.criteria
-
Hibernate implementation of the JPA CriteriaBuilder
contract.
- CriteriaBuilderImpl(EntityManagerFactoryImpl) - Constructor for class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- CriteriaImpl - Class in org.hibernate.impl
-
Implementation of the Criteria interface
- CriteriaImpl(String, SessionImplementor) - Constructor for class org.hibernate.impl.CriteriaImpl
-
- CriteriaImpl(String, String, SessionImplementor) - Constructor for class org.hibernate.impl.CriteriaImpl
-
- CriteriaImpl.CriterionEntry - Class in org.hibernate.impl
-
- CriteriaImpl.OrderEntry - Class in org.hibernate.impl
-
- CriteriaImpl.Subcriteria - Class in org.hibernate.impl
-
- CriteriaJoinWalker - Class in org.hibernate.loader.criteria
-
A JoinWalker for Criteria queries.
- CriteriaJoinWalker(OuterJoinLoadable, CriteriaQueryTranslator, SessionFactoryImplementor, CriteriaImpl, String, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- CriteriaJoinWalker(OuterJoinLoadable, CriteriaQueryTranslator, SessionFactoryImplementor, CriteriaImpl, String, LoadQueryInfluencers, String) - Constructor for class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- CriteriaLoader - Class in org.hibernate.loader.criteria
-
A Loader for Criteria queries.
- CriteriaLoader(OuterJoinLoadable, SessionFactoryImplementor, CriteriaImpl, String, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.criteria.CriteriaLoader
-
- CriteriaQuery - Interface in org.hibernate.criterion
-
An instance of CriteriaQuery is passed to criterion,
order and projection instances when actually compiling and
executing the query.
- CriteriaQueryCompiler - Class in org.hibernate.ejb.criteria
-
Compiles a JPA criteria query into an executable TypedQuery
.
- CriteriaQueryCompiler(HibernateEntityManagerImplementor) - Constructor for class org.hibernate.ejb.criteria.CriteriaQueryCompiler
-
- CriteriaQueryCompiler.ImplicitParameterBinding - Interface in org.hibernate.ejb.criteria
-
Used to describe implicit (not defined in criteria query) parameters.
- CriteriaQueryCompiler.RenderedCriteriaQuery - Interface in org.hibernate.ejb.criteria
-
- CriteriaQueryCompiler.RenderingContext - Interface in org.hibernate.ejb.criteria
-
Used to provide a context and services to the rendering.
- CriteriaQueryImpl<T> - Class in org.hibernate.ejb.criteria
-
The Hibernate implementation of the JPA CriteriaQuery
contract.
- CriteriaQueryImpl(CriteriaBuilderImpl, Class<T>) - Constructor for class org.hibernate.ejb.criteria.CriteriaQueryImpl
-
- CriteriaQueryTranslator - Class in org.hibernate.loader.criteria
-
- CriteriaQueryTranslator(SessionFactoryImplementor, CriteriaImpl, String, String, CriteriaQuery) - Constructor for class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- CriteriaQueryTranslator(SessionFactoryImplementor, CriteriaImpl, String, String) - Constructor for class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- CriteriaSpecification - Interface in org.hibernate.criterion
-
- CriteriaSubqueryImpl<T> - Class in org.hibernate.ejb.criteria
-
The Hibernate implementation of the JPA Subquery
contract.
- CriteriaSubqueryImpl(CriteriaBuilderImpl, Class<T>, AbstractQuery<?>) - Constructor for class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
-
- CriteriaTools - Class in org.hibernate.envers.query.criteria
-
- Criterion - Interface in org.hibernate.criterion
-
An object-oriented representation of a query criterion that may be used
as a restriction in a Criteria query.
- criterions - Variable in class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- CUBRIDDialect - Class in org.hibernate.dialect
-
An SQL dialect for CUBRID (8.3.x and later).
- CUBRIDDialect() - Constructor for class org.hibernate.dialect.CUBRIDDialect
-
- CURRENCY - Static variable in class org.hibernate.Hibernate
-
- CURRENCY - Static variable in class org.hibernate.type.StandardBasicTypes
-
- CurrencyType - Class in org.hibernate.type
-
- CurrencyType() - Constructor for class org.hibernate.type.CurrencyType
-
- CurrencyTypeDescriptor - Class in org.hibernate.type.descriptor.java
-
TODO : javadoc
- CurrencyTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
-
- CURRENT_SESSION_CONTEXT_CLASS - Static variable in class org.hibernate.cfg.Environment
-
- currentColumns() - Method in class org.hibernate.hql.classic.PathExpressionParser
-
- currentDate() - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- CurrentDateFunction - Class in org.hibernate.ejb.criteria.expression.function
-
Models the ANSI SQL CURRENT_DATE function.
- CurrentDateFunction(CriteriaBuilderImpl) - Constructor for class org.hibernate.ejb.criteria.expression.function.CurrentDateFunction
-
- CurrentEntityManagerImpl - Class in org.hibernate.ejb
-
- CurrentEntityManagerImpl(EntityManagerFactoryImpl, PersistenceUnitTransactionType, Map) - Constructor for class org.hibernate.ejb.CurrentEntityManagerImpl
-
Deprecated.
- currentSession() - Method in interface org.hibernate.context.CurrentSessionContext
-
Retrieve the current session according to the scoping defined
by this implementation.
- currentSession() - Method in class org.hibernate.context.JTASessionContext
-
Retrieve the current session according to the scoping defined
by this implementation.
- currentSession() - Method in class org.hibernate.context.ManagedSessionContext
-
Retrieve the current session according to the scoping defined
by this implementation.
- currentSession() - Method in class org.hibernate.context.ThreadLocalSessionContext
-
Retrieve the current session according to the scoping defined
by this implementation.
- CurrentSessionContext - Interface in org.hibernate.context
-
Defines the contract for implementations which know how to scope the notion
of a
current session
.
- currentTime() - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- CurrentTimeFunction - Class in org.hibernate.ejb.criteria.expression.function
-
Models the ANSI SQL CURRENT_TIME function.
- CurrentTimeFunction(CriteriaBuilderImpl) - Constructor for class org.hibernate.ejb.criteria.expression.function.CurrentTimeFunction
-
- currentTimestamp() - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- CurrentTimestampFunction - Class in org.hibernate.ejb.criteria.expression.function
-
Models the ANSI SQL CURRENT_TIMESTAMP function.
- CurrentTimestampFunction(CriteriaBuilderImpl) - Constructor for class org.hibernate.ejb.criteria.expression.function.CurrentTimestampFunction
-
- custom(Class) - Static method in class org.hibernate.Hibernate
-
- custom(Class, String[], String[]) - Static method in class org.hibernate.Hibernate
-
- custom(Class, Properties) - Static method in class org.hibernate.Hibernate
-
- custom(Class) - Method in class org.hibernate.impl.TypeLocatorImpl
-
- custom(Class, Properties) - Method in class org.hibernate.impl.TypeLocatorImpl
-
- custom(Class<UserType>, Properties) - Method in class org.hibernate.type.TypeFactory
-
- custom(Class<UserType>, Properties, TypeFactory.TypeScope) - Static method in class org.hibernate.type.TypeFactory
-
- custom(Class) - Method in interface org.hibernate.TypeHelper
-
- custom(Class, Properties) - Method in interface org.hibernate.TypeHelper
-
- customCollection(String, Properties, String, String, boolean) - Method in class org.hibernate.type.TypeFactory
-
- CustomCollectionType - Class in org.hibernate.type
-
A custom type for mapping user-written classes that implement PersistentCollection
- CustomCollectionType(TypeFactory.TypeScope, Class, String, String, boolean) - Constructor for class org.hibernate.type.CustomCollectionType
-
- customComponent(Class<CompositeUserType>, Properties) - Method in class org.hibernate.type.TypeFactory
-
- customComponent(Class<CompositeUserType>, Properties, TypeFactory.TypeScope) - Static method in class org.hibernate.type.TypeFactory
-
- CustomFieldFilter(ClassDescriptor, Set) - Constructor for class org.hibernate.bytecode.buildtime.AbstractInstrumenter.CustomFieldFilter
-
- CustomizableColumns - Class in org.hibernate.cfg.annotations
-
- CustomizableColumns(Column[]) - Constructor for class org.hibernate.cfg.annotations.CustomizableColumns
-
- CustomLoader - Class in org.hibernate.loader.custom
-
Extension point for loaders which use a SQL result set with "unexpected" column aliases.
- CustomLoader(CustomQuery, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.CustomLoader
-
- CustomLoader.NonScalarResultColumnProcessor - Class in org.hibernate.loader.custom
-
- CustomLoader.ResultRowProcessor - Class in org.hibernate.loader.custom
-
- CustomLoader.ScalarResultColumnProcessor - Class in org.hibernate.loader.custom
-
- CustomQuery - Interface in org.hibernate.loader.custom
-
Extension point allowing any SQL query with named and positional parameters
to be executed by Hibernate, returning managed entities, collections and
simple scalar values.
- customSQLDelete - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
-
- customSQLInsert - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
-
- customSQLUpdate - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
-
- CustomType - Class in org.hibernate.type
-
Adapts
UserType
to the generic
Type
interface, in order
to isolate user code from changes in the internal Type contracts.
- CustomType(UserType) - Constructor for class org.hibernate.type.CustomType
-
- CustomType(UserType, String[]) - Constructor for class org.hibernate.type.CustomType
-
- CustomVersionOneStrategy - Class in org.hibernate.id.uuid
-
Applies a version 1 (time-based) generation strategy (using ip address rather than mac address) but applies them in a
different layout.
- CustomVersionOneStrategy() - Constructor for class org.hibernate.id.uuid.CustomVersionOneStrategy
-
- ge(Object) - Method in class org.hibernate.criterion.Property
-
- ge(DetachedCriteria) - Method in class org.hibernate.criterion.Property
-
- ge(String, Object) - Static method in class org.hibernate.criterion.Restrictions
-
Apply a "greater than or equal" constraint to the named property
- ge(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- ge(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- ge(Expression<? extends Number>, Number) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- ge(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply a "greater than or equal" constraint
- GE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- GE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- GE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- geAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
-
- geAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- GeneralDataRegion - Interface in org.hibernate.cache
-
Contract for general-purpose cache regions.
- generate() - Method in class org.hibernate.envers.revisioninfo.DefaultRevisionInfoGenerator
-
- generate() - Method in interface org.hibernate.envers.revisioninfo.RevisionInfoGenerator
-
- generate(SessionImplementor, Object) - Method in class org.hibernate.id.AbstractPostInsertGenerator
-
Generate a new identifier.
- generate(SessionImplementor, Object) - Method in class org.hibernate.id.Assigned
-
- generate(SessionImplementor, Object) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
-
- generate(AccessCallback) - Method in interface org.hibernate.id.enhanced.Optimizer
-
Generate an identifier value accounting for this specific optimization.
- generate(AccessCallback) - Method in class org.hibernate.id.enhanced.OptimizerFactory.HiLoOptimizer
-
Generate an identifier value accounting for this specific optimization.
- generate(AccessCallback) - Method in class org.hibernate.id.enhanced.OptimizerFactory.LegacyHiLoAlgorithmOptimizer
-
Generate an identifier value accounting for this specific optimization.
- generate(AccessCallback) - Method in class org.hibernate.id.enhanced.OptimizerFactory.NoopOptimizer
-
Generate an identifier value accounting for this specific optimization.
- generate(AccessCallback) - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledLoOptimizer
-
- generate(AccessCallback) - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
-
Generate an identifier value accounting for this specific optimization.
- generate(SessionImplementor, Object) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Generate a new identifier.
- generate(SessionImplementor, Object) - Method in class org.hibernate.id.enhanced.TableGenerator
-
Generate a new identifier.
- generate(SessionImplementor, Object) - Method in class org.hibernate.id.ForeignGenerator
-
Generate a new identifier.
- generate(SessionImplementor, Object) - Method in class org.hibernate.id.GUIDGenerator
-
- generate(SessionImplementor, Object) - Method in interface org.hibernate.id.IdentifierGenerator
-
Generate a new identifier.
- generate(SessionImplementor, Object) - Method in class org.hibernate.id.IncrementGenerator
-
- generate(SessionImplementor, Object) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
-
- generate(SessionImplementor, Object) - Method in class org.hibernate.id.SequenceGenerator
-
- generate(SessionImplementor, Object) - Method in class org.hibernate.id.SequenceHiLoGenerator
-
- generate(SessionImplementor, Object) - Method in class org.hibernate.id.SequenceIdentityGenerator
-
- generate(SessionImplementor, Object) - Method in class org.hibernate.id.TableGenerator
-
- generate(SessionImplementor, Object) - Method in class org.hibernate.id.TableHiLoGenerator
-
- generate(SessionImplementor, Object) - Method in class org.hibernate.id.UUIDGenerator
-
- generate(SessionImplementor, Object) - Method in class org.hibernate.id.UUIDHexGenerator
-
Generate a new identifier.
- GENERATE_STATISTICS - Static variable in class org.hibernate.cfg.Environment
-
Enable statistics collection
- generateAlias() - Method in interface org.hibernate.ejb.criteria.CriteriaQueryCompiler.RenderingContext
-
Generate a correlation name.
- generateAlias(String) - Method in interface org.hibernate.sql.AliasGenerator
-
- generateAlias(String) - Static method in class org.hibernate.util.StringHelper
-
- generateAlias(String, int) - Static method in class org.hibernate.util.StringHelper
-
Generate a nice alias for the given class name or collection role name and unique integer.
- generateColumnNames(Type[]) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
-
- generateColumnNames(Type[], SessionFactoryImplementor) - Static method in class org.hibernate.hql.NameGenerator
-
- generateCustomReturns(boolean) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
-
- Generated - Annotation Type in org.hibernate.annotations
-
The annotated property is generated by the database
- generateData(Object) - Method in class org.hibernate.envers.synchronization.work.AddWorkUnit
-
- generateData(Object) - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
-
- generateData(Object) - Method in class org.hibernate.envers.synchronization.work.CollectionChangeWorkUnit
-
- generateData(Object) - Method in class org.hibernate.envers.synchronization.work.DelWorkUnit
-
- generateData(Object) - Method in class org.hibernate.envers.synchronization.work.FakeBidirectionalRelationWorkUnit
-
- generateData(Object) - Method in class org.hibernate.envers.synchronization.work.ModWorkUnit
-
- generateData(Object) - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
-
- GeneratedCollectionAliases - Class in org.hibernate.loader
-
CollectionAliases which handles the logic of selecting user provided aliases (via return-property),
before using the default aliases.
- GeneratedCollectionAliases(Map, CollectionPersister, String) - Constructor for class org.hibernate.loader.GeneratedCollectionAliases
-
- GeneratedCollectionAliases(CollectionPersister, String) - Constructor for class org.hibernate.loader.GeneratedCollectionAliases
-
- generateDeleteRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- generateDeleteRowString() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
Generate the SQL DELETE that deletes a particular row
- generateDeleteRowString() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
Generate the SQL UPDATE that updates a particular row's foreign
key to null
- generateDeleteString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- generateDeleteString() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
Generate the SQL DELETE that deletes all rows
- generateDeleteString() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
Generate the SQL UPDATE that updates all the foreign keys to null
- generateDeleteString(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Generate the SQL that deletes a row by id (and version)
- generateDetectRowByElementString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- generateDetectRowByIndexString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- generateDom4jElement(String) - Static method in class org.hibernate.util.XMLHelper
-
- GeneratedOrderByFragmentParser - Class in org.hibernate.sql.ordering.antlr
-
Antlr grammar for dealing with order-by mapping fragments.
- GeneratedOrderByFragmentParser(TokenBuffer, int) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
- GeneratedOrderByFragmentParser(TokenBuffer) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
- GeneratedOrderByFragmentParser(TokenStream, int) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
- GeneratedOrderByFragmentParser(TokenStream) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
- GeneratedOrderByFragmentParser(ParserSharedInputState) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
- GeneratedOrderByFragmentRenderer - Class in org.hibernate.sql.ordering.antlr
-
- GeneratedOrderByFragmentRenderer() - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
-
- GeneratedOrderByFragmentRendererTokenTypes - Interface in org.hibernate.sql.ordering.antlr
-
- GeneratedOrderByLexer - Class in org.hibernate.sql.ordering.antlr
-
Lexer for the order-by fragment parser
- GeneratedOrderByLexer(InputStream) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
-
- GeneratedOrderByLexer(Reader) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
-
- GeneratedOrderByLexer(InputBuffer) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
-
- GeneratedOrderByLexer(LexerSharedInputState) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
-
- generateDropSchemaScript(Dialect) - Method in class org.hibernate.cfg.Configuration
-
Generate DDL for dropping tables
- generateFilterConditionAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateFilterConditionAlias(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- generateFilterConditionAlias(String) - Method in interface org.hibernate.persister.entity.Queryable
-
The alias used for any filter conditions (mapped where-fragments or
enabled-filters).
- generateFirstPass(PersistentClass, ClassAuditingData, EntityXmlMappingData, boolean) - Method in class org.hibernate.envers.configuration.metadata.AuditMetadataGenerator
-
- generateHashCode() - Method in class org.hibernate.engine.CollectionKey
-
- generateHashCode(SessionFactoryImplementor) - Method in class org.hibernate.engine.EntityUniqueKey
-
- generateHolder(SessionImplementor) - Method in class org.hibernate.id.SequenceGenerator
-
- generateHolder(SessionImplementor) - Method in class org.hibernate.id.TableGenerator
-
- generateIdentityInsertString(boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Used to generate an insery statement against the root table in the
case of identifier generation strategies where the insert statement
executions actually generates the identifier value.
- generateIdInsertSelect(Queryable, String, AST) - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
-
- generateIdSubselect(Queryable) - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
-
- generateInsertGeneratedValuesSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateInsertRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- generateInsertRowString() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
Generate the SQL INSERT that creates a new row
- generateInsertRowString() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
Generate the SQL UPDATE that updates a foreign key to a value
- generateInsertString(boolean[], int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateInsertString(boolean, boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateInsertString(boolean, boolean[], int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Generate the SQL that inserts a row
- generateLazySelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateLeastSignificantBits(long) - Static method in class org.hibernate.id.uuid.CustomVersionOneStrategy
-
- generateLocker(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateLockString(int) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
-
- generateLockString(int) - Method in class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
-
- generateLockString() - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
-
- generateLockString(int) - Method in class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
-
- generateLockString() - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
-
- generateLockString(int) - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
-
- generateLockString() - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
-
- generateMap() - Method in class org.hibernate.tuple.DynamicMapInstantiator
-
- generateNamedParameter(AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- generateNamedParameter(AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- generatePositionalParameter(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- generatePositionalParameter(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- generateProxy(byte[]) - Static method in class org.hibernate.engine.jdbc.BlobProxy
-
Generates a BlobImpl proxy using byte data.
- generateProxy(InputStream, long) - Static method in class org.hibernate.engine.jdbc.BlobProxy
-
Generates a BlobImpl proxy using a given number of bytes from an InputStream.
- generateProxy(String) - Static method in class org.hibernate.engine.jdbc.ClobProxy
-
Generates a
Clob
proxy using the string data.
- generateProxy(Reader, long) - Static method in class org.hibernate.engine.jdbc.ClobProxy
-
Generates a
Clob
proxy using a character reader of given length.
- generateProxy(String) - Static method in class org.hibernate.engine.jdbc.NClobProxy
-
Generates a
Clob
proxy using the string data.
- generateProxy(Reader, long) - Static method in class org.hibernate.engine.jdbc.NClobProxy
-
Generates a
Clob
proxy using a character reader of given length.
- generateProxy(ResultSet, ColumnNameCache) - Static method in class org.hibernate.engine.jdbc.ResultSetWrapperProxy
-
Generates a proxy wrapping the ResultSet.
- generateProxy(Blob) - Static method in class org.hibernate.engine.jdbc.SerializableBlobProxy
-
Generates a SerializableBlob proxy wrapping the provided Blob object.
- generateProxy(Clob) - Static method in class org.hibernate.engine.jdbc.SerializableClobProxy
-
Generates a SerializableClobProxy proxy wrapping the provided Clob object.
- generateProxy(Clob) - Static method in class org.hibernate.engine.jdbc.SerializableNClobProxy
-
Generates a SerializableClobProxy proxy wrapping the provided Clob object.
- generateProxy(ConnectionManager) - Static method in class org.hibernate.jdbc.BorrowedConnectionProxy
-
Generates a Connection proxy wrapping the connection managed by the passed
connection manager.
- generateQueryKey(String, QueryParameters, Set, SessionImplementor, ResultTransformer) - Static method in class org.hibernate.cache.QueryKey
-
Generates a QueryKey.
- generateRootAlias(String) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- generateRootAlias(String) - Method in class org.hibernate.loader.JoinWalker
-
- generateScalarColumns(HqlSqlWalkerNode, String[], int) - Static method in class org.hibernate.hql.ast.util.ColumnHelper
-
Generates the scalar column AST nodes for a given array of SQL columns
- generateSchemaCreationScript(Dialect) - Method in class org.hibernate.cfg.Configuration
-
- generateSchemaUpdateScript(Dialect, DatabaseMetadata) - Method in class org.hibernate.cfg.Configuration
-
- generateSecondPass(PersistentClass, ClassAuditingData, EntityXmlMappingData) - Method in class org.hibernate.envers.configuration.metadata.AuditMetadataGenerator
-
- generateSelectFragment(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- generateSelectRowByIndexString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- generateSelectSizeString(boolean) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- generateSelectString(LockMode) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
Generate the SQL that selects a row by id
- generateSelectVersionString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Generate the SQL that selects the version number by id
- generateSingleScalarColumn(HqlSqlWalkerNode, int) - Static method in class org.hibernate.hql.ast.util.ColumnHelper
-
- generateSnapshotSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateSQLAlias() - Method in interface org.hibernate.criterion.CriteriaQuery
-
- generateSQLAlias() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- generateSubquery(PersistentClass, Mapping) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- generateSuffixes(int) - Static method in class org.hibernate.loader.BasicLoader
-
Utility method that generates 0_, 1_ suffixes.
- generateSuffixes(int, int) - Static method in class org.hibernate.loader.BasicLoader
-
- generateTableAlias(int, PropertyPath, Joinable) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- generateTableAlias(int, PropertyPath, Joinable) - Method in class org.hibernate.loader.JoinWalker
-
- generateTableAlias(String, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateTemporaryTableName(String) - Method in class org.hibernate.dialect.Cache71Dialect
-
- generateTemporaryTableName(String) - Method in class org.hibernate.dialect.DB2Dialect
-
- generateTemporaryTableName(String) - Method in class org.hibernate.dialect.Dialect
-
Generate a temporary table name given the base table.
- generateTemporaryTableName(String) - Method in class org.hibernate.dialect.HSQLDialect
-
With HSQLDB 2.0, the table name is qualified with MODULE to assist the drop
statement (in-case there is a global name beginning with HT_)
- generateTemporaryTableName(String) - Method in class org.hibernate.dialect.IngresDialect
-
- generateTemporaryTableName(String) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- generateTemporaryTableName(String) - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- generateTemporaryTableName(String) - Method in class org.hibernate.dialect.SAPDBDialect
-
- generateTemporaryTableName(String) - Method in class org.hibernate.dialect.TimesTenDialect
-
- generateTokenNameCache(Class) - Static method in class org.hibernate.hql.ast.util.ASTUtil
-
Method to generate a map of token type names, keyed by their token type values.
- generateUpdateGeneratedValuesSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateUpdateRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- generateUpdateRowString() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
Generate the SQL UPDATE that updates a row
- generateUpdateRowString() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
Not needed for one-to-many association
- generateUpdateString(boolean[], int, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateUpdateString(boolean[], int, Object[], boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Generate the SQL that updates a row by id (and version)
- generateUUID(SessionImplementor) - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
-
- generateUUID(SessionImplementor) - Method in class org.hibernate.id.uuid.StandardRandomStrategy
-
- generateUUID(SessionImplementor) - Method in interface org.hibernate.id.UUIDGenerationStrategy
-
Generate the UUID.
- GenerationTime - Enum in org.hibernate.annotations
-
When should the generation occurs
- generatorKey() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Return a key unique to the underlying database objects.
- generatorKey() - Method in class org.hibernate.id.enhanced.TableGenerator
-
Return a key unique to the underlying database objects.
- generatorKey() - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
-
- generatorKey() - Method in interface org.hibernate.id.PersistentIdentifierGenerator
-
Return a key unique to the underlying database objects.
- generatorKey() - Method in class org.hibernate.id.SequenceGenerator
-
- generatorKey() - Method in class org.hibernate.id.TableGenerator
-
- GenericGenerator - Annotation Type in org.hibernate.annotations
-
Generator annotation describing any kind of Hibernate
generator in a detyped manner
- GenericGenerators - Annotation Type in org.hibernate.annotations
-
Array of generic generator definitions
- GenericJDBCException - Exception in org.hibernate.exception
-
Generic, non-specific JDBCException.
- GenericJDBCException(String, SQLException) - Constructor for exception org.hibernate.exception.GenericJDBCException
-
- GenericJDBCException(String, SQLException, String) - Constructor for exception org.hibernate.exception.GenericJDBCException
-
- geProperty(Property) - Method in class org.hibernate.criterion.Property
-
- geProperty(String) - Method in class org.hibernate.criterion.Property
-
- geProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
-
Apply a "greater than or equal" constraint to two properties
- geProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply a "greater than or equal" constraint to another property
- geSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
-
- geSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- get(Object, long) - Method in interface org.hibernate.cache.access.CollectionRegionAccessStrategy
-
Attempt to retrieve an object from the cache.
- get(Object, long) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
-
Attempt to retrieve an object from the cache.
- get(Object) - Method in interface org.hibernate.cache.Cache
-
Deprecated.
Get an item from the cache, nontransactionally
- get(Object, long) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
-
Deprecated.
Attempt to retrieve an object from the cache.
- get(Object) - Method in class org.hibernate.cache.EhCache
-
Gets a value of an element which matches the given key.
- get(Object) - Method in interface org.hibernate.cache.GeneralDataRegion
-
Get an item from the cache.
- get(Object) - Method in class org.hibernate.cache.HashtableCache
-
- get(Object) - Method in class org.hibernate.cache.impl.bridge.BaseGeneralDataRegionAdapter
-
- get(Object, long) - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
-
- get(Object, long) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
-
- get(Object, long) - Method in class org.hibernate.cache.NonstrictReadWriteCache
-
Get the most recent version, if available.
- get(QueryKey, Type[], boolean, Set, SessionImplementor) - Method in interface org.hibernate.cache.QueryCache
-
- get(Object, long) - Method in class org.hibernate.cache.ReadOnlyCache
-
- get(Object, long) - Method in class org.hibernate.cache.ReadWriteCache
-
Do not return an item whose timestamp is later than the current
transaction timestamp.
- get(QueryKey, Type[], boolean, Set, SessionImplementor) - Method in class org.hibernate.cache.StandardQueryCache
-
- get(Object, long) - Method in class org.hibernate.cache.TransactionalCache
-
- GET - Static variable in class org.hibernate.CacheMode
-
The session may read items from the cache, but will not add items,
except to invalidate items when updates occur
- get(GroupsPerOperation.Operation) - Method in class org.hibernate.cfg.beanvalidation.GroupsPerOperation
-
- get(int) - Method in class org.hibernate.collection.PersistentBag
-
- get(int) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- get(int) - Method in class org.hibernate.collection.PersistentList
-
- get(Object) - Method in class org.hibernate.collection.PersistentMap
-
- get(int) - Method in class org.hibernate.dialect.TypeNames
-
get default type name for specified type
- get(int, int, int, int) - Method in class org.hibernate.dialect.TypeNames
-
get type name for specified type and size
- get(String, Class<X>) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
-
- get(String) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
-
- get(int, Class<X>) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
-
- get(int) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
-
- get(TupleElement<X>) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
-
- get(SingularAttribute<? super X, Y>) - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
- get(PluralAttribute<X, C, E>) - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
- get(MapAttribute<X, K, V>) - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
- get(String) - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
- get(Session) - Static method in class org.hibernate.envers.AuditReaderFactory
-
Create an audit reader associated with an open session.
- get(EntityManager) - Static method in class org.hibernate.envers.AuditReaderFactory
-
Create an audit reader associated with an open entity manager.
- get(PersistentClass) - Static method in enum org.hibernate.envers.configuration.metadata.InheritanceType
-
- get(String) - Method in class org.hibernate.envers.entities.EntitiesConfigurations
-
- get(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
-
- get(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
-
- get(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
-
- get(AuditConfiguration) - Method in class org.hibernate.envers.query.property.EntityPropertyName
-
- get(AuditConfiguration) - Method in class org.hibernate.envers.query.property.OriginalIdPropertyName
-
- get(AuditConfiguration) - Method in interface org.hibernate.envers.query.property.PropertyNameGetter
-
- get(AuditConfiguration) - Method in class org.hibernate.envers.query.property.RevisionNumberPropertyName
-
- get(AuditConfiguration) - Method in class org.hibernate.envers.query.property.RevisionPropertyPropertyName
-
- get(AuditConfiguration) - Method in class org.hibernate.envers.query.property.RevisionTypePropertyName
-
- get(String, Number, Object) - Method in class org.hibernate.envers.reader.FirstLevelCache
-
- get(EventSource) - Method in class org.hibernate.envers.synchronization.AuditProcessManager
-
- get(Object) - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
-
Returns the value to which the specified key is mapped,
or null
if this map contains no mapping for the key.
- GET - Static variable in interface org.hibernate.event.LoadEventListener
-
- get(ResultSet, String, Type) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
-
Extract the value from the result set (which is assumed to already have been positioned to the apopriate row)
and wrp it in the appropriate Java numeric type.
- get() - Method in class org.hibernate.impl.AbstractScrollableResults
-
- get(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- get(Class, Serializable) - Method in class org.hibernate.impl.SessionImpl
-
- get(String, Serializable) - Method in class org.hibernate.impl.SessionImpl
-
- get(Class, Serializable, LockMode) - Method in class org.hibernate.impl.SessionImpl
-
- get(Class, Serializable, LockOptions) - Method in class org.hibernate.impl.SessionImpl
-
- get(String, Serializable, LockMode) - Method in class org.hibernate.impl.SessionImpl
-
- get(String, Serializable, LockOptions) - Method in class org.hibernate.impl.SessionImpl
-
- get(Class, Serializable) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- get(Class, Serializable, LockMode) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- get(String, Serializable) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- get(String, Serializable, LockMode) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- get(Object) - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
-
Get the property value from the given instance .
- get(Object) - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
-
Get the property value from the given instance .
- get(Object) - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
-
Get the property value from the given instance .
- get(Object) - Method in class org.hibernate.property.Dom4jAccessor.AttributeGetter
-
Get the property value from the given instance .
- get(Object) - Method in class org.hibernate.property.Dom4jAccessor.ElementAttributeGetter
-
Get the property value from the given instance .
- get(Object) - Method in class org.hibernate.property.Dom4jAccessor.ElementGetter
-
Get the property value from the given instance .
- get(Object) - Method in class org.hibernate.property.Dom4jAccessor.TextGetter
-
Get the property value from the given instance .
- get(Object) - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
-
Get the property value from the given instance .
- get(Object) - Method in interface org.hibernate.property.Getter
-
Get the property value from the given instance .
- get(Object) - Method in class org.hibernate.property.IndexPropertyAccessor.IndexGetter
-
Get the property value from the given instance .
- get(Object) - Method in class org.hibernate.property.MapAccessor.MapGetter
-
Get the property value from the given instance .
- get(Object) - Method in class org.hibernate.proxy.map.MapProxy
-
- get() - Method in interface org.hibernate.ScrollableResults
-
Get the current row of results
- get(int) - Method in interface org.hibernate.ScrollableResults
-
Get the ith object in the current row of results, without
initializing any other results in the row.
- get(Class, Serializable) - Method in interface org.hibernate.Session
-
Return the persistent instance of the given entity class with the given identifier,
or null if there is no such persistent instance.
- get(Class, Serializable, LockMode) - Method in interface org.hibernate.Session
-
- get(Class, Serializable, LockOptions) - Method in interface org.hibernate.Session
-
Return the persistent instance of the given entity class with the given identifier,
or null if there is no such persistent instance.
- get(String, Serializable) - Method in interface org.hibernate.Session
-
Return the persistent instance of the given named entity with the given identifier,
or null if there is no such persistent instance.
- get(String, Serializable, LockMode) - Method in interface org.hibernate.Session
-
- get(String, Serializable, LockOptions) - Method in interface org.hibernate.Session
-
Return the persistent instance of the given entity class with the given identifier,
or null if there is no such persistent instance.
- get(String, Serializable) - Method in interface org.hibernate.StatelessSession
-
Retrieve a row.
- get(Class, Serializable) - Method in interface org.hibernate.StatelessSession
-
Retrieve a row.
- get(String, Serializable, LockMode) - Method in interface org.hibernate.StatelessSession
-
Retrieve a row, obtaining the specified lock mode.
- get(Class, Serializable, LockMode) - Method in interface org.hibernate.StatelessSession
-
Retrieve a row, obtaining the specified lock mode.
- get(ResultSet, String) - Method in class org.hibernate.type.AbstractBynaryType
-
Deprecated.
- get(ResultSet, String) - Method in class org.hibernate.type.AbstractCharArrayType
-
Deprecated.
- get(ResultSet, String) - Method in class org.hibernate.type.AbstractLobType
-
Deprecated.
- get(ResultSet, String) - Method in class org.hibernate.type.AbstractLongStringType
-
Deprecated.
- get(ResultSet, String) - Method in class org.hibernate.type.AbstractSingleColumnStandardBasicType
-
- get(ResultSet, String, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- get(ResultSet, String) - Method in class org.hibernate.type.ByteArrayBlobType
-
Deprecated.
- get(ResultSet, String) - Method in class org.hibernate.type.NullableType
-
Deprecated.
Get a column value from a result set, without worrying about the
possibility of null values.
- get(ResultSet, String) - Method in class org.hibernate.type.SerializableToBlobType
-
- get(ResultSet, String) - Method in interface org.hibernate.type.SingleColumnType
-
- get(ResultSet, String, SessionImplementor) - Method in interface org.hibernate.type.SingleColumnType
-
Get a column value from a result set, without worrying about the possibility of null values.
- get(Object) - Method in class org.hibernate.util.IdentityMap
-
- get(Object) - Method in class org.hibernate.util.SimpleMRUCache
-
- get(Object) - Method in class org.hibernate.util.SoftLimitMRUCache
-
Gets an object from the cache.
- getAccess() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
-
- getAccessOptimizer() - Method in class org.hibernate.bytecode.cglib.ReflectionOptimizerImpl
-
Deprecated.
- getAccessOptimizer() - Method in class org.hibernate.bytecode.javassist.ReflectionOptimizerImpl
-
- getAccessOptimizer() - Method in interface org.hibernate.bytecode.ReflectionOptimizer
-
- getAccessorPropertyName(EntityMode) - Method in class org.hibernate.mapping.Property
-
- getAccessStrategy(String) - Static method in enum org.hibernate.cfg.AccessType
-
- getAccessStrategy(AccessType) - Static method in enum org.hibernate.cfg.AccessType
-
- getAccessType() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- getAccessType() - Method in class org.hibernate.envers.entities.PropertyData
-
- getActionQueue() - Method in interface org.hibernate.event.EventSource
-
Get the ActionQueue for this session
- getActionQueue() - Method in class org.hibernate.impl.SessionImpl
-
- getActions() - Method in class org.hibernate.secure.HibernatePermission
-
- getActualConnectionProvider() - Static method in class org.hibernate.testing.tm.ConnectionProviderImpl
-
- getActualLongValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
-
- getActualRowCount() - Method in exception org.hibernate.jdbc.TooManyRowsAffectedException
-
- getAddColumnString() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.DB2Dialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.Dialect
-
The syntax used to add a column to a table (optional).
- getAddColumnString() - Method in class org.hibernate.dialect.FrontBaseDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.H2Dialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.HSQLDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.InformixDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.IngresDialect
-
The syntax used to add a column to a table (optional).
- getAddColumnString() - Method in class org.hibernate.dialect.InterbaseDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.JDataStoreDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.MckoiDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.MimerSQLDialect
-
The syntax used to add a column to a table
- getAddColumnString() - Method in class org.hibernate.dialect.MySQLDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getAddColumnString() - Method in class org.hibernate.dialect.PointbaseDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.ProgressDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.SAPDBDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.TeradataDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.TimesTenDialect
-
- getAddedInstance() - Method in interface org.hibernate.collection.AbstractPersistentCollection.DelayedOperation
-
- getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.Cache71Dialect
-
The syntax used to add a foreign key constraint to a table.
- getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.Dialect
-
The syntax used to add a foreign key constraint to a table.
- getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.InformixDialect
-
The syntax used to add a foreign key constraint to a table.
- getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.MySQLDialect
-
- getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.SAPDBDialect
-
- getAdditionalXmlMappings() - Method in class org.hibernate.envers.configuration.metadata.EntityXmlMappingData
-
- getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.Dialect
-
The syntax used to add a primary key constraint to a table.
- getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.InformixDialect
-
The syntax used to add a primary key constraint to a table.
- getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.SAPDBDialect
-
- getAddressBytes() - Static method in class org.hibernate.id.uuid.Helper
-
- getAddressHexString() - Static method in class org.hibernate.id.uuid.Helper
-
- getAddressInt() - Static method in class org.hibernate.id.uuid.Helper
-
- getAffectedOwnerEntityName(CollectionPersister, Object, EventSource) - Static method in class org.hibernate.event.AbstractCollectionEvent
-
- getAffectedOwnerEntityName() - Method in class org.hibernate.event.AbstractCollectionEvent
-
Get the entity name for the collection owner entity that is affected by this event.
- getAffectedOwnerIdOrNull() - Method in class org.hibernate.event.AbstractCollectionEvent
-
Get the ID for the collection owner entity that is affected by this event.
- getAffectedOwnerOrNull() - Method in class org.hibernate.event.AbstractCollectionEvent
-
Get the collection owner entity that is affected by this event.
- getAffectedQueryable() - Method in class org.hibernate.hql.ast.exec.MultiTableUpdateExecutor
-
- getAffectedQueryables() - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
-
- getAffectedQueryables() - Method in class org.hibernate.hql.ast.exec.BasicExecutor
-
- getAffectedQueryables() - Method in class org.hibernate.hql.ast.exec.MultiTableDeleteExecutor
-
- getAffectedQueryables() - Method in class org.hibernate.hql.ast.exec.MultiTableUpdateExecutor
-
- getAfterCompletionAction() - Method in class org.hibernate.transaction.synchronization.CallbackCoordinator
-
- getAfterTransactionCompletionProcess() - Method in class org.hibernate.action.BulkOperationCleanupAction
-
- getAfterTransactionCompletionProcess() - Method in class org.hibernate.action.CollectionAction
-
- getAfterTransactionCompletionProcess() - Method in class org.hibernate.action.EntityAction
-
- getAfterTransactionCompletionProcess() - Method in interface org.hibernate.action.Executable
-
Get the after-transaction-completion process, if any, for this action.
- getAggregatedAliases() - Method in interface org.hibernate.hql.ast.tree.AggregatedSelectExpression
-
Retrieve the aliases for the columns aggregated here.
- getAggregatedAliases() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
-
- getAggregatedAliases() - Method in class org.hibernate.hql.ast.tree.MapEntryNode
-
- getAggregatedSelectExpression() - Method in class org.hibernate.hql.ast.tree.SelectClause
-
- getAggregatedSelectExpression() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getAggregatedSelectionTypeList() - Method in interface org.hibernate.hql.ast.tree.AggregatedSelectExpression
-
Retrieves a list of the selection
types
being aggregated
- getAggregatedSelectionTypeList() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
-
- getAggregatedSelectionTypeList() - Method in class org.hibernate.hql.ast.tree.MapEntryNode
-
- getAggregationResultType() - Method in interface org.hibernate.hql.ast.tree.AggregatedSelectExpression
-
Obtain the java type of the aggregation
- getAggregationResultType() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
-
- getAggregationResultType() - Method in class org.hibernate.hql.ast.tree.MapEntryNode
-
- getAlias() - Method in interface org.hibernate.Criteria
-
Get the alias of the entity encapsulated by this criteria instance.
- getAlias() - Method in class org.hibernate.criterion.DetachedCriteria
-
- getAlias() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl
-
- getAlias() - Method in class org.hibernate.ejb.criteria.expression.AbstractTupleElement
- getAlias() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
-
- getAlias() - Method in class org.hibernate.engine.JoinSequence.Join
-
- getAlias() - Method in class org.hibernate.engine.query.sql.NativeSQLQueryNonScalarReturn
-
Retrieve the defined result alias
- getAlias() - Method in class org.hibernate.hql.ast.tree.AbstractSelectExpression
-
- getAlias() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
-
- getAlias() - Method in class org.hibernate.hql.ast.tree.QueryNode
-
- getAlias() - Method in interface org.hibernate.hql.ast.tree.SelectExpression
-
- getAlias(String) - Static method in class org.hibernate.hql.ast.util.PathHelper
-
- getAlias() - Method in class org.hibernate.impl.CriteriaImpl
-
- getAlias() - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- getAlias() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
- getAlias() - Method in class org.hibernate.loader.custom.NonScalarReturn
-
- getAlias(Dialect) - Method in class org.hibernate.mapping.Column
-
For any column name, generate an alias that is unique
to that column name, and also 10 characters or less
in length.
- getAlias(Dialect, Table) - Method in class org.hibernate.mapping.Column
-
Generate a column alias that is unique across multiple tables
- getAlias(Dialect) - Method in class org.hibernate.mapping.Formula
-
- getAlias(Dialect, Table) - Method in class org.hibernate.mapping.Formula
-
- getAlias(Dialect) - Method in interface org.hibernate.mapping.Selectable
-
- getAlias(Dialect, Table) - Method in interface org.hibernate.mapping.Selectable
-
- getAlias() - Method in interface org.hibernate.sql.SelectExpression
-
- getAliasedLHSColumnNames(AssociationType, String, int, OuterJoinLoadable, Mapping) - Static method in class org.hibernate.engine.JoinHelper
-
Get the aliased columns of the owning entity which are to
be used in the join
- getAliasedLHSColumnNames(AssociationType, String, int, int, OuterJoinLoadable, Mapping) - Static method in class org.hibernate.engine.JoinHelper
-
Get the aliased columns of the owning entity which are to
be used in the join
- getAliases() - Method in class org.hibernate.criterion.AliasedProjection
-
- getAliases() - Method in class org.hibernate.criterion.Distinct
-
- getAliases() - Method in interface org.hibernate.criterion.Projection
-
Get the criteria-level aliases for this projection (ie.
- getAliases() - Method in class org.hibernate.criterion.ProjectionList
-
- getAliases() - Method in class org.hibernate.criterion.SimpleProjection
-
- getAliases() - Method in class org.hibernate.criterion.SQLProjection
-
- getAliases() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getAliases() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getAliases() - Method in class org.hibernate.loader.JoinWalker
-
- getAliases() - Method in class org.hibernate.loader.Loader
-
Get the SQL table aliases of entities whose
associations are subselect-loadable, returning
null if this loader does not support subselect
loading
- getAliases() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getAliasGenerator() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- getAliasGenerator() - Method in class org.hibernate.hql.ast.tree.HqlSqlWalkerNode
-
- getAliasLockCount() - Method in class org.hibernate.LockOptions
-
Get the number of aliases that have specific lock modes defined.
- getAliasLockIterator() - Method in class org.hibernate.LockOptions
-
Iterator for accessing Alias (key) and LockMode (value) as Map.Entry
- getAliasName(String) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getAliasSpecificLockMode(String) - Method in class org.hibernate.LockOptions
-
- getAllClassAuditedData() - Method in class org.hibernate.envers.configuration.ClassesAuditingData
-
- getAllClassMetadata() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getAllClassMetadata() - Method in class org.hibernate.jmx.SessionFactoryStub
-
- getAllClassMetadata() - Method in interface org.hibernate.SessionFactory
-
- getAllCollectionMetadata() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getAllCollectionMetadata() - Method in class org.hibernate.jmx.SessionFactoryStub
-
- getAllCollectionMetadata() - Method in interface org.hibernate.SessionFactory
-
- getAllDocuments() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
-
- getAllSecondLevelCacheRegions() - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Get a map of all the second level cache regions currently maintained in
this session factory.
- getAllSecondLevelCacheRegions() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getAlternatives() - Method in class org.hibernate.type.LobType
-
- getAndIncrease() - Method in class org.hibernate.envers.tools.MutableInteger
-
- getAnnotatedClasses() - Method in class org.hibernate.testing.junit.functional.annotations.HibernateTestCase
-
- getAnnotatedClasses() - Method in interface org.hibernate.testing.junit.functional.ExecutionEnvironment.Settings
-
- getAnnotatedClasses() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- getAnnotatedPackages() - Method in class org.hibernate.testing.junit.functional.annotations.HibernateTestCase
-
- getAnnotation(Class<T>) - Method in class org.hibernate.cfg.annotations.reflection.JPAOverridenAnnotationReader
-
- getAnnotationReader(AnnotatedElement) - Method in class org.hibernate.cfg.annotations.reflection.JPAMetadataProvider
-
- getAnnotations() - Method in class org.hibernate.cfg.annotations.reflection.JPAOverridenAnnotationReader
-
- getAnnotations() - Method in class org.hibernate.ejb.packaging.JavaElementFilter
-
- getAnticipatedNumberOfArguments() - Method in class org.hibernate.dialect.function.TemplateRenderer
-
- getAnyMetaDef(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getAnyMetaDef(String) - Method in interface org.hibernate.cfg.Mappings
-
- getAnything() - Method in class org.hibernate.ejb.event.EJB3AutoFlushEventListener
-
- getAnything() - Method in class org.hibernate.ejb.event.EJB3FlushEventListener
-
- getAnything() - Method in class org.hibernate.event.def.AbstractFlushingEventListener
-
- getAppropriateInitializer(Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getArgumentExpressions() - Method in class org.hibernate.ejb.criteria.expression.function.ParameterizedFunctionExpression
-
- getArray() - Method in class org.hibernate.collection.PersistentArrayHolder
-
- getAsciiStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
-
- getAssertedValue() - Method in class org.hibernate.ejb.criteria.predicate.BooleanAssertionPredicate
-
- getAssertedValue() - Method in class org.hibernate.ejb.criteria.predicate.BooleanStaticAssertionPredicate
-
- getAssignmentSpecifications() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- getAssociatedClass() - Method in class org.hibernate.mapping.OneToMany
-
- getAssociatedEntityName(CollectionType) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
-
Given a collection type, determine the entity name of the elements
contained within instance of that collection.
- getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
-
- getAssociatedEntityName(SessionFactoryImplementor) - Method in interface org.hibernate.type.AssociationType
-
Get the entity name of the associated entity
- getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
-
- getAssociatedEntityName() - Method in class org.hibernate.type.EntityType
-
The name of the associated entity.
- getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
-
The name of the associated entity.
- getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
-
- getAssociatedJoinable(SessionFactoryImplementor) - Method in interface org.hibernate.type.AssociationType
-
Get the "persister" for this association - a class or
collection persister
- getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
-
- getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
-
Retrieves the
Joinable
defining the associated entity.
- getAssociation() - Method in class org.hibernate.engine.profile.Fetch
-
- getAssociation() - Method in class org.hibernate.mapping.FetchProfile.Fetch
-
- getAssociationPath() - Method in class org.hibernate.engine.profile.Association
-
- getAssociationType() - Method in class org.hibernate.engine.JoinSequence.Join
-
- getAssumedUnsaved() - Method in class org.hibernate.event.def.AbstractSaveEventListener
-
- getAssumedUnsaved() - Method in class org.hibernate.event.def.DefaultMergeEventListener
-
- getAssumedUnsaved() - Method in class org.hibernate.event.def.DefaultPersistEventListener
-
- getASTFactory() - Method in class org.hibernate.hql.ast.tree.HqlSqlWalkerNode
-
- getASTNodeType(int) - Method in class org.hibernate.hql.ast.HqlASTFactory
-
Returns the class for a given token type (a.k.a.
- getASTNodeType(int) - Method in class org.hibernate.hql.ast.SqlASTFactory
-
Returns the class for a given token type (a.k.a.
- getASTNodeType(int) - Method in class org.hibernate.sql.ordering.antlr.Factory
- getASTPrinter() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- getAttribute() - Method in exception org.hibernate.ejb.criteria.BasicPathUsageException
-
- getAttribute() - Method in class org.hibernate.ejb.criteria.expression.MapEntryExpression
-
- getAttribute() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
-
Retrieve reference to the attribute this path represents.
- getAttribute() - Method in class org.hibernate.ejb.criteria.path.AbstractJoinImpl
-
Retrieve reference to the attribute this path represents.
- getAttribute() - Method in class org.hibernate.ejb.criteria.path.CollectionAttributeJoin
-
- getAttribute() - Method in class org.hibernate.ejb.criteria.path.ListAttributeJoin
-
- getAttribute() - Method in class org.hibernate.ejb.criteria.path.MapAttributeJoin
-
- getAttribute() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyPath
-
- getAttribute() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeySource
-
- getAttribute() - Method in class org.hibernate.ejb.criteria.path.PluralAttributeJoinSupport
-
- getAttribute() - Method in class org.hibernate.ejb.criteria.path.PluralAttributePath
-
- getAttribute() - Method in class org.hibernate.ejb.criteria.path.SetAttributeJoin
-
- getAttribute() - Method in class org.hibernate.ejb.criteria.path.SingularAttributeJoin
-
- getAttribute() - Method in class org.hibernate.ejb.criteria.path.SingularAttributePath
-
Retrieve reference to the attribute this path represents.
- getAttribute() - Method in interface org.hibernate.ejb.criteria.PathImplementor
-
Retrieve reference to the attribute this path represents.
- getAttribute(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getAttributes() - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getAuditData() - Method in class org.hibernate.envers.configuration.metadata.reader.AnnotationsMetadataReader
-
- getAuditEntCfg() - Method in class org.hibernate.envers.configuration.AuditConfiguration
-
- getAuditEntityName(String) - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
-
- getAuditEntityName() - Method in class org.hibernate.envers.configuration.metadata.AuditTableData
-
- getAuditEntityName() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleIdData
-
- getAuditingOverrides() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- getAuditMappedBy() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- getAuditStrategy() - Method in class org.hibernate.envers.configuration.AuditConfiguration
-
- getAuditStrategyName() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
-
- getAuditTable() - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
-
- getAuditTableName(String, String) - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
-
- getAuditTableName() - Method in class org.hibernate.envers.configuration.metadata.AuditTableData
-
- getAutoCloseSessionEnabled() - Method in class org.hibernate.jmx.HibernateService
-
- getAutoCloseSessionEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Is automatic Session closing enabled?
- getAutoFlushEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getBagRoles() - Method in exception org.hibernate.loader.MultipleBagFetchException
-
Retrieves the collection-roles for the bags encountered.
- getBase() - Method in class org.hibernate.cfg.IndexColumn
-
- getBaseForMappings() - Method in class org.hibernate.testing.cache.BaseCacheTestCase
-
- getBaseForMappings() - Method in interface org.hibernate.testing.junit.functional.ExecutionEnvironment.Settings
-
- getBaseForMappings() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- getBaseIndex() - Method in class org.hibernate.mapping.List
-
- getBasePropertyMapping() - Method in class org.hibernate.hql.ast.tree.ComponentJoin
-
- getBasicSelectClauseNullString(int) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getBatcher() - Method in interface org.hibernate.engine.SessionImplementor
-
Get the prepared statement Batcher for this session
- getBatcher() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getBatcher() - Method in class org.hibernate.impl.SessionImpl
-
- getBatcher() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getBatcher() - Method in class org.hibernate.jdbc.ConnectionManager
-
The batcher managed by this ConnectionManager.
- getBatcherFactory() - Method in class org.hibernate.cfg.Settings
-
- getBatcherFactory() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getBatchFetchQueue() - Method in interface org.hibernate.engine.PersistenceContext
-
Get the BatchFetchQueue, instantiating one if
necessary.
- getBatchFetchQueue() - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Get the BatchFetchQueue, instantiating one if
necessary.
- getBatchPosition() - Method in exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException
-
- getBatchSize() - Method in class org.hibernate.mapping.Collection
-
- getBatchSize() - Method in class org.hibernate.mapping.PersistentClass
-
- getBatchSizes() - Method in class org.hibernate.loader.collection.BatchingCollectionInitializer
-
- getBatchSizes(int) - Static method in class org.hibernate.util.ArrayHelper
-
- getBatchVersionedDataEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Is JDBC batch update for versioned entities enabled?
- getBatchVersionedDataEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getBeanName() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- getBeanName() - Method in class org.hibernate.envers.entities.PropertyData
-
- getBeforeCompletionManagedFlushChecker() - Method in class org.hibernate.transaction.synchronization.CallbackCoordinator
-
- getBeforeTransactionCompletionProcess() - Method in class org.hibernate.action.BulkOperationCleanupAction
-
- getBeforeTransactionCompletionProcess() - Method in class org.hibernate.action.CollectionAction
-
- getBeforeTransactionCompletionProcess() - Method in class org.hibernate.action.EntityAction
-
- getBeforeTransactionCompletionProcess() - Method in interface org.hibernate.action.Executable
-
Get the before-transaction-completion process, if any, for this action.
- getBigDecimal(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getBigDecimal(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a big_decimal
- getBigInteger(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getBigInteger(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a big_integer
- getBinary(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getBinary(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a binary
- getBindableJavaType() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
-
- getBindableJavaType() - Method in class org.hibernate.ejb.metamodel.EntityTypeImpl
-
- getBindableJavaType() - Method in class org.hibernate.ejb.metamodel.PluralAttributeImpl
- getBindableJavaType() - Method in class org.hibernate.ejb.metamodel.SingularAttributeImpl
- getBindableType() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
-
- getBindableType() - Method in class org.hibernate.ejb.metamodel.EntityTypeImpl
-
- getBindableType() - Method in class org.hibernate.ejb.metamodel.PluralAttributeImpl
- getBindableType() - Method in class org.hibernate.ejb.metamodel.SingularAttributeImpl
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
-
- getBlob(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getBlob(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a blob
- getBlobBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
-
- getBoolean(Object) - Static method in class org.hibernate.ejb.util.ConfigurationHelper
-
- getBoolean(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getBoolean(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a boolean
- getBoolean(String, Properties) - Static method in class org.hibernate.util.PropertiesHelper
-
Get a property value as a boolean.
- getBoolean(String, Properties, boolean) - Static method in class org.hibernate.util.PropertiesHelper
-
Get a property value as a boolean.
- getBooleanExpression() - Method in class org.hibernate.ejb.criteria.predicate.ExplicitTruthValueCheck
-
- getBuilder() - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
-
- getBuilder() - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
-
- getByte(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getByte(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a byte
- getBytecodeProvider() - Static method in class org.hibernate.cfg.Environment
-
- getBytes() - Method in interface org.hibernate.bytecode.util.ClassDescriptor
-
The bytes making up the class' bytecode.
- getBytes() - Method in interface org.hibernate.type.descriptor.BinaryStream
-
Access to the bytes.
- getBytes() - Method in class org.hibernate.type.descriptor.java.BinaryStreamImpl
-
- getBytesFromInputStream(InputStream) - Static method in class org.hibernate.ejb.packaging.JarVisitorFactory
-
- getCache() - Method in class org.hibernate.cache.AbstractJndiBoundCacheProvider
-
- getCache() - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
-
Deprecated.
Get the wrapped cache implementation
- getCache() - Method in class org.hibernate.cache.NonstrictReadWriteCache
-
- getCache() - Method in class org.hibernate.cache.ReadOnlyCache
-
- getCache() - Method in class org.hibernate.cache.ReadWriteCache
-
- getCache() - Method in class org.hibernate.cache.TransactionalCache
-
- getCache() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
-
- getCache() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getCache() - Method in class org.hibernate.jmx.SessionFactoryStub
-
- getCache() - Method in interface org.hibernate.SessionFactory
-
Obtain direct access to the underlying cache regions.
- getCacheable() - Method in class org.hibernate.impl.CriteriaImpl
-
- getCacheAccessStrategy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getCacheAccessStrategy() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the cache
- getCacheAccessStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getCacheAccessStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the cache (optional operation)
- getCacheConcurrencyStrategy(CacheConcurrencyStrategy) - Static method in class org.hibernate.cfg.annotations.EntityBinder
-
- getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.Collection
-
- getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.PersistentClass
-
- getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.RootClass
-
- getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.Subclass
-
- getCacheConcurrencyStrategy() - Method in interface org.hibernate.testing.junit.functional.ExecutionEnvironment.Settings
-
- getCacheConcurrencyStrategy() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- getCacheDataDescription() - Method in class org.hibernate.cache.impl.bridge.BaseTransactionalDataRegionAdapter
-
- getCacheDataDescription() - Method in interface org.hibernate.cache.TransactionalDataRegion
-
- getCachedDatabaseSnapshot(EntityKey) - Method in interface org.hibernate.engine.PersistenceContext
-
- getCachedDatabaseSnapshot(EntityKey) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Retrieve the cached database snapshot for the requested entity key.
- getCachedSize() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
- getCacheEntryStructure() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getCacheEntryStructure() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the cache structure
- getCacheEntryStructure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getCacheEntryStructure() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the cache structure
- getCacheHitCount() - Method in class org.hibernate.stat.ConcurrentQueryStatisticsImpl
-
Queries retrieved successfully from the cache
- getCacheHitCount() - Method in interface org.hibernate.stat.QueryStatistics
-
- getCacheHitCount() - Method in class org.hibernate.stat.QueryStatisticsImpl
-
Queries retrieved successfully from the cache
- getCacheMissCount() - Method in class org.hibernate.stat.ConcurrentQueryStatisticsImpl
-
- getCacheMissCount() - Method in interface org.hibernate.stat.QueryStatistics
-
- getCacheMissCount() - Method in class org.hibernate.stat.QueryStatisticsImpl
-
- getCacheMode(String) - Static method in class org.hibernate.cfg.HbmBinder
-
- getCacheMode(Object) - Static method in class org.hibernate.ejb.util.ConfigurationHelper
-
- getCacheMode() - Method in class org.hibernate.engine.NamedQueryDefinition
-
- getCacheMode() - Method in interface org.hibernate.engine.SessionImplementor
-
- getCacheMode() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getCacheMode() - Method in class org.hibernate.impl.AbstractQueryImpl
-
- getCacheMode() - Method in class org.hibernate.impl.SessionImpl
-
- getCacheMode() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getCacheMode() - Method in interface org.hibernate.Session
-
Get the current cache mode.
- getCacheProvider() - Method in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
-
- getCacheProvider() - Method in class org.hibernate.testing.cache.BaseCacheProviderTestCase
-
The cache provider to be tested.
- getCacheProviderClass() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Get the second-level cache provider class name
- getCacheProviderClass() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getCacheProviderConfig() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
For cache providers which support this setting, get the
provider's specific configuration resource.
- getCacheProviderConfig() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getCachePutCount() - Method in class org.hibernate.stat.ConcurrentQueryStatisticsImpl
-
- getCachePutCount() - Method in interface org.hibernate.stat.QueryStatistics
-
- getCachePutCount() - Method in class org.hibernate.stat.QueryStatisticsImpl
-
- getCacheRegion() - Method in class org.hibernate.engine.NamedQueryDefinition
-
- getCacheRegion() - Method in class org.hibernate.engine.QueryParameters
-
- getCacheRegion() - Method in class org.hibernate.impl.CriteriaImpl
-
- getCacheRegionFactory() - Method in class org.hibernate.testing.cache.BaseCacheRegionFactoryTestCase
-
- getCacheRegionName() - Method in class org.hibernate.mapping.Collection
-
- getCacheRegionName() - Method in class org.hibernate.mapping.RootClass
-
- getCacheRegionPrefix() - Method in class org.hibernate.cfg.Settings
-
- getCacheRegionPrefix() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Get the cache region prefix
- getCacheRegionPrefix() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getCalendar(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getCalendar(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a calendar or calendar_date
- getCallbackMethod() - Method in class org.hibernate.ejb.event.Callback
-
- getCanonicalName() - Method in class org.hibernate.mapping.Column
-
- getCascadableChildrenIterator(EventSource, CollectionType, Object) - Method in class org.hibernate.engine.CascadingAction
-
Given a collection, get an iterator of the children upon which the
current cascading action should be visited.
- getCascade() - Method in class org.hibernate.mapping.Property
-
- getCascadeAction() - Method in class org.hibernate.ejb.event.EJB3PersistEventListener
-
- getCascadeAction() - Method in class org.hibernate.ejb.event.EJB3PersistOnFlushEventListener
-
- getCascadeAction() - Method in class org.hibernate.event.def.AbstractSaveEventListener
-
- getCascadeAction() - Method in class org.hibernate.event.def.DefaultMergeEventListener
-
- getCascadeAction() - Method in class org.hibernate.event.def.DefaultPersistEventListener
-
- getCascadeAction() - Method in class org.hibernate.event.def.DefaultPersistOnFlushEventListener
-
- getCascadeAction() - Method in class org.hibernate.event.def.DefaultReplicateEventListener
-
- getCascadeAction() - Method in class org.hibernate.event.def.DefaultSaveOrUpdateCopyEventListener
-
- getCascadeAction() - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
-
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.Dialect
-
Completely optional cascading drop clause
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.FrontBaseDialect
-
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.JDataStoreDialect
-
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.MimerSQLDialect
-
The syntax for using cascade on constraints
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.PointbaseDialect
-
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- getCascadeLevel() - Method in interface org.hibernate.engine.PersistenceContext
-
How deep are we cascaded?
- getCascadeLevel() - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Do we already know that the entity does not exist in the
database?
- getCascadePersist() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
-
- getCascadeStyle(String) - Static method in class org.hibernate.engine.CascadeStyle
-
Factory method for obtaining named cascade styles
- getCascadeStyle() - Method in class org.hibernate.mapping.Property
-
- getCascadeStyle(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getCascadeStyle(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Get the cascade style of this (subclass closure) property
- getCascadeStyle() - Method in class org.hibernate.tuple.StandardProperty
-
- getCascadeStyle(int) - Method in class org.hibernate.type.AnyType
-
- getCascadeStyle(int) - Method in class org.hibernate.type.ComponentType
-
- getCascadeStyle(int) - Method in class org.hibernate.type.CompositeCustomType
-
- getCascadeStyle(int) - Method in interface org.hibernate.type.CompositeType
-
Retrieve the cascade style of the indicated component property.
- getCascadeStyles() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getCascadingAction() - Method in class org.hibernate.ejb.event.EJB3AutoFlushEventListener
-
- getCascadingAction() - Method in class org.hibernate.ejb.event.EJB3FlushEventListener
-
- getCascadingAction() - Method in class org.hibernate.event.def.AbstractFlushingEventListener
-
- getCastSource() - Method in class org.hibernate.ejb.criteria.expression.function.CastFunction
-
- getCastType(Class) - Method in interface org.hibernate.ejb.criteria.CriteriaQueryCompiler.RenderingContext
-
Given a java type, determine the proper cast type name.
- getCastTypeName(int) - Method in class org.hibernate.dialect.Dialect
-
Get the name of the database type appropriate for casting operations
(via the CAST() SQL function) for the given
Types
typecode.
- getCastTypeName(int) - Method in class org.hibernate.dialect.MySQLDialect
-
- getCatalog() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
-
- getCatalog(String, Table) - Method in class org.hibernate.envers.configuration.metadata.AuditMetadataGenerator
-
- getCatalog() - Method in class org.hibernate.envers.configuration.metadata.AuditTableData
-
- getCatalog() - Method in class org.hibernate.mapping.Table
-
- getCatalog() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
- getCatalogName() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getCatalogName() - Method in interface org.hibernate.cfg.Mappings
-
Returns the currently bound default catalog name.
- getCategoryName() - Method in class org.hibernate.stat.CategorizedStatistics
-
- getCause() - Method in exception org.hibernate.bytecode.javassist.BulkAccessorException
-
Gets the cause of this throwable.
- getCfg() - Static method in class org.hibernate.testing.junit.functional.annotations.HibernateTestCase
-
- getCfg() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- getChangedElement() - Method in class org.hibernate.envers.entities.mapper.PersistentCollectionChangeData
-
- getChangedElementIndex() - Method in class org.hibernate.envers.entities.mapper.PersistentCollectionChangeData
-
- getCharacter(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getCharacter(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a character
- getCharacterStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
-
- getCheckConstraint() - Method in class org.hibernate.mapping.Column
-
- getCheckConstraintsIterator() - Method in class org.hibernate.mapping.Table
-
- getChildrenByTagName(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
-
Returns an iterator over the children of the given element with
the given tag name.
- getClass(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getClass(String) - Method in interface org.hibernate.cfg.Mappings
-
Retrieves the entity mapping metadata for the given entity name.
- getClass(Object) - Static method in class org.hibernate.Hibernate
-
Get the true, underlying class of a proxied persistent class.
- getClassAlias() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getClassAuditingData(String) - Method in class org.hibernate.envers.configuration.ClassesAuditingData
-
- getClassDescriptor(byte[]) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
-
Given the bytecode of a java class, retrieve the descriptor for that class.
- getClassDescriptor(byte[]) - Method in class org.hibernate.bytecode.buildtime.CGLIBInstrumenter
-
- getClassDescriptor(byte[]) - Method in class org.hibernate.bytecode.buildtime.JavassistInstrumenter
-
- getClasses() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getClasses() - Method in interface org.hibernate.cfg.Mappings
-
- getClasses() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- getClassesInJar(URL, Set<Class<? extends Annotation>>) - Method in class org.hibernate.ejb.packaging.NativeScanner
-
- getClassesInJar(URL, Set<Class<? extends Annotation>>) - Method in interface org.hibernate.ejb.packaging.Scanner
-
return all classes in the jar matching one of these annotations
if annotationsToLookFor is empty, return all classes
- getClassMapping(String) - Method in class org.hibernate.cfg.Configuration
-
Get the mapping for a particular entity
- getClassMapping(String) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- getClassMapping() - Method in class org.hibernate.envers.configuration.metadata.EntityXmlMappingData
-
- getClassMappings() - Method in class org.hibernate.cfg.Configuration
-
Iterate the entity mappings
- getClassMappings() - Method in class org.hibernate.ejb.Ejb3Configuration
-
- getClassMetadata(Class) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getClassMetadata(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getClassMetadata(Class) - Method in class org.hibernate.jmx.SessionFactoryStub
-
- getClassMetadata(String) - Method in class org.hibernate.jmx.SessionFactoryStub
-
- getClassMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getClassMetadata() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the user-visible metadata for the class (optional operation)
- getClassMetadata(Class) - Method in interface org.hibernate.SessionFactory
-
Retrieve the
ClassMetadata
associated with the given entity class.
- getClassMetadata(String) - Method in interface org.hibernate.SessionFactory
-
Retrieve the
ClassMetadata
associated with the given entity class.
- getClassName() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- getClassName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- getClassName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- getClassName(String, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
-
- getClassName(String, String) - Static method in class org.hibernate.cfg.HbmBinder
-
- getClassName() - Method in interface org.hibernate.cfg.PropertyHolder
-
- getClassName() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getClassName() - Method in class org.hibernate.mapping.PersistentClass
-
- getClassOrElement() - Method in interface org.hibernate.cfg.PropertyData
-
Returns the returned class itself or the element type if an array
- getClassOrElement() - Method in class org.hibernate.cfg.PropertyInferredData
-
- getClassOrElement() - Method in class org.hibernate.cfg.PropertyPreloadedData
-
- getClassOrElement() - Method in class org.hibernate.cfg.WrappedInferredData
-
- getClassOrElementName() - Method in interface org.hibernate.cfg.PropertyData
-
Returns the returned class name itself or the element type if an array
- getClassOrElementName() - Method in class org.hibernate.cfg.PropertyInferredData
-
- getClassOrElementName() - Method in class org.hibernate.cfg.PropertyPreloadedData
-
- getClassOrElementName() - Method in class org.hibernate.cfg.WrappedInferredData
-
- getClassTransformer(ClassDescriptor, Set) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
-
Create class transformer for the class.
- getClassTransformer(ClassDescriptor, Set) - Method in class org.hibernate.bytecode.buildtime.CGLIBInstrumenter
-
- getClassTransformer(ClassDescriptor, Set) - Method in class org.hibernate.bytecode.buildtime.JavassistInstrumenter
-
- getClassType(XClass) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getClassType(XClass) - Method in interface org.hibernate.cfg.Mappings
-
Get and maintain a cache of class type.
- getClassWithIdClass(boolean) - Method in class org.hibernate.cfg.InheritanceState
-
- getClassWithoutInitializingProxy(Object) - Static method in class org.hibernate.proxy.HibernateProxyHelper
-
Get the class of an instance or the underlying class
of a proxy (without initializing the proxy!).
- getClazz() - Method in class org.hibernate.cfg.InheritanceState
-
- getClob(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getClob(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a clob
- getClobBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
-
- getCloseStatementCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getCloseStatementCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getCloseStatementCount() - Method in interface org.hibernate.stat.Statistics
-
The number of prepared statements that were released
- getCloseStatementCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getCollation() - Method in class org.hibernate.sql.ordering.antlr.SortSpecification
-
Locate the specified collation specification, if one.
- getCollectedParameters() - Method in class org.hibernate.hql.ast.SqlGenerator
-
- getCollectedParameterSpecifications() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
- getCollection() - Method in class org.hibernate.action.CollectionAction
-
- getCollection() - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- getCollection(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getCollection(String) - Method in interface org.hibernate.cfg.Mappings
-
Retrieves the collection mapping metadata for the given collection role.
- getCollection(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getCollection(String, Class<E>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getCollection() - Method in class org.hibernate.engine.loading.LoadingCollectionEntry
-
- getCollection(CollectionKey) - Method in interface org.hibernate.engine.PersistenceContext
-
Get the collection instance associated with the CollectionKey
- getCollection(CollectionKey) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Get the collection instance associated with the CollectionKey
- getCollection() - Method in class org.hibernate.event.AbstractCollectionEvent
-
- getCollection(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
-
instantiate a collection wrapper (called when loading an object)
- getCollectionAliases() - Method in class org.hibernate.loader.BasicLoader
-
- getCollectionAliases() - Method in class org.hibernate.loader.custom.CollectionFetchReturn
-
- getCollectionAliases() - Method in class org.hibernate.loader.custom.CollectionReturn
-
- getCollectionAliases() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getCollectionAliases() - Method in class org.hibernate.loader.Loader
-
- getCollectionBatch(CollectionPersister, Serializable, int, EntityMode) - Method in class org.hibernate.engine.BatchFetchQueue
-
Get a batch of uninitialized collection keys for a given role
- getCollectionBinder(String, XProperty, boolean, boolean) - Static method in class org.hibernate.cfg.annotations.CollectionBinder
-
collection binder factory
- getCollectionChanges() - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
-
- getCollectionCount() - Method in interface org.hibernate.stat.SessionStatistics
-
Get the number of collection instances associated with the session
- getCollectionCount() - Method in class org.hibernate.stat.SessionStatisticsImpl
-
- getCollectionElementColumns(String, String) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
-
Retrieves the column names corresponding to the collection elements for the given
collection role.
- getCollectionEntries() - Method in interface org.hibernate.engine.PersistenceContext
-
Get the mapping from collection instance to collection entry
- getCollectionEntries() - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- getCollectionEntry(PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
-
Get the collection entry for a persistent collection
- getCollectionEntry(PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Get the collection entry for a persistent collection
- getCollectionEntryOrNull(Object) - Method in interface org.hibernate.engine.PersistenceContext
-
Get the collection entry for a collection passed to filter,
which might be a collection wrapper, an array, or an unwrapped
collection.
- getCollectionEntryOrNull(Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Get the collection entry for a collection passed to filter,
which might be a collection wrapper, an array, or an unwrapped
collection.
- getCollectionFetchCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getCollectionFetchCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getCollectionFetchCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of collections fetched
- getCollectionFetchCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getCollectionFetches() - Method in class org.hibernate.hql.ast.tree.FromClause
-
- getCollectionFilterRole() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- getCollectionFromElements() - Method in class org.hibernate.hql.ast.tree.SelectClause
-
- getCollectionHolder(Object) - Method in interface org.hibernate.engine.PersistenceContext
-
Get the PersistentCollection object for an array
- getCollectionHolder(Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Get the PersistentCollection object for an array
- getCollectionKeys() - Method in class org.hibernate.engine.QueryParameters
-
- getCollectionKeys() - Method in interface org.hibernate.stat.SessionStatistics
-
Get the set of all CollectionKeys
- getCollectionKeys() - Method in class org.hibernate.stat.SessionStatisticsImpl
-
- getCollectionLoadContext(ResultSet) - Method in class org.hibernate.engine.loading.LoadContexts
-
- getCollectionLoadCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getCollectionLoadCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getCollectionLoadCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of collections loaded
- getCollectionLoadCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getCollectionMapping(String) - Method in class org.hibernate.cfg.Configuration
-
Get the mapping for a particular collection role
- getCollectionMapping(String) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- getCollectionMappings() - Method in class org.hibernate.cfg.Configuration
-
Iterate the collection mappings
- getCollectionMetadata(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getCollectionMetadata(String) - Method in class org.hibernate.jmx.SessionFactoryStub
-
- getCollectionMetadata() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getCollectionMetadata() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- getCollectionMetadata(String) - Method in interface org.hibernate.SessionFactory
-
- getCollectionOwner(Serializable, CollectionPersister) - Method in interface org.hibernate.engine.PersistenceContext
-
Get the entity that owns this persistent collection
- getCollectionOwner(Serializable, CollectionPersister) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Get the entity that owns this persistent collection
- getCollectionOwners() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getCollectionOwners() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getCollectionOwners() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getCollectionOwners() - Method in class org.hibernate.loader.JoinWalker
-
- getCollectionOwners() - Method in class org.hibernate.loader.Loader
-
Get the index of the entity that owns the collection, or -1
if there is no owner in the query results (ie.
- getCollectionOwners() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getCollectionPath() - Method in class org.hibernate.ejb.criteria.expression.SizeOfCollectionExpression
-
- getCollectionPath() - Method in class org.hibernate.ejb.criteria.predicate.MemberOfPredicate
-
- getCollectionPersister(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Get the persister object for a collection role.
- getCollectionPersister(String) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
-
Locate the collection persister by the collection role.
- getCollectionPersister(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getCollectionPersister() - Method in class org.hibernate.loader.collection.BatchingCollectionInitializer
-
- getCollectionPersisterClass() - Method in class org.hibernate.mapping.Collection
-
- getCollectionPersisterClass(String) - Method in interface org.hibernate.persister.PersisterClassProvider
-
Returns the collection persister class for a given collection role or null
if the collection persister class should be the default.
- getCollectionPersisters() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
Overrides method from Loader
- getCollectionPersisters() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getCollectionPersisters() - Method in class org.hibernate.loader.hql.QueryLoader
-
An (optional) persister for a collection to be initialized; only collection loaders
return a non-null value
- getCollectionPersisters() - Method in class org.hibernate.loader.JoinWalker
-
- getCollectionPersisters() - Method in class org.hibernate.loader.Loader
-
An (optional) persister for a collection to be initialized; only
collection loaders return a non-null value
- getCollectionPersisters() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getCollectionPropertyColumnAliases(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getCollectionPropertyColumnAliases(String, String) - Method in interface org.hibernate.persister.collection.SQLLoadableCollection
-
- getCollectionRecreateCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getCollectionRecreateCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getCollectionRecreateCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of collections recreated
- getCollectionRecreateCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getCollectionReferencingPropertyData() - Method in class org.hibernate.envers.entities.mapper.relation.CommonCollectionMapperData
-
- getCollectionRemoveCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getCollectionRemoveCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getCollectionRemoveCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of collections removed
- getCollectionRemoveCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getCollectionRole() - Method in class org.hibernate.engine.query.FilterQueryPlan
-
- getCollectionRole() - Method in class org.hibernate.mapping.Backref
-
- getCollectionRole() - Method in class org.hibernate.mapping.IndexBackref
-
- getCollectionRoleNames() - Method in class org.hibernate.jmx.StatisticsService
-
- getCollectionRoleNames() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
Get the names of all collection roles
- getCollectionRoleNames() - Method in interface org.hibernate.stat.Statistics
-
Get the names of all collection roles
- getCollectionRoleNames() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
Get the names of all collection roles
- getCollectionRolesByEntityParticipant(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Retrieves a set of all the collection roles in which the given entity
is a participant, as either an index or an element.
- getCollectionRolesByEntityParticipant(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getCollectionsByKey() - Method in interface org.hibernate.engine.PersistenceContext
-
Get the mapping from collection key to collection instance
- getCollectionsByKey() - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- getCollectionSpaces() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getCollectionSpaces() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the "space" that holds the persistent state
- getCollectionStatistics(String) - Method in class org.hibernate.jmx.StatisticsService
-
- getCollectionStatistics(String) - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
Get collection statistics per role
- getCollectionStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
Get collection statistics per role
- getCollectionStatistics(String) - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
Get collection statistics per role
- getCollectionSubquery(Map) - Method in class org.hibernate.hql.classic.PathExpressionParser
-
- getCollectionSuffix() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getCollectionSuffixes() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getCollectionSuffixes() - Method in class org.hibernate.loader.BasicLoader
-
- getCollectionSuffixes() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getCollectionSuffixes() - Method in class org.hibernate.loader.JoinWalker
-
- getCollectionSuffixes() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getCollectionTable() - Method in class org.hibernate.mapping.Collection
-
- getCollectionTableAlias() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getCollectionType() - Method in class org.hibernate.mapping.Collection
-
- getCollectionType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getCollectionType() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the associated Type
- getCollectionUpdateCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getCollectionUpdateCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getCollectionUpdateCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of collections updated
- getCollectionUpdateCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getColumn(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the names of the columns mapped by a property path,
ignoring projection aliases
- getColumn() - Method in class org.hibernate.hql.ast.tree.Node
-
- getColumn(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getColumn(int) - Method in class org.hibernate.mapping.Constraint
-
- getColumn(Column) - Method in class org.hibernate.mapping.DenormalizedTable
-
- getColumn(Column) - Method in class org.hibernate.mapping.Table
-
Return the column which is identified by column provided as argument.
- getColumn(int) - Method in class org.hibernate.mapping.Table
-
- getColumnAlias() - Method in class org.hibernate.engine.query.sql.NativeSQLQueryScalarReturn
-
- getColumnAlias() - Method in class org.hibernate.loader.custom.ScalarReturn
-
- getColumnAliases(int) - Method in class org.hibernate.criterion.AliasedProjection
-
- getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
-
- getColumnAliases(String, int) - Method in class org.hibernate.criterion.AliasedProjection
-
- getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
-
- getColumnAliases(int) - Method in class org.hibernate.criterion.Distinct
-
- getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
-
- getColumnAliases(String, int) - Method in class org.hibernate.criterion.Distinct
-
- getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
-
- getColumnAliases(int, Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.EnhancedProjection
-
- getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.EnhancedProjection
-
- getColumnAliases(int) - Method in interface org.hibernate.criterion.Projection
-
- getColumnAliases(String, int) - Method in interface org.hibernate.criterion.Projection
-
- getColumnAliases(int) - Method in class org.hibernate.criterion.ProjectionList
-
- getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
-
- getColumnAliases(String, int) - Method in class org.hibernate.criterion.ProjectionList
-
- getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
-
- getColumnAliases(String, int) - Method in class org.hibernate.criterion.SimpleProjection
-
- getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
-
- getColumnAliases(int) - Method in class org.hibernate.criterion.SimpleProjection
-
- getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
-
- getColumnAliases(int) - Method in class org.hibernate.criterion.SQLProjection
-
- getColumnAliases(String, int) - Method in class org.hibernate.criterion.SQLProjection
-
- getColumnAliasExtractor() - Method in class org.hibernate.dialect.Dialect
-
- getColumnComment(String) - Method in class org.hibernate.dialect.Dialect
-
- getColumnComment(String) - Method in class org.hibernate.dialect.MySQLDialect
-
- getColumnCount(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
-
- getColumnInsertability() - Method in class org.hibernate.mapping.Collection
-
- getColumnInsertability() - Method in class org.hibernate.mapping.Component
-
- getColumnInsertability() - Method in class org.hibernate.mapping.OneToMany
-
- getColumnInsertability() - Method in class org.hibernate.mapping.SimpleValue
-
- getColumnInsertability() - Method in interface org.hibernate.mapping.Value
-
- getColumnIterator() - Method in class org.hibernate.mapping.Collection
-
- getColumnIterator() - Method in class org.hibernate.mapping.Component
-
- getColumnIterator() - Method in class org.hibernate.mapping.Constraint
-
- getColumnIterator() - Method in class org.hibernate.mapping.DenormalizedTable
-
- getColumnIterator() - Method in class org.hibernate.mapping.Index
-
- getColumnIterator() - Method in class org.hibernate.mapping.OneToMany
-
- getColumnIterator() - Method in class org.hibernate.mapping.Property
-
- getColumnIterator() - Method in class org.hibernate.mapping.SimpleValue
-
- getColumnIterator() - Method in class org.hibernate.mapping.Table
-
- getColumnIterator() - Method in interface org.hibernate.mapping.Value
-
- getColumnMapper() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
-
Retrieves the column mapper for this context.
- getColumnMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
- getColumnNameIterator(Iterator<Column>) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
- getColumnNameIterator(JoinColumn[]) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
- getColumnNames() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
- getColumnNames() - Method in class org.hibernate.hql.ast.tree.SelectClause
-
The column alias names being used in the generated SQL.
- getColumnNames() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getColumnNames() - Method in interface org.hibernate.hql.QueryTranslator
-
Returns the column names in the generated SQL.
- getColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- getColumnNamesStartPosition(int) - Method in class org.hibernate.hql.ast.tree.SelectClause
-
- getColumns() - Method in class org.hibernate.cfg.UniqueConstraintHolder
-
- getColumns(String, Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the names of the columns mapped by a property path,
ignoring projection aliases
- getColumns() - Method in class org.hibernate.hql.ast.tree.AbstractMapComponentNode
-
- getColumns(String, Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getColumns() - Method in class org.hibernate.mapping.Constraint
-
- getColumns() - Method in class org.hibernate.sql.SelectFragment
-
- getColumns() - Method in class org.hibernate.tool.hbm2ddl.IndexMetadata
-
- getColumnSize() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
- getColumnSpan(Type) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
-
Retrieve the number of columns represented by this type.
- getColumnSpan() - Method in class org.hibernate.mapping.Collection
-
- getColumnSpan() - Method in class org.hibernate.mapping.Component
-
- getColumnSpan() - Method in class org.hibernate.mapping.Constraint
-
- getColumnSpan() - Method in class org.hibernate.mapping.Index
-
- getColumnSpan() - Method in class org.hibernate.mapping.OneToMany
-
- getColumnSpan() - Method in class org.hibernate.mapping.Property
-
- getColumnSpan() - Method in class org.hibernate.mapping.SimpleValue
-
- getColumnSpan() - Method in class org.hibernate.mapping.Table
-
- getColumnSpan() - Method in interface org.hibernate.mapping.Value
-
- getColumnSpan(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.AbstractLobType
-
Deprecated.
- getColumnSpan(Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.AnyType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.CollectionType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.ComponentType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.CompositeCustomType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.CustomType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.ManyToOneType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.MetaType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.NullableType
-
Deprecated.
- getColumnSpan(Mapping) - Method in class org.hibernate.type.OneToOneType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.SpecialOneToOneType
-
- getColumnSpan(Mapping) - Method in interface org.hibernate.type.Type
-
How many columns are used to persist this type.
- getColumnsUsingProjection(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the names of the columns mapped by a property path
- getColumnsUsingProjection(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
Get the names of the columns constrained
by this criterion.
- getColumnUpdateability() - Method in class org.hibernate.mapping.Collection
-
- getColumnUpdateability() - Method in class org.hibernate.mapping.Component
-
- getColumnUpdateability() - Method in class org.hibernate.mapping.OneToMany
-
- getColumnUpdateability() - Method in class org.hibernate.mapping.SimpleValue
-
- getColumnUpdateability() - Method in interface org.hibernate.mapping.Value
-
- getComment() - Method in class org.hibernate.engine.NamedQueryDefinition
-
- getComment() - Method in class org.hibernate.engine.QueryParameters
-
- getComment() - Method in class org.hibernate.impl.CriteriaImpl
-
- getComment() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
- getComment() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- getComment() - Method in class org.hibernate.loader.entity.CascadeEntityJoinWalker
-
- getComment() - Method in class org.hibernate.loader.entity.EntityJoinWalker
-
- getComment() - Method in class org.hibernate.mapping.Column
-
- getComment() - Method in class org.hibernate.mapping.Table
-
- getCommentsEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Are SQL comments enabled?
- getCommentsEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getComparator() - Method in class org.hibernate.mapping.Collection
-
- getComparator() - Method in class org.hibernate.type.AbstractBynaryType
-
Deprecated.
- getComparator() - Method in class org.hibernate.type.BinaryType
-
Get a comparator for version values.
- getComparator() - Method in class org.hibernate.type.ByteType
-
- getComparator() - Method in class org.hibernate.type.CalendarType
-
- getComparator() - Method in class org.hibernate.type.CustomType
-
- getComparator() - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
-
Retrieve the natural comparator for this type.
- getComparator() - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
-
- getComparator() - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
-
- getComparator() - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
-
- getComparator() - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
-
- getComparator() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
-
Retrieve the natural comparator for this type.
- getComparator() - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
-
- getComparator() - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
-
- getComparator() - Method in class org.hibernate.type.IntegerType
-
- getComparator() - Method in class org.hibernate.type.LongType
-
- getComparator() - Method in class org.hibernate.type.ShortType
-
- getComparator() - Method in class org.hibernate.type.TimestampType
-
- getComparator() - Method in interface org.hibernate.type.VersionType
-
Get a comparator for version values.
- getComparatorClassName() - Method in class org.hibernate.mapping.Collection
-
- getComparisonOperator() - Method in class org.hibernate.ejb.criteria.predicate.ComparisonPredicate
-
- getComponentClass() - Method in class org.hibernate.mapping.Component
-
- getComponentClassName() - Method in class org.hibernate.mapping.Component
-
- getComponentIndex() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleComponentData
-
- getComponentMapper() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleComponentData
-
- getComponentPath() - Method in class org.hibernate.hql.ast.tree.ComponentJoin
-
- getComponentProperty() - Method in class org.hibernate.hql.ast.tree.ComponentJoin
-
- getComponentType() - Method in class org.hibernate.hql.ast.tree.ComponentJoin
-
- getComponentValue(ComponentType, Object, String) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
Extract a component property value.
- getCompositeKeyManyToOneTargetIndices() - Method in class org.hibernate.loader.entity.EntityJoinWalker
-
- getCompositeKeyManyToOneTargetIndices() - Method in class org.hibernate.loader.entity.EntityLoader
-
- getCompositeKeyManyToOneTargetIndices() - Method in class org.hibernate.loader.Loader
-
- getCompoundSelectionItems() - Method in class org.hibernate.ejb.criteria.expression.CompoundSelectionImpl
-
- getCompoundSelectionItems() - Method in class org.hibernate.ejb.criteria.expression.SelectionImpl
-
- getCompoundSelectionItems() - Method in class org.hibernate.ejb.criteria.predicate.AbstractPredicateImpl
-
- getConcreteProxyClass(EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getConcreteProxyClass(EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the proxy interface that instances of this concrete class will be
cast to (optional operation).
- getConcreteProxyClass() - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
-
Returns the java class to which generated proxies will be typed.
- getConcreteProxyClass() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
-
Returns the java class to which generated proxies will be typed.
- getConcreteProxyClass() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Returns the java class to which generated proxies will be typed.
- getConcreteProxyClass() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
Returns the java class to which generated proxies will be typed.
- getCondition() - Method in class org.hibernate.ejb.criteria.expression.SearchedCaseExpression.WhenClause
-
- getCondition() - Method in class org.hibernate.ejb.criteria.expression.SimpleCaseExpression.WhenClause
-
- getConfigProperties(String) - Static method in class org.hibernate.util.ConfigHelper
-
Loads a properties instance based on the data at the incoming config location.
- getConfigResourceKey() - Method in class org.hibernate.testing.cache.BaseCacheTestCase
-
For provider-specific configuration, the name of the property key the
provider expects.
- getConfigResourceLocation() - Method in class org.hibernate.testing.cache.BaseCacheTestCase
-
For provider-specific configuration, the resource location of that
config resource.
- getConfigStream(String) - Static method in class org.hibernate.util.ConfigHelper
-
Open an InputStream to the URL represented by the incoming path.
- getConfigStreamReader(String) - Static method in class org.hibernate.util.ConfigHelper
-
Open an Reader to the URL represented by the incoming path.
- getConfiguration() - Method in class org.hibernate.testing.junit.functional.ExecutionEnvironment
-
- getConfigurationInputStream(String) - Method in class org.hibernate.cfg.Configuration
-
Get the configuration file as an InputStream.
- getConfigurationProperties() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getConfigurationProperties() - Method in interface org.hibernate.cfg.Mappings
-
Retrieve the configuration properties currently in effect.
- getConnectCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getConnectCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getConnectCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of connections asked by the sessions
(the actual number of connections used may be much smaller depending
whether you use a connection pool or not)
- getConnectCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getConnection() - Method in class org.hibernate.connection.C3P0ConnectionProvider
-
Grab a connection, with the autocommit mode specified by
hibernate.connection.autocommit.
- getConnection() - Method in interface org.hibernate.connection.ConnectionProvider
-
Grab a connection, with the autocommit mode specified by
hibernate.connection.autocommit.
- getConnection() - Method in class org.hibernate.connection.DatasourceConnectionProvider
-
- getConnection() - Method in class org.hibernate.connection.DriverManagerConnectionProvider
-
- getConnection() - Method in class org.hibernate.connection.ProxoolConnectionProvider
-
Grab a connection
- getConnection() - Method in class org.hibernate.connection.UserSuppliedConnectionProvider
-
- getConnection() - Method in class org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
-
- getConnection() - Method in class org.hibernate.jdbc.ConnectionManager
-
Retrieves the connection currently managed by this ConnectionManager.
- getConnection() - Method in class org.hibernate.testing.tm.ConnectionProviderImpl
-
- getConnectionManager() - Method in class org.hibernate.jdbc.JDBCContext
-
- getConnectionProperties(Properties) - Static method in class org.hibernate.connection.ConnectionProviderFactory
-
Transform JDBC connection properties.
- getConnectionProvider() - Method in class org.hibernate.cfg.Settings
-
- getConnectionProvider() - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Get the connection provider
- getConnectionProvider() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getConnectionReleaseMode() - Method in class org.hibernate.cfg.Settings
-
- getConnectionReleaseMode() - Method in class org.hibernate.context.JTASessionContext
-
Mainly for subclass usage.
- getConnectionReleaseMode() - Method in class org.hibernate.context.ThreadLocalSessionContext
-
Mainly for subclass usage.
- getConnectionReleaseMode() - Method in class org.hibernate.impl.SessionImpl
-
- getConnectionReleaseMode() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getConnectionReleaseMode() - Method in interface org.hibernate.jdbc.JDBCContext.Context
-
- getConstantName(Class, int) - Static method in class org.hibernate.hql.ast.util.ASTUtil
-
- getConstantValue(String) - Static method in class org.hibernate.util.ReflectHelper
-
Resolve a constant to its actual value.
- getConstraintColumns() - Method in class org.hibernate.mapping.OneToOne
-
- getConstraintColumns() - Method in class org.hibernate.mapping.SimpleValue
-
- getConstraintName() - Method in exception org.hibernate.exception.ConstraintViolationException
-
Returns the name of the violated constraint, if known.
- getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getConstraintOrderedTableNameClosure() - Method in interface org.hibernate.persister.entity.Queryable
-
Get the names of all tables used in the hierarchy (up and down) ordered such
that deletes in the given order would not cause contraint violations.
- getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getConstructor() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
-
- getConstructor(Class<? extends T>) - Method in class org.hibernate.type.AlternativeLobTypes
-
- getConstructor(Class, Type[]) - Static method in class org.hibernate.util.ReflectHelper
-
Retrieve a constructor for the given class, with arguments matching the specified Hibernate mapping
types
.
- getConstructorArgumentTypeList() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
-
- getContextEntityIdentifier(Object) - Method in interface org.hibernate.engine.SessionImplementor
-
Return the identifier of the persistent object, or null if
not associated with the session
- getContextEntityIdentifier(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getContextEntityIdentifier(Object) - Method in class org.hibernate.impl.SessionImpl
-
Get the id value for an object that is actually associated with the session.
- getContextEntityIdentifier(Object) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getContraintOrderedTableKeyColumnClosure() - Method in interface org.hibernate.persister.entity.Queryable
-
- getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getCorrelatedJoins() - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
- getCorrelatedSubqueryOperator() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
-
- getCorrelationParent() - Method in interface org.hibernate.ejb.criteria.FromImplementor
-
- getCorrelationParent() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
- getCount() - Method in class org.hibernate.id.AbstractUUIDGenerator
-
Unique in a millisecond for this JVM instance (unless there
are > Short.MAX_VALUE instances created in a millisecond)
- getCountBytes() - Static method in class org.hibernate.id.uuid.Helper
-
- getCountShort() - Static method in class org.hibernate.id.uuid.Helper
-
Unique in a millisecond for this JVM instance (unless there are > Short.MAX_VALUE instances created in a
millisecond)
- getCreateMultisetTableString() - Method in class org.hibernate.dialect.Dialect
-
- getCreateMultisetTableString() - Method in class org.hibernate.dialect.TeradataDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.DB2Dialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.Dialect
-
Typically dialects which support sequences can create a sequence
with a single command.
- getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.Dialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.H2Dialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.HSQLDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.InformixDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.IngresDialect
-
The syntax used to create a sequence, if sequences are supported.
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.InterbaseDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.MckoiDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.MimerSQLDialect
-
The syntax used to create a sequence.
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.SAPDBDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.TimesTenDialect
-
- getCreateSequenceStrings(String) - Method in class org.hibernate.dialect.Dialect
-
- getCreateSequenceStrings(String, int, int) - Method in class org.hibernate.dialect.Dialect
-
- getCreateTableString() - Method in class org.hibernate.dialect.Dialect
-
Command used to create a table.
- getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.DB2Dialect
-
- getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.Dialect
-
Get any fragments needing to be postfixed to the command for
temporary table creation.
- getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.HSQLDialect
-
No fragment is needed if data is not needed beyond commit, otherwise
should add "on commit preserve rows"
- getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.IngresDialect
-
- getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.SAPDBDialect
-
- getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.TeradataDialect
-
- getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.TimesTenDialect
-
- getCreateTemporaryTableString() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getCreateTemporaryTableString() - Method in class org.hibernate.dialect.DB2Dialect
-
- getCreateTemporaryTableString() - Method in class org.hibernate.dialect.Dialect
-
Command used to create a temporary table.
- getCreateTemporaryTableString() - Method in class org.hibernate.dialect.H2Dialect
-
- getCreateTemporaryTableString() - Method in class org.hibernate.dialect.HSQLDialect
-
Command used to create a temporary table.
- getCreateTemporaryTableString() - Method in class org.hibernate.dialect.IngresDialect
-
- getCreateTemporaryTableString() - Method in class org.hibernate.dialect.MySQLDialect
-
- getCreateTemporaryTableString() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getCreateTemporaryTableString() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getCreateTemporaryTableString() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getCreateTemporaryTableString() - Method in class org.hibernate.dialect.TeradataDialect
-
- getCreateTemporaryTableString() - Method in class org.hibernate.dialect.TimesTenDialect
-
- getCriteria() - Method in class org.hibernate.impl.CriteriaImpl.CriterionEntry
-
- getCriteria() - Method in class org.hibernate.impl.CriteriaImpl.OrderEntry
-
- getCriteria(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getCriteriaBuilder() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
- getCriteriaBuilder() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
-
- getCriterion() - Method in class org.hibernate.impl.CriteriaImpl.CriterionEntry
-
- getCrossJoinSeparator() - Method in class org.hibernate.dialect.DB2Dialect
-
- getCrossJoinSeparator() - Method in class org.hibernate.dialect.DerbyDialect
-
- getCrossJoinSeparator() - Method in class org.hibernate.dialect.Dialect
-
Get the separator to use for defining cross joins when translating HQL queries.
- getCrossJoinSeparator() - Method in class org.hibernate.dialect.Oracle8iDialect
-
Get the separator to use for defining cross joins when translating HQL queries.
- getCrossJoinSeparator() - Method in class org.hibernate.dialect.Sybase11Dialect
-
- getCrossJoinSeparator() - Method in class org.hibernate.dialect.SybaseASE15Dialect
-
- getCrossJoinSeparator() - Method in class org.hibernate.dialect.TimesTenDialect
-
- getCurrentClauseType() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- getCurrentFromClause() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- getCurrentKey() - Method in class org.hibernate.engine.CollectionEntry
-
This is only available late during the flush
cycle
- getCurrentLockMode(Object) - Method in class org.hibernate.impl.SessionImpl
-
- getCurrentLockMode(Object) - Method in interface org.hibernate.Session
-
Determine the current lock mode of the given object.
- getCurrentPersister() - Method in class org.hibernate.engine.CollectionEntry
-
- getCurrentRevision(Class<T>, boolean) - Method in interface org.hibernate.envers.AuditReader
-
Gets an instance of the current revision entity, to which any entries in the audit tables will be bound.
- getCurrentRevision(Class<T>, boolean) - Method in class org.hibernate.envers.reader.AuditReaderImpl
-
- getCurrentRevisionData(Session, boolean) - Method in class org.hibernate.envers.synchronization.AuditProcess
-
- getCurrentRow() - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getCurrentRow() - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
-
- getCurrentRow() - Method in class org.hibernate.impl.ScrollableResultsImpl
-
- getCurrentSession() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getCurrentSession() - Method in class org.hibernate.jmx.SessionFactoryStub
-
- getCurrentSession() - Method in interface org.hibernate.SessionFactory
-
Obtains the current session.
- getCurrentStatementType() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- getCurrentTimestampCallString() - Method in class org.hibernate.dialect.FrontBaseDialect
-
- getCurrentTimestampCallString() - Method in class org.hibernate.dialect.InterbaseDialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.DB2Dialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Dialect
-
Retrieve the command used to retrieve the current timestamp from the
database.
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.H2Dialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.HSQLDialect
-
Retrieve the command used to retrieve the current timestamp from the
database.
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.InformixDialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Ingres9Dialect
-
Retrieve the command used to retrieve the current timestammp from the
database.
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.MySQLDialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Oracle9iDialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.OracleDialect
-
Deprecated.
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.PostgresPlusDialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.SQLServerDialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.TimesTenDialect
-
- getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Dialect
-
The name of the database-specific SQL function for retrieving the
current timestamp.
- getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.HSQLDialect
-
The name of the database-specific SQL function for retrieving the
current timestamp.
- getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Ingres9Dialect
-
Expression for current_timestamp
- getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.IngresDialect
-
Expression for current_timestamp
- getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Oracle9iDialect
-
- getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.OracleDialect
-
Deprecated.
- getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.PostgresPlusDialect
-
- getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.SybaseASE15Dialect
-
- getCurrentTopLevelClauseType() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- getCurrentTransaction() - Method in class org.hibernate.testing.tm.SimpleJtaTransactionManagerImpl
-
- getCurrentVersion(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Retrieve the version number
- getCurrentVersion(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the current version of the object, or return null if there is no row for
the given identifier.
- getCustomListeners() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getCustomQuery() - Method in class org.hibernate.engine.query.NativeSQLQueryPlan
-
- getCustomQueryReturns() - Method in interface org.hibernate.loader.custom.CustomQuery
-
A collection of
descriptors
describing the
JDBC result set to be expected and how to map this result set.
- getCustomQueryReturns() - Method in class org.hibernate.loader.custom.sql.SQLCustomQuery
-
- getCustomRead() - Method in class org.hibernate.mapping.Column
-
- getCustomSQLDelete() - Method in class org.hibernate.mapping.Collection
-
- getCustomSQLDelete() - Method in class org.hibernate.mapping.Join
-
- getCustomSQLDelete() - Method in class org.hibernate.mapping.PersistentClass
-
- getCustomSQLDeleteAll() - Method in class org.hibernate.mapping.Collection
-
- getCustomSQLDeleteAllCheckStyle() - Method in class org.hibernate.mapping.Collection
-
- getCustomSQLDeleteCheckStyle() - Method in class org.hibernate.mapping.Collection
-
- getCustomSQLDeleteCheckStyle() - Method in class org.hibernate.mapping.Join
-
- getCustomSQLDeleteCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
-
- getCustomSQLInsert() - Method in class org.hibernate.mapping.Collection
-
- getCustomSQLInsert() - Method in class org.hibernate.mapping.Join
-
- getCustomSQLInsert() - Method in class org.hibernate.mapping.PersistentClass
-
- getCustomSQLInsertCheckStyle() - Method in class org.hibernate.mapping.Collection
-
- getCustomSQLInsertCheckStyle() - Method in class org.hibernate.mapping.Join
-
- getCustomSQLInsertCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
-
- getCustomSQLUpdate() - Method in class org.hibernate.mapping.Collection
-
- getCustomSQLUpdate() - Method in class org.hibernate.mapping.Join
-
- getCustomSQLUpdate() - Method in class org.hibernate.mapping.PersistentClass
-
- getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.Collection
-
- getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.Join
-
- getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
-
- getCustomWrite() - Method in class org.hibernate.mapping.Column
-
- getData() - Method in class org.hibernate.envers.entities.mapper.PersistentCollectionChangeData
-
- getData(AuditConfiguration) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
- getData(AuditConfiguration) - Method in interface org.hibernate.envers.query.order.AuditOrder
-
- getData(AuditConfiguration) - Method in class org.hibernate.envers.query.order.PropertyAuditOrder
-
- getData(AuditConfiguration) - Method in interface org.hibernate.envers.query.projection.AuditProjection
-
- getData(AuditConfiguration) - Method in class org.hibernate.envers.query.projection.PropertyAuditProjection
-
- getData() - Method in class org.hibernate.envers.synchronization.work.ModWorkUnit
-
- getData() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getData() - Method in class org.hibernate.tuple.ElementWrapper
-
- getDatabaseSnapshot(Serializable, EntityPersister) - Method in interface org.hibernate.engine.PersistenceContext
-
Get the current state of the entity as known to the underlying
database, or null if there is no corresponding row
- getDatabaseSnapshot(Serializable, EntityPersister) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Get the current state of the entity as known to the underlying
database, or null if there is no corresponding row
- getDatabaseSnapshot() - Method in class org.hibernate.event.FlushEntityEvent
-
- getDatabaseSnapshot(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getDatabaseSnapshot(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the current database state of the object, in a "hydrated" form, without
resolving identifiers
- getDatabaseStructure() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Getter for property 'databaseStructure'.
- getDataSource() - Method in class org.hibernate.connection.DatasourceConnectionProvider
-
- getDatasource() - Method in class org.hibernate.jmx.HibernateService
-
- getDatasource() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
The JNDI name of the datasource to use in this SessionFactory
- getDataType() - Method in class org.hibernate.hql.ast.tree.AggregateNode
-
- getDataType() - Method in class org.hibernate.hql.ast.tree.BetweenOperatorNode
-
- getDataType() - Method in class org.hibernate.hql.ast.tree.BinaryArithmeticOperatorNode
-
Figure out the type of the binary expression by looking at
the types of the operands.
- getDataType() - Method in class org.hibernate.hql.ast.tree.BinaryLogicOperatorNode
-
- getDataType() - Method in class org.hibernate.hql.ast.tree.BooleanLiteralNode
-
- getDataType() - Method in class org.hibernate.hql.ast.tree.Case2Node
-
- getDataType() - Method in class org.hibernate.hql.ast.tree.CaseNode
-
- getDataType() - Method in class org.hibernate.hql.ast.tree.ComponentJoin.ComponentFromElementType
-
- getDataType() - Method in class org.hibernate.hql.ast.tree.ComponentJoin
-
- getDataType() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
-
- getDataType() - Method in class org.hibernate.hql.ast.tree.CountNode
-
- getDataType() - Method in class org.hibernate.hql.ast.tree.DotNode
-
- getDataType() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getDataType() - Method in class org.hibernate.hql.ast.tree.IdentNode
-
- getDataType() - Method in class org.hibernate.hql.ast.tree.LiteralNode
-
- getDataType() - Method in interface org.hibernate.hql.ast.tree.OperatorNode
-
Retrieves the data type for the overall operator expression.
- getDataType() - Method in class org.hibernate.hql.ast.tree.QueryNode
-
- getDataType() - Method in interface org.hibernate.hql.ast.tree.SelectExpression
-
Returns the data type of the select expression.
- getDataType() - Method in class org.hibernate.hql.ast.tree.SqlNode
-
- getDataType() - Method in class org.hibernate.hql.ast.tree.UnaryArithmeticNode
-
- getDataType() - Method in class org.hibernate.hql.ast.tree.UnaryLogicOperatorNode
-
- getDate() - Method in exception org.hibernate.envers.exception.RevisionDoesNotExistException
-
- getDate(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getDate(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a date, time or timestamp
- getDebugString(AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
-
Returns the 'list' representation with some brackets around it for debugging.
- getDebugText() - Method in interface org.hibernate.sql.ordering.antlr.Node
-
Get a string representation of this node usable for debug logging or similar.
- getDebugText() - Method in class org.hibernate.sql.ordering.antlr.NodeSupport
-
Get a string representation of this node usable for debug logging or similar.
- getDecimalDigits() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
- getDeclaredAttribute(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getDeclaredAttributes() - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getDeclaredCollection(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getDeclaredCollection(String, Class<E>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getDeclaredId(Class<Y>) - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
- getDeclaredIdentifierMapper() - Method in class org.hibernate.mapping.MappedSuperclass
-
- getDeclaredIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
-
- getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
-
- getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
-
- getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
-
- getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
-
- getDeclaredList(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getDeclaredList(String, Class<E>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getDeclaredMap(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getDeclaredMap(String, Class<K>, Class<V>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
-
- getDeclaredPluralAttributes() - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.Join
-
- getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.MappedSuperclass
-
- getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getDeclaredSet(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getDeclaredSet(String, Class<E>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getDeclaredSingularAttribute(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getDeclaredSingularAttribute(String, Class<Y>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getDeclaredSingularAttributes() - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getDeclaredVersion(Class<Y>) - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
- getDeclaredVersion() - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
-
For used to retrieve the declared version when populating the static metamodel.
- getDeclaredVersion() - Method in class org.hibernate.mapping.MappedSuperclass
-
- getDeclaredVersion() - Method in class org.hibernate.mapping.PersistentClass
-
- getDeclaredVersion() - Method in class org.hibernate.mapping.RootClass
-
- getDeclaredVersion() - Method in class org.hibernate.mapping.Subclass
-
- getDeclaringClass() - Method in interface org.hibernate.cfg.PropertyData
-
Return the Class the property is declared on
If the property is declared on a @MappedSuperclass,
this class will be different than the PersistentClass's class
- getDeclaringClass() - Method in class org.hibernate.cfg.PropertyInferredData
-
- getDeclaringClass() - Method in class org.hibernate.cfg.PropertyPreloadedData
-
- getDeclaringClass() - Method in class org.hibernate.cfg.WrappedInferredData
-
- getDeclaringType() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
- getDeclaringType() - Method in class org.hibernate.ejb.metamodel.AbstractAttribute
- getDefault(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
-
- getDefaultAccess() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getDefaultAccess() - Method in interface org.hibernate.cfg.Mappings
-
Get the current default property access style.
- getDefaultAccess() - Method in interface org.hibernate.cfg.PropertyData
-
- getDefaultAccess() - Method in class org.hibernate.cfg.PropertyInferredData
-
- getDefaultAccess() - Method in class org.hibernate.cfg.PropertyPreloadedData
-
- getDefaultAccess() - Method in class org.hibernate.cfg.WrappedInferredData
-
- getDefaultAccessType() - Method in class org.hibernate.cache.DelegatingRegionFactory
-
- getDefaultAccessType() - Method in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
-
- getDefaultAccessType() - Method in class org.hibernate.cache.impl.NoCachingRegionFactory
-
- getDefaultAccessType() - Method in interface org.hibernate.cache.RegionFactory
-
- getDefaultBatchFetchSize() - Method in class org.hibernate.cfg.Settings
-
- getDefaultCascade() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getDefaultCascade() - Method in interface org.hibernate.cfg.Mappings
-
Get the current default cascade style.
- getDefaultCatalog() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Get the default catalog
- getDefaultCatalog() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getDefaultCatalogName() - Method in class org.hibernate.cfg.Settings
-
- getDefaultCatalogName() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
-
- getDefaultCollectionType() - Method in class org.hibernate.mapping.Array
-
- getDefaultCollectionType() - Method in class org.hibernate.mapping.Bag
-
- getDefaultCollectionType() - Method in class org.hibernate.mapping.Collection
-
- getDefaultCollectionType() - Method in class org.hibernate.mapping.IdentifierBag
-
- getDefaultCollectionType() - Method in class org.hibernate.mapping.List
-
- getDefaultCollectionType() - Method in class org.hibernate.mapping.Map
-
- getDefaultCollectionType() - Method in class org.hibernate.mapping.Set
-
- getDefaultConstructor(Class) - Static method in class org.hibernate.util.ReflectHelper
-
Retrieve the default (no arg) constructor from the given class.
- getDefaultEntityListeners() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
-
- getDefaultEntityMode() - Method in class org.hibernate.cfg.Settings
-
- getDefaultFilterCondition() - Method in class org.hibernate.engine.FilterDefinition
-
- getDefaultPackage() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getDefaultPackage() - Method in interface org.hibernate.cfg.Mappings
-
Get the currently bound default package name.
- getDefaultProperties() - Method in class org.hibernate.dialect.Dialect
-
Retrieve a set of default Hibernate properties for this database.
- getDefaultReleaseMode() - Method in class org.hibernate.transaction.CMTTransactionFactory
-
- getDefaultReleaseMode() - Method in class org.hibernate.transaction.JDBCTransactionFactory
-
Get the default connection release mode.
- getDefaultReleaseMode() - Method in class org.hibernate.transaction.JTATransactionFactory
-
Get the default connection release mode.
- getDefaultReleaseMode() - Method in interface org.hibernate.transaction.TransactionFactory
-
Get the default connection release mode.
- getDefaults() - Method in class org.hibernate.cfg.annotations.reflection.JPAMetadataProvider
-
- getDefaultSchema() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Get the default schema
- getDefaultSchema() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getDefaultSchemaName() - Method in class org.hibernate.cfg.Settings
-
- getDefaultSchemaName() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
-
- getDefaultType() - Method in class org.hibernate.type.AlternativeLobTypes
-
Returns the type that uses the default binding LOB values.
- getDefaultValue(Serializable) - Method in class org.hibernate.engine.IdentifierValue
-
- getDefaultValue(Object) - Method in class org.hibernate.engine.VersionValue
-
- getDefaultValue() - Method in class org.hibernate.mapping.Column
-
- getDefaultValue() - Method in class org.hibernate.type.BooleanType
-
- getDefaultValue() - Method in class org.hibernate.type.ByteType
-
- getDefaultValue() - Method in class org.hibernate.type.CharacterType
-
- getDefaultValue() - Method in class org.hibernate.type.DoubleType
-
- getDefaultValue() - Method in class org.hibernate.type.FloatType
-
- getDefaultValue() - Method in class org.hibernate.type.IntegerType
-
- getDefaultValue() - Method in class org.hibernate.type.LongType
-
- getDefaultValue() - Method in class org.hibernate.type.NumericBooleanType
-
- getDefaultValue() - Method in interface org.hibernate.type.PrimitiveType
-
Get this type's default value.
- getDefaultValue() - Method in class org.hibernate.type.ShortType
-
- getDefaultValue() - Method in class org.hibernate.type.TrueFalseType
-
- getDefaultValue() - Method in class org.hibernate.type.YesNoType
-
- getDefinedFilterNames() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getDefinedFilterNames() - Method in class org.hibernate.jmx.SessionFactoryStub
-
- getDefinedFilterNames() - Method in interface org.hibernate.SessionFactory
-
Obtain a set of the names of all filters defined on this SessionFactory.
- getDefinedHints() - Static method in class org.hibernate.ejb.QueryHints
-
- getDelayedEntityKey() - Method in class org.hibernate.action.EntityIdentityInsertAction
-
- getDelegate() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
returns the underlying session
- getDeleteAllCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getDeleteCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getDeleteCount() - Method in class org.hibernate.stat.ConcurrentEntityStatisticsImpl
-
- getDeleteCount() - Method in interface org.hibernate.stat.EntityStatistics
-
- getDeleteCount() - Method in class org.hibernate.stat.EntityStatisticsImpl
-
- getDeletedState() - Method in class org.hibernate.engine.EntityEntry
-
- getDeletedState() - Method in class org.hibernate.event.PostDeleteEvent
-
- getDeletedState() - Method in class org.hibernate.event.PreDeleteEvent
-
Getter for property 'deletedState'.
- getDeleteEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.PersistentArrayHolder
-
- getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.PersistentBag
-
- getDeletes(CollectionPersister, boolean) - Method in interface org.hibernate.collection.PersistentCollection
-
Get all the elements that need deleting
- getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.PersistentElementHolder
-
- getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
-
- getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.PersistentList
-
- getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.PersistentMap
-
- getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.PersistentSet
-
- getDelimitedIdentifier() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
-
- getDelimiter() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- getDescription() - Method in class org.hibernate.testing.cache.Item
-
- getDestinations() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getDialect() - Method in class org.hibernate.cfg.Settings
-
- getDialect() - Static method in class org.hibernate.dialect.Dialect
-
Get an instance of the dialect specified by the current System properties.
- getDialect(Properties) - Static method in class org.hibernate.dialect.Dialect
-
Get an instance of the dialect specified by the given properties or by
the current System properties.
- getDialect() - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Get the SQL dialect.
- getDialect() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getDialect() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
The JNDI name of the dialect class to use in this SessionFactory
- getDialect() - Method in class org.hibernate.loader.JoinWalker
-
- getDialect() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getDialect() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getDialect() - Method in class org.hibernate.sql.Insert
-
- getDialect() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
-
Retrieves the dialect for this context.
- getDialect() - Method in class org.hibernate.testing.junit.functional.annotations.HibernateTestCase
-
- getDialect() - Method in class org.hibernate.testing.junit.functional.ExecutionEnvironment
-
- getDialect() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- getDialect() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getDialectScopes() - Method in class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
-
- getDirectSubclasses() - Method in class org.hibernate.mapping.PersistentClass
-
- getDirtyCheckEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getDirtyProperties() - Method in class org.hibernate.event.FlushEntityEvent
-
- getDirtyProperties() - Method in class org.hibernate.event.PostUpdateEvent
-
- getDisassembledState() - Method in class org.hibernate.cache.entry.CacheEntry
-
- getDiscriminator() - Method in class org.hibernate.mapping.PersistentClass
-
- getDiscriminator() - Method in class org.hibernate.mapping.RootClass
-
- getDiscriminator() - Method in class org.hibernate.mapping.Subclass
-
- getDiscriminatorAlias(Loadable, String) - Method in class org.hibernate.loader.ColumnEntityAliases
-
- getDiscriminatorAlias(Loadable, String) - Method in class org.hibernate.loader.DefaultEntityAliases
-
- getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getDiscriminatorAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getDiscriminatorAlias(String) - Method in interface org.hibernate.persister.entity.Loadable
-
Get the result set aliases used for the identifier columns, given a suffix
- getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getDiscriminatorColumnIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getDiscriminatorColumnIterator() - Method in class org.hibernate.mapping.SingleTableSubclass
-
- getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getDiscriminatorColumnName() - Method in interface org.hibernate.persister.entity.Loadable
-
- getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getDiscriminatorFormula() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getDiscriminatorFormula() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getDiscriminatorFormulaTemplate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getDiscriminatorFormulaTemplate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getDiscriminatorSQLValue() - Method in interface org.hibernate.persister.entity.Queryable
-
Get the discriminator value for this particular concrete subclass,
as a string that may be embedded in a select statement
- getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getDiscriminatorType() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getDiscriminatorType() - Method in interface org.hibernate.persister.entity.Loadable
-
Get the discriminator type
- getDiscriminatorType() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getDiscriminatorType() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getDiscriminatorTypeName() - Method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
-
- getDiscriminatorValue() - Method in class org.hibernate.mapping.PersistentClass
-
- getDisplayText() - Method in class org.hibernate.hql.ast.tree.AbstractStatement
-
Returns additional display text for the AST node.
- getDisplayText() - Method in class org.hibernate.hql.ast.tree.BinaryArithmeticOperatorNode
-
- getDisplayText() - Method in class org.hibernate.hql.ast.tree.ComponentJoin
-
Returns additional display text for the AST node.
- getDisplayText() - Method in interface org.hibernate.hql.ast.tree.DisplayableNode
-
Returns additional display text for the AST node.
- getDisplayText() - Method in class org.hibernate.hql.ast.tree.DotNode
-
- getDisplayText() - Method in class org.hibernate.hql.ast.tree.FromClause
-
- getDisplayText() - Method in class org.hibernate.hql.ast.tree.FromElement
-
Returns additional display text for the AST node.
- getDisplayText() - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
-
- getDisplayText() - Method in class org.hibernate.hql.ast.tree.IdentNode
-
- getDisplayText() - Method in class org.hibernate.hql.ast.tree.ImpliedFromElement
-
Returns additional display text for the AST node.
- getDisplayText() - Method in class org.hibernate.hql.ast.tree.IntoClause
-
Returns additional display text for the AST node.
- getDisplayText() - Method in class org.hibernate.hql.ast.tree.MethodNode
-
- getDisplayText() - Method in class org.hibernate.hql.ast.tree.ParameterNode
-
- getDocument() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getDocument() - Method in class org.hibernate.tuple.ElementWrapper
-
- getDocumentTree() - Method in interface org.hibernate.util.xml.XmlDocument
-
Retrieve the parsed DOM tree.
- getDocumentTree() - Method in class org.hibernate.util.xml.XmlDocumentImpl
-
Retrieve the parsed DOM tree.
- getDom4jPropertyAccessor(String, Type, SessionFactoryImplementor) - Static method in class org.hibernate.property.PropertyAccessorFactory
-
- getDontFlushFromFind() - Method in interface org.hibernate.engine.SessionImplementor
-
- getDontFlushFromFind() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getDontFlushFromFind() - Method in class org.hibernate.impl.SessionImpl
-
- getDontFlushFromFind() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getDouble(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getDouble(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a double
- getDropForeignKeyString() - Method in class org.hibernate.dialect.Dialect
-
- getDropForeignKeyString() - Method in class org.hibernate.dialect.MySQLDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.DB2Dialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.Dialect
-
Typically dialects which support sequences can drop a sequence
with a single command.
- getDropSequenceString(String) - Method in class org.hibernate.dialect.FirebirdDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.H2Dialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.HSQLDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.InformixDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.IngresDialect
-
The syntax used to drop a sequence, if sequences are supported.
- getDropSequenceString(String) - Method in class org.hibernate.dialect.InterbaseDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.MckoiDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.MimerSQLDialect
-
The syntax used to drop sequences
- getDropSequenceString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getDropSequenceString(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.SAPDBDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.TimesTenDialect
-
- getDropSequenceStrings(String) - Method in class org.hibernate.dialect.Dialect
-
The multiline script used to drop a sequence.
- getDropTemporaryTableString() - Method in class org.hibernate.dialect.Dialect
-
Command used to drop a temporary table.
- getDropTemporaryTableString() - Method in class org.hibernate.dialect.HSQLDialect
-
Command used to drop a temporary table.
- getDropTemporaryTableString() - Method in class org.hibernate.dialect.MySQLDialect
-
- getDynamicInstantiationResultType() - Method in class org.hibernate.engine.query.HQLQueryPlan
-
- getDynamicInstantiationResultType() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
- getDynamicInstantiationResultType() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getDynamicInstantiationResultType() - Method in interface org.hibernate.hql.QueryTranslator
-
- getDynamicMapPropertyAccessor() - Static method in class org.hibernate.property.PropertyAccessorFactory
-
- getEffectiveLockMode(String) - Method in class org.hibernate.LockOptions
-
Determine the
LockMode
to apply to the given alias.
- getElement(Object) - Method in class org.hibernate.collection.PersistentArrayHolder
-
- getElement(Object) - Method in class org.hibernate.collection.PersistentBag
-
- getElement(Object) - Method in interface org.hibernate.collection.PersistentCollection
-
Get the value of the given collection entry
- getElement(Object) - Method in class org.hibernate.collection.PersistentElementHolder
-
- getElement(Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- getElement(Object) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
-
- getElement(Object) - Method in class org.hibernate.collection.PersistentList
-
- getElement(Object) - Method in class org.hibernate.collection.PersistentMap
-
- getElement(Object) - Method in class org.hibernate.collection.PersistentSet
-
- getElement() - Method in class org.hibernate.mapping.Collection
-
- getElement() - Method in class org.hibernate.proxy.dom4j.Dom4jLazyInitializer
-
- getElement() - Method in class org.hibernate.tuple.ElementWrapper
-
- getElementAssociationType(CollectionType) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
-
- getElementByIndex(Serializable, Object, SessionImplementor, Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getElementByIndex(Serializable, Object, SessionImplementor, Object) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- getElementByIndex(Serializable, Object, SessionImplementor, Object) - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- getElementClass() - Method in class org.hibernate.mapping.Array
-
- getElementClass() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
Return the element class of an array, or null otherwise
- getElementClass() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Return the element class of an array, or null otherwise
- getElementClassName() - Method in class org.hibernate.mapping.Array
-
- getElementColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getElementColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Generates the collection's element column aliases, based on the given
suffix.
- getElementColumnNames(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getElementColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getElementColumnNames(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Get the names of the collection element columns (or the primary
key columns in the case of a one-to-many association),
aliased by the given table alias
- getElementColumnNames() - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Get the names of the collection element columns (or the primary
key columns in the case of a one-to-many association)
- getElementContent(Element) - Static method in class org.hibernate.ejb.packaging.XmlHelper
-
Get the content of the given element.
- getElementContent(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
-
Get the content of the given element.
- getElementCountInMemory() - Method in interface org.hibernate.cache.Cache
-
Deprecated.
The count of entries currently contained in the regions in-memory store.
- getElementCountInMemory() - Method in class org.hibernate.cache.EhCache
-
- getElementCountInMemory() - Method in class org.hibernate.cache.HashtableCache
-
- getElementCountInMemory() - Method in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
-
- getElementCountInMemory() - Method in interface org.hibernate.cache.Region
-
The count of entries currently contained in the regions in-memory store.
- getElementCountInMemory() - Method in class org.hibernate.stat.ConcurrentSecondLevelCacheStatisticsImpl
-
- getElementCountInMemory() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
-
- getElementCountInMemory() - Method in class org.hibernate.stat.SecondLevelCacheStatisticsImpl
-
- getElementCountOnDisk() - Method in interface org.hibernate.cache.Cache
-
Deprecated.
The count of entries currently contained in the regions disk store.
- getElementCountOnDisk() - Method in class org.hibernate.cache.EhCache
-
- getElementCountOnDisk() - Method in class org.hibernate.cache.HashtableCache
-
- getElementCountOnDisk() - Method in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
-
- getElementCountOnDisk() - Method in interface org.hibernate.cache.Region
-
The count of entries currently contained in the regions disk store.
- getElementCountOnDisk() - Method in class org.hibernate.stat.ConcurrentSecondLevelCacheStatisticsImpl
-
- getElementCountOnDisk() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
-
- getElementCountOnDisk() - Method in class org.hibernate.stat.SecondLevelCacheStatisticsImpl
-
- getElementEntityAliases() - Method in class org.hibernate.loader.custom.CollectionFetchReturn
-
- getElementEntityAliases() - Method in class org.hibernate.loader.custom.CollectionReturn
-
- getElementExpression() - Method in class org.hibernate.ejb.criteria.predicate.MemberOfPredicate
-
- getElementNodeName() - Method in class org.hibernate.mapping.Collection
-
- getElementNodeName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getElementNodeName() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- getElementPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getElementPersister() - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Get the persister of the element class, if this is a
collection of entities (optional operation).
- getElements() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
-
- getElementsIterator(Object) - Method in class org.hibernate.type.ArrayType
-
Not defined for collections of primitive type
- getElementsIterator(Object, SessionImplementor) - Method in class org.hibernate.type.CollectionType
-
Get an iterator over the element set of the collection, which may not yet be wrapped
- getElementsIterator(Object) - Method in class org.hibernate.type.CollectionType
-
Get an iterator over the element set of the collection in POJO mode
- getElementsIterator(Object) - Method in class org.hibernate.type.CustomCollectionType
-
- getElementsIterator(Object) - Method in class org.hibernate.type.MapType
-
- getElementsIterator(Object) - Method in interface org.hibernate.usertype.UserCollectionType
-
Return an iterator over the elements of this collection - the passed collection
instance may or may not be a wrapper
- getElementsToProcess() - Method in class org.hibernate.cfg.InheritanceState
-
- getElementType() - Method in class org.hibernate.ejb.metamodel.PluralAttributeImpl
- getElementType() - Method in interface org.hibernate.metadata.CollectionMetadata
-
The collection element type
- getElementType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getElementType() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the "element" type
- getElementType(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
-
Get the Hibernate type of the collection elements
- getEmbeddables() - Method in class org.hibernate.ejb.metamodel.MetamodelImpl
- getEmbeddedParameters() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getEmbeddedParameters() - Method in interface org.hibernate.hql.ast.tree.ParameterContainer
-
Deprecated.
Retrieve all embedded parameter specifications.
- getEmbeddedParameters() - Method in class org.hibernate.hql.ast.tree.SqlFragment
-
- getEnabledFetchProfileNames() - Method in class org.hibernate.engine.LoadQueryInfluencers
-
- getEnabledFilter(String) - Method in class org.hibernate.engine.LoadQueryInfluencers
-
- getEnabledFilter(String) - Method in class org.hibernate.impl.SessionImpl
-
Retrieve a currently enabled filter by name.
- getEnabledFilter(String) - Method in interface org.hibernate.Session
-
Retrieve a currently enabled filter by name.
- getEnabledFilterNames() - Method in class org.hibernate.engine.LoadQueryInfluencers
-
Returns an unmodifiable Set of enabled filter names.
- getEnabledFilterNames() - Method in class org.hibernate.engine.query.HQLQueryPlan
-
- getEnabledFilters() - Method in class org.hibernate.engine.LoadQueryInfluencers
-
- getEnabledFilters() - Method in interface org.hibernate.engine.SessionImplementor
-
- getEnabledFilters() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getEnabledFilters() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- getEnabledFilters() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
- getEnabledFilters() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getEnabledFilters() - Method in interface org.hibernate.hql.QueryTranslator
-
Returns the filters enabled for this query translator.
- getEnabledFilters() - Method in class org.hibernate.impl.SessionImpl
-
Return the currently enabled filters.
- getEnabledFilters() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getEndTime() - Method in class org.hibernate.envers.tools.graph.Vertex
-
- getEnlistedConnection() - Method in class org.hibernate.testing.tm.SimpleJtaTransactionImpl
-
- getEntCfg() - Method in class org.hibernate.envers.configuration.AuditConfiguration
-
- getEntities() - Method in class org.hibernate.ejb.metamodel.MetamodelImpl
- getEntitiesByKey() - Method in interface org.hibernate.engine.PersistenceContext
-
Get the mapping from key value to entity instance
- getEntitiesByKey() - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- getEntitiesConfigurations() - Method in class org.hibernate.envers.configuration.metadata.AuditMetadataGenerator
-
- getEntity(String, Serializable) - Method in class org.hibernate.EmptyInterceptor
-
- getEntity(EntityKey) - Method in interface org.hibernate.engine.PersistenceContext
-
Get the entity instance associated with the given
EntityKey
- getEntity(EntityUniqueKey) - Method in interface org.hibernate.engine.PersistenceContext
-
Get an entity cached by unique key
- getEntity(EntityKey) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Get the entity instance associated with the given
EntityKey
- getEntity(EntityUniqueKey) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Get an entity cached by unique key
- getEntity() - Method in class org.hibernate.event.AbstractPreDatabaseOperationEvent
-
Retrieves the entity involved in the database operation.
- getEntity() - Method in class org.hibernate.event.FlushEntityEvent
-
- getEntity() - Method in class org.hibernate.event.MergeEvent
-
- getEntity() - Method in class org.hibernate.event.PostDeleteEvent
-
- getEntity() - Method in class org.hibernate.event.PostInsertEvent
-
- getEntity() - Method in class org.hibernate.event.PostLoadEvent
-
- getEntity() - Method in class org.hibernate.event.PostUpdateEvent
-
- getEntity() - Method in class org.hibernate.event.PreLoadEvent
-
- getEntity() - Method in class org.hibernate.event.SaveOrUpdateEvent
-
- getEntity() - Method in interface org.hibernate.id.insert.Binder
-
- getEntity(String, Serializable) - Method in interface org.hibernate.Interceptor
-
Get a fully loaded entity instance that is cached externally
- getEntity() - Method in class org.hibernate.mapping.FetchProfile.Fetch
-
- getEntity() - Method in exception org.hibernate.OptimisticLockException
-
- getEntity() - Method in exception org.hibernate.PessimisticLockException
-
- getEntityAliases() - Method in class org.hibernate.loader.BasicLoader
-
- getEntityAliases() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getEntityAliases() - Method in class org.hibernate.loader.custom.EntityFetchReturn
-
- getEntityAliases() - Method in class org.hibernate.loader.custom.RootReturn
-
- getEntityAliases() - Method in class org.hibernate.loader.Loader
-
Get the result set descriptor
- getEntityBatch(EntityPersister, Serializable, int, EntityMode) - Method in class org.hibernate.engine.BatchFetchQueue
-
Get a batch of unloaded identifiers for this class, using a slightly
complex algorithm that tries to grab keys registered immediately after
the given key.
- getEntityClass(SessionImplementor, Session, String) - Static method in class org.hibernate.envers.tools.Tools
-
- getEntityClassName() - Method in class org.hibernate.envers.entities.EntityConfiguration
-
- getEntityClassName() - Method in class org.hibernate.event.LoadEvent
-
- getEntityCount() - Method in interface org.hibernate.stat.SessionStatistics
-
Get the number of entity instances associated with the session
- getEntityCount() - Method in class org.hibernate.stat.SessionStatisticsImpl
-
- getEntityDeleteCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getEntityDeleteCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getEntityDeleteCount() - Method in interface org.hibernate.stat.Statistics
-
Get global number of entity deletes
- getEntityDeleteCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getEntityEagerPropertyFetches() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getEntityEagerPropertyFetches() - Method in class org.hibernate.loader.Loader
-
An array indicating whether the entities have eager property fetching
enabled.
- getEntityEntries() - Method in interface org.hibernate.engine.PersistenceContext
-
Get the mapping from entity instance to entity entry
- getEntityEntries() - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- getEntityEntry() - Method in class org.hibernate.event.FlushEntityEvent
-
- getEntityFetchCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getEntityFetchCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getEntityFetchCount() - Method in interface org.hibernate.stat.Statistics
-
Get global number of entity fetchs
- getEntityFetchCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getEntityId() - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
-
- getEntityId() - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
-
- getEntityId() - Method in class org.hibernate.event.LoadEvent
-
- getEntityIdentifierIfNotUnsaved(String, Object, SessionImplementor) - Static method in class org.hibernate.engine.ForeignKeys
-
Return the identifier of the persistent or transient object, or throw
an exception if the instance is "unsaved"
Used by OneToOneType and ManyToOneType to determine what id value should
be used for an object that may or may not be associated with the session.
- getEntityInsertCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getEntityInsertCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getEntityInsertCount() - Method in interface org.hibernate.stat.Statistics
-
Get global number of entity inserts
- getEntityInsertCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getEntityKey() - Method in class org.hibernate.engine.EntityEntry
-
Get the EntityKey based on this EntityEntry.
- getEntityKeys() - Method in interface org.hibernate.stat.SessionStatistics
-
Get the set of all EntityKeys
- getEntityKeys() - Method in class org.hibernate.stat.SessionStatisticsImpl
-
- getEntityLoadContext(ResultSet) - Method in class org.hibernate.engine.loading.LoadContexts
-
- getEntityLoadCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getEntityLoadCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getEntityLoadCount() - Method in interface org.hibernate.stat.Statistics
-
Get global number of entity loads
- getEntityLoadCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getEntityManager() - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- getEntityManagerFactory() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
- getEntityManagerFactory() - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- getEntityMetamodel() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getEntityMetamodel() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Retrieve the underlying entity metamodel instance...
- getEntityMetamodel() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getEntityMode() - Method in interface org.hibernate.engine.SessionImplementor
-
- getEntityMode() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getEntityMode() - Method in class org.hibernate.impl.SessionImpl
-
- getEntityMode() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getEntityMode() - Method in interface org.hibernate.Session
-
Retrieve the entity mode in effect for this session.
- getEntityMode() - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
-
Return the entity-mode handled by this tuplizer instance.
- getEntityMode() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
-
Return the entity-mode handled by this tuplizer instance.
- getEntityMode() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Return the entity-mode handled by this tuplizer instance.
- getEntityMode() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
Return the entity-mode handled by this tuplizer instance.
- getEntityName() - Method in class org.hibernate.action.EntityAction
-
entity name accessor
- getEntityName() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- getEntityName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- getEntityName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- getEntityName(Element, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
-
- getEntityName() - Method in interface org.hibernate.cfg.PropertyHolder
-
- getEntityName(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the entity name of an entity
- getEntityName(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the entity name of an entity, taking into account
the qualifier of the property path
- getEntityName(Object) - Method in class org.hibernate.EmptyInterceptor
-
- getEntityName() - Method in class org.hibernate.engine.EntityEntry
-
- getEntityName() - Method in class org.hibernate.engine.EntityKey
-
- getEntityName() - Method in class org.hibernate.engine.EntityUniqueKey
-
- getEntityName(Object, Number, Object) - Method in interface org.hibernate.envers.AuditReader
-
- getEntityName() - Method in class org.hibernate.envers.entities.mapper.PersistentCollectionChangeData
-
- getEntityName() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleIdData
-
- getEntityName() - Method in exception org.hibernate.envers.exception.NotAuditedException
-
- getEntityName(Object, Number, Object) - Method in class org.hibernate.envers.reader.AuditReaderImpl
-
- getEntityName() - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
-
- getEntityName() - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
-
- getEntityName() - Method in class org.hibernate.event.DeleteEvent
-
- getEntityName() - Method in class org.hibernate.event.LockEvent
-
- getEntityName() - Method in class org.hibernate.event.MergeEvent
-
- getEntityName() - Method in class org.hibernate.event.PersistEvent
-
- getEntityName() - Method in class org.hibernate.event.ReplicateEvent
-
- getEntityName() - Method in class org.hibernate.event.SaveOrUpdateEvent
-
- getEntityName() - Method in class org.hibernate.hql.ast.tree.IntoClause
-
- getEntityName() - Method in class org.hibernate.id.ForeignGenerator
-
Getter for property 'entityName'.
- getEntityName(Object) - Method in class org.hibernate.impl.SessionImpl
-
- getEntityName() - Method in class org.hibernate.intercept.AbstractFieldInterceptor
-
- getEntityName(Object) - Method in interface org.hibernate.Interceptor
-
Get the entity name for a persistent or transient instance
- getEntityName(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getEntityName(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getEntityName() - Method in class org.hibernate.loader.custom.RootReturn
-
- getEntityName() - Method in class org.hibernate.mapping.Backref
-
- getEntityName() - Method in class org.hibernate.mapping.IndexBackref
-
- getEntityName() - Method in class org.hibernate.mapping.OneToOne
-
- getEntityName() - Method in class org.hibernate.mapping.PersistentClass
-
- getEntityName() - Method in interface org.hibernate.metadata.ClassMetadata
-
The name of the entity
- getEntityName() - Method in exception org.hibernate.NonUniqueObjectException
-
- getEntityName() - Method in class org.hibernate.persister.collection.CompositeElementPropertyMapping
-
- getEntityName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getEntityName() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- getEntityName() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
-
- getEntityName() - Method in interface org.hibernate.persister.entity.EntityPersister
-
The entity name which this persister maps.
- getEntityName() - Method in exception org.hibernate.PropertyValueException
-
- getEntityName() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
The entity-name of the entity our owning proxy represents.
- getEntityName() - Method in class org.hibernate.proxy.AbstractSerializableProxy
-
- getEntityName() - Method in interface org.hibernate.proxy.LazyInitializer
-
The entity-name of the entity our owning proxy represents.
- getEntityName(Object) - Method in interface org.hibernate.Session
-
Return the entity name for a persistent entity
- getEntityName() - Method in exception org.hibernate.StaleObjectStateException
-
- getEntityName() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
Retreives the defined entity-name for the tuplized entity.
- getEntityName() - Method in exception org.hibernate.UnresolvableObjectException
-
- getEntityName() - Method in exception org.hibernate.WrongClassException
-
- getEntityNameForVersionsEntityName(String) - Method in class org.hibernate.envers.entities.EntitiesConfigurations
-
- getEntityNameResolvers() - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
-
- getEntityNameResolvers() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
-
- getEntityNameResolvers() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
- getEntityNameResolvers() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
- getEntityNames() - Method in class org.hibernate.cfg.ExtendsQueueEntry
-
- getEntityNames() - Method in class org.hibernate.jmx.StatisticsService
-
- getEntityNames() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
Get the names of all entities
- getEntityNames() - Method in interface org.hibernate.stat.Statistics
-
Get the names of all entities
- getEntityNames() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
Get the names of all entities
- getEntityNotFoundDelegate() - Method in class org.hibernate.cfg.Configuration
-
Retrieve the user-supplied delegate to handle non-existent entity
scenarios.
- getEntityNotFoundDelegate() - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
- getEntityNotFoundDelegate() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getEntityOrClassName() - Method in class org.hibernate.impl.CriteriaImpl
-
- getEntityOrRoleName() - Method in class org.hibernate.cache.CacheKey
-
- getEntityOwnerClassName() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- getEntityOwnerClassName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- getEntityOwnerClassName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- getEntityOwnerClassName() - Method in interface org.hibernate.cfg.PropertyHolder
-
- getEntityPersister(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Get the persister for the named entity
- getEntityPersister(String, Object) - Method in interface org.hibernate.engine.SessionImplementor
-
Get the EntityPersister for any instance
- getEntityPersister(String, Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getEntityPersister() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getEntityPersister(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getEntityPersister(String, Object) - Method in class org.hibernate.impl.SessionImpl
-
- getEntityPersister(String, Object) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getEntityPersisterClass() - Method in class org.hibernate.mapping.PersistentClass
-
- getEntityPersisterClass() - Method in class org.hibernate.mapping.RootClass
-
- getEntityPersisterClass() - Method in class org.hibernate.mapping.Subclass
-
- getEntityPersisterClass(String) - Method in interface org.hibernate.persister.PersisterClassProvider
-
Returns the entity persister class for a given entityName or null
if the entity persister class should be the default.
- getEntityPersisters() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
Persisters for the return values of a find() style query.
- getEntityPersisters() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getEntityPersisters() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getEntityPersisters() - Method in class org.hibernate.loader.Loader
-
An array of persisters of entity classes contained in each row of results;
implemented by all subclasses
- getEntityPersisters() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getEntityResolver() - Method in class org.hibernate.cfg.Configuration
-
- getEntityState(Object, String, EntityEntry, SessionImplementor) - Method in class org.hibernate.event.def.AbstractSaveEventListener
-
Determine whether the entity is persistent, detached, or transient
- getEntityStatistics(String) - Method in class org.hibernate.jmx.StatisticsService
-
- getEntityStatistics(String) - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
find entity statistics per name
- getEntityStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
find entity statistics per name
- getEntityStatistics(String) - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
find entity statistics per name
- getEntityTuplizerFactory() - Method in class org.hibernate.cfg.Configuration
-
- getEntityTuplizerFactory() - Method in class org.hibernate.cfg.Settings
-
- getEntityType() - Method in class org.hibernate.ejb.criteria.path.RootImpl
-
- getEntityType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getEntityType() - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
- getEntityType() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getEntityUpdateCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getEntityUpdateCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getEntityUpdateCount() - Method in interface org.hibernate.stat.Statistics
-
Get global number of entity updates
- getEntityUpdateCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getEntityUsingInterceptor(EntityKey) - Method in interface org.hibernate.engine.SessionImplementor
-
Get the entity instance associated with the given Key,
calling the Interceptor if necessary
- getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.impl.SessionImpl
-
- getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getEntries() - Method in class org.hibernate.stat.ConcurrentSecondLevelCacheStatisticsImpl
-
- getEntries() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
-
- getEntries() - Method in class org.hibernate.stat.SecondLevelCacheStatisticsImpl
-
- getEntry(Object) - Method in interface org.hibernate.engine.PersistenceContext
-
Retrieve the EntityEntry representation of the given entity.
- getEntry(Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Retreive the EntityEntry representation of the given entity.
- getEntry() - Method in class org.hibernate.event.SaveOrUpdateEvent
-
- getEnvironment() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- getError() - Method in class org.hibernate.util.xml.ErrorLogger
-
Retrieve the initial error encountered, or null if no error was encountered.
- getErrorCode() - Method in exception org.hibernate.JDBCException
-
Get the errorCode of the underlying SQLException.
- getErrorCount() - Method in class org.hibernate.hql.ast.ErrorCounter
-
- getErrorCount() - Method in interface org.hibernate.hql.ast.ParseErrorHandler
-
- getEscapeCharacter() - Method in class org.hibernate.ejb.criteria.predicate.LikePredicate
-
- getEventListeners() - Method in class org.hibernate.cfg.Configuration
-
- getEventListeners() - Method in class org.hibernate.ejb.Ejb3Configuration
-
- getEventListeners() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getEvictEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getExceptionMapper() - Method in class org.hibernate.transaction.synchronization.CallbackCoordinator
-
- getExceptions() - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
Returns a List of all Exceptions which occured during the export.
- getExceptions() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
Returns a List of all Exceptions which occured during the export.
- getExcludedPropertyNames() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getExcludeUnlistedClasses() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- getExecutableCriteria(Session) - Method in class org.hibernate.criterion.DetachedCriteria
-
Get an executable instance of Criteria,
to actually run the query.
- getExecutionAvgTime() - Method in class org.hibernate.stat.ConcurrentQueryStatisticsImpl
-
average time in ms taken by the excution of this query onto the DB
- getExecutionAvgTime() - Method in interface org.hibernate.stat.QueryStatistics
-
- getExecutionAvgTime() - Method in class org.hibernate.stat.QueryStatisticsImpl
-
average time in ms taken by the execution of this query onto the DB
- getExecutionCount() - Method in class org.hibernate.stat.ConcurrentQueryStatisticsImpl
-
queries executed to the DB
- getExecutionCount() - Method in interface org.hibernate.stat.QueryStatistics
-
- getExecutionCount() - Method in class org.hibernate.stat.QueryStatisticsImpl
-
queries executed to the DB
- getExecutionMaxTime() - Method in class org.hibernate.stat.ConcurrentQueryStatisticsImpl
-
max time in ms taken by the excution of this query onto the DB
- getExecutionMaxTime() - Method in interface org.hibernate.stat.QueryStatistics
-
- getExecutionMaxTime() - Method in class org.hibernate.stat.QueryStatisticsImpl
-
max time in ms taken by the execution of this query onto the DB
- getExecutionMinTime() - Method in class org.hibernate.stat.ConcurrentQueryStatisticsImpl
-
min time in ms taken by the excution of this query onto the DB
- getExecutionMinTime() - Method in interface org.hibernate.stat.QueryStatistics
-
- getExecutionMinTime() - Method in class org.hibernate.stat.QueryStatisticsImpl
-
min time in ms taken by the execution of this query onto the DB
- getExecutionRowCount() - Method in class org.hibernate.stat.ConcurrentQueryStatisticsImpl
-
- getExecutionRowCount() - Method in interface org.hibernate.stat.QueryStatistics
-
- getExecutionRowCount() - Method in class org.hibernate.stat.QueryStatisticsImpl
-
- getExpansionConnectorText() - Method in class org.hibernate.hql.ast.tree.AbstractNullnessCheckNode
-
When (if) we need to expand a row value constructor, what is the text of the connector to use between the
expansion fragments.
- getExpansionConnectorText() - Method in class org.hibernate.hql.ast.tree.IsNotNullLogicOperatorNode
-
- getExpansionConnectorText() - Method in class org.hibernate.hql.ast.tree.IsNullLogicOperatorNode
-
- getExpansionConnectorType() - Method in class org.hibernate.hql.ast.tree.AbstractNullnessCheckNode
-
When (if) we need to expand a row value constructor, what is the type of connector to use between the
expansion fragments.
- getExpansionConnectorType() - Method in class org.hibernate.hql.ast.tree.IsNotNullLogicOperatorNode
-
- getExpansionConnectorType() - Method in class org.hibernate.hql.ast.tree.IsNullLogicOperatorNode
-
- getExpectedRowCount() - Method in exception org.hibernate.jdbc.TooManyRowsAffectedException
-
- getExpectedType() - Method in class org.hibernate.engine.query.NamedParameterDescriptor
-
- getExpectedType() - Method in class org.hibernate.engine.query.OrdinalParameterDescriptor
-
- getExpectedType() - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl.ParameterInfo
-
- getExpectedType() - Method in class org.hibernate.hql.ast.tree.BooleanLiteralNode
- getExpectedType() - Method in interface org.hibernate.hql.ast.tree.ExpectedTypeAwareNode
-
- getExpectedType() - Method in class org.hibernate.hql.ast.tree.JavaConstantNode
-
- getExpectedType() - Method in class org.hibernate.hql.ast.tree.ParameterNode
-
- getExpectedType() - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
-
Get the type which we are expeting for a bind into this parameter based
on translated contextual information.
- getExpectedType() - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
-
Get the type which we are expeting for a bind into this parameter based
on translated contextual information.
- getExpectedType() - Method in class org.hibernate.param.DynamicFilterParameterSpecification
-
Get the type which we are expeting for a bind into this parameter based
on translated contextual information.
- getExpectedType() - Method in interface org.hibernate.param.ParameterSpecification
-
Get the type which we are expeting for a bind into this parameter based
on translated contextual information.
- getExpectedType() - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
-
Get the type which we are expeting for a bind into this parameter based
on translated contextual information.
- getExplicitAccessType(XAnnotatedElement) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- getExplicitFromElements() - Method in class org.hibernate.hql.ast.tree.FromClause
-
- getExplicitName() - Method in class org.hibernate.cfg.ExtendsQueueEntry
-
- getExplicitName() - Method in interface org.hibernate.cfg.ObjectNameSource
-
Retrieve the name explicitly provided by the user.
- getExpression() - Method in class org.hibernate.ejb.criteria.expression.SimpleCaseExpression
-
- getExpression() - Method in class org.hibernate.ejb.criteria.OrderImpl
-
- getExpression() - Method in class org.hibernate.ejb.criteria.predicate.BetweenPredicate
-
- getExpression() - Method in class org.hibernate.ejb.criteria.predicate.BooleanAssertionPredicate
-
- getExpression() - Method in class org.hibernate.ejb.criteria.predicate.BooleanExpressionPredicate
-
Get the boolean expression defining the predicate.
- getExpression() - Method in class org.hibernate.ejb.criteria.predicate.InPredicate
-
- getExpression() - Method in interface org.hibernate.sql.SelectExpression
-
- getExpressionInternal() - Method in class org.hibernate.ejb.criteria.predicate.InPredicate
-
- getExpressions() - Method in class org.hibernate.ejb.criteria.expression.CoalesceExpression
-
- getExpressions() - Method in class org.hibernate.ejb.criteria.predicate.AbstractSimplePredicate
-
- getExpressions() - Method in class org.hibernate.ejb.criteria.predicate.CompoundPredicate
-
- getExtendsNeeded(XmlDocument, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
-
For the given document, locate all extends attributes which refer to
entities (entity-name or class-name) not defined within said document.
- getExternalName() - Method in enum org.hibernate.id.enhanced.OptimizerFactory.StandardOptimizerDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
-
- getExtraProperties() - Method in class org.hibernate.jmx.HibernateService
-
- getExtraProperties() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getExtraSelectList() - Method in class org.hibernate.sql.SelectFragment
-
- getFactory() - Method in class org.hibernate.context.ThreadLocalSessionContext
-
Getter for property 'factory'.
- getFactory() - Method in interface org.hibernate.criterion.CriteriaQuery
-
- getFactory() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
Get access to the Hibernate extended EMF contract.
- getFactory() - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor
-
Get access to the Hibernate extended EMF contract.
- getFactory() - Method in interface org.hibernate.engine.SessionImplementor
-
Get the creating SessionFactoryImplementor
- getFactory() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getFactory() - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
-
- getFactory() - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
-
Get a handle to the encapsulated SessionFactory.
- getFactory() - Method in class org.hibernate.impl.AbstractSessionImpl
-
- getFactory() - Method in class org.hibernate.jdbc.AbstractBatcher
-
- getFactory() - Method in class org.hibernate.jdbc.ConnectionManager
-
The session factory.
- getFactory() - Method in class org.hibernate.jdbc.JDBCContext
-
- getFactory() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getFactory() - Method in class org.hibernate.loader.JoinWalker
-
- getFactory() - Method in class org.hibernate.loader.Loader
-
- getFactory() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getFactory() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- getFactory() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getFactory() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Return the SessionFactory to which this persister "belongs".
- getFactory() - Method in interface org.hibernate.transaction.TransactionFactory.Context
-
- getFactory() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getFactoryObserver() - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Return the SessionFactoryObserver attached to the SessionFactory if any
- getFactoryObserver() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getFakeBidirectionalRelationIndexMapper() - Method in class org.hibernate.envers.entities.RelationDescription
-
- getFakeBidirectionalRelationMapper() - Method in class org.hibernate.envers.entities.RelationDescription
-
- getFakeRelationChanges() - Method in class org.hibernate.envers.synchronization.work.FakeBidirectionalRelationWorkUnit
-
- getFalseString() - Method in class org.hibernate.type.CharBooleanType
-
- getFetchByRole(String) - Method in class org.hibernate.engine.profile.FetchProfile
-
- getFetchCount() - Method in interface org.hibernate.stat.CollectionStatistics
-
- getFetchCount() - Method in class org.hibernate.stat.CollectionStatisticsImpl
-
- getFetchCount() - Method in class org.hibernate.stat.ConcurrentCollectionStatisticsImpl
-
- getFetchCount() - Method in class org.hibernate.stat.ConcurrentEntityStatisticsImpl
-
- getFetchCount() - Method in interface org.hibernate.stat.EntityStatistics
-
- getFetchCount() - Method in class org.hibernate.stat.EntityStatisticsImpl
-
- getFetches() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
- getFetches() - Method in class org.hibernate.engine.profile.FetchProfile
-
Getter for property 'fetches'.
- getFetches() - Method in class org.hibernate.mapping.FetchProfile
-
Retrieve the fetches associated with this profile
- getFetchMode(FetchType) - Static method in class org.hibernate.cfg.AnnotationBinder
-
- getFetchMode(String) - Method in class org.hibernate.impl.CriteriaImpl
-
- getFetchMode() - Method in class org.hibernate.mapping.Collection
-
- getFetchMode() - Method in interface org.hibernate.mapping.Fetchable
-
- getFetchMode() - Method in class org.hibernate.mapping.OneToMany
-
- getFetchMode() - Method in class org.hibernate.mapping.SimpleValue
-
- getFetchMode() - Method in class org.hibernate.mapping.ToOne
-
- getFetchMode() - Method in interface org.hibernate.mapping.Value
-
- getFetchMode() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getFetchMode() - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Should we load this collection role by outerjoining?
- getFetchMode(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getFetchMode(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
May this (subclass closure) property be fetched using an SQL outerjoin?
- getFetchMode() - Method in class org.hibernate.tuple.StandardProperty
-
- getFetchMode(int) - Method in class org.hibernate.type.AnyType
-
- getFetchMode(int) - Method in class org.hibernate.type.ComponentType
-
- getFetchMode(int) - Method in class org.hibernate.type.CompositeCustomType
-
- getFetchMode(int) - Method in interface org.hibernate.type.CompositeType
-
Retrieve the fetch mode of the indicated component property.
- getFetchProfile(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Retrieve fetch profile by name.
- getFetchProfile() - Method in interface org.hibernate.engine.SessionImplementor
-
- getFetchProfile() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getFetchProfile(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getFetchProfile() - Method in class org.hibernate.impl.SessionImpl
-
Get the internal fetch profile currently associated with this session.
- getFetchProfile() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getFetchSize() - Method in class org.hibernate.engine.NamedQueryDefinition
-
- getFetchSize() - Method in class org.hibernate.engine.RowSelection
-
- getFetchSize() - Method in class org.hibernate.impl.CriteriaImpl
-
- getFieldHandler() - Method in interface org.hibernate.bytecode.javassist.FieldHandled
-
Access to the current field interception handler.
- getFieldTransformer(ClassFile) - Method in class org.hibernate.bytecode.javassist.JavassistClassTransformer
-
- getFilename() - Method in class org.hibernate.hql.ast.tree.Node
-
- getFilesInClasspath(Set<String>) - Method in class org.hibernate.ejb.packaging.NativeScanner
-
- getFilesInClasspath(Set<String>) - Method in interface org.hibernate.ejb.packaging.Scanner
-
Return all files in the classpath (ie PU visibility) matching one of these file names
if filePatterns is empty, return all files
the use case is really exact file name.
- getFilesInJar(URL, Set<String>) - Method in class org.hibernate.ejb.packaging.NativeScanner
-
support for patterns is primitive:
- **\/*.hbm.xml
Other patterns will not be found
- getFilesInJar(URL, Set<String>) - Method in interface org.hibernate.ejb.packaging.Scanner
-
return all files in the jar matching one of these file names
if filePatterns is empty, return all files
eg **\/*.hbm.xml, META-INF/orm.xml
- getFilterDefinition(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getFilterDefinition(String) - Method in interface org.hibernate.cfg.Mappings
-
Retrieves a filter definition by name.
- getFilterDefinition() - Method in interface org.hibernate.Filter
-
Get the filter definition containing additional information about the
filter (such as default-condition and expected parameter names/types).
- getFilterDefinition() - Method in class org.hibernate.impl.FilterImpl
-
- getFilterDefinition(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getFilterDefinition(String) - Method in class org.hibernate.jmx.SessionFactoryStub
-
- getFilterDefinition(String) - Method in interface org.hibernate.SessionFactory
-
Obtain the definition of a filter by name.
- getFilterDefinitions() - Method in class org.hibernate.cfg.Configuration
-
- getFilterDefinitions() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getFilterDefinitions() - Method in interface org.hibernate.cfg.Mappings
-
Retrieves the copmplete map of filter definitions.
- getFilterDefinitions() - Method in class org.hibernate.ejb.Ejb3Configuration
-
- getFilteredPositionalParameterTypes() - Method in class org.hibernate.engine.QueryParameters
-
- getFilteredPositionalParameterValues() - Method in class org.hibernate.engine.QueryParameters
-
- getFilteredSQL() - Method in class org.hibernate.engine.QueryParameters
-
- getFilterMap() - Method in class org.hibernate.mapping.Collection
-
- getFilterMap() - Method in interface org.hibernate.mapping.Filterable
-
- getFilterMap() - Method in class org.hibernate.mapping.PersistentClass
-
- getFilterMap() - Method in class org.hibernate.mapping.Subclass
-
- getFilterName() - Method in class org.hibernate.engine.FilterDefinition
-
Get the name of the filter this configuration defines.
- getFilterParameterType(String) - Method in class org.hibernate.engine.LoadQueryInfluencers
-
- getFilterParameterType(String) - Method in interface org.hibernate.engine.SessionImplementor
-
- getFilterParameterType(String) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getFilterParameterType(String) - Method in class org.hibernate.impl.SessionImpl
-
Retreive the type for a given filter parrameter.
- getFilterParameterType(String) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getFilterParameterValue(String) - Method in class org.hibernate.engine.LoadQueryInfluencers
-
- getFilterParameterValue(String) - Method in interface org.hibernate.engine.SessionImplementor
-
- getFilterParameterValue(String) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getFilterParameterValue(String) - Method in class org.hibernate.impl.SessionImpl
-
Retreive the currently set value for a filter parameter.
- getFilterParameterValue(String) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getFilterQueryPlan(String, String, boolean, Map) - Method in class org.hibernate.engine.query.QueryPlanCache
-
- getFilters() - Method in class org.hibernate.ejb.packaging.AbstractJarVisitor
-
- getFilters() - Method in class org.hibernate.ejb.packaging.JarProtocolVisitor
-
- getFilters() - Method in interface org.hibernate.ejb.packaging.JarVisitor
-
- getFinal(int, Type) - Method in class org.hibernate.impl.AbstractScrollableResults
-
Check that the requested type is compatible with the result type, and
return the column value.
- getFinalFromClause() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- getFirst() - Method in class org.hibernate.envers.tools.Pair
-
- getFirst() - Method in class org.hibernate.envers.tools.Triple
-
- getFirstArgumentType() - Method in class org.hibernate.hql.ast.tree.AggregateNode
-
- getFirstArgumentType() - Method in interface org.hibernate.hql.ast.tree.FunctionNode
-
- getFirstArgumentType() - Method in class org.hibernate.hql.ast.tree.MethodNode
-
- getFirstJoin() - Method in class org.hibernate.engine.JoinSequence
-
- getFirstLevelCache() - Method in class org.hibernate.envers.reader.AuditReaderImpl
-
- getFirstLevelCache() - Method in interface org.hibernate.envers.reader.AuditReaderImplementor
-
- getFirstNonWhitespaceCharacter(String) - Static method in class org.hibernate.util.StringHelper
-
- getFirstResult() - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- getFirstResult() - Method in class org.hibernate.impl.CriteriaImpl
-
- getFirstRow() - Method in class org.hibernate.engine.RowSelection
-
- getFirstSelectExpression() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
-
- getFirstSelectExpression() - Method in class org.hibernate.hql.ast.tree.SelectClause
-
- getFirstSelectExpression() - Method in class org.hibernate.hql.ast.tree.SelectExpressionList
-
Returns the first select expression node that should be considered when building the array of select
expressions.
- getFixtureOperand() - Method in class org.hibernate.hql.ast.tree.BetweenOperatorNode
-
- getFloat(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getFloat(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a float
- getFlushBeforeCompletionEnabled() - Method in class org.hibernate.jmx.HibernateService
-
- getFlushBeforeCompletionEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Is automatic Session flusing enabled?
- getFlushCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getFlushCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getFlushCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of flush executed by sessions (either implicit or explicit)
- getFlushCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getFlushEntityEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getFlushEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getFlushMode(String) - Static method in class org.hibernate.cfg.HbmBinder
-
- getFlushMode() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
Hibernate can be set in various flush modes that are unknown to
JPA 2.0.
- getFlushMode() - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- getFlushMode(Object) - Static method in class org.hibernate.ejb.util.ConfigurationHelper
-
- getFlushMode() - Method in class org.hibernate.engine.NamedQueryDefinition
-
- getFlushMode() - Method in interface org.hibernate.engine.SessionImplementor
-
- getFlushMode() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getFlushMode() - Method in class org.hibernate.impl.SessionImpl
-
- getFlushMode() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getFlushMode() - Method in interface org.hibernate.Session
-
Get the current flush mode for this session.
- getFor(Configuration) - Static method in class org.hibernate.envers.configuration.AuditConfiguration
-
- getForeignKeyDirection() - Method in class org.hibernate.type.AnyType
-
- getForeignKeyDirection() - Method in interface org.hibernate.type.AssociationType
-
Get the foreign key directionality of this association
- getForeignKeyDirection() - Method in class org.hibernate.type.CollectionType
-
- getForeignKeyDirection() - Method in class org.hibernate.type.ManyToOneType
-
- getForeignKeyDirection() - Method in class org.hibernate.type.OneToOneType
-
- getForeignKeyIterator() - Method in class org.hibernate.mapping.Table
-
- getForeignKeyMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
- getForeignKeyMetadata(ForeignKey) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
- getForeignKeyName() - Method in class org.hibernate.mapping.SimpleValue
-
- getForeignKeyType() - Method in class org.hibernate.mapping.OneToOne
-
Returns the foreignKeyType.
- getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
-
Get the property value from the given owner instance.
- getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
-
Get the property value from the given owner instance.
- getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
-
Get the property value from the given owner instance.
- getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.Dom4jAccessor.Dom4jGetter
-
- getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
-
Get the property value from the given owner instance.
- getForInsert(Object, Map, SessionImplementor) - Method in interface org.hibernate.property.Getter
-
Get the property value from the given owner instance.
- getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.IndexPropertyAccessor.IndexGetter
-
- getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.MapAccessor.MapGetter
-
Get the property value from the given owner instance.
- getFormatter() - Method in class org.hibernate.jdbc.util.FormatStyle
-
- getFormula() - Method in class org.hibernate.mapping.Formula
-
- getFormulaString() - Method in class org.hibernate.cfg.Ejb3Column
-
- getForUpdateNowaitString() - Method in class org.hibernate.dialect.Dialect
-
Retrieves the FOR UPDATE NOWAIT syntax specific to this dialect.
- getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Dialect
-
Get the FOR UPDATE OF column_list NOWAIT fragment appropriate
for this dialect given the aliases of the columns to be write locked.
- getForUpdateNowaitString() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getForUpdateNowaitString() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getForUpdateString() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.DB2Dialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.DerbyDialect
-
- getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.Dialect
-
Given LockOptions (lockMode, timeout), determine the appropriate for update fragment to use.
- getForUpdateString(LockMode) - Method in class org.hibernate.dialect.Dialect
-
Given a lock mode, determine the appropriate for update fragment to use.
- getForUpdateString() - Method in class org.hibernate.dialect.Dialect
-
Get the string to append to SELECT statements to acquire locks
for this dialect.
- getForUpdateString(String) - Method in class org.hibernate.dialect.Dialect
-
Get the FOR UPDATE OF column_list fragment appropriate for this
dialect given the aliases of the columns to be write locked.
- getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.Dialect
-
Get the FOR UPDATE OF column_list fragment appropriate for this
dialect given the aliases of the columns to be write locked.
- getForUpdateString() - Method in class org.hibernate.dialect.FrontBaseDialect
-
Does this dialect support the FOR UPDATE syntax.
- getForUpdateString() - Method in class org.hibernate.dialect.H2Dialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.HSQLDialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.InterbaseDialect
-
- getForUpdateString(String) - Method in class org.hibernate.dialect.InterbaseDialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.MckoiDialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.MySQLDialect
-
- getForUpdateString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getForUpdateString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getForUpdateString() - Method in class org.hibernate.dialect.Oracle9iDialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.PointbaseDialect
-
- getForUpdateString(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
Since the RDMS-JDBC driver does not support for updates, this string is
set to an empty string.
- getForUpdateString() - Method in class org.hibernate.dialect.SybaseASE157Dialect
-
- getForUpdateString(String) - Method in class org.hibernate.dialect.SybaseASE157Dialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.TeradataDialect
-
Does this dialect support the FOR UPDATE syntax?
- getForUpdateString() - Method in class org.hibernate.dialect.TimesTenDialect
-
- getFreshTimestamp() - Method in class org.hibernate.cache.ReadWriteCache.Item
-
The timestamp on the cached data
- getFromClause() - Method in class org.hibernate.hql.ast.tree.AbstractRestrictableStatement
-
- getFromClause() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getFromClause() - Method in interface org.hibernate.hql.ast.tree.RestrictableStatement
-
Retreives the from-clause in effect for this statement.
- getFromElement() - Method in class org.hibernate.hql.ast.tree.AbstractSelectExpression
-
- getFromElement() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
-
- getFromElement(String) - Method in class org.hibernate.hql.ast.tree.FromClause
-
Retreives the from-element represented by the given alias.
- getFromElement() - Method in class org.hibernate.hql.ast.tree.FromClause
-
- getFromElement() - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
-
- getFromElement() - Method in class org.hibernate.hql.ast.tree.MethodNode
-
- getFromElement() - Method in class org.hibernate.hql.ast.tree.QueryNode
-
- getFromElement() - Method in interface org.hibernate.hql.ast.tree.SelectExpression
-
Returns the FROM element that this expression refers to.
- getFromElement() - Method in class org.hibernate.hql.ast.tree.SqlFragment
-
- getFromElements() - Method in class org.hibernate.hql.ast.tree.FromClause
-
Returns the list of from elements in order.
- getFromElementsForLoad() - Method in class org.hibernate.hql.ast.tree.SelectClause
-
FromElements which need to be accounted for in the load phase (either for return or for fetch).
- getFromEntityNameCache(Object, Number, Object) - Method in class org.hibernate.envers.reader.FirstLevelCache
-
Gets the entityName from the cache.
- getFromMappedBy(String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getFromMappedBy(String, String) - Method in interface org.hibernate.cfg.Mappings
-
- getFromPart() - Method in class org.hibernate.engine.JoinSequence
-
- getFromPropertyName() - Method in class org.hibernate.envers.entities.RelationDescription
-
- getFullPath() - Method in class org.hibernate.loader.PropertyPath
-
- getFunction(CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
-
- getFunction(String, CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
-
- getFunction(CriteriaQuery) - Method in class org.hibernate.criterion.RowCountProjection
-
- getFunctionName() - Method in class org.hibernate.criterion.AggregateProjection
-
- getFunctionName() - Method in class org.hibernate.ejb.criteria.expression.function.BasicFunctionExpression
-
- getFunctionName() - Method in interface org.hibernate.ejb.criteria.expression.function.FunctionExpression
-
Retrieve the name of the function.
- getFunctions() - Method in class org.hibernate.dialect.Dialect
-
Retrieves a map of the dialect's registered functions
(functionName =>
SQLFunction
).
- getGeneratedId() - Method in class org.hibernate.action.EntityIdentityInsertAction
-
- getGeneratedIdentity(ResultSet, String, Type) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
-
Get the generated identifier when using identity columns
- GetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.id.IdentityGenerator.GetGeneratedKeysDelegate
-
- getGeneratedVersion() - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
-
- getGeneratedVersion() - Method in class org.hibernate.id.uuid.StandardRandomStrategy
-
A variant 4 (random) strategy
- getGeneratedVersion() - Method in interface org.hibernate.id.UUIDGenerationStrategy
-
Which variant, according to IETF RFC 4122, of UUID does this strategy generate? RFC 4122 defines
5 variants (though it only describes algorithms to generate 4):
1 = time based
2 = DCE based using POSIX UIDs
3 = name based (md5 hash)
4 = random numbers based
5 = name based (sha-1 hash)
Returning the values above should be reserved to those generators creating variants compliant with the
corresponding RFC definition; others can feel free to return other values as they see fit.
- getGeneration() - Method in class org.hibernate.mapping.Property
-
- getGenerator(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getGenerator(String, Map<String, IdGenerator>) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getGenerator(String) - Method in interface org.hibernate.cfg.Mappings
-
Retrieve the id-generator by name.
- getGenerator(String, Map<String, IdGenerator>) - Method in interface org.hibernate.cfg.Mappings
-
Try to find the generator from the localGenerators
and then from the global generator list
- getGeneratorTableProperties(String, Map<String, Properties>) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getGeneratorTableProperties(String, Map<String, Properties>) - Method in interface org.hibernate.cfg.Mappings
-
Retrieve the properties related to a generator table.
- getGetGeneratedKeysEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Is use of JDBC3 getGeneratedKeys() enabled?
- getGetGeneratedKeysEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getGetter(Class, PropertyData) - Static method in class org.hibernate.envers.tools.reflection.ReflectionTools
-
- getGetter(Class, String, String) - Static method in class org.hibernate.envers.tools.reflection.ReflectionTools
-
- getGetter(Class) - Method in class org.hibernate.mapping.Property
-
- getGetter(Class, String) - Method in class org.hibernate.property.BackrefPropertyAccessor
-
Create a "getter" for the named attribute
- getGetter(Class, String) - Method in class org.hibernate.property.BasicPropertyAccessor
-
- getGetter(Class, String) - Method in class org.hibernate.property.ChainedPropertyAccessor
-
- getGetter(Class, String) - Method in class org.hibernate.property.DirectPropertyAccessor
-
- getGetter(Class, String) - Method in class org.hibernate.property.Dom4jAccessor
-
Create a "getter" for the named attribute
- getGetter(Class, String) - Method in class org.hibernate.property.EmbeddedPropertyAccessor
-
- getGetter(Class, String) - Method in class org.hibernate.property.IndexPropertyAccessor
-
- getGetter(Class, String) - Method in class org.hibernate.property.MapAccessor
-
Create a "getter" for the named attribute
- getGetter(Class, String) - Method in class org.hibernate.property.NoopAccessor
-
Create a "getter" for the named attribute
- getGetter(Class, String) - Method in interface org.hibernate.property.PropertyAccessor
-
Create a "getter" for the named attribute
- getGetter(int) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- getGetter(int) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getGetter(int) - Method in interface org.hibernate.tuple.Tuplizer
-
Retrieve the getter for the specified property.
- getGetter(Class, String) - Static method in class org.hibernate.util.ReflectHelper
-
- getGetters() - Method in class org.hibernate.bytecode.javassist.BulkAccessor
-
Returns the setter names of properties.
- getGlobalCfg() - Method in class org.hibernate.envers.configuration.AuditConfiguration
-
- getGroupBy() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getGroupings() - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- getGroupList() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
- getGroupList() - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
- getGroupPropertyName() - Method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
-
- getGroupRestriction() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
- getGroupRestriction() - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
- getHashCode(Object, EntityMode) - Method in class org.hibernate.type.AbstractBynaryType
-
Deprecated.
- getHashCode(Object, EntityMode) - Method in class org.hibernate.type.AbstractLobType
-
Deprecated.
- getHashCode(Object, EntityMode) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getHashCode(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getHashCode(Object) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getHashCode(Object, EntityMode) - Method in class org.hibernate.type.AbstractType
-
- getHashCode(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
-
- getHashCode(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
-
Deprecated.
- getHashCode(Object, EntityMode) - Method in class org.hibernate.type.CollectionType
-
- getHashCode(Object, EntityMode) - Method in class org.hibernate.type.ComponentType
-
- getHashCode(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
-
- getHashCode(Object, EntityMode) - Method in class org.hibernate.type.CompositeCustomType
-
- getHashCode(Object, EntityMode) - Method in class org.hibernate.type.CustomType
-
- getHashCode(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
-
Get a hash code, consistent with persistence "equality".
- getHashCode(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.SerializableToBlobType
-
- getHashCode(Object, EntityMode) - Method in interface org.hibernate.type.Type
-
Get a hash code, consistent with persistence "equality".
- getHashCode(Object, EntityMode, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
-
Get a hash code, consistent with persistence "equality".
- getHaving() - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- getHbmfiles() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- getHibernateConfiguration() - Method in class org.hibernate.ejb.Ejb3Configuration
-
This API is intended to give a read-only configuration.
- getHibernateLazyInitializer() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getHibernateLazyInitializer() - Method in interface org.hibernate.proxy.HibernateProxy
-
Get the underlying lazy initialization handler.
- getHibernateLazyInitializer() - Method in class org.hibernate.proxy.map.MapProxy
-
- getHibernateQuery() - Method in interface org.hibernate.ejb.HibernateQuery
-
- getHibernateQuery() - Method in class org.hibernate.ejb.QueryImpl
-
- getHibernateType() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl
-
- getHibernateType() - Method in class org.hibernate.ejb.metamodel.EmbeddableTypeImpl
-
- getHibernateTypeName(int) - Method in class org.hibernate.dialect.Dialect
-
Get the name of the Hibernate
Type
associated with the given
Types
typecode.
- getHibernateTypeName(int, int, int, int) - Method in class org.hibernate.dialect.Dialect
-
Get the name of the Hibernate
Type
associated
with the given
Types
typecode with the given storage
specification parameters.
- getHighOperand() - Method in class org.hibernate.hql.ast.tree.BetweenOperatorNode
-
- getHints() - Method in class org.hibernate.ejb.AbstractQueryImpl
- getHitCount() - Method in class org.hibernate.stat.ConcurrentSecondLevelCacheStatisticsImpl
-
- getHitCount() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
-
- getHitCount() - Method in class org.hibernate.stat.SecondLevelCacheStatisticsImpl
-
- getHiTime() - Method in class org.hibernate.id.AbstractUUIDGenerator
-
Unique down to millisecond
- getHiValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.HiLoOptimizer
-
Getter for property 'upperLimit'.
- getHolderClass() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getHolderInstantiator(ResultTransformer, ResultTransformer, String[]) - Static method in class org.hibernate.hql.HolderInstantiator
-
- getHolderInstantiator() - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getHqlParameterSpecification() - Method in class org.hibernate.hql.ast.tree.ParameterNode
-
- getHqlPosition() - Method in class org.hibernate.param.PositionalParameterSpecification
-
Getter for property 'hqlPosition'.
- getHQLQueryPlan(String, boolean, Map) - Method in class org.hibernate.engine.query.QueryPlanCache
-
- getHQLQueryPlan(String, boolean) - Method in class org.hibernate.impl.AbstractSessionImpl
-
- getId() - Method in class org.hibernate.action.EntityAction
-
entity id accessor
- getId() - Method in class org.hibernate.cache.ReadWriteCache.Lock
-
- getId(Class<Y>) - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
- getId() - Method in class org.hibernate.engine.EntityEntry
-
- getId() - Method in class org.hibernate.envers.DefaultRevisionEntity
-
- getId() - Method in class org.hibernate.event.AbstractPreDatabaseOperationEvent
-
The id to be used in the database operation.
- getId() - Method in class org.hibernate.event.PostDeleteEvent
-
- getId() - Method in class org.hibernate.event.PostInsertEvent
-
- getId() - Method in class org.hibernate.event.PostLoadEvent
-
- getId() - Method in class org.hibernate.event.PostUpdateEvent
-
- getId() - Method in class org.hibernate.event.PreLoadEvent
-
- getId() - Method in class org.hibernate.proxy.AbstractSerializableProxy
-
- getId() - Method in class org.hibernate.testing.cache.Item
-
- getIdClassAttributes() - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
- getIdentifier() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- getIdentifier() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- getIdentifier() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- getIdentifier() - Method in interface org.hibernate.cfg.PropertyHolder
-
- getIdentifier(Object, int) - Method in class org.hibernate.collection.AbstractPersistentCollection
-
- getIdentifier(Object, int) - Method in interface org.hibernate.collection.PersistentCollection
-
Get the index of the given collection entry
- getIdentifier(Object, int) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- getIdentifier() - Method in class org.hibernate.engine.EntityKey
-
Get the user-visible identifier
- getIdentifier(SessionImplementor, String, Object) - Static method in class org.hibernate.envers.tools.Tools
-
- getIdentifier(Object) - Method in class org.hibernate.impl.SessionImpl
-
- getIdentifier() - Method in class org.hibernate.mapping.IdentifierCollection
-
- getIdentifier() - Method in class org.hibernate.mapping.OneToOne
-
Returns the identifier.
- getIdentifier() - Method in class org.hibernate.mapping.PersistentClass
-
- getIdentifier() - Method in class org.hibernate.mapping.RootClass
-
- getIdentifier() - Method in class org.hibernate.mapping.Subclass
-
- getIdentifier(Object, EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
-
- getIdentifier(Object, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the identifier of an instance (throw an exception if no identifier property)
- getIdentifier() - Method in exception org.hibernate.NonUniqueObjectException
-
- getIdentifier(Object, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifier(Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifier(Object, EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getIdentifier(Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the identifier of an instance (throw an exception if no identifier property)
- getIdentifier() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Retrieve the identifier value for the enity our owning proxy represents.
- getIdentifier() - Method in interface org.hibernate.proxy.LazyInitializer
-
Retrieve the identifier value for the enity our owning proxy represents.
- getIdentifier(Object) - Method in interface org.hibernate.Session
-
Return the identifier value of the given entity as associated with this
session.
- getIdentifier() - Method in exception org.hibernate.StaleObjectStateException
-
- getIdentifier(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getIdentifier(Object, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getIdentifier(Object) - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
-
Extract the identifier value from the given entity.
- getIdentifier(Object, SessionImplementor) - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
-
Extract the identifier value from the given entity.
- getIdentifier(Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
- getIdentifier(Object, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Extract the identifier value from the given entity.
- getIdentifier(Object, SessionImplementor) - Method in class org.hibernate.type.EntityType
-
- getIdentifier() - Method in exception org.hibernate.UnresolvableObjectException
-
- getIdentifier() - Method in exception org.hibernate.WrongClassException
-
- getIdentifierAliases(Loadable, String) - Method in class org.hibernate.loader.ColumnEntityAliases
-
- getIdentifierAliases(Loadable, String) - Method in class org.hibernate.loader.DefaultEntityAliases
-
- getIdentifierAliases() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifierAliases(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifierAliases(String) - Method in interface org.hibernate.persister.entity.Loadable
-
Get the result set aliases used for the identifier columns, given a suffix
- getIdentifierColumnAlias(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIdentifierColumnAlias(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Generates the collection's identifier column aliases, based on the given
suffix.
- getIdentifierColumnName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIdentifierColumnName() - Method in interface org.hibernate.persister.collection.SQLLoadableCollection
-
- getIdentifierColumnNames() - Method in interface org.hibernate.id.PostInsertIdentityPersister
-
- getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
-
- getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Loadable
-
Get the names of columns used to persist the identifier
- getIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Queryable
-
Get the names of columns used to persist the identifier
- getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
-
- getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
-
- getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getIdentifierColumns(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the identifier column names of this entity
- getIdentifierColumns(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getIdentifierColumnSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifierGenerator(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Get the identifier generator for the hierarchy
- getIdentifierGenerator(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getIdentifierGenerator() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIdentifierGenerator() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the surrogate key generation strategy (optional operation)
- getIdentifierGenerator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifierGenerator() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine which identifier generation strategy is used for this entity.
- getIdentifierGenerator() - Method in class org.hibernate.tuple.IdentifierProperty
-
- getIdentifierGeneratorClass(String) - Method in class org.hibernate.id.factory.DefaultIdentifierGeneratorFactory
-
- getIdentifierGeneratorClass(String) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
-
- getIdentifierGeneratorFactory() - Method in class org.hibernate.cfg.Configuration
-
Retrieve the IdentifierGeneratorFactory in effect for this configuration.
- getIdentifierGeneratorFactory() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getIdentifierGeneratorFactory() - Method in interface org.hibernate.cfg.Mappings
-
Retrieve the IdentifierGeneratorFactory in effect for this mapping.
- getIdentifierGeneratorFactory() - Method in interface org.hibernate.engine.Mapping
-
- getIdentifierGeneratorFactory() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getIdentifierGeneratorProperties() - Method in class org.hibernate.mapping.SimpleValue
-
- getIdentifierGeneratorStrategy() - Method in class org.hibernate.mapping.IdGenerator
-
- getIdentifierGeneratorStrategy() - Method in class org.hibernate.mapping.SimpleValue
-
Returns the identifierGeneratorStrategy.
- getIdentifierGetter() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getIdentifierGetter() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Retrieve the getter for the identifier property.
- getIdentifierMapper() - Method in class org.hibernate.mapping.MappedSuperclass
-
- getIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
-
- getIdentifierMapper() - Method in class org.hibernate.mapping.Subclass
-
- getIdentifierMapperType() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getIdentifierMethod - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
-
- getIdentifierOrUniqueKeyPropertyName(EntityType) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
-
Determine the name of the property for the entity encapsulated by the
given type which represents the id or unique-key.
- getIdentifierOrUniqueKeyPropertyName(Mapping) - Method in class org.hibernate.type.EntityType
-
The name of the property on the associated entity to which our FK
refers
- getIdentifierOrUniqueKeyType(Mapping) - Method in class org.hibernate.type.EntityType
-
Determine the type of either (1) the identifier if we reference the
associated entity's PK or (2) the unique key to which we refer (i.e.
- getIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
-
- getIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
-
- getIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
-
- getIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
-
- getIdentifierProperty() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getIdentifierPropertyName(String) - Method in interface org.hibernate.engine.Mapping
-
- getIdentifierPropertyName(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getIdentifierPropertyName() - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the name of the identifier property (or return null)
- getIdentifierPropertyName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifierPropertyName() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the name of the identifier property (or return null) - need not return the
name of an actual Java property
- getIdentifierType(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the identifier type of this entity
- getIdentifierType(String) - Method in interface org.hibernate.engine.Mapping
-
- getIdentifierType() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Getter for property 'identifierType'.
- getIdentifierType() - Method in class org.hibernate.id.enhanced.TableGenerator
-
Type mapping for the identifier.
- getIdentifierType() - Method in class org.hibernate.id.SequenceGenerator
-
- getIdentifierType(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getIdentifierType(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getIdentifierType() - Method in class org.hibernate.mapping.Any
-
- getIdentifierType() - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the identifier Hibernate type
- getIdentifierType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIdentifierType() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the type of the surrogate key
- getIdentifierType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifierType() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the identifier type
- getIdentifierValue() - Method in class org.hibernate.mapping.Table
-
- getIdentityColumn() - Method in class org.hibernate.hql.ast.tree.ComponentJoin
- getIdentityColumn() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getIdentityColumnString() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getIdentityColumnString() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getIdentityColumnString() - Method in class org.hibernate.dialect.DB2Dialect
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.Dialect
-
The syntax used during DDL to define a column as being an IDENTITY of
a particular type.
- getIdentityColumnString() - Method in class org.hibernate.dialect.Dialect
-
The syntax used during DDL to define a column as being an IDENTITY.
- getIdentityColumnString() - Method in class org.hibernate.dialect.H2Dialect
-
- getIdentityColumnString() - Method in class org.hibernate.dialect.HSQLDialect
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.InformixDialect
-
- getIdentityColumnString() - Method in class org.hibernate.dialect.Ingres10Dialect
-
- getIdentityColumnString() - Method in class org.hibernate.dialect.JDataStoreDialect
-
- getIdentityColumnString() - Method in class org.hibernate.dialect.MySQLDialect
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getIdentityInsertString() - Method in class org.hibernate.dialect.DB2Dialect
-
- getIdentityInsertString() - Method in class org.hibernate.dialect.Dialect
-
The keyword used to insert a generated value into an identity column (or null).
- getIdentityInsertString() - Method in class org.hibernate.dialect.H2Dialect
-
- getIdentityInsertString() - Method in class org.hibernate.dialect.HSQLDialect
-
- getIdentityInsertString() - Method in class org.hibernate.dialect.Ingres10Dialect
-
- getIdentitySelectString() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getIdentitySelectString() - Method in class org.hibernate.dialect.DB2390Dialect
-
- getIdentitySelectString() - Method in class org.hibernate.dialect.DB2400Dialect
-
- getIdentitySelectString() - Method in class org.hibernate.dialect.DB2Dialect
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.Dialect
-
Get the select command to use to retrieve the last generated IDENTITY
value for a particular table
- getIdentitySelectString() - Method in class org.hibernate.dialect.Dialect
-
Get the select command to use to retrieve the last generated IDENTITY
value.
- getIdentitySelectString() - Method in class org.hibernate.dialect.H2Dialect
-
- getIdentitySelectString() - Method in class org.hibernate.dialect.HSQLDialect
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.InformixDialect
-
- getIdentitySelectString() - Method in class org.hibernate.dialect.Ingres10Dialect
-
- getIdentitySelectString() - Method in class org.hibernate.dialect.Ingres9Dialect
-
Get the select command used to retrieve the last generated sequence
value.
- getIdentitySelectString() - Method in class org.hibernate.dialect.JDataStoreDialect
-
- getIdentitySelectString() - Method in class org.hibernate.dialect.MySQLDialect
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getIdentitySelectString() - Method in interface org.hibernate.id.PostInsertIdentityPersister
-
Get the database-specific SQL command to retrieve the last
generated IDENTITY value.
- getIdentitySelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentityTable() - Method in class org.hibernate.mapping.PersistentClass
-
- getIdentityTable() - Method in class org.hibernate.mapping.UnionSubclass
-
- getIdentityTables() - Method in class org.hibernate.mapping.RootClass
-
- getIdMapper() - Method in class org.hibernate.envers.entities.EntityConfiguration
-
- getIdMapper() - Method in class org.hibernate.envers.entities.IdMappingData
-
- getIdMapper() - Method in class org.hibernate.envers.entities.RelationDescription
-
- getIdMappingData() - Method in class org.hibernate.envers.entities.EntityConfiguration
-
- getIdOfOwnerOrNull(Serializable, SessionImplementor) - Method in class org.hibernate.type.CollectionType
-
Get the id value from the owning entity key, usually the same as the key, but might be some
other property, in the case of property-ref
- getIdSelectParameterSpecifications() - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
-
- getIdType() - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
- getImplementation() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Return the underlying persistent object, initializing if necessary
- getImplementation(SessionImplementor) - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Return the underlying persistent object in the given Session, or null,
do not initialize the proxy
- getImplementation() - Method in interface org.hibernate.proxy.LazyInitializer
-
Return the underlying persistent object, initializing if necessary
- getImplementation(SessionImplementor) - Method in interface org.hibernate.proxy.LazyInitializer
-
Return the underlying persistent object in the given session, or null if not contained in this session's
persistence context.
- getImplementors(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Get the names of all persistent classes that implement/extend the given interface/class
- getImplementors(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
Return the names of all persistent (mapped) classes that extend or implement the
given class or interface, accounting for implicit/explicit polymorphism settings
and excluding mapped subclasses/joined-subclasses of other classes in the result.
- getImpliedJoin() - Method in class org.hibernate.hql.ast.tree.DotNode
-
- getImpliedJoin() - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
-
Sub-classes can override this method if they produce implied joins (e.g.
- getImpliedJoinType() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- getImportedClass(String, SessionFactoryImplementor) - Static method in class org.hibernate.hql.QuerySplitter
-
- getImportedClassName(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Get a class name, using query language imports
- getImportedClassName(String) - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
-
Given a (potentially unqualified) class name, locate its imported qualified name.
- getImportedClassName(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getImportFiles() - Method in class org.hibernate.cfg.Settings
-
- getImports() - Method in class org.hibernate.cfg.Configuration
-
Get the query language imports
- getIncrementSize() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
The configured increment size
- getIncrementSize() - Method in interface org.hibernate.id.enhanced.Optimizer
-
Retrieves the defined increment size.
- getIncrementSize() - Method in class org.hibernate.id.enhanced.OptimizerFactory.OptimizerSupport
-
Retrieves the defined increment size.
- getIncrementSize() - Method in class org.hibernate.id.enhanced.SequenceStructure
-
The configured increment size
- getIncrementSize() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The amount of increment to use.
- getIncrementSize() - Method in class org.hibernate.id.enhanced.TableStructure
-
The configured increment size
- getIndex() - Method in exception org.hibernate.bytecode.javassist.BulkAccessorException
-
Returns the index of the property that causes this exception.
- getIndex(String, Class[]) - Method in class org.hibernate.bytecode.javassist.FastClass
-
- getIndex(Class[]) - Method in class org.hibernate.bytecode.javassist.FastClass
-
- getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.PersistentArrayHolder
-
- getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.PersistentBag
-
- getIndex(Object, int, CollectionPersister) - Method in interface org.hibernate.collection.PersistentCollection
-
Get the index of the given collection entry
- getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.PersistentElementHolder
-
- getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- getIndex(Element, String, int) - Static method in class org.hibernate.collection.PersistentIndexedElementHolder
-
- getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
-
- getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.PersistentList
-
- getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.PersistentMap
-
- getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.PersistentSet
-
- getIndex() - Method in class org.hibernate.mapping.IndexedCollection
-
- getIndex(String) - Method in class org.hibernate.mapping.Table
-
- getIndexAttributeName(CollectionPersister) - Static method in class org.hibernate.collection.PersistentIndexedElementHolder
-
- getIndexCollectionSelectorParamSpec() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getIndexColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIndexColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Generates the collection's index column aliases, based on the given
suffix.
- getIndexColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIndexColumnNames(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIndexColumnNames() - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Get the names of the collection index columns if
this is an indexed collection (optional operation)
- getIndexColumnNames(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Get the names of the collection index columns if
this is an indexed collection (optional operation),
aliased by the given table alias
- getIndexForColumnName(String, ResultSet) - Method in class org.hibernate.engine.jdbc.ColumnNameCache
-
- getIndexFormulas() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIndexFormulas() - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Get the index formulas if this is an indexed collection
(optional operation)
- getIndexInOwner(String, String, Object, Map) - Method in interface org.hibernate.engine.PersistenceContext
-
Search the persistence context for an index of the child object,
given a collection role
- getIndexInOwner(String, String, Object, Map) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Search the persistence context for an index of the child object,
given a collection role
- getIndexIterator() - Method in class org.hibernate.mapping.DenormalizedTable
-
- getIndexIterator() - Method in class org.hibernate.mapping.Table
-
- getIndexMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
- getIndexNodeName() - Method in class org.hibernate.mapping.IndexedCollection
-
- getIndexNodeName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIndexNodeName() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- getIndexType() - Method in interface org.hibernate.metadata.CollectionMetadata
-
The collection index type (or null if the collection has no index)
- getIndexType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIndexType() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the "index" type for a list or map (optional operation)
- getInheritanceStateOfSuperEntity(XClass, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.InheritanceState
-
- getInitialContext() - Method in class org.hibernate.transaction.JTATransactionFactory
-
Getter for property 'initialContext'.
- getInitialContext(Properties) - Static method in class org.hibernate.util.NamingHelper
-
- getInitializeCollectionEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getInitializer() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
Intended for internal use only.
- getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
-
- getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.BasicCollectionMapper
-
- getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.ListCollectionMapper
-
- getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.MapCollectionMapper
-
- getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.SortedMapCollectionMapper
-
- getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.SortedSetCollectionMapper
-
- getInitialValue() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
The configured initial value
- getInitialValue() - Method in class org.hibernate.id.enhanced.SequenceStructure
-
The configured initial value
- getInitialValue() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The initial value to use when we find no previous state in the
generator table corresponding to our sequence.
- getInitialValue() - Method in class org.hibernate.id.enhanced.TableStructure
-
The configured initial value
- getInList() - Method in class org.hibernate.hql.ast.tree.InLogicOperatorNode
-
- getInputStream() - Method in class org.hibernate.ejb.packaging.Entry
-
- getInputStream() - Method in interface org.hibernate.type.descriptor.BinaryStream
-
Retrieve the input stream.
- getInputStream() - Method in class org.hibernate.type.descriptor.java.BinaryStreamImpl
-
- getInsertCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getInsertCount() - Method in class org.hibernate.stat.ConcurrentEntityStatisticsImpl
-
- getInsertCount() - Method in interface org.hibernate.stat.EntityStatistics
-
- getInsertCount() - Method in class org.hibernate.stat.EntityStatisticsImpl
-
- getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister, Dialect, boolean) - Method in class org.hibernate.id.IdentityGenerator
-
- getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister, Dialect, boolean) - Method in interface org.hibernate.id.PostInsertIdentifierGenerator
-
- getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister, Dialect, boolean) - Method in class org.hibernate.id.SelectGenerator
-
- getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister, Dialect, boolean) - Method in class org.hibernate.id.SequenceIdentityGenerator
-
- getInsertionTypes() - Method in class org.hibernate.hql.ast.tree.IntoClause
-
- getInstance() - Method in class org.hibernate.action.EntityAction
-
entity instance accessor
- getInstance(String) - Static method in class org.hibernate.hql.ast.HqlParser
-
- getInstance(String) - Static method in class org.hibernate.impl.SessionFactoryObjectFactory
-
- getInstance() - Static method in class org.hibernate.testing.tm.SimpleJtaTransactionManagerImpl
-
- getInstanceToLoad() - Method in class org.hibernate.event.LoadEvent
-
- getInstantiationOptimizer() - Method in class org.hibernate.bytecode.cglib.ReflectionOptimizerImpl
-
Deprecated.
- getInstantiationOptimizer() - Method in class org.hibernate.bytecode.javassist.ReflectionOptimizerImpl
-
- getInstantiationOptimizer() - Method in interface org.hibernate.bytecode.ReflectionOptimizer
-
- getInstantiator() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getInt(String, Properties, int) - Static method in class org.hibernate.util.PropertiesHelper
-
Get a property value as an int.
- getInteger(Object) - Static method in class org.hibernate.ejb.util.ConfigurationHelper
-
- getInteger(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getInteger(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read an integer
- getInteger(String, Properties) - Static method in class org.hibernate.util.PropertiesHelper
-
Get a property value as an Integer.
- getIntegralDataTypeHolder(Class) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
-
- getInterceptor() - Method in class org.hibernate.cfg.Configuration
-
- getInterceptor() - Method in class org.hibernate.ejb.Ejb3Configuration
-
- getInterceptor() - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Get the factory scoped interceptor for this factory.
- getInterceptor() - Method in interface org.hibernate.engine.SessionImplementor
-
Retrieves the interceptor currently in use by this event source.
- getInterceptor() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getInterceptor() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getInterceptor() - Method in class org.hibernate.impl.SessionImpl
-
- getInterceptor() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getInternalFetchProfile() - Method in class org.hibernate.engine.LoadQueryInfluencers
-
- getIntoClause() - Method in class org.hibernate.hql.ast.tree.InsertStatement
-
Retreive this insert statement's into-clause.
- getIP() - Method in class org.hibernate.id.AbstractUUIDGenerator
-
Unique in a local network
- getJarFiles() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- getJarURLFromURLEntry(URL, String) - Static method in class org.hibernate.ejb.packaging.JarVisitorFactory
-
Get the JAR URL of the JAR containing the given entry
Method used in a non managed environment
- getJavaClass() - Method in class org.hibernate.bytecode.javassist.FastClass
-
- getJavaDescriptor() - Method in class org.hibernate.type.descriptor.sql.BasicBinder
-
- getJavaDescriptor() - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
-
- getJavaMember() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
- getJavaMember() - Method in class org.hibernate.ejb.metamodel.AbstractAttribute
- getJavaType() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl
-
- getJavaType() - Method in interface org.hibernate.ejb.criteria.CriteriaQueryCompiler.ImplicitParameterBinding
-
Get the java type of the "thing" that led to the implicit parameter.
- getJavaType() - Method in class org.hibernate.ejb.criteria.expression.AbstractTupleElement
- getJavaType() - Method in class org.hibernate.ejb.criteria.expression.CoalesceExpression
-
- getJavaType() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
- getJavaType() - Method in class org.hibernate.ejb.metamodel.AbstractAttribute
- getJavaType() - Method in class org.hibernate.ejb.metamodel.AbstractType
-
- getJavaType() - Method in class org.hibernate.ejb.metamodel.BasicTypeImpl
-
- getJavaTypeClass() - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
-
Retrieve the Java type handled here.
- getJavaTypeClass() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
-
Retrieve the Java type handled here.
- getJavaTypeDescriptor() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getJdbcBatchSize() - Method in class org.hibernate.cfg.Settings
-
- getJdbcBatchSize() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Get the maximum JDBC batch size
- getJdbcBatchSize() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getJDBCContext() - Method in interface org.hibernate.engine.SessionImplementor
-
- getJDBCContext() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getJDBCContext() - Method in class org.hibernate.impl.SessionImpl
-
- getJDBCContext() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getJdbcFetchSize() - Method in class org.hibernate.cfg.Settings
-
- getJdbcFetchSize() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Get the JDBC fetch size
- getJdbcFetchSize() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getJdbcScrollableResultSetEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Is use of scrollable resultsets enabled?
- getJdbcScrollableResultSetEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getJdbcSupport() - Method in class org.hibernate.cfg.Settings
-
- getJndiName() - Method in class org.hibernate.jmx.HibernateService
-
- getJndiName() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
The JNDI name to bind to the SessionFactory
- getJndiProperties(Properties) - Static method in class org.hibernate.util.NamingHelper
-
Transform JNDI properties passed in the form hibernate.jndi.* to the
format accepted by InitialContext by triming the leading "hibernate.jndi".
- getJoin() - Method in class org.hibernate.cfg.Ejb3Column
-
- getJoinable() - Method in class org.hibernate.engine.JoinSequence.Join
-
- getJoinable() - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- getJoinableType() - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- getJoinClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getJoinClosureIterator() - Method in class org.hibernate.mapping.Subclass
-
- getJoinClosureSpan() - Method in class org.hibernate.mapping.PersistentClass
-
- getJoinClosureSpan() - Method in class org.hibernate.mapping.Subclass
-
- getJoinCount() - Method in class org.hibernate.engine.JoinSequence
-
- getJoinFragment() - Method in class org.hibernate.sql.QuerySelect
-
- getJoinIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getJoinNumber(Property) - Method in class org.hibernate.mapping.PersistentClass
-
- getJoins(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getJoins(String) - Method in interface org.hibernate.cfg.Mappings
-
Retrieve join metadata for a particular persistent entity.
- getJoins() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
- getJoinSequence() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getJoinTable(XProperty) - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
Get column overriding, property first, then parent, then holder
replace the placeholder 'collection&&element' with nothing
These rules are here to support both JPA 2 and legacy overriding rules.
- getJoinTable(XProperty) - Method in interface org.hibernate.cfg.PropertyHolder
-
return
- null if no join table is present,
- the join table if not overridden,
- the overridden join table otherwise
- getJoinTable() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- getJoinType() - Method in class org.hibernate.ejb.criteria.path.AbstractJoinImpl
- getJoinType() - Method in class org.hibernate.engine.JoinSequence.Join
-
- getJoinType() - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- getJoinType(OuterJoinLoadable, PropertyPath, int, AssociationType, FetchMode, CascadeStyle, String, String[], boolean, int) - Method in class org.hibernate.loader.collection.BasicCollectionJoinWalker
-
- getJoinType(OuterJoinLoadable, PropertyPath, int, AssociationType, FetchMode, CascadeStyle, String, String[], boolean, int) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- getJoinType(AssociationType, FetchMode, PropertyPath, String, String[], boolean, int, CascadeStyle) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- getJoinType(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getJoinType(OuterJoinLoadable, PropertyPath, int, AssociationType, FetchMode, CascadeStyle, String, String[], boolean, int) - Method in class org.hibernate.loader.entity.EntityJoinWalker
-
- getJoinType(OuterJoinLoadable, PropertyPath, int, AssociationType, FetchMode, CascadeStyle, String, String[], boolean, int) - Method in class org.hibernate.loader.JoinWalker
-
Determine the appropriate type of join (if any) to use to fetch the
given association.
- getJoinType(AssociationType, FetchMode, PropertyPath, String, String[], boolean, int, CascadeStyle) - Method in class org.hibernate.loader.JoinWalker
-
Determine the appropriate associationType of join (if any) to use to fetch the
given association.
- getJoinType(boolean, int) - Method in class org.hibernate.loader.JoinWalker
-
Use an inner join if it is a non-null association and this
is the "first" join in a series
- getJoinType() - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- getJpaEntityName() - Method in class org.hibernate.mapping.PersistentClass
-
- getJtaDatasource() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- getJtaSynchronizationCallbackCoordinator() - Method in class org.hibernate.jdbc.JDBCContext
-
- getJtaSynchronizationCallbackCoordinator(Transaction) - Method in class org.hibernate.jdbc.JDBCContext
-
- getJVM() - Method in class org.hibernate.id.AbstractUUIDGenerator
-
Unique across JVMs on this machine (unless they load this class
in the same quater second - very unlikely)
- getJvmIdentifierBytes() - Static method in class org.hibernate.id.uuid.Helper
-
- getJvmIdentifierHexString() - Static method in class org.hibernate.id.uuid.Helper
-
- getJvmIdentifierInt() - Static method in class org.hibernate.id.uuid.Helper
-
- getKey() - Method in class org.hibernate.action.CollectionAction
-
- getKey() - Method in class org.hibernate.cache.CacheKey
-
- getKey() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
- getKey() - Method in interface org.hibernate.collection.PersistentCollection
-
Get the current collection key value
- getKey() - Method in class org.hibernate.engine.CollectionEntry
-
- getKey() - Method in class org.hibernate.engine.CollectionKey
-
- getKey() - Method in class org.hibernate.engine.EntityUniqueKey
-
- getKey() - Method in class org.hibernate.engine.loading.LoadingCollectionEntry
-
- getKey() - Method in class org.hibernate.mapping.Collection
-
- getKey() - Method in class org.hibernate.mapping.Join
-
- getKey() - Method in class org.hibernate.mapping.JoinedSubclass
-
- getKey() - Method in class org.hibernate.mapping.PersistentClass
-
- getKey() - Method in class org.hibernate.mapping.RootClass
-
- getKey() - Method in class org.hibernate.mapping.Subclass
-
- getKey() - Method in class org.hibernate.util.IdentityMap.IdentityMapEntry
-
- getKeyClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getKeyClosureIterator() - Method in class org.hibernate.mapping.RootClass
-
- getKeyClosureIterator() - Method in class org.hibernate.mapping.Subclass
-
- getKeyColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getKeyColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Generates the collection's key column aliases, based on the given
suffix.
- getKeyColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getKeyColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getKeyColumnNames() - Method in interface org.hibernate.persister.entity.Joinable
-
The columns to join on
- getKeyColumns(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getKeyColumns(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getKeyColumns(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getKeyColumns(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getKeyOfOwner(Object, SessionImplementor) - Method in class org.hibernate.type.CollectionType
-
Get the key value from the owning entity instance, usually the identifier, but might be some
other unique key, in the case of property-ref
- getKeyType() - Method in class org.hibernate.loader.collection.CollectionLoader
-
- getKeyType() - Method in interface org.hibernate.metadata.CollectionMetadata
-
The collection key type
- getKeyType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getKeyType() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the "key" type (the type of the foreign key)
- getKeywords() - Method in class org.hibernate.dialect.Dialect
-
- getLastChar() - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
Returns the last character written to the output, or -1 if there isn't one.
- getLastChild(AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
-
Returns the last direct child of 'n'.
- getLastComponent(String) - Static method in class org.hibernate.envers.tools.StringTools
-
- getLastNonWhitespaceCharacter(String) - Static method in class org.hibernate.util.StringHelper
-
- getLastSourceValue() - Method in interface org.hibernate.id.enhanced.Optimizer
-
A common means to access the last value obtained from the underlying
source.
- getLastSourceValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.HiLoOptimizer
-
A common means to access the last value obtained from the underlying
source.
- getLastSourceValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.LegacyHiLoAlgorithmOptimizer
-
A common means to access the last value obtained from the underlying
source.
- getLastSourceValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.NoopOptimizer
-
A common means to access the last value obtained from the underlying
source.
- getLastSourceValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledLoOptimizer
-
- getLastSourceValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
-
A common means to access the last value obtained from the underlying
source.
- getLastValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.HiLoOptimizer
-
Getter for property 'lastValue'.
- getLastValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.LegacyHiLoAlgorithmOptimizer
-
Getter for property 'lastValue'.
- getLastValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
-
Getter for property 'lastValue'.
- getLazyProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getLeftHandOperand() - Method in class org.hibernate.ejb.criteria.expression.BinaryArithmeticOperation
-
Get the left-hand operand.
- getLeftHandOperand() - Method in interface org.hibernate.ejb.criteria.expression.BinaryOperatorExpression
-
Get the left-hand operand.
- getLeftHandOperand() - Method in class org.hibernate.ejb.criteria.predicate.ComparisonPredicate
-
- getLeftHandOperand() - Method in class org.hibernate.hql.ast.tree.BinaryArithmeticOperatorNode
-
Retrieves the left-hand operand of the operator.
- getLeftHandOperand() - Method in class org.hibernate.hql.ast.tree.BinaryLogicOperatorNode
-
Retrieves the left-hand operand of the operator.
- getLeftHandOperand() - Method in interface org.hibernate.hql.ast.tree.BinaryOperatorNode
-
Retrieves the left-hand operand of the operator.
- getLength() - Method in class org.hibernate.cfg.Ejb3Column
-
- getLength() - Method in class org.hibernate.criterion.ProjectionList
-
- getLength() - Method in class org.hibernate.ejb.criteria.expression.function.SubstringFunction
-
- getLength() - Method in class org.hibernate.engine.jdbc.ClobProxy
-
- getLength() - Method in class org.hibernate.mapping.Column
-
- getLength() - Method in interface org.hibernate.type.descriptor.BinaryStream
-
Retrieve the length of the input stream
- getLength() - Method in interface org.hibernate.type.descriptor.CharacterStream
-
Retrieve the number of characters.
- getLength() - Method in class org.hibernate.type.descriptor.java.BinaryStreamImpl
-
- getLength() - Method in class org.hibernate.type.descriptor.java.CharacterStreamImpl
-
- getLevel() - Method in class org.hibernate.hql.ast.tree.FromClause
-
- getLhs() - Method in class org.hibernate.hql.ast.tree.DotNode
-
- getLhsAlias() - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- getLHSColumnNames(AssociationType, int, OuterJoinLoadable, Mapping) - Static method in class org.hibernate.engine.JoinHelper
-
Get the columns of the owning entity which are to
be used in the join
- getLHSColumnNames(AssociationType, int, int, OuterJoinLoadable, Mapping) - Static method in class org.hibernate.engine.JoinHelper
-
Get the columns of the owning entity which are to
be used in the join
- getLHSColumns() - Method in class org.hibernate.engine.JoinSequence.Join
-
- getLHSPropertyName() - Method in class org.hibernate.type.AnyType
-
- getLHSPropertyName() - Method in interface org.hibernate.type.AssociationType
-
Get the name of a property in the owning entity
that provides the join key (null if the identifier)
- getLHSPropertyName() - Method in class org.hibernate.type.CollectionType
-
- getLHSPropertyName() - Method in class org.hibernate.type.EntityType
-
- getLHSTableName(AssociationType, int, OuterJoinLoadable) - Static method in class org.hibernate.engine.JoinHelper
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.Cache71Dialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.DB2390Dialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.DB2400Dialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.DB2Dialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.DerbyDialect
-
Given a limit and an offset, apply the limit clause to the query.
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.Dialect
-
Given a limit and an offset, apply the limit clause to the query.
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.Dialect
-
Apply s limit clause to the query.
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.FirebirdDialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.H2Dialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.HSQLDialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.InformixDialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.Ingres9Dialect
-
Add a LIMIT clause to the given SQL SELECT
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.IngresDialect
-
Add a LIMIT clause to the given SQL SELECT
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.InterbaseDialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.MySQLDialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.Oracle9iDialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.OracleDialect
-
Deprecated.
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.SQLServer2005Dialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.SQLServer2005Dialect
-
Add a LIMIT clause to the given SQL SELECT (HHH-2655: ROW_NUMBER for Paging)
The LIMIT SQL will look like:
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.SQLServerDialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.TimesTenDialect
-
- getLine() - Method in class org.hibernate.hql.ast.tree.Node
-
- getList(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getList(String, Class<E>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getListAttribute() - Method in class org.hibernate.ejb.criteria.expression.ListIndexExpression
-
- getListenerClassFor(String) - Method in class org.hibernate.event.EventListeners
-
- getListeners() - Method in interface org.hibernate.engine.SessionImplementor
-
Retrieves the configured event listeners from this event source.
- getListeners() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getListeners() - Method in class org.hibernate.impl.SessionImpl
-
- getListeners() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getLiteral() - Method in class org.hibernate.ejb.criteria.expression.LiteralExpression
-
- getLiteralProcessor() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- getLoadContext() - Method in class org.hibernate.engine.loading.CollectionLoadContext
-
- getLoadContexts() - Method in interface org.hibernate.engine.PersistenceContext
-
Retrieve this persistence context's managed load context.
- getLoadContexts() - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- getLoadCount() - Method in interface org.hibernate.stat.CollectionStatistics
-
- getLoadCount() - Method in class org.hibernate.stat.CollectionStatisticsImpl
-
- getLoadCount() - Method in class org.hibernate.stat.ConcurrentCollectionStatisticsImpl
-
- getLoadCount() - Method in class org.hibernate.stat.ConcurrentEntityStatisticsImpl
-
- getLoadCount() - Method in interface org.hibernate.stat.EntityStatistics
-
- getLoadCount() - Method in class org.hibernate.stat.EntityStatisticsImpl
-
- getLoadedCollectionOwnerIdOrNull(PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
-
Get the ID for the entity that owned this persistent collection when it was loaded
- getLoadedCollectionOwnerIdOrNull(PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Get the ID for the entity that owned this persistent collection when it was loaded
- getLoadedCollectionOwnerOrNull(PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
-
Get the entity that owned this persistent collection when it was loaded
- getLoadedCollectionOwnerOrNull(PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Get the entity that owned this persistent collection when it was loaded
- getLoadedCollectionPersister(PersistentCollection, EventSource) - Static method in class org.hibernate.event.AbstractCollectionEvent
-
- getLoadedElementsIterator(SessionImplementor, CollectionType, Object) - Static method in class org.hibernate.engine.CascadingAction
-
Iterate just the elements of the collection that are already there.
- getLoadedKey() - Method in class org.hibernate.engine.CollectionEntry
-
- getLoadedOwnerIdOrNull(PersistentCollection, EventSource) - Static method in class org.hibernate.event.AbstractCollectionEvent
-
- getLoadedOwnerOrNull(PersistentCollection, EventSource) - Static method in class org.hibernate.event.AbstractCollectionEvent
-
- getLoadedPersister() - Method in class org.hibernate.engine.CollectionEntry
-
This is only available late during the flush cycle
- getLoadedState() - Method in class org.hibernate.engine.EntityEntry
-
- getLoadedValue(String) - Method in class org.hibernate.engine.EntityEntry
-
- getLoader() - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getLoaderName() - Method in class org.hibernate.mapping.Collection
-
- getLoaderName() - Method in class org.hibernate.mapping.PersistentClass
-
- getLoaders() - Method in class org.hibernate.loader.collection.BatchingCollectionInitializer
-
- getLoaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getLoadEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getLoadingCollection(CollectionPersister, Serializable) - Method in class org.hibernate.engine.loading.CollectionLoadContext
-
Retrieve the collection that is being loaded as part of processing this
result set.
- getLoadQueryInfluencers() - Method in interface org.hibernate.engine.SessionImplementor
-
Get the load query influencers associated with this session.
- getLoadQueryInfluencers() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getLoadQueryInfluencers() - Method in class org.hibernate.impl.SessionImpl
-
- getLoadQueryInfluencers() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getLoadQueryInfluencers() - Method in class org.hibernate.loader.JoinWalker
-
- getLoadQueryInfluencers() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getLobBindingType() - Method in class org.hibernate.type.AlternativeLobTypes
-
Returns the type that explicitly binds the LOB value,
- getLobCreator() - Method in interface org.hibernate.engine.jdbc.JdbcSupport
-
- getLobCreator(LobCreationContext) - Method in interface org.hibernate.engine.jdbc.JdbcSupport
-
Create an instance of a
LobCreator
appropriate for the current environment, mainly meant to account for
variance between JDBC 4 (<= JDK 1.6) and JDBC3 (>= JDK 1.5).
- getLobCreator() - Method in class org.hibernate.engine.jdbc.JdbcSupportImpl
-
Creates an instance of a
LobCreator
that does not use the underlying JDBC
Connection
to create LOBs.
- getLobCreator(LobCreationContext) - Method in class org.hibernate.engine.jdbc.JdbcSupportImpl
-
- getLobCreator(Session) - Static method in class org.hibernate.Hibernate
-
- getLobCreator(SessionImplementor) - Static method in class org.hibernate.Hibernate
-
- getLobCreator() - Method in interface org.hibernate.type.descriptor.WrapperOptions
-
- getLobHelper() - Method in class org.hibernate.impl.SessionImpl
-
Retrieve this session's helper/delegate for creating LOB instances.
- getLobHelper() - Method in interface org.hibernate.Session
-
Retrieve this session's helper/delegate for creating LOB instances.
- getLocale(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getLocale(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a locale
- getLockable() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
-
- getLockEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.Cache71Dialect
-
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.Dialect
-
Get a strategy instance which knows how to acquire a database-level lock
of the specified mode for this dialect.
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.FrontBaseDialect
-
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.HSQLDialect
-
For HSQLDB 2.0, this is a copy of the base class implementation.
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.MckoiDialect
-
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.PointbaseDialect
-
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.TimesTenDialect
-
- getLockMode() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
-
- getLockMode() - Method in class org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
-
- getLockMode() - Method in class org.hibernate.dialect.lock.OptimisticLockingStrategy
-
- getLockMode() - Method in class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
-
Retrieve the specific lock mode defined.
- getLockMode() - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
-
- getLockMode() - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
-
- getLockMode() - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
-
- getLockMode(Object) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- getLockMode() - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- getLockMode() - Method in class org.hibernate.ejb.QueryImpl
-
- getLockMode(LockModeType) - Static method in class org.hibernate.ejb.util.LockModeTypeHelper
-
- getLockMode() - Method in class org.hibernate.engine.EntityEntry
-
- getLockMode() - Method in class org.hibernate.engine.query.sql.NativeSQLQueryNonScalarReturn
-
Retrieve the lock-mode to apply to this return
- getLockMode() - Method in class org.hibernate.event.LoadEvent
-
- getLockMode() - Method in class org.hibernate.event.LockEvent
-
- getLockMode() - Method in class org.hibernate.event.RefreshEvent
-
- getLockMode() - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- getLockMode() - Method in class org.hibernate.loader.custom.NonScalarReturn
-
- getLockMode() - Method in class org.hibernate.LockOptions
-
Retrieve the overall lock mode in effect for this set of options.
- getLockMode() - Method in interface org.hibernate.Session.LockRequest
-
Get the lock mode.
- getLockMode() - Method in class org.hibernate.sql.Select
-
- getLockModeArray() - Method in class org.hibernate.loader.JoinWalker
-
- getLockModeOptions() - Method in class org.hibernate.loader.JoinWalker
-
- getLockModes(LockOptions) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getLockModes() - Method in class org.hibernate.impl.CriteriaImpl
-
- getLockModes(LockOptions) - Method in class org.hibernate.loader.criteria.CriteriaLoader
-
- getLockModes(LockOptions) - Method in class org.hibernate.loader.custom.CustomLoader
-
- getLockModes(LockOptions) - Method in class org.hibernate.loader.hql.QueryLoader
-
- getLockModes(LockOptions) - Method in class org.hibernate.loader.Loader
-
What lock options does this load entities with?
- getLockModes(LockOptions) - Method in class org.hibernate.loader.OuterJoinLoader
-
- getLockModeType(LockMode) - Static method in class org.hibernate.ejb.util.LockModeTypeHelper
-
- getLockOptions() - Method in class org.hibernate.engine.QueryParameters
-
- getLockOptions() - Method in class org.hibernate.event.LoadEvent
-
- getLockOptions() - Method in class org.hibernate.event.LockEvent
-
- getLockOptions() - Method in class org.hibernate.event.RefreshEvent
-
- getLockOptions() - Method in class org.hibernate.impl.AbstractQueryImpl
-
- getLockOptions() - Method in class org.hibernate.impl.QueryImpl
-
- getLockOptions() - Method in class org.hibernate.impl.SQLQueryImpl
-
- getLockOptions() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getLockOptions() - Method in class org.hibernate.sql.Select
-
Get the current lock options
- getLockRequest(LockModeType, Map<String, Object>) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- getLockRequest(LockModeType, Map<String, Object>) - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor
-
Convert from JPA 2
LockModeType
& properties into
LockOptions
- getLockScope() - Method in class org.hibernate.event.LoadEvent
-
- getLockScope() - Method in class org.hibernate.event.LockEvent
-
- getLockScope() - Method in class org.hibernate.event.RefreshEvent
-
- getLockTimeout() - Method in class org.hibernate.event.LoadEvent
-
- getLockTimeout() - Method in class org.hibernate.event.LockEvent
-
- getLockTimeout() - Method in class org.hibernate.event.RefreshEvent
-
- getLog() - Method in class org.hibernate.hql.ast.tree.AbstractRestrictableStatement
-
- getLog() - Method in class org.hibernate.hql.ast.tree.DeleteStatement
-
- getLog() - Method in class org.hibernate.hql.ast.tree.QueryNode
-
- getLog() - Method in class org.hibernate.hql.ast.tree.UpdateStatement
-
- getLoggableName(String, Object) - Method in class org.hibernate.event.def.AbstractSaveEventListener
-
- getLogicalColumnName(String, Table) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getLogicalColumnName() - Method in class org.hibernate.cfg.Ejb3Column
-
- getLogicalColumnName(String, Table) - Method in interface org.hibernate.cfg.Mappings
-
Find the logical column name against whcih the given physical column name was bound within the given table.
- getLogicalName() - Method in interface org.hibernate.cfg.ObjectNameSource
-
Retrieve the logical name for this object.
- getLogicalTableName(Table) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getLogicalTableName(Table) - Method in interface org.hibernate.cfg.Mappings
-
Get the logical table name mapped for the given physical table.
- getLong(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getLong(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a long
- getLoTime() - Method in class org.hibernate.id.AbstractUUIDGenerator
-
- getLowerBound() - Method in class org.hibernate.ejb.criteria.predicate.BetweenPredicate
-
- getLowercaseFunction() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getLowercaseFunction() - Method in class org.hibernate.dialect.DB2Dialect
-
- getLowercaseFunction() - Method in class org.hibernate.dialect.Dialect
-
The name of the SQL function that transforms a string to
lowercase
- getLowercaseFunction() - Method in class org.hibernate.dialect.IngresDialect
-
The name of the SQL function that transforms a string to
lowercase
- getLowOperand() - Method in class org.hibernate.hql.ast.tree.BetweenOperatorNode
-
- getMainXmlMapping() - Method in class org.hibernate.envers.configuration.metadata.EntityXmlMappingData
-
- getManagedTypes() - Method in class org.hibernate.ejb.metamodel.MetamodelImpl
- getManyToManyFilterFragment(String, Map) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getManyToManyFilterFragment(String, Map) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- getManyToManyFilterMap() - Method in class org.hibernate.mapping.Collection
-
- getManyToManyOrderByString(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getManyToManyOrderByString(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Get the order-by to be applied at the target table of a many to many
- getManyToManyOrdering() - Method in class org.hibernate.mapping.Collection
-
- getManyToManyOwnerSideEntityName() - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- getManyToManyWhere() - Method in class org.hibernate.mapping.Collection
-
- getMap(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getMap(String, Class<K>, Class<V>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
-
- getMap() - Method in class org.hibernate.proxy.map.MapLazyInitializer
-
- getMapFromCachedEntry(Object) - Method in class org.hibernate.testing.cache.BaseCacheProviderTestCase
-
- getMapFromCachedEntry(Object) - Method in class org.hibernate.testing.cache.BaseCacheRegionFactoryTestCase
-
- getMapFromCachedEntry(Object) - Method in class org.hibernate.testing.cache.BaseCacheTestCase
-
- getMapKey() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- getMappedBy() - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- getMappedByPropertyName() - Method in class org.hibernate.envers.entities.RelationDescription
-
- getMappedClass() - Method in class org.hibernate.mapping.MappedSuperclass
-
- getMappedClass() - Method in class org.hibernate.mapping.PersistentClass
-
- getMappedClass(EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
-
The persistent class, or null
- getMappedClass(EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getMappedClass(EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
-
The persistent class, or null
- getMappedClass() - Method in class org.hibernate.tuple.component.Dom4jComponentTuplizer
-
- getMappedClass() - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
-
- getMappedClass() - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
-
- getMappedClass() - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
-
Return the pojo class managed by this tuplizer.
- getMappedClass() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
-
Return the pojo class managed by this tuplizer.
- getMappedClass() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
Return the pojo class managed by this tuplizer.
- getMappedClass() - Method in interface org.hibernate.tuple.Tuplizer
-
Return the pojo class managed by this tuplizer.
- getMappedSuperclass(Class) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getMappedSuperclass(Class) - Method in interface org.hibernate.cfg.Mappings
-
Get a MappedSuperclass or null if not mapped
- getMappedSuperclass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getMappedSuperclass() - Method in interface org.hibernate.persister.entity.Queryable
-
Get the class that this class is mapped as a subclass of -
not necessarily the direct superclass
- getMappedSuperclassMappings() - Method in class org.hibernate.cfg.Configuration
-
Iterate the mapped super class mappings
EXPERIMENTAL Consider this API as PRIVATE
- getMappedSuperclassOrNull(XClass, Map<XClass, InheritanceState>, Mappings) - Static method in class org.hibernate.cfg.BinderHelper
-
- getMappingColumn() - Method in class org.hibernate.cfg.Ejb3Column
-
- getMappingFiles() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- getMappingPackage() - Method in class org.hibernate.cfg.ExtendsQueueEntry
-
- getMappings() - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
- getMappings() - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- getMappings() - Method in class org.hibernate.cfg.Ejb3Column
-
- getMappings() - Method in class org.hibernate.mapping.Collection
-
- getMappings() - Method in class org.hibernate.mapping.SimpleValue
-
- getMappings() - Method in class org.hibernate.testing.cache.BaseCacheTestCase
-
- getMappings() - Method in class org.hibernate.testing.junit.functional.annotations.HibernateTestCase
-
- getMappings() - Method in interface org.hibernate.testing.junit.functional.ExecutionEnvironment.Settings
-
- getMappings() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- getMapReference() - Method in class org.hibernate.hql.ast.tree.AbstractMapComponentNode
-
- getMapResources() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
The Hibernate mapping files (might be overridden by subclasses
that want to specify the mapping files by some other mechanism)
- getMapResources() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getMatchExpression() - Method in class org.hibernate.ejb.criteria.predicate.LikePredicate
-
- getMatchingEntries() - Method in class org.hibernate.ejb.packaging.AbstractJarVisitor
-
Return the matching entries for each filter in the same order the filter where passed
- getMatchingEntries() - Method in class org.hibernate.ejb.packaging.JarProtocolVisitor
-
- getMatchingEntries() - Method in interface org.hibernate.ejb.packaging.JarVisitor
-
Return the matching entries for each filter in the same order the filter where passed
- getMaxAliasLength() - Method in class org.hibernate.dialect.Dialect
-
What is the maximum length Hibernate can use for generated aliases?
- getMaxAliasLength() - Method in class org.hibernate.dialect.SybaseASE15Dialect
-
- getMaximumFetchDepth() - Method in class org.hibernate.cfg.Settings
-
- getMaximumFetchDepth() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Get the maximum outer join fetch depth
- getMaximumFetchDepth() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getMaxIndex() - Method in class org.hibernate.bytecode.javassist.FastClass
-
- getMaxResults() - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- getMaxResults() - Method in class org.hibernate.impl.CriteriaImpl
-
- getMaxRows() - Method in class org.hibernate.engine.RowSelection
-
- getMember() - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
-
Retrieve the member to which this property maps.
- getMember() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
-
Retrieve the member to which this property maps.
- getMember() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
-
Retrieve the member to which this property maps.
- getMember() - Method in class org.hibernate.property.Dom4jAccessor.Dom4jGetter
-
Retrieve the member to which this property maps.
- getMember() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
-
Retrieve the member to which this property maps.
- getMember() - Method in interface org.hibernate.property.Getter
-
Retrieve the member to which this property maps.
- getMember() - Method in class org.hibernate.property.IndexPropertyAccessor.IndexGetter
-
Retrieve the member to which this property maps.
- getMember() - Method in class org.hibernate.property.MapAccessor.MapGetter
-
Retrieve the member to which this property maps.
- getMergeEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getMergeMap(Object) - Method in class org.hibernate.event.def.AbstractSaveEventListener
-
- getMergeMap(Object) - Method in class org.hibernate.event.def.DefaultMergeEventListener
-
- getMessage() - Method in exception org.hibernate.InstantiationException
-
- getMessage() - Method in exception org.hibernate.NonUniqueObjectException
-
- getMessage() - Method in exception org.hibernate.PropertyAccessException
-
- getMessage() - Method in exception org.hibernate.PropertyValueException
-
- getMessage() - Method in exception org.hibernate.QueryException
-
- getMessage() - Method in exception org.hibernate.StaleObjectStateException
-
- getMessage() - Method in exception org.hibernate.UnresolvableObjectException
-
- getMessage() - Method in exception org.hibernate.WrongClassException
-
- getMetaAttribute(String) - Method in class org.hibernate.mapping.Component
-
- getMetaAttribute(String) - Method in interface org.hibernate.mapping.MetaAttributable
-
- getMetaAttribute(String) - Method in class org.hibernate.mapping.PersistentClass
-
- getMetaAttribute(String) - Method in class org.hibernate.mapping.Property
-
- getMetaAttributes() - Method in class org.hibernate.mapping.Component
-
- getMetaAttributes() - Method in interface org.hibernate.mapping.MetaAttributable
-
- getMetaAttributes() - Method in class org.hibernate.mapping.PersistentClass
-
- getMetaAttributes() - Method in class org.hibernate.mapping.Property
-
- getMetadataComplete() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
-
- getMetadataXml() - Method in class org.hibernate.cfg.ExtendsQueueEntry
-
- getMetamodel() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
- getMetamodel() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
-
- getMetas(Element, Map, boolean) - Static method in class org.hibernate.cfg.HbmBinder
-
- getMetaType() - Method in class org.hibernate.mapping.Any
-
- getMetaValues() - Method in class org.hibernate.mapping.Any
-
- getMethod() - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
-
Retrieve the getter-method.
- getMethod() - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefSetter
-
Optional operation (return null)
- getMethod() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
-
Retrieve the getter-method.
- getMethod() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicSetter
-
- getMethod() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
-
Retrieve the getter-method.
- getMethod() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectSetter
-
Optional operation (return null)
- getMethod() - Method in class org.hibernate.property.Dom4jAccessor.Dom4jGetter
-
Retrieve the getter-method.
- getMethod() - Method in class org.hibernate.property.Dom4jAccessor.Dom4jSetter
-
Optional operation (return null)
- getMethod() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
-
Retrieve the getter-method.
- getMethod() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedSetter
-
Optional operation (return null)
- getMethod() - Method in interface org.hibernate.property.Getter
-
Retrieve the getter-method.
- getMethod() - Method in class org.hibernate.property.IndexPropertyAccessor.IndexGetter
-
Retrieve the getter-method.
- getMethod() - Method in class org.hibernate.property.IndexPropertyAccessor.IndexSetter
-
Optional operation (return null)
- getMethod() - Method in class org.hibernate.property.MapAccessor.MapGetter
-
Retrieve the getter-method.
- getMethod() - Method in class org.hibernate.property.MapAccessor.MapSetter
-
Optional operation (return null)
- getMethod() - Method in interface org.hibernate.property.Setter
-
Optional operation (return null)
- getMethod(Class, Method) - Static method in class org.hibernate.util.ReflectHelper
-
- getMethodName() - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
-
Retrieve the getter-method name.
- getMethodName() - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefSetter
-
Optional operation (return null)
- getMethodName() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
-
Retrieve the getter-method name.
- getMethodName() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicSetter
-
- getMethodName() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
-
Retrieve the getter-method name.
- getMethodName() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectSetter
-
Optional operation (return null)
- getMethodName() - Method in class org.hibernate.property.Dom4jAccessor.Dom4jGetter
-
Retrieve the getter-method name.
- getMethodName() - Method in class org.hibernate.property.Dom4jAccessor.Dom4jSetter
-
Optional operation (return null)
- getMethodName() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
-
Retrieve the getter-method name.
- getMethodName() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedSetter
-
Optional operation (return null)
- getMethodName() - Method in interface org.hibernate.property.Getter
-
Retrieve the getter-method name.
- getMethodName() - Method in class org.hibernate.property.IndexPropertyAccessor.IndexGetter
-
Retrieve the getter-method name.
- getMethodName() - Method in class org.hibernate.property.IndexPropertyAccessor.IndexSetter
-
Optional operation (return null)
- getMethodName() - Method in class org.hibernate.property.MapAccessor.MapGetter
-
Retrieve the getter-method name.
- getMethodName() - Method in class org.hibernate.property.MapAccessor.MapSetter
-
Optional operation (return null)
- getMethodName() - Method in interface org.hibernate.property.Setter
-
Optional operation (return null)
- getMinimalPutsEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Is the second-level cache optimized for miminal puts?
- getMinimalPutsEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getMissCount() - Method in class org.hibernate.stat.ConcurrentSecondLevelCacheStatisticsImpl
-
- getMissCount() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
-
- getMissCount() - Method in class org.hibernate.stat.SecondLevelCacheStatisticsImpl
-
- getModel() - Method in class org.hibernate.ejb.criteria.path.CollectionAttributeJoin
-
- getModel() - Method in class org.hibernate.ejb.criteria.path.ListAttributeJoin
-
- getModel() - Method in class org.hibernate.ejb.criteria.path.MapAttributeJoin
-
- getModel() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyPath
-
- getModel() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeySource
-
- getModel() - Method in class org.hibernate.ejb.criteria.path.PluralAttributeJoinSupport
-
- getModel() - Method in class org.hibernate.ejb.criteria.path.PluralAttributePath
-
- getModel() - Method in class org.hibernate.ejb.criteria.path.RootImpl
-
- getModel() - Method in class org.hibernate.ejb.criteria.path.SetAttributeJoin
-
- getModel() - Method in class org.hibernate.ejb.criteria.path.SingularAttributeJoin
-
- getModel() - Method in class org.hibernate.ejb.criteria.path.SingularAttributePath
- getModifier() - Method in class org.hibernate.ejb.criteria.expression.SubqueryComparisonModifierExpression
-
- getMostSignificantBits() - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
-
- getMutabilityPlan() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getMutabilityPlan() - Method in class org.hibernate.type.AdaptedImmutableType
-
- getMutabilityPlan() - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
-
Retrieve the mutability plan for this Java type.
- getMutabilityPlan() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
-
Retrieve the mutability plan for this Java type.
- getName() - Method in class org.hibernate.bytecode.javassist.FastClass
-
- getName() - Method in interface org.hibernate.bytecode.util.ClassDescriptor
-
The name of the class.
- getName() - Method in class org.hibernate.cache.access.AccessType
-
- getName() - Method in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
-
- getName() - Method in interface org.hibernate.cache.Region
-
Retrieve the name of this region.
- getName() - Method in class org.hibernate.cfg.annotations.TableBinder
-
- getName() - Method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
-
- getName() - Method in class org.hibernate.cfg.Ejb3Column
-
- getName() - Method in class org.hibernate.cfg.UniqueConstraintHolder
-
- getName() - Method in class org.hibernate.dialect.function.StandardSQLFunction
-
Function name accessor
- getName() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Specification
-
- getName() - Method in exception org.hibernate.DuplicateMappingException
-
- getName() - Method in class org.hibernate.ejb.criteria.expression.ParameterExpressionImpl
-
- getName() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
- getName() - Method in class org.hibernate.ejb.metamodel.AbstractAttribute
- getName() - Method in class org.hibernate.ejb.metamodel.EntityTypeImpl
-
- getName() - Method in class org.hibernate.ejb.packaging.Entry
-
- getName() - Method in class org.hibernate.ejb.packaging.NamedInputStream
-
- getName() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- getName() - Method in class org.hibernate.engine.profile.FetchProfile
-
Getter for property 'name'.
- getName() - Method in class org.hibernate.engine.query.NamedParameterDescriptor
-
- getName() - Method in class org.hibernate.engine.ResultSetMappingDefinition
-
- getName() - Method in class org.hibernate.engine.ValueInclusion
-
- getName() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- getName() - Method in class org.hibernate.envers.entities.PropertyData
-
- getName() - Method in class org.hibernate.event.LoadEventListener.LoadType
-
- getName() - Method in interface org.hibernate.Filter
-
Get the name of this filter.
- getName() - Method in class org.hibernate.hql.classic.PathExpressionParser
-
- getName() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
The name of the database structure (table or sequence).
- getName() - Method in class org.hibernate.id.enhanced.SequenceStructure
-
The name of the database structure (table or sequence).
- getName() - Method in class org.hibernate.id.enhanced.TableStructure
-
The name of the database structure (table or sequence).
- getName() - Method in class org.hibernate.impl.FilterImpl
-
Get the name of this filter.
- getName() - Method in class org.hibernate.jdbc.util.FormatStyle
-
- getName() - Method in class org.hibernate.jmx.HibernateService
-
- getName() - Method in class org.hibernate.mapping.Column
-
- getName() - Method in class org.hibernate.mapping.Constraint
-
- getName() - Method in class org.hibernate.mapping.FetchProfile
-
Retrieve the name of the fetch profile.
- getName() - Method in class org.hibernate.mapping.IdGenerator
-
- getName() - Method in class org.hibernate.mapping.Index
-
- getName() - Method in class org.hibernate.mapping.MetaAttribute
-
- getName() - Method in class org.hibernate.mapping.Property
-
- getName() - Method in class org.hibernate.mapping.PropertyGeneration
-
- getName() - Method in class org.hibernate.mapping.Table
-
- getName() - Method in class org.hibernate.param.NamedParameterSpecification
-
Getter for property 'name'.
- getName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getName() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
- getName() - Method in interface org.hibernate.persister.entity.Joinable
-
An identifying name; a class name or collection role name.
- getName() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getName() - Method in class org.hibernate.testing.cache.Item
-
- getName() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
- getName() - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
-
- getName() - Method in class org.hibernate.tool.hbm2ddl.IndexMetadata
-
- getName() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
- getName() - Method in class org.hibernate.transaction.BESTransactionManagerLookup
-
- getName() - Method in class org.hibernate.transaction.JBossTransactionManagerLookup
-
- getName() - Method in class org.hibernate.transaction.JNDITransactionManagerLookup
-
- getName() - Method in class org.hibernate.transaction.JRun4TransactionManagerLookup
-
- getName() - Method in class org.hibernate.transaction.OC4JTransactionManagerLookup
-
- getName() - Method in class org.hibernate.transaction.OrionTransactionManagerLookup
-
- getName() - Method in class org.hibernate.transaction.ResinTransactionManagerLookup
-
- getName() - Method in class org.hibernate.transaction.SunONETransactionManagerLookup
-
- getName() - Method in class org.hibernate.transaction.WeblogicTransactionManagerLookup
-
- getName() - Method in class org.hibernate.tuple.ElementWrapper
-
- getName() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getName() - Method in class org.hibernate.tuple.Property
-
- getName() - Method in class org.hibernate.type.AbstractBynaryType
-
Deprecated.
- getName() - Method in class org.hibernate.type.AbstractLobType
-
Deprecated.
- getName() - Method in class org.hibernate.type.AdaptedImmutableType
-
- getName() - Method in class org.hibernate.type.AnyType
-
- getName() - Method in class org.hibernate.type.BigDecimalType
-
Returns the abbreviated name of the type.
- getName() - Method in class org.hibernate.type.BigIntegerType
-
Returns the abbreviated name of the type.
- getName() - Method in class org.hibernate.type.BinaryType
-
- getName() - Method in class org.hibernate.type.BlobType
-
Returns the abbreviated name of the type.
- getName() - Method in class org.hibernate.type.BooleanType
-
- getName() - Method in class org.hibernate.type.ByteType
-
- getName() - Method in class org.hibernate.type.CalendarDateType
-
- getName() - Method in class org.hibernate.type.CalendarType
-
- getName() - Method in class org.hibernate.type.CharacterArrayClobType
-
- getName() - Method in class org.hibernate.type.CharacterArrayType
-
- getName() - Method in class org.hibernate.type.CharacterType
-
- getName() - Method in class org.hibernate.type.CharArrayType
-
- getName() - Method in class org.hibernate.type.ClassType
-
- getName() - Method in class org.hibernate.type.ClobType
-
- getName() - Method in class org.hibernate.type.CollectionType
-
- getName() - Method in class org.hibernate.type.ComponentType
-
- getName() - Method in class org.hibernate.type.CompositeCustomType
-
- getName() - Method in class org.hibernate.type.CurrencyType
-
- getName() - Method in class org.hibernate.type.CustomType
-
- getName() - Method in class org.hibernate.type.DateType
-
- getName() - Method in class org.hibernate.type.DbTimestampType
-
- getName() - Method in class org.hibernate.type.DoubleType
-
- getName() - Method in class org.hibernate.type.EntityType
-
For entity types, the name correlates to the associated entity name.
- getName() - Method in class org.hibernate.type.FloatType
-
- getName() - Method in class org.hibernate.type.ImageType
-
- getName() - Method in class org.hibernate.type.IntegerType
-
- getName() - Method in class org.hibernate.type.LocaleType
-
- getName() - Method in class org.hibernate.type.LongType
-
- getName() - Method in class org.hibernate.type.MaterializedBlobType
-
- getName() - Method in class org.hibernate.type.MaterializedClobType
-
- getName() - Method in class org.hibernate.type.MetaType
-
- getName() - Method in class org.hibernate.type.NumericBooleanType
-
- getName() - Method in class org.hibernate.type.ObjectType
-
- getName() - Method in class org.hibernate.type.PostgresUUIDType
-
- getName() - Method in class org.hibernate.type.PrimitiveCharacterArrayClobType
-
- getName() - Method in class org.hibernate.type.SerializableType
-
- getName() - Method in class org.hibernate.type.ShortType
-
- getName() - Method in class org.hibernate.type.StringType
-
- getName() - Method in class org.hibernate.type.TextType
-
- getName() - Method in class org.hibernate.type.TimestampType
-
- getName() - Method in class org.hibernate.type.TimeType
-
- getName() - Method in class org.hibernate.type.TimeZoneType
-
- getName() - Method in class org.hibernate.type.TrueFalseType
-
- getName() - Method in interface org.hibernate.type.Type
-
Returns the abbreviated name of the type.
- getName() - Method in class org.hibernate.type.UrlType
-
- getName() - Method in class org.hibernate.type.UUIDBinaryType
-
- getName() - Method in class org.hibernate.type.UUIDCharType
-
- getName() - Method in class org.hibernate.type.WrappedMaterializedBlobType
-
- getName() - Method in class org.hibernate.type.WrapperBinaryType
-
- getName() - Method in class org.hibernate.type.YesNoType
-
- getName() - Method in exception org.hibernate.UnknownProfileException
-
The unknown fetch profile name.
- getName() - Method in interface org.hibernate.util.xml.Origin
-
The name of the document origin.
- getName() - Method in class org.hibernate.util.xml.OriginImpl
-
The name of the document origin.
- getNamedInstance(String) - Static method in class org.hibernate.impl.SessionFactoryObjectFactory
-
- getNamedParameterBindPoints() - Method in interface org.hibernate.loader.custom.CustomQuery
-
A map representing positions within the supplied
query
to
which we need to bind named parameters.
- getNamedParameterBindPoints() - Method in class org.hibernate.loader.custom.sql.SQLCustomQuery
-
- getNamedParameterDescriptionMap() - Method in class org.hibernate.engine.query.ParamLocationRecognizer
-
Returns the map of named parameter locations.
- getNamedParameterDescriptor(String) - Method in class org.hibernate.engine.query.ParameterMetadata
-
- getNamedParameterExpectedType(String) - Method in class org.hibernate.engine.query.ParameterMetadata
-
- getNamedParameterExpectedType(String) - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl
-
- getNamedParameterExpectedType(String) - Method in interface org.hibernate.hql.ParameterTranslations
-
- getNamedParameterExplicitTypes() - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor.Options
-
Get the explicit parameter types.
- getNamedParameterInfo(String) - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl
-
- getNamedParameterLists() - Method in class org.hibernate.impl.AbstractQueryImpl
-
Retreive the value map for any named parameter lists (i.e., for
auto-expansion) bound to this query.
- getNamedParameterLocations(String) - Method in interface org.hibernate.engine.ParameterBinder.NamedParameterSource
-
- getNamedParameterLocations(String) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
Returns the locations of all occurrences of the named parameter.
- getNamedParameterLocMap() - Method in class org.hibernate.engine.SubselectFetch
-
- getNamedParameterLocs(String) - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
- getNamedParameterLocs(String) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getNamedParameterLocs(String) - Method in class org.hibernate.loader.collection.SubselectCollectionLoader
-
- getNamedParameterLocs(String) - Method in class org.hibernate.loader.collection.SubselectOneToManyLoader
-
- getNamedParameterLocs(String) - Method in class org.hibernate.loader.custom.CustomLoader
-
- getNamedParameterLocs(String) - Method in class org.hibernate.loader.hql.QueryLoader
-
Returns the locations of all occurrences of the named parameter.
- getNamedParameterLocs(String) - Method in class org.hibernate.loader.Loader
-
- getNamedParameterNames() - Method in class org.hibernate.engine.query.ParameterMetadata
-
- getNamedParameterNames() - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl
-
- getNamedParameterNames() - Method in interface org.hibernate.hql.ParameterTranslations
-
- getNamedParameters() - Method in class org.hibernate.engine.QueryParameters
-
- getNamedParameters() - Method in class org.hibernate.impl.AbstractQueryImpl
-
Returns an array representing all named parameter names encountered
during (intial) parsing of the query.
- getNamedParameters() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser
-
- getNamedParameters() - Method in interface org.hibernate.Query
-
Return the names of all named parameters of the query.
- getNamedParameterSourceLocations(String) - Method in class org.hibernate.engine.query.ParameterMetadata
-
- getNamedParameterSqlLocations(String) - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl
-
- getNamedParameterSqlLocations(String) - Method in interface org.hibernate.hql.ParameterTranslations
-
- getNamedParams() - Method in class org.hibernate.impl.AbstractQueryImpl
-
Returns a shallow copy of the named parameter value map.
- getNamedQueries() - Method in class org.hibernate.cfg.Configuration
-
- getNamedQueries() - Method in class org.hibernate.ejb.Ejb3Configuration
-
- getNamedQuery(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
- getNamedQuery(String) - Method in interface org.hibernate.engine.SessionImplementor
-
Get a Query instance for a named query or named native SQL query
- getNamedQuery(String) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getNamedQuery(String) - Method in class org.hibernate.impl.AbstractSessionImpl
-
- getNamedQuery(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getNamedQuery(String) - Method in class org.hibernate.impl.SessionImpl
-
- getNamedQuery(String) - Method in interface org.hibernate.Session
-
Obtain an instance of Query for a named query string defined in the
mapping file.
- getNamedQuery(String) - Method in interface org.hibernate.StatelessSession
-
Obtain an instance of Query for a named query string defined in
the mapping file.
- getNamedSQLQueries() - Method in class org.hibernate.cfg.Configuration
-
- getNamedSQLQuery(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
- getNamedSQLQuery(String) - Method in interface org.hibernate.engine.SessionImplementor
-
Get a Query instance for a named native SQL query
- getNamedSQLQuery(String) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getNamedSQLQuery(String) - Method in class org.hibernate.impl.AbstractSessionImpl
-
- getNamedSQLQuery(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getNamespace() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getNamespace() - Method in class org.hibernate.tuple.ElementWrapper
-
- getNamespaceForPrefix(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getNamespaceForPrefix(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- getNamespaceForURI(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getNamespaceForURI(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- getNamespacePrefix() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getNamespacePrefix() - Method in class org.hibernate.tuple.ElementWrapper
-
- getNamespacesForURI(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getNamespacesForURI(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- getNamespaceURI() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getNamespaceURI() - Method in class org.hibernate.tuple.ElementWrapper
-
- getNamingStrategy() - Method in class org.hibernate.cfg.Configuration
-
- getNamingStrategy() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getNamingStrategy() - Method in interface org.hibernate.cfg.Mappings
-
Get the current naming strategy.
- getNamingStrategy() - Method in class org.hibernate.cfg.ObjectNameNormalizer
-
- getNamingStrategy() - Method in class org.hibernate.ejb.Ejb3Configuration
-
- getNativeIdentifierGeneratorClass() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getNativeIdentifierGeneratorClass() - Method in class org.hibernate.dialect.Dialect
-
The class (which implements
IdentifierGenerator
)
which acts as this dialects native generation strategy.
- getNativeIdentifierGeneratorClass() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getNativeSQLQueryPlan(NativeSQLQuerySpecification) - Method in class org.hibernate.engine.query.QueryPlanCache
-
- getNativeSQLQueryPlan(NativeSQLQuerySpecification) - Method in class org.hibernate.impl.AbstractSessionImpl
-
- getNaturalIdentifierProperties() - Method in interface org.hibernate.metadata.ClassMetadata
-
Which properties hold the natural id?
- getNaturalIdentifierProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getNaturalIdentifierProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getNaturalIdentifierProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getNaturalIdentifierSnapshot(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getNaturalIdentifierSnapshot(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Retrieve the current state of the natural-id properties from the database.
- getNaturalIdSnapshot(Serializable, EntityPersister) - Method in interface org.hibernate.engine.PersistenceContext
-
Get the values of the natural id fields as known to the underlying
database, or null if the entity has no natural id or there is no
corresponding row.
- getNaturalIdSnapshot(Serializable, EntityPersister) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- getNeighbours(PersistentClass) - Method in class org.hibernate.envers.configuration.PersistentClassGraphDefiner
-
- getNeighbours(V) - Method in interface org.hibernate.envers.tools.graph.GraphDefiner
-
- getNeighbours() - Method in class org.hibernate.envers.tools.graph.Vertex
-
- getNestedWorkUnit() - Method in class org.hibernate.envers.synchronization.work.FakeBidirectionalRelationWorkUnit
-
- getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
-
- getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.entities.mapper.relation.BasicCollectionMapper
-
- getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.entities.mapper.relation.ListCollectionMapper
-
- getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.entities.mapper.relation.MapCollectionMapper
-
- getNextValue() - Method in interface org.hibernate.id.enhanced.AccessCallback
-
Retrieve the next value from the underlying source.
- getNoColumnsInsertString() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getNoColumnsInsertString() - Method in class org.hibernate.dialect.Dialect
-
The fragment used to insert a row without specifying any column values.
- getNoColumnsInsertString() - Method in class org.hibernate.dialect.JDataStoreDialect
-
- getNoColumnsInsertString() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getNoColumnsInsertString() - Method in class org.hibernate.dialect.SQLServerDialect
-
- getNoColumnsInsertString() - Method in class org.hibernate.dialect.SybaseAnywhereDialect
-
Sybase Anywhere syntax would require a "DEFAULT" for each column specified,
but I suppose Hibernate use this syntax only with tables with just 1 column
- getNode() - Method in class org.hibernate.tuple.Property
-
- getNodeName() - Method in class org.hibernate.mapping.Collection
-
- getNodeName() - Method in class org.hibernate.mapping.Component
-
- getNodeName() - Method in class org.hibernate.mapping.PersistentClass
-
- getNodeName() - Method in class org.hibernate.mapping.Property
-
- getNodeName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getNodeName() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- getNodeType() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getNodeType() - Method in class org.hibernate.tuple.ElementWrapper
-
- getNodeTypeName() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getNodeTypeName() - Method in class org.hibernate.tuple.ElementWrapper
-
- getNonDuplicatedPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getNonDuplicatedPropertyIterator() - Method in class org.hibernate.mapping.SingleTableSubclass
-
- getNonDuplicatedPropertyIterator() - Method in class org.hibernate.mapping.UnionSubclass
-
- getNonFinal(int, Type) - Method in class org.hibernate.impl.AbstractScrollableResults
-
Check that the requested type is compatible with the result type, and
return the column value.
- getNonFlushedChanges() - Method in interface org.hibernate.engine.SessionImplementor
-
Return changes to this session that have not been flushed yet.
- getNonFlushedChanges() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getNonFlushedChanges() - Method in class org.hibernate.impl.SessionImpl
-
Return changes to this session and its child sessions that have not been flushed yet.
- getNonFlushedChanges() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getNonJtaDatasource() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- getNonLazyPropertyUpdateability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getNonlazyPropertyUpdateability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getNormalizedPropertyName(String) - Static method in class org.hibernate.hql.CollectionProperties
-
- getNotAuditedEntitiesConfigurations() - Method in class org.hibernate.envers.configuration.metadata.AuditMetadataGenerator
-
Get the notAuditedEntitiesConfigurations property.
- getNotVersionEntityConfiguration(String) - Method in class org.hibernate.envers.entities.EntitiesConfigurations
-
- getNoWaitSql() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
-
- getNullable() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
- getNullColumnString() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getNullColumnString() - Method in class org.hibernate.dialect.Dialect
-
The keyword used to specify a nullable column.
- getNullColumnString() - Method in class org.hibernate.dialect.IngresDialect
-
The keyword used to specify a nullable column.
- getNullColumnString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- getNullColumnString() - Method in class org.hibernate.dialect.SAPDBDialect
-
- getNullifiableEntityKeys() - Method in interface org.hibernate.engine.PersistenceContext
-
Retrieve the set of EntityKeys representing nullifiable references
- getNullifiableEntityKeys() - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Retrieve the set of EntityKeys representing nullifiable references
- getNullValue() - Method in interface org.hibernate.mapping.KeyValue
-
- getNullValue() - Method in class org.hibernate.mapping.SimpleValue
-
- getNumberOfParametersInSetClause() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- getObject() - Method in class org.hibernate.event.DeleteEvent
-
Returns the encapsulated entity to be deleed.
- getObject() - Method in class org.hibernate.event.EvictEvent
-
- getObject() - Method in class org.hibernate.event.LockEvent
-
- getObject() - Method in class org.hibernate.event.PersistEvent
-
- getObject() - Method in class org.hibernate.event.RefreshEvent
-
- getObject() - Method in class org.hibernate.event.ReplicateEvent
-
- getObject() - Method in class org.hibernate.event.SaveOrUpdateEvent
-
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.hibernate.ejb.Ejb3ConfigurationObjectFactory
-
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.hibernate.impl.SessionFactoryObjectFactory
-
- getObjectNameNormalizer() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getObjectNameNormalizer() - Method in interface org.hibernate.cfg.Mappings
-
Retrieve the database identifier normalizer for this context.
- getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
-
- getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.BasicCollectionMapper
-
- getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.ListCollectionMapper
-
- getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.MapCollectionMapper
-
- getOldState() - Method in class org.hibernate.event.PostUpdateEvent
-
- getOldState() - Method in class org.hibernate.event.PreUpdateEvent
-
The old state of the entity at the time it was last loaded from the
database; can be null in the case of detached entities.
- getOnCondition(String, SessionFactoryImplementor, Map) - Method in class org.hibernate.type.AnyType
-
- getOnCondition(String, SessionFactoryImplementor, Map) - Method in interface org.hibernate.type.AssociationType
-
Get the "filtering" SQL fragment that is applied in the
SQL on clause, in addition to the usual join condition
- getOnCondition(String, SessionFactoryImplementor, Map) - Method in class org.hibernate.type.CollectionType
-
- getOnCondition(String, SessionFactoryImplementor, Map) - Method in class org.hibernate.type.EntityType
-
- getOp() - Method in class org.hibernate.criterion.Junction
-
- getOp() - Method in class org.hibernate.criterion.LogicalExpression
-
- getOp() - Method in class org.hibernate.criterion.PropertyExpression
-
- getOp() - Method in class org.hibernate.criterion.SimpleExpression
-
- getOperand() - Method in class org.hibernate.ejb.criteria.expression.UnaryArithmeticOperation
-
Get the operand.
- getOperand() - Method in interface org.hibernate.ejb.criteria.expression.UnaryOperatorExpression
-
Get the operand.
- getOperand() - Method in class org.hibernate.ejb.criteria.predicate.IsEmptyPredicate
-
- getOperand() - Method in class org.hibernate.ejb.criteria.predicate.NullnessPredicate
-
- getOperand() - Method in class org.hibernate.hql.ast.tree.UnaryArithmeticNode
-
- getOperand() - Method in class org.hibernate.hql.ast.tree.UnaryLogicOperatorNode
-
- getOperand() - Method in interface org.hibernate.hql.ast.tree.UnaryOperatorNode
-
Retrievs the node representing the operator's single operand.
- getOperation() - Method in class org.hibernate.ejb.criteria.expression.UnaryArithmeticOperation
-
- getOperator() - Method in class org.hibernate.ejb.criteria.expression.BinaryArithmeticOperation
-
- getOperator() - Method in class org.hibernate.ejb.criteria.predicate.AbstractSimplePredicate
-
- getOperator() - Method in class org.hibernate.ejb.criteria.predicate.CompoundPredicate
-
- getOptimisticFailureCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getOptimisticFailureCount() - Method in class org.hibernate.stat.ConcurrentEntityStatisticsImpl
-
- getOptimisticFailureCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getOptimisticFailureCount() - Method in interface org.hibernate.stat.EntityStatistics
-
- getOptimisticFailureCount() - Method in class org.hibernate.stat.EntityStatisticsImpl
-
- getOptimisticFailureCount() - Method in interface org.hibernate.stat.Statistics
-
The number of StaleObjectStateExceptions
that occurred
- getOptimisticFailureCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getOptimisticLockMode() - Method in class org.hibernate.mapping.PersistentClass
-
- getOptimisticLockMode() - Method in class org.hibernate.mapping.RootClass
-
- getOptimisticLockMode() - Method in class org.hibernate.mapping.Subclass
-
- getOptimisticLockMode() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getOptimizer() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Getter for property 'optimizer'.
- getOptimizer() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The optimizer being used by this generator.
- getOptimizerClass() - Method in enum org.hibernate.id.enhanced.OptimizerFactory.StandardOptimizerDescriptor
-
- getOptionalChild(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
-
Gets the child of the specified element having the
specified name.
- getOptionalChild(Element, String, Element) - Static method in class org.hibernate.ejb.packaging.XmlHelper
-
Gets the child of the specified element having the
specified name.
- getOptionalChildBooleanContent(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
-
- getOptionalChildContent(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
-
Macro to get the content of an optional child element.
- getOptionalEntityName() - Method in class org.hibernate.engine.QueryParameters
-
- getOptionalId() - Method in class org.hibernate.engine.QueryParameters
-
- getOptionalObject() - Method in class org.hibernate.engine.QueryParameters
-
- getOracleCursorTypeSqlType() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getOrCreateIndex(String) - Method in class org.hibernate.mapping.Table
-
- getOrCreateUniqueKey(String) - Method in class org.hibernate.mapping.Table
-
- getOrder() - Method in class org.hibernate.impl.CriteriaImpl.OrderEntry
-
- getOrderBy() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getOrderBy() - Method in class org.hibernate.mapping.Collection
-
- getOrderByClause() - Method in class org.hibernate.hql.ast.tree.QueryNode
-
- getOrdering() - Method in class org.hibernate.sql.ordering.antlr.OrderingSpecification
-
- getOrdering() - Method in class org.hibernate.sql.ordering.antlr.SortSpecification
-
Locate the specified ordering specification, if one.
- getOrderList() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
- getOrdinalParameterCount() - Method in class org.hibernate.engine.query.ParameterMetadata
-
- getOrdinalParameterCount() - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl
-
- getOrdinalParameterCount() - Method in interface org.hibernate.hql.ParameterTranslations
-
- getOrdinalParameterDescriptor(int) - Method in class org.hibernate.engine.query.ParameterMetadata
-
- getOrdinalParameterExpectedType(int) - Method in class org.hibernate.engine.query.ParameterMetadata
-
- getOrdinalParameterExpectedType(int) - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl
-
- getOrdinalParameterExpectedType(int) - Method in interface org.hibernate.hql.ParameterTranslations
-
- getOrdinalParameterInfo(int) - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl
-
- getOrdinalParameterLocationList() - Method in class org.hibernate.engine.query.ParamLocationRecognizer
-
Returns the list of ordinal parameter locations.
- getOrdinalParameterSourceLocation(int) - Method in class org.hibernate.engine.query.ParameterMetadata
-
- getOrdinalParameterSqlLocation(int) - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl
-
- getOrdinalParameterSqlLocation(int) - Method in interface org.hibernate.hql.ParameterTranslations
-
- getOrdinalPosition() - Method in class org.hibernate.engine.query.OrdinalParameterDescriptor
-
- getOrigin() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getOrigin() - Method in interface org.hibernate.util.xml.XmlDocument
-
Retrieve the document's origin.
- getOrigin() - Method in class org.hibernate.util.xml.XmlDocumentImpl
-
Retrieve the document's origin.
- getOriginal() - Method in class org.hibernate.event.MergeEvent
-
- getOriginalIdPropName() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
-
- getOriginalMapper() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleIdData
-
- getOriginalText() - Method in class org.hibernate.hql.ast.tree.SqlNode
-
- getOrphan() - Method in interface org.hibernate.collection.AbstractPersistentCollection.DelayedOperation
-
- getOrphans(Serializable, String) - Method in class org.hibernate.collection.AbstractPersistentCollection
-
get all "orphaned" elements
- getOrphans(Collection, Collection, String, SessionImplementor) - Static method in class org.hibernate.collection.AbstractPersistentCollection
-
Given a collection of entity instances that used to
belong to the collection, and a collection of instances
that currently belong, return a collection of orphans
- getOrphans(Serializable, String) - Method in class org.hibernate.collection.PersistentArrayHolder
-
- getOrphans(Serializable, String) - Method in class org.hibernate.collection.PersistentBag
-
- getOrphans(Serializable, String) - Method in interface org.hibernate.collection.PersistentCollection
-
get all "orphaned" elements
- getOrphans(Serializable, String) - Method in class org.hibernate.collection.PersistentElementHolder
-
- getOrphans(Serializable, String) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- getOrphans(Serializable, String) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
-
- getOrphans(Serializable, String) - Method in class org.hibernate.collection.PersistentList
-
- getOrphans(Serializable, String) - Method in class org.hibernate.collection.PersistentMap
-
- getOrphans(Serializable, String) - Method in class org.hibernate.collection.PersistentSet
-
- getOrphans(String, PersistentCollection) - Method in class org.hibernate.engine.CollectionEntry
-
Get the collection orphans (entities which were removed from the collection)
- getOtherwiseResult() - Method in class org.hibernate.ejb.criteria.expression.SearchedCaseExpression
-
- getOtherwiseResult() - Method in class org.hibernate.ejb.criteria.expression.SimpleCaseExpression
-
- getOutputFile() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- getOverriddenColumn(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
Get column overriding, property first, then parent, then holder
replace the placeholder 'collection&&element' with nothing
These rules are here to support both JPA 2 and legacy overriding rules.
- getOverriddenColumn(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- getOverriddenColumn(String) - Method in interface org.hibernate.cfg.PropertyHolder
-
return null if the column is not overridden, or an array of column if true
- getOverriddenJoinColumn(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
Get column overriding, property first, then parent, then holder
replace the placeholder 'collection&&element' with nothing
These rules are here to support both JPA 2 and legacy overriding rules.
- getOverriddenJoinColumn(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- getOverriddenJoinColumn(String) - Method in interface org.hibernate.cfg.PropertyHolder
-
return null if the column is not overridden, or an array of column if true
- getOverriddenJoinTable(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
Get column overriding, property first, then parent, then holder
replace the placeholder 'collection&&element' with nothing
These rules are here to support both JPA 2 and legacy overriding rules.
- getOwner() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
- getOwner() - Method in interface org.hibernate.collection.PersistentCollection
-
Get the owning entity.
- getOwner() - Method in class org.hibernate.engine.profile.Association
-
- getOwner() - Method in class org.hibernate.loader.custom.FetchReturn
-
Retrieves the return descriptor for the owner of this fetch.
- getOwner(List) - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- getOwner() - Method in class org.hibernate.mapping.Collection
-
- getOwner() - Method in class org.hibernate.mapping.Component
-
- getOwnerAlias() - Method in class org.hibernate.engine.query.sql.NativeSQLQueryJoinReturn
-
Retrieve the alias of the owner of this fetched association.
- getOwnerAssociationTypes() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getOwnerAssociationTypes() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getOwnerAssociationTypes() - Method in class org.hibernate.loader.JoinWalker
-
- getOwnerAssociationTypes() - Method in class org.hibernate.loader.Loader
-
- getOwnerAssociationTypes() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getOwnerEntityName() - Method in class org.hibernate.engine.query.sql.NativeSQLQueryCollectionReturn
-
Returns the class owning the collection.
- getOwnerEntityName() - Method in class org.hibernate.loader.custom.CollectionReturn
-
Returns the class owning the collection.
- getOwnerEntityName() - Method in class org.hibernate.mapping.Collection
-
- getOwnerEntityName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getOwnerEntityPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getOwnerEntityPersister() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the persister of the entity that "owns" this collection
- getOwnerId(String, String, Object, Map) - Method in interface org.hibernate.engine.PersistenceContext
-
Search the persistence context for an owner for the child object,
given a collection role
- getOwnerId(String, String, Object, Map) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Search this persistence context for an associated entity instance which is considered the "owner" of
the given childEntity, and return that owner's id value.
- getOwnerId() - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId
-
- getOwnerIdOrNull(Object, EventSource) - Static method in class org.hibernate.event.AbstractCollectionEvent
-
- getOwnerProperty() - Method in class org.hibernate.engine.query.sql.NativeSQLQueryCollectionReturn
-
- getOwnerProperty() - Method in class org.hibernate.engine.query.sql.NativeSQLQueryJoinReturn
-
Retrieve the property name (relative to the owner) which maps to
the association to be fetched.
- getOwnerProperty() - Method in class org.hibernate.loader.custom.CollectionReturn
-
- getOwnerProperty() - Method in class org.hibernate.loader.custom.FetchReturn
-
The name of the property on the owner which represents this association.
- getOwners() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getOwners() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getOwners() - Method in class org.hibernate.loader.hql.QueryLoader
-
An array of indexes of the entity that owns a one-to-one association
to the entity at the given index (-1 if there is no "owner")
- getOwners() - Method in class org.hibernate.loader.JoinWalker
-
- getOwners() - Method in class org.hibernate.loader.Loader
-
An array of indexes of the entity that owns a one-to-one association
to the entity at the given index (-1 if there is no "owner").
- getOwners() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getPackageName() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
-
- getPackages() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- getPackagesInJar(URL, Set<Class<? extends Annotation>>) - Method in class org.hibernate.ejb.packaging.NativeScanner
-
This implementation does not honor the list of annotations and return everything.
- getPackagesInJar(URL, Set<Class<? extends Annotation>>) - Method in interface org.hibernate.ejb.packaging.Scanner
-
return all packages in the jar matching one of these annotations
if annotationsToLookFor is empty, return all packages
- getParameter(String) - Method in class org.hibernate.ejb.QueryImpl
- getParameter(int) - Method in class org.hibernate.ejb.QueryImpl
- getParameter(String, Class<T>) - Method in class org.hibernate.ejb.QueryImpl
- getParameter(int, Class<T>) - Method in class org.hibernate.ejb.QueryImpl
- getParameter(String) - Method in class org.hibernate.impl.FilterImpl
-
Get the value of the named parameter for the current filter.
- getParameterMetadata() - Method in class org.hibernate.engine.query.HQLQueryPlan
-
- getParameterMetadata() - Method in class org.hibernate.engine.query.QueryMetadata
-
- getParameterMetadata() - Method in class org.hibernate.impl.AbstractQueryImpl
-
- getParameterName() - Method in interface org.hibernate.ejb.criteria.CriteriaQueryCompiler.ImplicitParameterBinding
-
Retrieve the generated name of the implicit parameter.
- getParameterNames() - Method in class org.hibernate.engine.FilterDefinition
-
Get a set of the parameters defined by this configuration.
- getParameters() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
- getParameters() - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- getParameters() - Method in class org.hibernate.ejb.QueryImpl
- getParameters() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- getParameters() - Method in class org.hibernate.hql.ast.tree.AssignmentSpecification
-
- getParameters() - Method in class org.hibernate.impl.FilterImpl
-
- getParameters() - Method in class org.hibernate.mapping.TypeDef
-
- getParameterTranslations() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
- getParameterTranslations() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getParameterTranslations() - Method in interface org.hibernate.hql.QueryTranslator
-
Return information about any parameters encountered during
translation.
- getParameterType() - Method in class org.hibernate.ejb.criteria.expression.ParameterExpressionImpl
-
- getParameterType(String) - Method in class org.hibernate.engine.FilterDefinition
-
Retreive the type of the named parameter defined for this filter.
- getParameterTypes(Element) - Static method in class org.hibernate.cfg.HbmBinder
-
- getParameterTypes() - Method in class org.hibernate.engine.FilterDefinition
-
- getParameterTypes() - Method in class org.hibernate.engine.NamedQueryDefinition
-
- getParameterValue(Parameter<T>) - Method in class org.hibernate.ejb.AbstractQueryImpl
- getParameterValue(String) - Method in class org.hibernate.ejb.AbstractQueryImpl
- getParameterValue(int) - Method in class org.hibernate.ejb.AbstractQueryImpl
- getParams() - Method in class org.hibernate.mapping.IdGenerator
-
- getParent() - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
- getParent() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
- getParent() - Method in class org.hibernate.ejb.criteria.path.AbstractJoinImpl
- getParent() - Method in class org.hibernate.ejb.metamodel.EmbeddableTypeImpl
-
- getParent() - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- getParent() - Method in class org.hibernate.loader.PropertyPath
-
- getParent() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getParent(Object) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- getParent(Object) - Method in interface org.hibernate.tuple.component.ComponentTuplizer
-
Retreive the current value of the parent property.
- getParent(Object) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
-
- getParent() - Method in class org.hibernate.tuple.ElementWrapper
-
- getParentEntityName() - Method in class org.hibernate.envers.entities.EntityConfiguration
-
- getParentFromClause() - Method in class org.hibernate.hql.ast.tree.FromClause
-
- getParentPath() - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
- getParentPath() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeySource
-
- getParentProperty() - Method in class org.hibernate.mapping.Component
-
- getParseErrorHandler() - Method in class org.hibernate.hql.ast.HqlParser
-
- getParseErrorHandler() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- getParseErrorHandler() - Method in class org.hibernate.hql.ast.SqlGenerator
-
- getPassword() - Method in class org.hibernate.jmx.HibernateService
-
- getPassword() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Log into the database with this password
- getPath() - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
- getPath(PropertyHolder, PropertyData) - Static method in class org.hibernate.cfg.BinderHelper
-
- getPath() - Method in interface org.hibernate.cfg.PropertyHolder
-
- getPath() - Method in class org.hibernate.hql.ast.tree.DotNode
-
Returns the full path of the node.
- getPath() - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
-
- getPath() - Method in interface org.hibernate.hql.ast.tree.PathNode
-
Returns the full path name represented by the node.
- getPath() - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- getPath() - Method in exception org.hibernate.InvalidMappingException
-
- getPath() - Method in exception org.hibernate.MappingNotFoundException
-
- getPath() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getPath(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getPath() - Method in class org.hibernate.tuple.ElementWrapper
-
- getPath(Element) - Method in class org.hibernate.tuple.ElementWrapper
-
- getPathIdentifier() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
-
- getPathIdentifier() - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
-
Get the string representation of this path as a navigation from one of the
queries identification variables
- getPathIdentifier() - Method in class org.hibernate.ejb.criteria.path.RootImpl
-
- getPathIdentifier() - Method in interface org.hibernate.ejb.criteria.PathSource
-
Get the string representation of this path as a navigation from one of the
queries identification variables
- getPathSource() - Method in exception org.hibernate.ejb.criteria.IllegalDereferenceException
-
- getPathSource() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
-
- getPathSource() - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
-
- getPathSource() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyPath
-
- getPathText(AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
-
- getPattern() - Method in class org.hibernate.ejb.criteria.expression.function.LocateFunction
-
- getPattern() - Method in class org.hibernate.ejb.criteria.predicate.LikePredicate
-
- getPersistenceContext() - Method in class org.hibernate.engine.loading.LoadContexts
-
Retrieves the persistence context to which this is bound.
- getPersistenceContext() - Method in interface org.hibernate.engine.SessionImplementor
-
Get the persistence context for this session
- getPersistenceContext() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getPersistenceContext() - Method in class org.hibernate.impl.SessionImpl
-
- getPersistenceContext() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getPersistenceType() - Method in class org.hibernate.ejb.metamodel.BasicTypeImpl
-
- getPersistenceType() - Method in class org.hibernate.ejb.metamodel.EmbeddableTypeImpl
-
- getPersistenceType() - Method in class org.hibernate.ejb.metamodel.EntityTypeImpl
-
- getPersistenceType() - Method in class org.hibernate.ejb.metamodel.MappedSuperclassTypeImpl
-
- getPersistenceUnitUtil() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
-
- getPersistentAttributeType() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
- getPersistentAttributeType() - Method in class org.hibernate.ejb.metamodel.AbstractAttribute
- getPersistentClass() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- getPersistentClass() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- getPersistentClass() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- getPersistentClass() - Method in interface org.hibernate.cfg.PropertyHolder
-
- getPersistentClass() - Method in exception org.hibernate.InstantiationException
-
- getPersistentClass() - Method in class org.hibernate.mapping.Join
-
- getPersistentClass() - Method in class org.hibernate.mapping.Property
-
- getPersistentClass() - Method in exception org.hibernate.PropertyAccessException
-
- getPersistentClass() - Method in class org.hibernate.proxy.dom4j.Dom4jLazyInitializer
-
- getPersistentClass() - Method in interface org.hibernate.proxy.LazyInitializer
-
Get the actual class of the entity.
- getPersistentClass() - Method in class org.hibernate.proxy.map.MapLazyInitializer
-
- getPersistentClass() - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
-
- getPersister() - Method in class org.hibernate.action.CollectionAction
-
- getPersister() - Method in class org.hibernate.action.EntityAction
-
entity persister accessor
- getPersister() - Method in class org.hibernate.ejb.criteria.path.PluralAttributePath
-
- getPersister() - Method in class org.hibernate.engine.EntityEntry
-
- getPersister() - Method in class org.hibernate.engine.loading.LoadingCollectionEntry
-
- getPersister() - Method in class org.hibernate.event.AbstractPreDatabaseOperationEvent
-
- getPersister() - Method in class org.hibernate.event.PostDeleteEvent
-
- getPersister() - Method in class org.hibernate.event.PostInsertEvent
-
- getPersister() - Method in class org.hibernate.event.PostLoadEvent
-
- getPersister() - Method in class org.hibernate.event.PostUpdateEvent
-
- getPersister() - Method in class org.hibernate.event.PreLoadEvent
-
- getPersister() - Method in class org.hibernate.id.insert.AbstractReturningDelegate
-
- getPersister() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
- getPersisterClassProvider() - Method in class org.hibernate.cfg.Configuration
-
- getPersisterClassProvider() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getPersisterClassProvider() - Method in interface org.hibernate.cfg.Mappings
-
Get the current persister class provider implementation
- getPersisters() - Method in class org.hibernate.loader.JoinWalker
-
- getPersistEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPersistOnFlushEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPhysicalColumnName(String, Table) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getPhysicalColumnName(String, Table) - Method in interface org.hibernate.cfg.Mappings
-
Find the physical column name for the given logical column name within the given table.
- getPluralAttributes() - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getPosition() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl
-
- getPosition() - Method in class org.hibernate.ejb.criteria.expression.ParameterExpressionImpl
-
- getPositionalParameterTypes() - Method in class org.hibernate.engine.QueryParameters
-
- getPositionalParameterValues() - Method in class org.hibernate.engine.QueryParameters
-
- getPositionMappedBy() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- getPostCollectionRecreateEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPostCollectionRemoveEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPostCollectionUpdateEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPostCommitDeleteEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPostCommitInsertEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPostCommitUpdateEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPostDeleteEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPostInsertEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPostLoadEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPostUpdateEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPrecision() - Method in class org.hibernate.cfg.Ejb3Column
-
- getPrecision() - Method in class org.hibernate.mapping.Column
-
- getPreCollectionRecreateEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPreCollectionRemoveEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPreCollectionUpdateEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPreDeleteEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPrefixedMapper() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleIdData
-
- getPreInsertEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPreLoadEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPrepareStatementCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getPrepareStatementCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getPrepareStatementCount() - Method in interface org.hibernate.stat.Statistics
-
The number of prepared statements that were acquired
- getPrepareStatementCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getPreUpdateEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getPrimaryExpression() - Method in class org.hibernate.ejb.criteria.expression.NullifExpression
-
- getPrimaryKey() - Method in class org.hibernate.mapping.DenormalizedTable
-
- getPrimaryKey() - Method in class org.hibernate.mapping.Table
-
- getPrimitiveArrayBindingType() - Method in class org.hibernate.type.AlternativeLobTypes.BlobTypes
-
Returns the type that explicitly binds the
BLOB
value,
- getPrimitiveClass() - Method in class org.hibernate.type.BooleanType
-
- getPrimitiveClass() - Method in class org.hibernate.type.ByteType
-
- getPrimitiveClass() - Method in class org.hibernate.type.CharacterType
-
- getPrimitiveClass() - Method in class org.hibernate.type.DoubleType
-
- getPrimitiveClass() - Method in class org.hibernate.type.FloatType
-
- getPrimitiveClass() - Method in class org.hibernate.type.IntegerType
-
- getPrimitiveClass() - Method in class org.hibernate.type.LongType
-
- getPrimitiveClass() - Method in class org.hibernate.type.NumericBooleanType
-
- getPrimitiveClass() - Method in interface org.hibernate.type.PrimitiveType
-
- getPrimitiveClass() - Method in class org.hibernate.type.ShortType
-
- getPrimitiveClass() - Method in class org.hibernate.type.TrueFalseType
-
- getPrimitiveClass() - Method in class org.hibernate.type.YesNoType
-
- getProjectedAliases() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getProjectedColumnAliases() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getProjectedTypes() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getProjection(int) - Method in class org.hibernate.criterion.ProjectionList
-
- getProjection() - Method in class org.hibernate.impl.CriteriaImpl
-
- getProjectionCriteria() - Method in class org.hibernate.impl.CriteriaImpl
-
- getProjectionList() - Method in class org.hibernate.hql.ast.tree.FromClause
-
Returns the list of from elements that will be part of the result set.
- getProperties() - Method in class org.hibernate.cfg.Configuration
-
Get all properties
- getProperties() - Static method in class org.hibernate.cfg.Environment
-
Return System properties, extended by any properties specified
in hibernate.properties.
- getProperties() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- getProperties() - Method in class org.hibernate.ejb.Ejb3Configuration
-
- getProperties() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
-
- getProperties() - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Get a copy of the Properties used to configure this session factory.
- getProperties() - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
-
- getProperties() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getProperties() - Method in class org.hibernate.jmx.HibernateService
-
- getProperties() - Method in class org.hibernate.tuple.component.ComponentMetamodel
-
- getProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertiesToInsert(Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Transform the array of property indexes to an array of booleans,
true when the property is insertable and non-null
- getPropertiesToUpdate(int[], boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Transform the array of property indexes to an array of booleans,
true when the property is dirty
- getProperty(String) - Method in class org.hibernate.cfg.Configuration
-
Get a property value by name
- getProperty() - Method in interface org.hibernate.cfg.PropertyData
-
Return the Hibernate mapping property
- getProperty() - Method in class org.hibernate.cfg.PropertyInferredData
-
- getProperty() - Method in class org.hibernate.cfg.PropertyPreloadedData
-
- getProperty() - Method in class org.hibernate.cfg.WrappedInferredData
-
- getProperty(String) - Method in class org.hibernate.criterion.Property
-
Get a component attribute of this property
- getProperty(String) - Method in interface org.hibernate.envers.configuration.metadata.reader.PersistentPropertiesSource
-
- getProperty(String) - Method in class org.hibernate.envers.entities.mapper.id.QueryParameterData
-
- getProperty(Properties, String, String, String) - Static method in class org.hibernate.envers.tools.Tools
-
- getProperty(String) - Method in class org.hibernate.jmx.HibernateService
-
- getProperty(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Get a property
- getProperty() - Method in class org.hibernate.loader.PropertyPath
-
- getProperty(String) - Method in class org.hibernate.mapping.Component
-
- getProperty(String) - Method in class org.hibernate.mapping.PersistentClass
-
- getProperty(int) - Method in class org.hibernate.tuple.component.ComponentMetamodel
-
- getProperty(String) - Method in class org.hibernate.tuple.component.ComponentMetamodel
-
- getPropertyAccessor(XAnnotatedElement) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- getPropertyAccessor(Class) - Method in class org.hibernate.mapping.Backref
-
- getPropertyAccessor(Class) - Method in class org.hibernate.mapping.IndexBackref
-
- getPropertyAccessor(Class) - Method in class org.hibernate.mapping.Property
-
- getPropertyAccessor(Property, EntityMode) - Static method in class org.hibernate.property.PropertyAccessorFactory
-
Retrieves a PropertyAccessor instance based on the given property definition and
entity mode.
- getPropertyAccessor(Class, String) - Static method in class org.hibernate.property.PropertyAccessorFactory
-
- getPropertyAccessor(String) - Static method in class org.hibernate.property.PropertyAccessorFactory
-
- getPropertyAccessorName() - Method in class org.hibernate.mapping.Property
-
- getPropertyAccessType() - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- getPropertyAliases(Loadable, int) - Method in class org.hibernate.loader.ColumnEntityAliases
-
- getPropertyAliases(Loadable, int) - Method in class org.hibernate.loader.DefaultEntityAliases
-
- getPropertyAliases(String, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyAliases(String, int) - Method in interface org.hibernate.persister.entity.Loadable
-
Get the result set aliases used for the property columns, given a suffix (properties of this class, only).
- getPropertyAnnotatedWithIdAndToOne(XClass, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getPropertyAnnotatedWithIdAndToOne(XClass, String) - Method in interface org.hibernate.cfg.Mappings
-
Return the property annotated with @ToOne and @Id if any.
- getPropertyAnnotatedWithMapsId(XClass, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getPropertyAnnotatedWithMapsId(XClass, String) - Method in interface org.hibernate.cfg.Mappings
-
Return the property annotated with @MapsId("propertyName") if any.
- getPropertyAuditingData(String) - Method in interface org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesHolder
-
- getPropertyAuditingData(String) - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
-
- getPropertyAuditingData(String) - Method in class org.hibernate.envers.configuration.metadata.reader.ComponentAuditingData
-
- getPropertyCascadeStyles() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyCascadeStyles() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the cascade styles of the properties (optional operation)
- getPropertyCheckability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyCheckability() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the "checkability" of the properties of this class
(is the property dirty checked, does the cache need
to be updated)
- getPropertyCheckability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyClass() - Method in interface org.hibernate.cfg.PropertyData
-
Return the class itself
- getPropertyClass() - Method in class org.hibernate.cfg.PropertyInferredData
-
- getPropertyClass() - Method in class org.hibernate.cfg.PropertyPreloadedData
-
- getPropertyClass() - Method in class org.hibernate.cfg.WrappedInferredData
-
- getPropertyClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getPropertyClosureIterator() - Method in class org.hibernate.mapping.RootClass
-
- getPropertyClosureIterator() - Method in class org.hibernate.mapping.Subclass
-
- getPropertyClosureSpan() - Method in class org.hibernate.mapping.PersistentClass
-
- getPropertyClosureSpan() - Method in class org.hibernate.mapping.Subclass
-
- getPropertyColumnInsertable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyColumnNames(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyColumnNames(int) - Method in interface org.hibernate.persister.entity.Loadable
-
Get the result set column names mapped for this property (properties of this class, only).
- getPropertyColumnNames(String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Get the column names for the given property path
- getPropertyColumnSpan(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyColumnUpdateable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyColumnWriters(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyData() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- getPropertyHolder() - Method in class org.hibernate.cfg.Ejb3Column
-
- getPropertyIndex(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyIndex(String) - Method in interface org.hibernate.persister.entity.UniqueKeyLoadable
-
Get the property number of the unique key property
- getPropertyIndex(String) - Method in class org.hibernate.tuple.component.ComponentMetamodel
-
- getPropertyIndex(String) - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyIndex(String) - Method in class org.hibernate.type.ComponentType
-
- getPropertyIndexOrNull(String) - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyInsertability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyInsertability() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the "insertability" of the properties of this class
(does the property appear in an SQL INSERT)
- getPropertyInsertability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyInsertGenerationInclusions() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyInsertGenerationInclusions() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Which of the properties of this class are database generated values on insert?
- getPropertyInsertGenerationInclusions() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyIterator() - Method in interface org.hibernate.envers.configuration.metadata.reader.PersistentPropertiesSource
-
- getPropertyIterator() - Method in class org.hibernate.mapping.Component
-
- getPropertyIterator() - Method in class org.hibernate.mapping.Join
-
- getPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
-
Build an iterator over the properties defined on this class.
- getPropertyLaziness() - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the "laziness" of the properties of this class
- getPropertyLaziness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyLaziness() - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getPropertyLaziness() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyList() - Method in class org.hibernate.jmx.HibernateService
-
- getPropertyList() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Display the properties
- getPropertyMapper() - Method in class org.hibernate.envers.entities.EntityConfiguration
-
- getPropertyMapping(String) - Method in class org.hibernate.hql.ast.tree.ComponentJoin.ComponentFromElementType
- getPropertyMapping(String) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getPropertyName() - Method in class org.hibernate.cfg.Ejb3Column
-
- getPropertyName() - Method in interface org.hibernate.cfg.PropertyData
-
- getPropertyName() - Method in class org.hibernate.cfg.PropertyInferredData
-
- getPropertyName() - Method in class org.hibernate.cfg.PropertyPreloadedData
-
- getPropertyName() - Method in class org.hibernate.cfg.WrappedInferredData
-
- getPropertyName() - Method in class org.hibernate.criterion.AggregateProjection
-
- getPropertyName(String) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the property name, given a possibly qualified property name
- getPropertyName() - Method in class org.hibernate.criterion.PropertyProjection
-
- getPropertyName() - Method in class org.hibernate.id.ForeignGenerator
-
Getter for property 'propertyName'.
- getPropertyName(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getPropertyName() - Method in class org.hibernate.mapping.OneToOne
-
- getPropertyName() - Method in exception org.hibernate.PropertyAccessException
-
- getPropertyName() - Method in exception org.hibernate.PropertyValueException
-
- getPropertyName() - Method in class org.hibernate.type.EntityType
-
- getPropertyName() - Method in class org.hibernate.type.OneToOneType
-
- getPropertyNames() - Method in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
-
Deprecated.
- getPropertyNames() - Method in class org.hibernate.bytecode.javassist.AccessOptimizerAdapter
-
- getPropertyNames() - Method in interface org.hibernate.bytecode.ReflectionOptimizer.AccessOptimizer
-
- getPropertyNames() - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
-
- getPropertyNames() - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the names of the class' persistent properties
- getPropertyNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyNames() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the names of the class properties - doesn't have to be the names of the
actual Java properties (used for XML generation only)
- getPropertyNames() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyNames() - Method in class org.hibernate.type.AnyType
-
- getPropertyNames() - Method in class org.hibernate.type.ComponentType
-
- getPropertyNames() - Method in class org.hibernate.type.CompositeCustomType
-
- getPropertyNames() - Method in interface org.hibernate.type.CompositeType
-
Get the names of the component properties
- getPropertyNames() - Method in interface org.hibernate.usertype.CompositeUserType
-
Get the "property names" that may be used in a
query.
- getPropertyNullability() - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the nullability of the class' persistent properties
- getPropertyNullability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyNullability() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the nullability of the properties of this class
- getPropertyNullability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyNullability() - Method in class org.hibernate.type.AnyType
-
- getPropertyNullability() - Method in class org.hibernate.type.ComponentType
-
- getPropertyNullability() - Method in class org.hibernate.type.CompositeCustomType
-
- getPropertyNullability() - Method in interface org.hibernate.type.CompositeType
-
Retrieve the indicators regarding which component properties are nullable.
- getPropertyPath() - Method in class org.hibernate.hql.ast.tree.DotNode
-
- getPropertyPath() - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- getPropertyReferencedAssociation(String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getPropertyReferencedAssociation(String, String) - Method in interface org.hibernate.cfg.Mappings
-
- getPropertyResultsMap() - Method in class org.hibernate.engine.query.sql.NativeSQLQueryNonScalarReturn
-
Retrieve the user-supplied column->property mappings.
- getPropertySelectable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertySpaces() - Method in class org.hibernate.action.BulkOperationCleanupAction
-
- getPropertySpaces() - Method in class org.hibernate.action.CollectionAction
-
- getPropertySpaces() - Method in class org.hibernate.action.EntityAction
-
- getPropertySpaces() - Method in interface org.hibernate.action.Executable
-
What spaces (tables) are affected by this action?
- getPropertySpaces() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Returns an array of objects that identify spaces in which properties of
this entity are persisted, for instances of this class only.
- getPropertySpaces() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getPropertySpaces() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getPropertySpaces() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getPropertySpan() - Method in class org.hibernate.mapping.Component
-
- getPropertySpan() - Method in class org.hibernate.mapping.Join
-
- getPropertySpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertySpan() - Method in class org.hibernate.tuple.component.ComponentMetamodel
-
- getPropertySpan() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertySubclassNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyTableName(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getPropertyTableName(String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Get the table name for the given property path
- getPropertyTableName(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getPropertyTableName(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getPropertyTableNumbersInSelect() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyTableNumbersInSelect() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getPropertyTableNumbersInSelect() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getPropertyTableNumbersInSelect() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getPropertyType(String, String) - Method in class org.hibernate.hql.ast.tree.ComponentJoin.ComponentFromElementType
-
Returns the type of a property, given it's name (the last part) and the full path.
- getPropertyType(String, String) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getPropertyType() - Method in class org.hibernate.hql.classic.PathExpressionParser
-
- getPropertyType(String) - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the type of a particular (named) property
- getPropertyType(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyType(String) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the type of a particular property by name.
- getPropertyTypes() - Method in class org.hibernate.bytecode.javassist.BulkAccessor
-
Returns the types of properties.
- getPropertyTypes() - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the Hibernate types of the class properties
- getPropertyTypes() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyTypes() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the Hibernate types of the class properties
- getPropertyTypes() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyTypes() - Method in interface org.hibernate.usertype.CompositeUserType
-
Get the corresponding "property types".
- getPropertyUniqueness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyUpdateability(Object, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Which properties appear in the SQL update?
(Initialized, updateable ones!)
- getPropertyUpdateability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyUpdateability() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the "updateability" of the properties of this class
(does the property appear in an SQL UPDATE)
- getPropertyUpdateability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyUpdateGenerationInclusions() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyUpdateGenerationInclusions() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Which of the properties of this class are database generated values on update?
- getPropertyUpdateGenerationInclusions() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyValue(Object, String, EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the value of a particular (named) property
- getPropertyValue(Object, int, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyValue(Object, String, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyValue(Object, int, EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the value of a particular property
- getPropertyValue(Object, String, EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the value of a particular property
- getPropertyValue(Object, int) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- getPropertyValue(Object, int) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getPropertyValue(Object, String) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getPropertyValue(Object, String) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Extract the value of a particular property from the given entity.
- getPropertyValue(Object, int) - Method in interface org.hibernate.tuple.Tuplizer
-
Extract the value of a particular property from the given entity.
- getPropertyValue(Object, int, SessionImplementor) - Method in class org.hibernate.type.AnyType
-
- getPropertyValue(Object, int, SessionImplementor) - Method in class org.hibernate.type.ComponentType
-
- getPropertyValue(Object, int, EntityMode) - Method in class org.hibernate.type.ComponentType
-
- getPropertyValue(Object, int, SessionImplementor) - Method in class org.hibernate.type.CompositeCustomType
-
- getPropertyValue(Object, int) - Method in class org.hibernate.type.CompositeCustomType
-
- getPropertyValue(Object, int, SessionImplementor) - Method in interface org.hibernate.type.CompositeType
-
Extract a particular component property value indicated by index.
- getPropertyValue(Object, int) - Method in interface org.hibernate.usertype.CompositeUserType
-
Get the value of a property.
- getPropertyValues(Object) - Method in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
-
Deprecated.
- getPropertyValues(Object) - Method in class org.hibernate.bytecode.javassist.AccessOptimizerAdapter
-
- getPropertyValues(Object, Object[]) - Method in class org.hibernate.bytecode.javassist.BulkAccessor
-
Obtains the values of properties of a given bean.
- getPropertyValues(Object) - Method in class org.hibernate.bytecode.javassist.BulkAccessor
-
Returns the values of properties of a given bean.
- getPropertyValues(Object) - Method in interface org.hibernate.bytecode.ReflectionOptimizer.AccessOptimizer
-
- getPropertyValues() - Method in class org.hibernate.event.FlushEntityEvent
-
- getPropertyValues(Object, EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
-
Extract the property values from the given entity.
- getPropertyValues(Object, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyValues(Object, EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Return the (loaded) values of the mapped properties of the object (not including backrefs)
- getPropertyValues(Object) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- getPropertyValues(Object) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
-
- getPropertyValues(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getPropertyValues(Object) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
Extract the current values contained on the given entity.
- getPropertyValues(Object) - Method in interface org.hibernate.tuple.Tuplizer
-
Extract the current values contained on the given entity.
- getPropertyValues(Object, SessionImplementor) - Method in class org.hibernate.type.AnyType
-
- getPropertyValues(Object, EntityMode) - Method in class org.hibernate.type.AnyType
-
- getPropertyValues(Object, SessionImplementor) - Method in class org.hibernate.type.ComponentType
-
- getPropertyValues(Object, EntityMode) - Method in class org.hibernate.type.ComponentType
-
- getPropertyValues(Object, SessionImplementor) - Method in class org.hibernate.type.CompositeCustomType
-
- getPropertyValues(Object, EntityMode) - Method in class org.hibernate.type.CompositeCustomType
-
- getPropertyValues(Object, SessionImplementor) - Method in interface org.hibernate.type.CompositeType
-
Extract the values of the component properties from the given component instance
- getPropertyValues(Object, EntityMode) - Method in interface org.hibernate.type.CompositeType
-
Extract the values of the component properties from the given component instance without access to the
session.
- getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
-
Return the values of the mapped properties of the object
- getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Return the values of the insertable properties of the object (including backrefs)
- getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Extract the values of the insertable properties of the entity (including backrefs)
- getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
Extract the values of the insertable properties of the entity (including backrefs)
- getPropertyValuesWithOptimizer(Object) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
- getPropertyVersionability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyVersionability() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the "versionability" of the properties of this class
(is the property optimistic-locked)
- getPropertyVersionability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getProps() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- getProvider() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- getProviderUtil() - Method in class org.hibernate.ejb.HibernatePersistence
- getProxiesByKey() - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- getProxy() - Method in interface org.hibernate.bytecode.BasicProxyFactory
-
Get a proxy reference.
- getProxy() - Method in class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl.BasicProxyFactoryImpl
-
Deprecated.
- getProxy(EntityKey) - Method in interface org.hibernate.engine.PersistenceContext
-
Get an existing proxy by key
- getProxy(EntityKey) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Get an existing proxy by key
- getProxy(Serializable, SessionImplementor) - Method in class org.hibernate.proxy.dom4j.Dom4jProxyFactory
-
Create a new proxy
- getProxy(Serializable, SessionImplementor) - Method in class org.hibernate.proxy.map.MapProxyFactory
-
- getProxy(Class, String, Class, Class[], Method, Method, CompositeType, Serializable, SessionImplementor) - Static method in class org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer
-
Deprecated.
- getProxy(Serializable, SessionImplementor) - Method in class org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory
-
Deprecated.
- getProxy(String, Class, Class[], Method, Method, CompositeType, Serializable, SessionImplementor) - Static method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
-
- getProxy(Class, String, Class, Class[], Method, Method, CompositeType, Serializable, SessionImplementor) - Static method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
-
- getProxy(Serializable, SessionImplementor) - Method in class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory
-
- getProxy(Serializable, SessionImplementor) - Method in interface org.hibernate.proxy.ProxyFactory
-
Create a new proxy instance
- getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.ClobProxy
-
Determines the appropriate class loader to which the generated proxy
should be scoped.
- getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.NClobProxy
-
Determines the appropriate class loader to which the generated proxy
should be scoped.
- getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.ResultSetWrapperProxy
-
Determines the appropriate class loader to which the generated proxy
should be scoped.
- getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.SerializableBlobProxy
-
Determines the appropriate class loader to which the generated proxy
should be scoped.
- getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.SerializableClobProxy
-
Determines the appropriate class loader to which the generated proxy
should be scoped.
- getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.SerializableNClobProxy
-
Determines the appropriate class loader to which the generated proxy
should be scoped.
- getProxyClassLoader() - Static method in class org.hibernate.jdbc.BorrowedConnectionProxy
-
Determines the appropriate class loader to which the generated proxy
should be scoped.
- getProxyFactory(Class, Class[]) - Static method in class org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer
-
Deprecated.
- getProxyFactory(Class, Class[]) - Static method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
-
- getProxyFactory() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getProxyFactoryFactory() - Method in interface org.hibernate.bytecode.BytecodeProvider
-
Retrieve the specific factory for this provider capable of
generating run-time proxies for lazy-loading purposes.
- getProxyFactoryFactory() - Method in class org.hibernate.bytecode.cglib.BytecodeProviderImpl
-
Deprecated.
- getProxyFactoryFactory() - Method in class org.hibernate.bytecode.javassist.BytecodeProviderImpl
-
- getProxyInterface() - Method in class org.hibernate.mapping.PersistentClass
-
- getProxyInterfaceName() - Method in class org.hibernate.mapping.PersistentClass
-
- getPs() - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getPutCount() - Method in class org.hibernate.stat.ConcurrentSecondLevelCacheStatisticsImpl
-
- getPutCount() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
-
- getPutCount() - Method in class org.hibernate.stat.SecondLevelCacheStatisticsImpl
-
- getQName() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getQName(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getQName() - Method in class org.hibernate.tuple.ElementWrapper
-
- getQName(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- getQualifiedName(Dialect, String, String) - Method in class org.hibernate.mapping.Table
-
- getQualifiedName() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getQualifiedName() - Method in class org.hibernate.tuple.ElementWrapper
-
- getQueries() - Method in class org.hibernate.jmx.StatisticsService
-
- getQueries() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
Get all executed query strings
- getQueries() - Method in interface org.hibernate.stat.Statistics
-
Get all executed query strings
- getQueries() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
Get all executed query strings
- getQuery(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getQuery(String) - Method in interface org.hibernate.cfg.Mappings
-
Get named query metadata by name.
- getQuery() - Method in class org.hibernate.engine.NamedQueryDefinition
-
- getQuery(AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.query.OneAuditEntityQueryGenerator
-
- getQuery(AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.query.OneEntityQueryGenerator
-
- getQuery(AuditReaderImplementor, Object, Number) - Method in interface org.hibernate.envers.entities.mapper.relation.query.RelationQueryGenerator
-
- getQuery(AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.query.ThreeEntityQueryGenerator
-
- getQuery(AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.query.TwoEntityOneAuditedQueryGenerator
-
- getQuery(AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.query.TwoEntityQueryGenerator
-
- getQueryable() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getQueryable() - Method in class org.hibernate.hql.ast.tree.IntoClause
-
- getQueryableCollection(String, String, SessionFactoryImplementor) - Method in class org.hibernate.criterion.AbstractEmptinessExpression
-
- getQueryableCollection() - Method in class org.hibernate.hql.ast.tree.ComponentJoin.ComponentFromElementType
- getQueryableCollection() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getQueryCache(String, UpdateTimestampsCache, Settings, Properties) - Method in interface org.hibernate.cache.QueryCacheFactory
-
- getQueryCache(String, UpdateTimestampsCache, Settings, Properties) - Method in class org.hibernate.cache.StandardQueryCacheFactory
-
- getQueryCache() - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Get the default query cache
- getQueryCache(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Get a particular named query cache, or the default cache
- getQueryCache() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getQueryCache(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getQueryCacheEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Is the query cache enabled?
- getQueryCacheEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getQueryCacheFactory() - Method in class org.hibernate.cfg.Settings
-
- getQueryCacheHitCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getQueryCacheHitCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getQueryCacheHitCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of cached queries successfully retrieved from cache
- getQueryCacheHitCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getQueryCacheMissCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getQueryCacheMissCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getQueryCacheMissCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of cached queries *not* found in cache
- getQueryCacheMissCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getQueryCachePutCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getQueryCachePutCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getQueryCachePutCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of cacheable queries put in cache
- getQueryCachePutCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getQueryExecutionCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getQueryExecutionCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getQueryExecutionCount() - Method in interface org.hibernate.stat.Statistics
-
Get global number of executed queries
- getQueryExecutionCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getQueryExecutionMaxTime() - Method in class org.hibernate.jmx.StatisticsService
-
- getQueryExecutionMaxTime() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getQueryExecutionMaxTime() - Method in interface org.hibernate.stat.Statistics
-
Get the time in milliseconds of the slowest query.
- getQueryExecutionMaxTime() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getQueryExecutionMaxTimeQueryString() - Method in class org.hibernate.jmx.StatisticsService
-
- getQueryExecutionMaxTimeQueryString() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getQueryExecutionMaxTimeQueryString() - Method in interface org.hibernate.stat.Statistics
-
Get the query string for the slowest query.
- getQueryExecutionMaxTimeQueryString() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getQueryGenerator() - Method in class org.hibernate.envers.entities.mapper.relation.CommonCollectionMapperData
-
- getQueryIdentifier() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
- getQueryIdentifier() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getQueryIdentifier() - Method in interface org.hibernate.hql.QueryTranslator
-
Retrieve the query identifier for this translator.
- getQueryIdentifier() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getQueryIdentifier() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getQueryIdentifier() - Method in class org.hibernate.loader.Loader
-
Identifies the query for statistics reporting, if null,
no statistics will be reported
- getQueryParameterName() - Method in class org.hibernate.envers.entities.mapper.id.QueryParameterData
-
- getQueryParameters() - Method in class org.hibernate.engine.SubselectFetch
-
- getQueryParameters(Map) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- getQueryParameters() - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getQueryParameters(Map) - Method in class org.hibernate.impl.SQLQueryImpl
-
- getQueryParameters() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getQueryPlanCache() - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
- getQueryPlanCache() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getQueryReturnAliases() - Method in class org.hibernate.hql.ast.tree.SelectClause
-
The HQL aliases, or generated aliases
- getQueryReturnAliases() - Method in class org.hibernate.hql.HolderInstantiator
-
- getQueryReturns() - Method in class org.hibernate.engine.NamedSQLQueryDefinition
-
- getQueryReturns() - Method in class org.hibernate.engine.query.sql.NativeSQLQuerySpecification
-
- getQueryReturns() - Method in class org.hibernate.engine.ResultSetMappingDefinition
-
- getQueryReturnTypes() - Method in class org.hibernate.hql.ast.tree.SelectClause
-
The types actually being returned from this query at the "object level".
- getQuerySequencesString() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.DB2Dialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.DerbyDialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.Dialect
-
Get the select command used retrieve the names of all sequences.
- getQuerySequencesString() - Method in class org.hibernate.dialect.H2Dialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.HSQLDialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.InformixDialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.Ingres9Dialect
-
Get the select command used retrieve the names of all sequences.
- getQuerySequencesString() - Method in class org.hibernate.dialect.IngresDialect
-
A query used to find all sequences
- getQuerySequencesString() - Method in class org.hibernate.dialect.InterbaseDialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.MimerSQLDialect
-
The syntax for fetching all sequnces avialable in the current schema.
- getQuerySequencesString() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getQuerySequencesString() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.SAPDBDialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.TimesTenDialect
-
- getQuerySpaces() - Method in class org.hibernate.engine.NamedSQLQueryDefinition
-
- getQuerySpaces() - Method in class org.hibernate.engine.query.HQLQueryPlan
-
- getQuerySpaces() - Method in class org.hibernate.engine.query.QueryMetadata
-
The set of query spaces affected by this source query.
- getQuerySpaces() - Method in class org.hibernate.engine.query.sql.NativeSQLQuerySpecification
-
- getQuerySpaces() - Method in class org.hibernate.event.AutoFlushEvent
-
- getQuerySpaces() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
Returns the set of unique query spaces (a.k.a.
- getQuerySpaces() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
- getQuerySpaces() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getQuerySpaces() - Method in interface org.hibernate.hql.QueryTranslator
-
Returns the set of query spaces (table names) that the query refers to.
- getQuerySpaces() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- getQuerySpaces() - Method in class org.hibernate.loader.criteria.CriteriaLoader
-
- getQuerySpaces() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getQuerySpaces() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getQuerySpaces() - Method in interface org.hibernate.loader.custom.CustomQuery
-
Any query spaces to apply to the query execution.
- getQuerySpaces() - Method in class org.hibernate.loader.custom.sql.SQLCustomQuery
-
- getQuerySpaces() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getQuerySpaces() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Returns an array of objects that identify spaces in which properties of
this entity are persisted, for instances of this class and its subclasses.
- getQuerySpaces() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getQueryStatistics(String) - Method in class org.hibernate.jmx.StatisticsService
-
- getQueryStatistics(String) - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
Query statistics from query string (HQL or SQL)
- getQueryStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
Query statistics from query string (HQL or SQL)
- getQueryStatistics(String) - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
Query statistics from query string (HQL or SQL)
- getQueryString() - Method in interface org.hibernate.ejb.criteria.CriteriaQueryCompiler.RenderedCriteriaQuery
-
- getQueryString() - Method in class org.hibernate.engine.NamedQueryDefinition
-
- getQueryString() - Method in class org.hibernate.engine.query.sql.NativeSQLQuerySpecification
-
- getQueryString() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
- getQueryString() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getQueryString() - Method in interface org.hibernate.hql.QueryTranslator
-
Returns the HQL string processed by the translator.
- getQueryString() - Method in class org.hibernate.impl.AbstractQueryImpl
-
- getQueryString() - Method in interface org.hibernate.Query
-
Get the query string.
- getQueryString() - Method in exception org.hibernate.QueryException
-
- getQuerySubstitutions() - Method in class org.hibernate.cfg.Settings
-
- getQuerySubstitutions() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Get the query language substitutions
- getQuerySubstitutions() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getQueryTranslatorFactory() - Method in class org.hibernate.cfg.Settings
-
- getQueuedOrphans(String) - Method in class org.hibernate.collection.AbstractPersistentCollection
-
Iterate the "queued" additions
- getQueuedOrphans(String) - Method in interface org.hibernate.collection.PersistentCollection
-
Get the "queued" orphans
- getQuotedName() - Method in class org.hibernate.mapping.Column
-
returns quoted name as it would be in the mapping file.
- getQuotedName(Dialect) - Method in class org.hibernate.mapping.Column
-
- getQuotedName() - Method in class org.hibernate.mapping.Table
-
returns quoted name as it would be in the mapping file.
- getQuotedName(Dialect) - Method in class org.hibernate.mapping.Table
-
- getQuotedSchema() - Method in class org.hibernate.mapping.Table
-
returns quoted name as it is in the mapping file.
- getQuotedSchema(Dialect) - Method in class org.hibernate.mapping.Table
-
- getRawSession() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
Return a Session (even if the entity manager is closed).
- getRawSession() - Method in class org.hibernate.ejb.CurrentEntityManagerImpl
-
Deprecated.
- getRawSession() - Method in class org.hibernate.ejb.EntityManagerImpl
-
- getReader() - Method in interface org.hibernate.type.descriptor.CharacterStream
-
Retrieve the reader.
- getReader() - Method in class org.hibernate.type.descriptor.java.CharacterStreamImpl
-
- getReadExpr(Dialect) - Method in class org.hibernate.mapping.Column
-
- getReadLockString(int) - Method in class org.hibernate.dialect.DerbyDialect
-
- getReadLockString(int) - Method in class org.hibernate.dialect.Dialect
-
Get the string to append to SELECT statements to acquire WRITE locks
for this dialect.
- getReadLockString(int) - Method in class org.hibernate.dialect.MySQLDialect
-
- getReadLockString(int) - Method in class org.hibernate.dialect.Oracle9iDialect
-
- getReadLockString(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getRealKey() - Method in class org.hibernate.util.IdentityMap.IdentityKey
-
- getRealOrigin() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getRecreateCount() - Method in interface org.hibernate.stat.CollectionStatistics
-
- getRecreateCount() - Method in class org.hibernate.stat.CollectionStatisticsImpl
-
- getRecreateCount() - Method in class org.hibernate.stat.ConcurrentCollectionStatisticsImpl
-
- getRecursiveProperty(String) - Method in class org.hibernate.mapping.PersistentClass
-
- getReference(Class<T>, Object) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- getReference() - Method in class org.hibernate.ejb.Ejb3Configuration
-
- getReference() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getReference() - Method in class org.hibernate.jmx.SessionFactoryStub
-
- getReferenceablePropertyIterator() - Method in class org.hibernate.mapping.JoinedSubclass
-
- getReferenceablePropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
-
Build an iterator of properties which are "referenceable".
- getReferencedColumn() - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- getReferencedColumns() - Method in class org.hibernate.mapping.ForeignKey
-
Returns the referenced columns if the foreignkey does not refer to the primary key
- getReferencedEntityName() - Method in class org.hibernate.cfg.FkSecondPass
-
- getReferencedEntityName() - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
-
- getReferencedEntityName() - Method in class org.hibernate.cfg.ToOneFkSecondPass
-
- getReferencedEntityName(Value) - Static method in class org.hibernate.envers.tools.MappingTools
-
- getReferencedEntityName() - Method in class org.hibernate.mapping.ForeignKey
-
- getReferencedEntityName() - Method in class org.hibernate.mapping.OneToMany
-
- getReferencedEntityName() - Method in class org.hibernate.mapping.ToOne
-
- getReferencedProperty(String) - Method in class org.hibernate.mapping.PersistentClass
-
Given a property path, locate the appropriate referenceable property reference.
- getReferencedPropertyName() - Method in class org.hibernate.mapping.Collection
-
- getReferencedPropertyName() - Method in class org.hibernate.mapping.ToOne
-
- getReferencedPropertyType(String, String) - Method in interface org.hibernate.engine.Mapping
-
- getReferencedPropertyType(String, String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getReferencedTable() - Method in class org.hibernate.mapping.ForeignKey
-
- getReferencedTableName() - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
-
- getReferenceEntityName(PropertyData, XClass, Mappings) - Static method in class org.hibernate.cfg.ToOneBinder
-
- getReferenceEntityName(PropertyData, Mappings) - Static method in class org.hibernate.cfg.ToOneBinder
-
- getReferencingIdData() - Method in class org.hibernate.envers.entities.mapper.relation.CommonCollectionMapperData
-
- getReferencingPropertyName() - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
-
- getReflectionManager() - Method in class org.hibernate.cfg.Configuration
-
- getReflectionManager() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getReflectionManager() - Method in interface org.hibernate.cfg.Mappings
-
- getReflectionOptimizationEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getReflectionOptimizer(Class, String[], String[], Class[]) - Method in interface org.hibernate.bytecode.BytecodeProvider
-
Retrieve the ReflectionOptimizer delegate for this provider
capable of generating reflection optimization components.
- getReflectionOptimizer(Class, String[], String[], Class[]) - Method in class org.hibernate.bytecode.cglib.BytecodeProviderImpl
-
Deprecated.
- getReflectionOptimizer(Class, String[], String[], Class[]) - Method in class org.hibernate.bytecode.javassist.BytecodeProviderImpl
-
- getRefreshEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getRegion() - Method in interface org.hibernate.cache.access.CollectionRegionAccessStrategy
-
Get the wrapped collection cache region
- getRegion() - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
-
Get the wrapped entity cache region
- getRegion() - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
-
- getRegion() - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
-
- getRegion() - Method in interface org.hibernate.cache.QueryCache
-
- getRegion() - Method in class org.hibernate.cache.StandardQueryCache
-
- getRegion() - Method in class org.hibernate.cache.UpdateTimestampsCache
-
- getRegionFactory() - Method in class org.hibernate.cfg.Settings
-
- getRegionName() - Method in interface org.hibernate.cache.Cache
-
Deprecated.
Get the name of the cache region
- getRegionName() - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
-
Deprecated.
Get the cache region name
- getRegionName() - Method in class org.hibernate.cache.EhCache
-
- getRegionName() - Method in class org.hibernate.cache.HashtableCache
-
- getRegionName() - Method in class org.hibernate.cache.NonstrictReadWriteCache
-
- getRegionName() - Method in class org.hibernate.cache.ReadOnlyCache
-
- getRegionName() - Method in class org.hibernate.cache.ReadWriteCache
-
- getRegionName() - Method in class org.hibernate.cache.TransactionalCache
-
- getRegisteredType(String) - Method in class org.hibernate.type.BasicTypeRegistry
-
- getRegistrationKeys() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getRegistrationKeys() - Method in interface org.hibernate.type.BasicType
-
Get the names under which this type should be registered in the type registry.
- getRegistrationKeys() - Method in class org.hibernate.type.BinaryType
-
- getRegistrationKeys() - Method in class org.hibernate.type.BooleanType
-
- getRegistrationKeys() - Method in class org.hibernate.type.ByteType
-
- getRegistrationKeys() - Method in class org.hibernate.type.CalendarType
-
- getRegistrationKeys() - Method in class org.hibernate.type.CharacterArrayType
-
- getRegistrationKeys() - Method in class org.hibernate.type.CharacterType
-
- getRegistrationKeys() - Method in class org.hibernate.type.CharArrayType
-
- getRegistrationKeys() - Method in class org.hibernate.type.CompositeCustomType
-
- getRegistrationKeys() - Method in class org.hibernate.type.CustomType
-
- getRegistrationKeys() - Method in class org.hibernate.type.DateType
-
- getRegistrationKeys() - Method in class org.hibernate.type.DbTimestampType
-
- getRegistrationKeys() - Method in class org.hibernate.type.DoubleType
-
- getRegistrationKeys() - Method in class org.hibernate.type.FloatType
-
- getRegistrationKeys() - Method in class org.hibernate.type.IntegerType
-
- getRegistrationKeys() - Method in class org.hibernate.type.LongType
-
- getRegistrationKeys() - Method in class org.hibernate.type.MetaType
-
- getRegistrationKeys() - Method in class org.hibernate.type.ObjectType
-
- getRegistrationKeys() - Method in class org.hibernate.type.ShortType
-
- getRegistrationKeys() - Method in class org.hibernate.type.TimestampType
-
- getRegistrationKeys() - Method in class org.hibernate.type.TimeType
-
- getRegistrationKeys() - Method in class org.hibernate.type.WrapperBinaryType
-
- getRelatedEntity(AuditConfiguration, String, String) - Static method in class org.hibernate.envers.query.criteria.CriteriaTools
-
- getRelationDescription(String, String) - Method in class org.hibernate.envers.entities.EntitiesConfigurations
-
- getRelationDescription(String) - Method in class org.hibernate.envers.entities.EntityConfiguration
-
- getRelationTargetAuditMode() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
Get the relationTargetAuditMode property.
- getRelationType() - Method in class org.hibernate.envers.entities.RelationDescription
-
- getRelativePath(PropertyHolder, String) - Static method in class org.hibernate.cfg.BinderHelper
-
- getRemoveCount() - Method in interface org.hibernate.stat.CollectionStatistics
-
- getRemoveCount() - Method in class org.hibernate.stat.CollectionStatisticsImpl
-
- getRemoveCount() - Method in class org.hibernate.stat.ConcurrentCollectionStatisticsImpl
-
- getRenderableText() - Method in interface org.hibernate.sql.ordering.antlr.Node
-
Build the node's representation for use in the resulting rendering.
- getRenderableText() - Method in class org.hibernate.sql.ordering.antlr.NodeSupport
-
Build the node's representation for use in the resulting rendering.
- getRenderableText() - Method in class org.hibernate.sql.ordering.antlr.OrderingSpecification
-
- getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.tree.BooleanLiteralNode
-
Retrieve the text to be used for rendering this particular node.
- getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.tree.JavaConstantNode
-
- getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.tree.Node
-
Retrieve the text to be used for rendering this particular node.
- getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.tree.ParameterNode
-
- getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.tree.ResultVariableRefNode
-
Retrieve the text to be used for rendering this particular node.
- getReplacement(T, T) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getReplacement(Blob, Blob) - Method in class org.hibernate.type.BlobType
-
- getReplacement(Clob, Clob) - Method in class org.hibernate.type.ClobType
-
- getReplicateEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getReplicationMode() - Method in class org.hibernate.event.ReplicateEvent
-
- getRepresentation(PersistentClass) - Method in class org.hibernate.envers.configuration.PersistentClassGraphDefiner
-
- getRepresentation() - Method in enum org.hibernate.envers.RevisionType
-
- getRepresentation(V) - Method in interface org.hibernate.envers.tools.graph.GraphDefiner
-
- getRepresentation() - Method in class org.hibernate.envers.tools.graph.Vertex
-
- getRequestedId() - Method in class org.hibernate.event.MergeEvent
-
- getRequestedId() - Method in class org.hibernate.event.SaveOrUpdateEvent
-
- getResolutionType() - Method in interface org.hibernate.hql.ast.TypeDiscriminatorMetadata
-
- getResolutionType() - Method in interface org.hibernate.persister.entity.DiscriminatorMetadata
-
- getResourceAsStream(String) - Static method in class org.hibernate.util.ConfigHelper
-
- getRestriction() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
- getRestriction() - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
- getRestriction() - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- getResult() - Method in class org.hibernate.ejb.criteria.expression.SearchedCaseExpression.WhenClause
-
- getResult() - Method in class org.hibernate.ejb.criteria.expression.SimpleCaseExpression.WhenClause
-
- getResult() - Method in class org.hibernate.engine.SubselectFetch
-
Get the Set of EntityKeys
- getResult() - Method in class org.hibernate.event.LoadEvent
-
- getResult() - Method in class org.hibernate.event.MergeEvent
-
- getResult(SessionImplementor, ResultSet, Object) - Method in class org.hibernate.id.IdentityGenerator.BasicDelegate
-
- getResult(SessionImplementor, ResultSet, Object) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
-
Extract the generated key value from the given result set.
- getResult(SessionImplementor, ResultSet, Object) - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
-
- getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.loader.criteria.CriteriaLoader
-
- getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader
-
- getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
-
- getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.loader.entity.CollectionElementLoader
-
- getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
-
- getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.loader.Loader
-
Get the actual object that is returned in the user-visible result list.
- getResultId() - Method in class org.hibernate.event.SaveOrUpdateEvent
-
- getResultList() - Method in class org.hibernate.ejb.QueryImpl
- getResultList() - Method in interface org.hibernate.envers.query.AuditQuery
-
- getResultList() - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- getResultList(List, ResultTransformer) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getResultList(List, ResultTransformer) - Method in class org.hibernate.loader.criteria.CriteriaLoader
-
- getResultList(List, ResultTransformer) - Method in class org.hibernate.loader.custom.CustomLoader
-
- getResultList(List, ResultTransformer) - Method in class org.hibernate.loader.hql.QueryLoader
-
- getResultList(List, ResultTransformer) - Method in class org.hibernate.loader.Loader
-
- getResultMetadataValidator() - Method in interface org.hibernate.ejb.criteria.CriteriaQueryCompiler.RenderedCriteriaQuery
-
- getResultMetadataValidator() - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor.Options
-
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Cache71Dialect
-
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.DataDirectOracle9Dialect
-
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.DB2Dialect
-
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Dialect
-
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.MySQLDialect
-
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.PostgresPlusDialect
-
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getResultSet() - Method in class org.hibernate.engine.loading.CollectionLoadContext
-
- getResultSet() - Method in class org.hibernate.engine.loading.LoadingCollectionEntry
-
- getResultSet() - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getResultSet(PreparedStatement) - Method in class org.hibernate.jdbc.AbstractBatcher
-
- getResultSet(CallableStatement, Dialect) - Method in class org.hibernate.jdbc.AbstractBatcher
-
- getResultSet(PreparedStatement) - Method in interface org.hibernate.jdbc.Batcher
-
Execute the statement and return the result set
- getResultSet(CallableStatement, Dialect) - Method in interface org.hibernate.jdbc.Batcher
-
Execute the statement and return the result set from a callable statement
- getResultSet(PreparedStatement, boolean, boolean, RowSelection, SessionImplementor) - Method in class org.hibernate.loader.Loader
-
Fetch a PreparedStatement, call setMaxRows and then execute it,
advance to the first result and return an SQL ResultSet
- getResultSetMapping(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getResultSetMapping(String) - Method in interface org.hibernate.cfg.Mappings
-
Get the metadata for a named SQL result set mapping.
- getResultSetMapping(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
- getResultSetMapping(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getResultSetRef() - Method in class org.hibernate.engine.NamedSQLQueryDefinition
-
- getResultTransformer() - Method in class org.hibernate.cache.QueryKey
-
- getResultTransformer() - Method in class org.hibernate.engine.QueryParameters
-
- getResultTransformer() - Method in interface org.hibernate.hql.ast.tree.AggregatedSelectExpression
-
Retrieve the
ResultTransformer
responsible for building aggregated select expression results into their
aggregated form.
- getResultTransformer() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
-
- getResultTransformer() - Method in class org.hibernate.hql.ast.tree.MapEntryNode
-
- getResultTransformer() - Method in class org.hibernate.hql.HolderInstantiator
-
- getResultTransformer() - Method in class org.hibernate.impl.CriteriaImpl
-
- getResultType() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
- getResultType() - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
- getResultTypes() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- getReturnAliases() - Method in class org.hibernate.engine.query.QueryMetadata
-
Return source query select clause aliases (if any)
- getReturnAliases() - Method in class org.hibernate.engine.query.ReturnMetadata
-
- getReturnAliases(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Get the return aliases of a query
- getReturnAliases() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- getReturnAliases() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
- getReturnAliases() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getReturnAliases() - Method in interface org.hibernate.hql.QueryTranslator
-
Returns an array of HQL aliases
- getReturnAliases() - Method in class org.hibernate.impl.AbstractQueryImpl
-
- getReturnAliases(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getReturnAliases() - Method in class org.hibernate.impl.SQLQueryImpl
-
- getReturnAliases() - Method in interface org.hibernate.Query
-
Return the HQL select clause aliases (if any)
- getReturnClass() - Method in class org.hibernate.id.enhanced.OptimizerFactory.OptimizerSupport
-
Getter for property 'returnClass'.
- getReturnedClass() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
- getReturnedClass() - Method in class org.hibernate.type.AbstractCharArrayType
-
Deprecated.
- getReturnedClass() - Method in class org.hibernate.type.AbstractLongBinaryType
-
Deprecated.
- getReturnedClass() - Method in class org.hibernate.type.AbstractLongStringType
-
Deprecated.
- getReturnedClass() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getReturnedClass() - Method in class org.hibernate.type.AnyType
-
- getReturnedClass() - Method in class org.hibernate.type.ArrayType
-
- getReturnedClass() - Method in class org.hibernate.type.BagType
-
- getReturnedClass() - Method in class org.hibernate.type.ByteArrayBlobType
-
Deprecated.
- getReturnedClass() - Method in class org.hibernate.type.ComponentType
-
- getReturnedClass() - Method in class org.hibernate.type.CompositeCustomType
-
- getReturnedClass() - Method in class org.hibernate.type.CustomCollectionType
-
- getReturnedClass() - Method in class org.hibernate.type.CustomType
-
- getReturnedClass() - Method in class org.hibernate.type.EntityType
-
This returns the wrong class for an entity with a proxy, or for a named
entity.
- getReturnedClass() - Method in class org.hibernate.type.IdentifierBagType
-
- getReturnedClass() - Method in class org.hibernate.type.ListType
-
- getReturnedClass() - Method in class org.hibernate.type.MapType
-
- getReturnedClass() - Method in class org.hibernate.type.MetaType
-
- getReturnedClass() - Method in class org.hibernate.type.PrimitiveByteArrayBlobType
-
Deprecated.
- getReturnedClass() - Method in class org.hibernate.type.SerializableToBlobType
-
- getReturnedClass() - Method in class org.hibernate.type.SetType
-
- getReturnedClass() - Method in class org.hibernate.type.SortedMapType
-
- getReturnedClass() - Method in class org.hibernate.type.SortedSetType
-
- getReturnedClass() - Method in interface org.hibernate.type.Type
-
- getReturnEntityName() - Method in class org.hibernate.engine.query.sql.NativeSQLQueryRootReturn
-
The name of the entity to be returned.
- getReturnMetadata() - Method in class org.hibernate.engine.query.HQLQueryPlan
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
-
The return type of the function.
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.CastFunction
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.CharIndexFunction
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.ClassicAvgFunction
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.ClassicCountFunction
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.ConvertFunction
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.DerbyConcatFunction
-
The return type of the function.
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.NoArgSQLFunction
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.NvlFunction
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.PositionSubstringFunction
-
- getReturnType(Type, Mapping) - Method in interface org.hibernate.dialect.function.SQLFunction
-
The return type of the function.
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
-
The return type of the function.
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.StandardSQLFunction
-
The return type of the function.
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
-
The return type of the function.
- getReturnType() - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
-
Retrieve the declared Java type
- getReturnType() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
-
Retrieve the declared Java type
- getReturnType() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
-
Retrieve the declared Java type
- getReturnType() - Method in class org.hibernate.property.Dom4jAccessor.Dom4jGetter
-
Retrieve the declared Java type
- getReturnType() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
-
Retrieve the declared Java type
- getReturnType() - Method in interface org.hibernate.property.Getter
-
Retrieve the declared Java type
- getReturnType() - Method in class org.hibernate.property.IndexPropertyAccessor.IndexGetter
-
Retrieve the declared Java type
- getReturnType() - Method in class org.hibernate.property.MapAccessor.MapGetter
-
Retrieve the declared Java type
- getReturnTypes() - Method in class org.hibernate.engine.query.QueryMetadata
-
An array of types describing the returns of the source query.
- getReturnTypes() - Method in class org.hibernate.engine.query.ReturnMetadata
-
- getReturnTypes(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Get the return types of a query
- getReturnTypes() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- getReturnTypes() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
Types of the return values of an iterate() style query.
- getReturnTypes() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
Types of the return values of an iterate() style query.
- getReturnTypes() - Method in interface org.hibernate.hql.QueryTranslator
-
Returns an array of Types represented in the query result.
- getReturnTypes() - Method in class org.hibernate.impl.AbstractQueryImpl
-
- getReturnTypes(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getReturnTypes() - Method in class org.hibernate.impl.SQLQueryImpl
-
- getReturnTypes() - Method in interface org.hibernate.Query
-
Return the Hibernate types of the query result set.
- getRevision() - Method in exception org.hibernate.envers.exception.RevisionDoesNotExistException
-
- getRevisionDate(Number) - Method in interface org.hibernate.envers.AuditReader
-
Get the date, at which a revision was created.
- getRevisionDate() - Method in class org.hibernate.envers.DefaultRevisionEntity
-
- getRevisionDate(Number) - Method in class org.hibernate.envers.reader.AuditReaderImpl
-
- getRevisionDateQuery(Session, Number) - Method in class org.hibernate.envers.revisioninfo.RevisionInfoQueryCreator
-
- getRevisionEndFieldName() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
-
- getRevisionEndTimestampFieldName() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
-
- getRevisionFieldName() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
-
- getRevisionInfoEntityName() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
-
- getRevisionInfoNumberReader() - Method in class org.hibernate.envers.configuration.AuditConfiguration
-
- getRevisionInfoQueryCreator() - Method in class org.hibernate.envers.configuration.AuditConfiguration
-
- getRevisionNumber(Object) - Method in class org.hibernate.envers.revisioninfo.RevisionInfoNumberReader
-
- getRevisionNumberForDate(Date) - Method in interface org.hibernate.envers.AuditReader
-
Gets the revision number, that corresponds to the given date.
- getRevisionNumberForDate(Date) - Method in class org.hibernate.envers.reader.AuditReaderImpl
-
- getRevisionNumberForDateQuery(Session, Date) - Method in class org.hibernate.envers.revisioninfo.RevisionInfoQueryCreator
-
- getRevisionNumberPath() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
-
- getRevisionPropPath(String) - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
-
- getRevisions(Class<?>, Object) - Method in interface org.hibernate.envers.AuditReader
-
Get a list of revision numbers, at which an entity was modified.
- getRevisions(Class<?>, String, Object) - Method in interface org.hibernate.envers.AuditReader
-
Get a list of revision numbers, at which an entity was modified, looking by entityName.
- getRevisions(Class<?>, Object) - Method in class org.hibernate.envers.reader.AuditReaderImpl
-
- getRevisions(Class<?>, String, Object) - Method in class org.hibernate.envers.reader.AuditReaderImpl
-
- getRevisionsQuery(Session, Set<Number>) - Method in class org.hibernate.envers.revisioninfo.RevisionInfoQueryCreator
-
- getRevisionType() - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
-
- getRevisionType() - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
-
- getRevisionTypePropName() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
-
- getRevisionTypePropType() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
-
- getRHSAlias() - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- getRhsAlias() - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- getRHSColumnNames(AssociationType, SessionFactoryImplementor) - Static method in class org.hibernate.engine.JoinHelper
-
Get the columns of the associated table which are to
be used in the join
- getRHSUniqueKeyName() - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- getRHSUniqueKeyPropertyName() - Method in class org.hibernate.type.AnyType
-
- getRHSUniqueKeyPropertyName() - Method in interface org.hibernate.type.AssociationType
-
The name of a unique property of the associated entity
that provides the join key (null if the identifier of
an entity, or key of a collection)
- getRHSUniqueKeyPropertyName() - Method in class org.hibernate.type.CollectionType
-
- getRHSUniqueKeyPropertyName() - Method in class org.hibernate.type.EntityType
-
- getRightHandOperand() - Method in class org.hibernate.ejb.criteria.expression.BinaryArithmeticOperation
-
Get the right-hand operand.
- getRightHandOperand() - Method in interface org.hibernate.ejb.criteria.expression.BinaryOperatorExpression
-
Get the right-hand operand.
- getRightHandOperand() - Method in class org.hibernate.ejb.criteria.predicate.ComparisonPredicate
-
- getRightHandOperand() - Method in class org.hibernate.hql.ast.tree.BinaryArithmeticOperatorNode
-
Retrieves the right-hand operand of the operator.
- getRightHandOperand() - Method in class org.hibernate.hql.ast.tree.BinaryLogicOperatorNode
-
Retrieves the right-hand operand of the operator.
- getRightHandOperand() - Method in interface org.hibernate.hql.ast.tree.BinaryOperatorNode
-
Retrieves the right-hand operand of the operator.
- getRole() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
- getRole() - Method in interface org.hibernate.collection.PersistentCollection
-
Get the current role name
- getRole() - Method in class org.hibernate.engine.CollectionEntry
-
- getRole() - Method in class org.hibernate.engine.CollectionKey
-
- getRole() - Method in class org.hibernate.engine.profile.Association
-
- getRole() - Method in class org.hibernate.id.ForeignGenerator
-
Getter for property 'role'.
- getRole() - Method in class org.hibernate.mapping.Collection
-
- getRole() - Method in interface org.hibernate.metadata.CollectionMetadata
-
The name of this collection role
- getRole() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getRole() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the name of this collection role (the fully qualified class name,
extended by a "property path")
- getRole() - Method in class org.hibernate.type.CollectionType
-
- getRoleName() - Method in class org.hibernate.mapping.Component
-
- getRollbackOnly() - Method in class org.hibernate.ejb.TransactionImpl
-
- getRootClass() - Method in class org.hibernate.mapping.PersistentClass
-
- getRootClass() - Method in class org.hibernate.mapping.RootClass
-
- getRootClass() - Method in class org.hibernate.mapping.Subclass
-
- getRootCriteria() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getRootEntityName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getRootEntityName() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Returns an object that identifies the space in which identifiers of
this entity hierarchy are unique.
- getRootName() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getRootParameters() - Method in class org.hibernate.envers.tools.query.QueryBuilder
-
- getRoots() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
- getRoots() - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
- getRoots() - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- getRootSQLALias() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getRootTable() - Method in class org.hibernate.mapping.PersistentClass
-
- getRootTable() - Method in class org.hibernate.mapping.RootClass
-
- getRootTable() - Method in class org.hibernate.mapping.Subclass
-
- getRootTableAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getRootTableAlias(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getRootTableAlias(String) - Method in interface org.hibernate.persister.entity.Lockable
-
Get the SQL alias this persister would use for the root table
given the passed driving alias.
- getRootTableIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getRootTableIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Lockable
-
Get the names of columns on the root table used to persist the identifier.
- getRootTableKeyColumnNames() - Method in interface org.hibernate.id.PostInsertIdentityPersister
-
The names of the primary key columns in the root table.
- getRootTableKeyColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getRootTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getRootTableName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getRootTableName() - Method in interface org.hibernate.persister.entity.Lockable
-
Locks are always applied to the "root table".
- getRowId() - Method in class org.hibernate.engine.EntityEntry
-
- getRowId() - Method in class org.hibernate.mapping.Table
-
- getRowIdAlias() - Method in class org.hibernate.loader.DefaultEntityAliases
-
The result set column alias for the Oracle row id
- getRowIdAlias() - Method in interface org.hibernate.loader.EntityAliases
-
The result set column alias for the Oracle row id
- getRowNumber() - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
-
Get the current location in the result set.
- getRowNumber() - Method in class org.hibernate.impl.ScrollableResultsImpl
-
- getRowNumber() - Method in interface org.hibernate.ScrollableResults
-
Get the current location in the result set.
- getRowSelection() - Method in class org.hibernate.engine.QueryParameters
-
- getRowSelection() - Method in class org.hibernate.impl.AbstractQueryImpl
-
- getSaveEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getSaveOrUpdateCopyEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getSaveOrUpdateEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getScalarColumnIndex() - Method in class org.hibernate.hql.ast.tree.AbstractSelectExpression
-
- getScalarColumnIndex() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
-
- getScalarColumnIndex() - Method in class org.hibernate.hql.ast.tree.MapEntryNode
-
- getScalarColumnIndex() - Method in class org.hibernate.hql.ast.tree.QueryNode
-
- getScalarColumnIndex() - Method in interface org.hibernate.hql.ast.tree.SelectExpression
-
Gets index of the select expression in the projection list.
- getScale() - Method in class org.hibernate.cfg.Ejb3Column
-
- getScale() - Method in class org.hibernate.mapping.Column
-
- getSchema() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
-
- getSchema(String, Table) - Method in class org.hibernate.envers.configuration.metadata.AuditMetadataGenerator
-
- getSchema() - Method in class org.hibernate.envers.configuration.metadata.AuditTableData
-
- getSchema() - Method in class org.hibernate.mapping.Table
-
- getSchema() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
- getSchemaName() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getSchemaName() - Method in interface org.hibernate.cfg.Mappings
-
Returns the currently bound default schema name.
- getScope() - Method in class org.hibernate.LockOptions
-
Retrieve the current lock scope setting.
- getScope() - Method in interface org.hibernate.Session.LockRequest
-
Check if locking is cascaded to owned collections and relationships.
- getScrollMode() - Method in class org.hibernate.engine.QueryParameters
-
- getSecond() - Method in class org.hibernate.envers.tools.Pair
-
- getSecond() - Method in class org.hibernate.envers.tools.Triple
-
- getSecondaryExpression() - Method in class org.hibernate.ejb.criteria.expression.NullifExpression
-
- getSecondaryTableDictionary() - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
-
- getSecondaryTableName() - Method in class org.hibernate.cfg.Ejb3Column
-
- getSecondaryTables() - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- getSecondLevelCacheEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Is the second-level cache enabled?
- getSecondLevelCacheEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getSecondLevelCacheHitCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getSecondLevelCacheHitCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getSecondLevelCacheHitCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of cacheable entities/collections successfully retrieved from the cache
- getSecondLevelCacheHitCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getSecondLevelCacheMissCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getSecondLevelCacheMissCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getSecondLevelCacheMissCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of cacheable entities/collections not found in the cache and loaded from the database.
- getSecondLevelCacheMissCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getSecondLevelCachePutCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getSecondLevelCachePutCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getSecondLevelCachePutCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of cacheable entities/collections put in the cache
- getSecondLevelCachePutCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getSecondLevelCacheRegion(String) - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Get a named second-level cache region
- getSecondLevelCacheRegion(String) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getSecondLevelCacheRegionNames() - Method in class org.hibernate.jmx.StatisticsService
-
- getSecondLevelCacheRegionNames() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
Get all second-level cache region names
- getSecondLevelCacheRegionNames() - Method in interface org.hibernate.stat.Statistics
-
Get all second-level cache region names
- getSecondLevelCacheRegionNames() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
Get all second-level cache region names
- getSecondLevelCacheStatistics(String) - Method in class org.hibernate.jmx.StatisticsService
-
- getSecondLevelCacheStatistics(String) - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
Second level cache statistics per region
- getSecondLevelCacheStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
Second level cache statistics per region
- getSecondLevelCacheStatistics(String) - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
Second level cache statistics per region
- getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, Mappings) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, Mappings) - Method in class org.hibernate.cfg.annotations.ListBinder
-
- getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, Mappings) - Method in class org.hibernate.cfg.annotations.MapBinder
-
- getSegmentColumnName() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The name of the column in which we store the segment to which each row
belongs.
- getSegmentValue() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The value in
segment column
which
corresponding to this generator instance.
- getSegmentValueLength() - Method in class org.hibernate.id.enhanced.TableGenerator
-
- getSelect() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getSelectByUniqueKeyString(String) - Method in interface org.hibernate.id.PostInsertIdentityPersister
-
Get a SQL select string that performs a select based on a unique
key determined by the given property name).
- getSelectByUniqueKeyString(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSelectClause() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- getSelectClause() - Method in class org.hibernate.hql.ast.tree.InsertStatement
-
Retreive this insert statement's select-clause.
- getSelectClause() - Method in class org.hibernate.hql.ast.tree.QueryNode
-
Locate the select clause that is part of this select statement.
- getSelectClauseNullString(int) - Method in class org.hibernate.dialect.DB2Dialect
-
- getSelectClauseNullString(int) - Method in class org.hibernate.dialect.Dialect
-
Given a
Types
type code, determine an appropriate
null value to use in a select clause.
- getSelectClauseNullString(int) - Method in class org.hibernate.dialect.HSQLDialect
-
- getSelectClauseNullString(int) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getSelectClauseNullString(int) - Method in class org.hibernate.dialect.Oracle9iDialect
-
- getSelectClauseNullString(int) - Method in class org.hibernate.dialect.OracleDialect
-
Deprecated.
- getSelectClauseNullString(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
-
Workaround for postgres bug #1453
- getSelectClauseNullString(int) - Method in class org.hibernate.dialect.TeradataDialect
-
- getSelectFieldsWithoutAliases(StringBuilder) - Static method in class org.hibernate.dialect.SQLServer2005Dialect
-
This utility method searches the given sql query for the fields of the select statement and returns them without
the aliases.
- getSelectGUIDString() - Method in class org.hibernate.dialect.Dialect
-
Get the command used to select a GUID from the underlying database.
- getSelectGUIDString() - Method in class org.hibernate.dialect.IngresDialect
-
Expression for created UUID string
- getSelectGUIDString() - Method in class org.hibernate.dialect.MySQLDialect
-
- getSelectGUIDString() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getSelectGUIDString() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getSelectGUIDString() - Method in class org.hibernate.dialect.PostgresPlusDialect
-
- getSelection() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
- getSelection() - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
-
- getSelection() - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- getSelection() - Method in class org.hibernate.impl.AbstractQueryImpl
-
- getSelectName() - Method in class org.hibernate.hql.classic.SelectPathExpressionParser
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.Dialect
-
Generate the select expression fragment that will retrieve the next
value of a sequence as part of another (typically DML) statement.
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.H2Dialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.HSQLDialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.InformixDialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.IngresDialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.InterbaseDialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.MckoiDialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.SAPDBDialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.TimesTenDialect
-
- getSelectSQL() - Method in class org.hibernate.id.IdentityGenerator.BasicDelegate
-
- getSelectSQL() - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
-
Get the SQL statement to be used to retrieve generated key values.
- getSelectSQL() - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
-
- getSelectType() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getSemiResolvedType(SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getSemiResolvedType(SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
-
- getSemiResolvedType(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
-
- getSemiResolvedType(SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
-
Get the type of a semi-resolved value.
- getSequence() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getSequenceName() - Method in class org.hibernate.id.SequenceGenerator
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.DB2Dialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.DerbyDialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.Dialect
-
Generate the appropriate select statement to to retrieve the next value
of a sequence.
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.H2Dialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.HSQLDialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.InformixDialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.IngresDialect
-
The syntax that fetches the next value of a sequence, if sequences are supported.
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.InterbaseDialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.MckoiDialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.MimerSQLDialect
-
The syntax used to get the next value of a sequence in Mimer SQL
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.SAPDBDialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.TimesTenDialect
-
- getSequentialSelect(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSequentialSelect(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSession() - Method in class org.hibernate.action.CollectionAction
-
- getSession() - Method in class org.hibernate.action.EntityAction
-
originating session accessor
- getSession() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
Get the current session
- getSession() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
return a Session
- getSession() - Method in class org.hibernate.ejb.CurrentEntityManagerImpl
-
Deprecated.
- getSession() - Method in class org.hibernate.ejb.EntityManagerImpl
-
- getSession() - Method in interface org.hibernate.ejb.HibernateEntityManager
-
Retrieve a reference to the Hibernate
Session
used by this
EntityManager
.
- getSession() - Method in interface org.hibernate.engine.PersistenceContext
-
Get the session to which this persistence context is bound.
- getSession() - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- getSession() - Method in class org.hibernate.envers.reader.AuditReaderImpl
-
- getSession() - Method in interface org.hibernate.envers.reader.AuditReaderImplementor
-
- getSession() - Method in class org.hibernate.event.AbstractEvent
-
Returns the session event source for this event.
- getSession() - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getSession() - Method in class org.hibernate.impl.CriteriaImpl
-
- getSession(EntityMode) - Method in class org.hibernate.impl.SessionImpl
-
- getSession() - Method in class org.hibernate.intercept.AbstractFieldInterceptor
-
- getSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Get the session to which this proxy is associated, or null if it is not attached.
- getSession() - Method in interface org.hibernate.proxy.LazyInitializer
-
Get the session to which this proxy is associated, or null if it is not attached.
- getSession(EntityMode) - Method in interface org.hibernate.Session
-
Starts a new Session with the given entity mode in effect.
- getSessionCloseCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getSessionCloseCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getSessionCloseCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of sessions closed
- getSessionCloseCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getSessionFactory() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
-
- getSessionFactory() - Method in interface org.hibernate.ejb.HibernateEntityManagerFactory
-
- getSessionFactory() - Method in class org.hibernate.engine.LoadQueryInfluencers
-
- getSessionFactory() - Method in class org.hibernate.impl.SessionImpl
-
- getSessionFactory() - Method in interface org.hibernate.Session
-
Get the session factory which created this session.
- getSessionFactory() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
-
Retrieves the session factory for this context.
- getSessionFactory() - Method in class org.hibernate.testing.junit.functional.ExecutionEnvironment
-
- getSessionFactory() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getSessionFactoryHelper() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- getSessionFactoryHelper() - Method in class org.hibernate.hql.ast.tree.HqlSqlWalkerNode
-
- getSessionFactoryName() - Method in class org.hibernate.cfg.Settings
-
- getSessionFactoryObserver() - Method in class org.hibernate.cfg.Configuration
-
- getSessionImplementor() - Method in class org.hibernate.envers.reader.AuditReaderImpl
-
- getSessionImplementor() - Method in interface org.hibernate.envers.reader.AuditReaderImplementor
-
- getSessionOpenCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getSessionOpenCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getSessionOpenCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of sessions opened
- getSessionOpenCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getSessions() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
Get the factory for this test environment.
- getSet(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getSet(String, Class<E>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getSetClause() - Method in class org.hibernate.hql.ast.tree.UpdateStatement
-
- getSetter(Class, PropertyData) - Static method in class org.hibernate.envers.tools.reflection.ReflectionTools
-
- getSetter(Class) - Method in class org.hibernate.mapping.Property
-
- getSetter(Class, String) - Method in class org.hibernate.property.BackrefPropertyAccessor
-
Create a "setter" for the named attribute
- getSetter(Class, String) - Method in class org.hibernate.property.BasicPropertyAccessor
-
- getSetter(Class, String) - Method in class org.hibernate.property.ChainedPropertyAccessor
-
- getSetter(Class, String) - Method in class org.hibernate.property.DirectPropertyAccessor
-
- getSetter(Class, String) - Method in class org.hibernate.property.Dom4jAccessor
-
Create a "setter" for the named attribute
- getSetter(Class, String) - Method in class org.hibernate.property.EmbeddedPropertyAccessor
-
- getSetter(Class, String) - Method in class org.hibernate.property.IndexPropertyAccessor
-
- getSetter(Class, String) - Method in class org.hibernate.property.MapAccessor
-
Create a "setter" for the named attribute
- getSetter(Class, String) - Method in class org.hibernate.property.NoopAccessor
-
Create a "setter" for the named attribute
- getSetter(Class, String) - Method in interface org.hibernate.property.PropertyAccessor
-
Create a "setter" for the named attribute
- getSetters() - Method in class org.hibernate.bytecode.javassist.BulkAccessor
-
Returns the getter names of the properties.
- getSettings() - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
- getSettings() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getSharedCacheMode() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- getShort(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getShort(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a short
- getShowSqlEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Is SQL logging enabled?
- getShowSqlEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getSignatureType(Member) - Static method in class org.hibernate.ejb.metamodel.AttributeFactory
-
- getSimpleValueBinder() - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- getSingleResult() - Method in class org.hibernate.ejb.QueryImpl
- getSingleResult() - Method in interface org.hibernate.envers.query.AuditQuery
-
- getSingleResult() - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- getSingularAttribute(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getSingularAttribute(String, Class<Y>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getSingularAttributes() - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
- getSize(Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getSize(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- getSizeInMemory() - Method in interface org.hibernate.cache.Cache
-
Deprecated.
The number of bytes is this cache region currently consuming in memory.
- getSizeInMemory() - Method in class org.hibernate.cache.EhCache
-
Warning: This method can be very expensive to run.
- getSizeInMemory() - Method in class org.hibernate.cache.HashtableCache
-
- getSizeInMemory() - Method in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
-
- getSizeInMemory() - Method in interface org.hibernate.cache.Region
-
The number of bytes is this cache region currently consuming in memory.
- getSizeInMemory() - Method in class org.hibernate.stat.ConcurrentSecondLevelCacheStatisticsImpl
-
- getSizeInMemory() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
-
- getSizeInMemory() - Method in class org.hibernate.stat.SecondLevelCacheStatisticsImpl
-
- getSnapshot() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
Get the current snapshot from the session
- getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentArrayHolder
-
- getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentBag
-
- getSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.PersistentCollection
-
Return a new snapshot of the current state of the collection
- getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentElementHolder
-
- getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
-
- getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentList
-
- getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentMap
-
- getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.PersistentSet
-
- getSnapshot() - Method in class org.hibernate.engine.CollectionEntry
-
- getSnapshot(PersistentCollection) - Method in interface org.hibernate.engine.PersistenceContext
-
Get the snapshot of the pre-flush collection state
- getSnapshot(PersistentCollection) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Get the snapshot of the pre-flush collection state
- getSnapshotElement(Object, int) - Method in class org.hibernate.collection.PersistentArrayHolder
-
- getSnapshotElement(Object, int) - Method in class org.hibernate.collection.PersistentBag
-
- getSnapshotElement(Object, int) - Method in interface org.hibernate.collection.PersistentCollection
-
Get the snapshot value of the given collection entry
- getSnapshotElement(Object, int) - Method in class org.hibernate.collection.PersistentElementHolder
-
- getSnapshotElement(Object, int) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- getSnapshotElement(Object, int) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
-
- getSnapshotElement(Object, int) - Method in class org.hibernate.collection.PersistentList
-
- getSnapshotElement(Object, int) - Method in class org.hibernate.collection.PersistentMap
-
- getSnapshotElement(Object, int) - Method in class org.hibernate.collection.PersistentSet
-
- getSortKey() - Method in class org.hibernate.sql.ordering.antlr.SortSpecification
-
- getSource() - Method in class org.hibernate.event.AbstractPreDatabaseOperationEvent
-
- getSource() - Method in class org.hibernate.mapping.FetchProfile
-
Retrieve the fetch profile source.
- getSourceColumn() - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
-
- getSourceColumn() - Method in interface org.hibernate.param.ExplicitParameterSpecification
-
- getSourceLine() - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
-
Retrieves the line number on which this parameter occurs in the source query.
- getSourceLine() - Method in interface org.hibernate.param.ExplicitParameterSpecification
-
Retrieves the line number on which this parameter occurs in the source query.
- getSourceLocation() - Method in class org.hibernate.engine.query.OrdinalParameterDescriptor
-
- getSourceLocations() - Method in class org.hibernate.engine.query.NamedParameterDescriptor
-
- getSourceQuery() - Method in class org.hibernate.engine.query.HQLQueryPlan
-
- getSourceQuery() - Method in class org.hibernate.engine.query.NativeSQLQueryPlan
-
- getSourceQuery() - Method in class org.hibernate.engine.query.QueryMetadata
-
Get the source HQL or native-SQL query.
- getSpecifiedFlushMode() - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- getSpecifiedMaxResults() - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- getSQL() - Method in class org.hibernate.hql.ast.SqlGenerator
-
- getSQL() - Method in exception org.hibernate.JDBCException
-
Get the actual SQL statement that caused the exception
(may be null)
- getSQL() - Method in interface org.hibernate.loader.custom.CustomQuery
-
The SQL query string to be performed.
- getSQL() - Method in class org.hibernate.loader.custom.sql.SQLCustomQuery
-
- getSQLAlias(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the root table alias of an entity
- getSQLAlias(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the root table alias of an entity, taking into account
the qualifier of the property path
- getSQLAlias(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getSQLAlias(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getSQLAliasCount() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getSqlAliasSuffixes() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getSqlAssignmentFragment() - Method in class org.hibernate.hql.ast.tree.AssignmentSpecification
-
- getSqlAST() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
- getSQLDeleteRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getSQLDeleteString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getSQLDeleteStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSqlDescriptor() - Method in class org.hibernate.type.descriptor.sql.BasicBinder
-
- getSqlDescriptor() - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
-
- getSQLException() - Method in exception org.hibernate.JDBCException
-
Get the underlying SQLException.
- getSQLExceptionConverter() - Method in class org.hibernate.cfg.Settings
-
- getSQLExceptionConverter() - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Retrieves the SQLExceptionConverter in effect for this SessionFactory.
- getSQLExceptionConverter() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getSQLExceptionConverter() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getSqlFragment() - Method in interface org.hibernate.hql.ast.TypeDiscriminatorMetadata
-
Get the sql fragment that is used to determine the actual discriminator value for a row.
- getSqlFragment(String) - Method in interface org.hibernate.persister.entity.DiscriminatorMetadata
-
Get the sql fragment that is used to determine the actual discriminator value for a row.
- getSQLFunction() - Method in class org.hibernate.hql.ast.tree.AggregateNode
-
- getSQLFunction() - Method in interface org.hibernate.hql.ast.tree.FunctionNode
-
- getSQLFunction() - Method in class org.hibernate.hql.ast.tree.MethodNode
-
- getSqlFunctionRegistry() - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
- getSqlFunctionRegistry() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getSqlFunctionRegistry() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
-
Retrieves the SQL function registry/tt> for this context.
- getSqlFunctions() - Method in class org.hibernate.cfg.Configuration
-
- getSQLIdentityInsertString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
The query that inserts a row, letting the database generate an id
- getSQLInsertRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getSQLInsertStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSQLLazySelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSQLLazyUpdateByRowIdStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSQLLazyUpdateStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSqlLocations() - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl.ParameterInfo
-
- getSQLOrderByString(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getSQLOrderByString(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Get the order by SQL
- getSQLParameterMetadata(String) - Method in class org.hibernate.engine.query.QueryPlanCache
-
Obtain the parameter metadata for given native-sql query.
- getSQLQuery(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getSQLQuery(String) - Method in interface org.hibernate.cfg.Mappings
-
Get named SQL query metadata.
- getSqlResultSetMappings() - Method in class org.hibernate.cfg.Configuration
-
- getSQLSnapshotSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSQLState() - Method in exception org.hibernate.JDBCException
-
Get the SQLState of the underlying SQLException.
- getSqlStatementLogger() - Method in class org.hibernate.cfg.Settings
-
- getSqlStatements() - Method in class org.hibernate.hql.ast.exec.BasicExecutor
-
- getSqlStatements() - Method in class org.hibernate.hql.ast.exec.MultiTableDeleteExecutor
-
- getSqlStatements() - Method in class org.hibernate.hql.ast.exec.MultiTableUpdateExecutor
-
- getSqlStatements() - Method in interface org.hibernate.hql.ast.exec.StatementExecutor
-
- getSQLString() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
The SQL query string to be called; implemented by all subclasses
- getSQLString() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getSQLString() - Method in interface org.hibernate.hql.QueryTranslator
-
Returns the SQL string generated by the translator.
- getSQLString() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getSQLString() - Method in class org.hibernate.loader.hql.QueryLoader
-
The SQL query string to be called.
- getSQLString() - Method in class org.hibernate.loader.JoinWalker
-
- getSQLString() - Method in class org.hibernate.loader.Loader
-
The SQL query string to be called; implemented by all subclasses
- getSQLString() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getSqlStrings() - Method in class org.hibernate.engine.query.HQLQueryPlan
-
- getSqlType() - Method in class org.hibernate.cfg.Ejb3Column
-
- getSqlType(Dialect, Mapping) - Method in class org.hibernate.mapping.Column
-
- getSqlType() - Method in class org.hibernate.mapping.Column
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.BinaryTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.CharTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.FloatTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.LongVarbinaryTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.LongVarcharTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.NumericTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
-
- getSqlType() - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
-
- getSqlTypeCode(Mapping) - Method in class org.hibernate.mapping.Column
-
- getSqlTypeCode() - Method in class org.hibernate.mapping.Column
-
Returns the underlying columns sqltypecode.
- getSqlTypeDescriptor() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getSQLUpdateByRowIdStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSQLUpdateRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getSQLUpdateStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSQLWhereString(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getSQLWhereString(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getStart() - Method in class org.hibernate.ejb.criteria.expression.function.LocateFunction
-
- getStart() - Method in class org.hibernate.ejb.criteria.expression.function.SubstringFunction
-
- getStartTime() - Method in class org.hibernate.envers.tools.graph.Vertex
-
- getStartTime() - Method in class org.hibernate.jmx.StatisticsService
-
- getStartTime() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getStartTime() - Method in interface org.hibernate.stat.Statistics
-
- getStartTime() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getState() - Method in class org.hibernate.action.EntityInsertAction
-
- getState() - Method in class org.hibernate.cache.entry.CollectionCacheEntry
-
- getState() - Method in class org.hibernate.event.PostInsertEvent
-
- getState() - Method in class org.hibernate.event.PostUpdateEvent
-
- getState() - Method in class org.hibernate.event.PreInsertEvent
-
Getter for property 'state'.
- getState() - Method in class org.hibernate.event.PreLoadEvent
-
- getState() - Method in class org.hibernate.event.PreUpdateEvent
-
Retrieves the state to be used in the update.
- getStatement() - Method in class org.hibernate.jdbc.AbstractBatcher
-
- getStatementType() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- getStatementType() - Method in class org.hibernate.hql.ast.tree.DeleteStatement
-
- getStatementType() - Method in class org.hibernate.hql.ast.tree.InsertStatement
-
- getStatementType() - Method in class org.hibernate.hql.ast.tree.QueryNode
-
- getStatementType() - Method in interface org.hibernate.hql.ast.tree.Statement
-
Return the main token type representing the type of this statement.
- getStatementType() - Method in class org.hibernate.hql.ast.tree.UpdateStatement
-
- getStatistics() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getStatistics() - Method in class org.hibernate.impl.SessionImpl
-
- getStatistics() - Method in class org.hibernate.jmx.SessionFactoryStub
-
- getStatistics() - Method in interface org.hibernate.Session
-
Get the statistics for this session.
- getStatistics() - Method in interface org.hibernate.SessionFactory
-
Retrieve the statistics fopr this factory.
- getStatisticsImplementor() - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Statistics SPI
- getStatisticsImplementor() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getStatus() - Method in class org.hibernate.ejb.transaction.JoinableCMTTransaction
-
- getStatus() - Method in class org.hibernate.engine.EntityEntry
-
- getStatus() - Method in class org.hibernate.testing.tm.SimpleJtaTransactionImpl
-
- getStatus() - Method in class org.hibernate.testing.tm.SimpleJtaTransactionManagerImpl
-
- getStatus() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
- getStatus() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
- getStore() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- getStore() - Method in class org.hibernate.envers.entities.PropertyData
-
- getStoredSnapshot() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
- getStoredSnapshot() - Method in interface org.hibernate.collection.PersistentCollection
-
Get the snapshot cached by the collection
instance
- getStrategies() - Method in interface org.hibernate.ejb.cfg.spi.IdentifierGeneratorStrategyProvider
-
set of strategy / generator class pairs to register as accepted strategies
- getStream() - Method in class org.hibernate.ejb.packaging.Filter
-
- getStream() - Method in class org.hibernate.ejb.packaging.NamedInputStream
-
- getStreamBindingType() - Method in class org.hibernate.type.AlternativeLobTypes
-
Returns the type that binds LOB values using streams.
- getStreamsForBinaryEnabled() - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- getString() - Method in class org.hibernate.ejb.criteria.expression.function.LocateFunction
-
- getString(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getString(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a string
- getString(String, Properties, String) - Static method in class org.hibernate.util.PropertiesHelper
-
Get a property value as a string.
- getString1() - Method in class org.hibernate.ejb.criteria.expression.ConcatExpression
-
- getString2() - Method in class org.hibernate.ejb.criteria.expression.ConcatExpression
-
- getStringBuffer() - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- getStringValue() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getStringValue() - Method in class org.hibernate.tuple.ElementWrapper
-
- getStyle() - Method in class org.hibernate.engine.profile.Fetch
-
- getStyle() - Method in class org.hibernate.mapping.FetchProfile.Fetch
-
- getSubclass() - Method in class org.hibernate.cache.entry.CacheEntry
-
- getSubclassClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSubclassClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubclassClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getSubclassColumnAliasClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassColumnClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassColumnLazyiness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassColumnReaderTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassColumnTableNumberClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassColumnTableNumberClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getSubclassColumnTableNumberClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSubclassColumnTableNumberClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubclassEntityNames() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
Retrieves the defined entity-names for any subclasses defined for this
entity.
- getSubclassEntityNames() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getSubclassEntityPersister(Object, SessionFactoryImplementor, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
A request has already identified the entity-name of this persister as the mapping for the given instance.
- getSubclassEntityPersister(Object, SessionFactoryImplementor, EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
-
A request has already identified the entity-name of this persister as the mapping for the given instance.
- getSubclassForDiscriminatorValue(Object) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getSubclassForDiscriminatorValue(Object) - Method in interface org.hibernate.persister.entity.Loadable
-
Get the concrete subclass corresponding to the given discriminator
value
- getSubclassForDiscriminatorValue(Object) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSubclassForDiscriminatorValue(Object) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubclassFormulaAliasClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassFormulaClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassFormulaLazyiness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassFormulaTableNumberClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassFormulaTableNumberClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getSubclassFormulaTableNumberClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSubclassFormulaTableNumberClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubclassFormulaTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassId() - Method in class org.hibernate.mapping.PersistentClass
-
- getSubclassId() - Method in class org.hibernate.mapping.RootClass
-
- getSubclassId() - Method in class org.hibernate.mapping.Subclass
-
- getSubclassIterator() - Method in class org.hibernate.mapping.PersistentClass
-
Iterate over subclasses in a special 'order', most derived subclasses
first.
- getSubclassJoinClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getSubclassPropertyClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getSubclassPropertyColumnAliases(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyColumnAliases(String, String) - Method in interface org.hibernate.persister.entity.SQLLoadable
-
Return the column alias names used to persist/query the named property of the class or a subclass (optional operation).
- getSubclassPropertyColumnNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyColumnNames(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyColumnNames(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Return the column names used to persist the numbered property of the
class or a subclass.
- getSubclassPropertyColumnNames(String) - Method in interface org.hibernate.persister.entity.SQLLoadable
-
Return the column names used to persist/query the named property of the class or a subclass (optional operation).
- getSubclassPropertyColumnReaderClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyColumnReaderTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyDeclarer(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyDeclarer(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getSubclassPropertyDeclarer(String) - Method in interface org.hibernate.persister.entity.Queryable
-
Determine whether the given property is declared by our
mapped class, our super class, or one of our subclasses...
- getSubclassPropertyFormulaTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyName(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Get the name of the numbered property of the class or a subclass.
- getSubclassPropertyNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertySubclassNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getSubclassPropertyTableName(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Return the table name used to persist the numbered property of the
class or a subclass.
- getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyTableNumber(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Warning:
When there are duplicated property names in the subclasses
of the class, this method may return the wrong table
number for the duplicated subclass property (note that
SingleTableEntityPersister defines an overloaded form
which takes the entity name.
- getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getSubclassPropertyTableNumber(String) - Method in interface org.hibernate.persister.entity.Queryable
-
Given a property name, determine the number of the table which contains the column
to which this property is mapped.
- getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubclassPropertyTableNumber(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubclassPropertyType(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyType(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Get the type of the numbered property of the class or a subclass.
- getSubclassPropertyTypeClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassSpan() - Method in class org.hibernate.mapping.PersistentClass
-
- getSubclassTableClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubclassTableName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getSubclassTableName(int) - Method in interface org.hibernate.persister.entity.Queryable
-
Get the name of the table with the given index from the internal
array.
- getSubclassTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSubclassTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubclassTableSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassTableSpan() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getSubclassTableSpan() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSubclassTableSpan() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubqueries() - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- getSubquery() - Method in class org.hibernate.ejb.criteria.expression.SubqueryComparisonModifierExpression
-
- getSubquery() - Method in class org.hibernate.ejb.criteria.predicate.ExistsPredicate
-
- getSubselect(EntityKey) - Method in class org.hibernate.engine.BatchFetchQueue
-
Retrieve the fetch descriptor associated with the given entity key.
- getSubselect() - Method in class org.hibernate.mapping.Table
-
- getSubString(long, int) - Method in class org.hibernate.engine.jdbc.ClobProxy
-
- getSubtypes() - Method in class org.hibernate.type.AnyType
-
- getSubtypes() - Method in class org.hibernate.type.ComponentType
-
- getSubtypes() - Method in class org.hibernate.type.CompositeCustomType
-
- getSubtypes() - Method in interface org.hibernate.type.CompositeType
-
Get the types of the component properties
- getSuccessfulTransactionCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getSuccessfulTransactionCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getSuccessfulTransactionCount() - Method in interface org.hibernate.stat.Statistics
-
The number of transactions we know to have been successful
- getSuccessfulTransactionCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getSuffix() - Method in interface org.hibernate.loader.CollectionAliases
-
Returns the suffix used to unique the column aliases for this
particular alias set.
- getSuffix() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
-
Returns the suffix used to unique the column aliases for this particular alias set.
- getSuffix() - Method in class org.hibernate.loader.GeneratedCollectionAliases
-
Returns the suffix used to unique the column aliases for this particular alias set.
- getSuffixedDiscriminatorAlias() - Method in class org.hibernate.loader.DefaultEntityAliases
-
The result set column aliases for the discriminator columns
- getSuffixedDiscriminatorAlias() - Method in interface org.hibernate.loader.EntityAliases
-
The result set column aliases for the discriminator columns
- getSuffixedElementAliases() - Method in interface org.hibernate.loader.CollectionAliases
-
Returns the suffixed result-set column-aliases for the columns
making up the collection's elements.
- getSuffixedElementAliases() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
-
Returns the suffixed result-set column-aliases for the columns making up the collection's elements.
- getSuffixedElementAliases() - Method in class org.hibernate.loader.GeneratedCollectionAliases
-
Returns the suffixed result-set column-aliases for the columns making up the collection's elements.
- getSuffixedIdentifierAlias() - Method in interface org.hibernate.loader.CollectionAliases
-
Returns the suffixed result-set column-aliases for the column
defining the collection's identifier (if any).
- getSuffixedIdentifierAlias() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
-
Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any).
- getSuffixedIdentifierAlias() - Method in class org.hibernate.loader.GeneratedCollectionAliases
-
Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any).
- getSuffixedIndexAliases() - Method in interface org.hibernate.loader.CollectionAliases
-
Returns the suffixed result-set column-aliases for the collumns
making up the collection's index (map or list).
- getSuffixedIndexAliases() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
-
Returns the suffixed result-set column-aliases for the collumns making up the collection's index (map or list).
- getSuffixedIndexAliases() - Method in class org.hibernate.loader.GeneratedCollectionAliases
-
Returns the suffixed result-set column-aliases for the collumns making up the collection's index (map or list).
- getSuffixedKeyAliases() - Method in interface org.hibernate.loader.CollectionAliases
-
Returns the suffixed result-set column-aliases for columns making
up the key for this collection (i.e., its FK to its owner).
- getSuffixedKeyAliases() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
-
Returns the suffixed result-set column-aliases for columns making up the key for this collection (i.e., its FK to
its owner).
- getSuffixedKeyAliases() - Method in class org.hibernate.loader.DefaultEntityAliases
-
The result set column aliases for the primary key columns
- getSuffixedKeyAliases() - Method in interface org.hibernate.loader.EntityAliases
-
The result set column aliases for the primary key columns
- getSuffixedKeyAliases() - Method in class org.hibernate.loader.GeneratedCollectionAliases
-
Returns the suffixed result-set column-aliases for columns making up the key for this collection (i.e., its FK to
its owner).
- getSuffixedPropertyAliases(Loadable) - Method in class org.hibernate.loader.DefaultEntityAliases
-
The result set column aliases for the property columns of a subclass
- getSuffixedPropertyAliases() - Method in class org.hibernate.loader.DefaultEntityAliases
-
The result set column aliases for the property columns
- getSuffixedPropertyAliases() - Method in interface org.hibernate.loader.EntityAliases
-
The result set column aliases for the property columns
- getSuffixedPropertyAliases(Loadable) - Method in interface org.hibernate.loader.EntityAliases
-
The result set column aliases for the property columns of a subclass
- getSuffixedVersionAliases() - Method in class org.hibernate.loader.DefaultEntityAliases
-
The result set column aliases for the version columns
- getSuffixedVersionAliases() - Method in interface org.hibernate.loader.EntityAliases
-
The result set column aliases for the version columns
- getSuffixes() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- getSuffixes() - Method in class org.hibernate.loader.BasicLoader
-
- getSuffixes() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getSuffixes() - Method in class org.hibernate.loader.JoinWalker
-
- getSuffixes() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getSuperclass() - Method in class org.hibernate.mapping.PersistentClass
-
- getSuperclass() - Method in class org.hibernate.mapping.RootClass
-
- getSuperclass() - Method in class org.hibernate.mapping.Subclass
-
- getSuperclass() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getSuperclassInheritanceState(XClass, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.InheritanceState
-
- getSuperMappedSuperclass() - Method in class org.hibernate.mapping.MappedSuperclass
-
Returns the first superclass marked as @MappedSuperclass or null if:
- none exists
- or the first persistent superclass found is an @Entity
- getSuperMappedSuperclass() - Method in class org.hibernate.mapping.PersistentClass
-
- getSuperPersistentClass() - Method in class org.hibernate.mapping.MappedSuperclass
-
Returns the PersistentClass of the first superclass marked as @Entity
or null if none exists
- getSupertype() - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
- getSupertype() - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
-
- getSupportedHints() - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- getSynchronizedTables() - Method in class org.hibernate.mapping.Collection
-
- getSynchronizedTables() - Method in class org.hibernate.mapping.PersistentClass
-
- getSynchronizedTables() - Method in class org.hibernate.mapping.RootClass
-
- getSynchronizedTables() - Method in class org.hibernate.mapping.Subclass
-
- getSynchronizedTables() - Method in class org.hibernate.mapping.UnionSubclass
-
- getSyncManager() - Method in class org.hibernate.envers.configuration.AuditConfiguration
-
- getTable() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- getTable() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- getTable() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- getTable(String, String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getTable() - Method in class org.hibernate.cfg.Ejb3Column
-
Find appropriate table of the column.
- getTable(String, String, String) - Method in interface org.hibernate.cfg.Mappings
-
Returns the named table metadata.
- getTable() - Method in interface org.hibernate.cfg.PropertyHolder
-
- getTable() - Method in class org.hibernate.mapping.Collection
-
- getTable() - Method in class org.hibernate.mapping.Constraint
-
- getTable() - Method in class org.hibernate.mapping.Index
-
- getTable() - Method in class org.hibernate.mapping.Join
-
- getTable() - Method in class org.hibernate.mapping.JoinedSubclass
-
- getTable() - Method in class org.hibernate.mapping.OneToMany
-
Table of the owner entity (the "one" side)
- getTable() - Method in class org.hibernate.mapping.PersistentClass
-
- getTable() - Method in class org.hibernate.mapping.RootClass
-
- getTable() - Method in class org.hibernate.mapping.SimpleValue
-
- getTable() - Method in class org.hibernate.mapping.Subclass
-
- getTable() - Method in class org.hibernate.mapping.UnionSubclass
-
- getTable() - Method in interface org.hibernate.mapping.Value
-
- getTableAccessCount() - Method in class org.hibernate.id.enhanced.TableGenerator
-
Getter for property 'tableAccessCount'.
- getTableAlias() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getTableClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getTableClosureIterator() - Method in class org.hibernate.mapping.RootClass
-
- getTableClosureIterator() - Method in class org.hibernate.mapping.Subclass
-
- getTableComment(String) - Method in class org.hibernate.dialect.Dialect
-
- getTableComment(String) - Method in class org.hibernate.dialect.MySQLDialect
-
- getTableHasColumns() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getTableMappings() - Method in class org.hibernate.cfg.Configuration
-
Iterate the table mappings
- getTableMappings() - Method in class org.hibernate.ejb.Ejb3Configuration
-
- getTableMetadata(String, String, String, boolean) - Method in class org.hibernate.tool.hbm2ddl.DatabaseMetadata
-
- getTableName() - Method in class org.hibernate.hql.ast.tree.IntoClause
-
- getTableName() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The name of the table in which we store this generator's persistent state.
- getTableName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getTableName() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- getTableName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getTableName() - Method in interface org.hibernate.persister.entity.Joinable
-
The table to join to.
- getTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getTableName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getTableName() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getTableName() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getTableName() - Method in class org.hibernate.sql.Update
-
- getTableSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getTableSpan() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getTableSpan() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getTableSpan() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getTableTypeString() - Method in class org.hibernate.dialect.Dialect
-
- getTableTypeString() - Method in class org.hibernate.dialect.MySQL5InnoDBDialect
-
- getTableTypeString() - Method in class org.hibernate.dialect.MySQLInnoDBDialect
-
- getTableTypeString() - Method in class org.hibernate.dialect.MySQLMyISAMDialect
-
- getTableUniqueConstraints() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
- getTableUniqueConstraints() - Method in interface org.hibernate.cfg.Mappings
-
- getTableUpdateNeeded(int[], boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Decide which tables need to be updated.
- getTarget() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Getter for property 'target'.
- getTargetClassIfProxied(Class<T>) - Static method in class org.hibernate.envers.tools.Tools
-
- getTargetEntity(PropertyData, Mappings) - Static method in class org.hibernate.cfg.ToOneBinder
-
- getTargetFromProxy(SessionFactoryImplementor, HibernateProxy) - Static method in class org.hibernate.envers.tools.Tools
-
- getTemplate() - Method in class org.hibernate.dialect.function.TemplateRenderer
-
- getTemplate(Dialect, SQLFunctionRegistry) - Method in class org.hibernate.mapping.Column
-
- getTemplate(Dialect, SQLFunctionRegistry) - Method in class org.hibernate.mapping.Formula
-
- getTemplate(Dialect, SQLFunctionRegistry) - Method in interface org.hibernate.mapping.Selectable
-
- getTemporaryIdTableDDL() - Method in class org.hibernate.mapping.PersistentClass
-
- getTemporaryIdTableDDL() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getTemporaryIdTableDDL() - Method in interface org.hibernate.persister.entity.Queryable
-
Get the appropriate DDL command for generating the temporary table to
be used to (potentially) store id values when performing bulk update/deletes.
- getTemporaryIdTableName() - Method in class org.hibernate.mapping.PersistentClass
-
- getTemporaryIdTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getTemporaryIdTableName() - Method in interface org.hibernate.persister.entity.Queryable
-
Get the name of the temporary table to be used to (potentially) store id values
when performing bulk update/deletes.
- Getter - Interface in org.hibernate.property
-
Gets values of a particular property
- getters - Variable in class org.hibernate.bytecode.javassist.BulkAccessor
-
- getters - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- getters - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getText(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getText(Dialect) - Method in class org.hibernate.mapping.Column
-
- getText() - Method in class org.hibernate.mapping.Column
-
- getText(Dialect) - Method in class org.hibernate.mapping.Formula
-
- getText() - Method in class org.hibernate.mapping.Formula
-
- getText(Dialect) - Method in interface org.hibernate.mapping.Selectable
-
- getText() - Method in interface org.hibernate.mapping.Selectable
-
- getText() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getText(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read text
- getText() - Method in interface org.hibernate.sql.ordering.antlr.Node
-
Get the intrinsic text of this node.
- getText() - Method in class org.hibernate.tuple.ElementWrapper
-
- getTextLength() - Method in class org.hibernate.hql.ast.tree.Node
-
- getTextTrim() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getTextTrim() - Method in class org.hibernate.tuple.ElementWrapper
-
- getThird() - Method in class org.hibernate.envers.tools.Triple
-
- getTimeout() - Method in interface org.hibernate.cache.Cache
-
Deprecated.
Get a reasonable "lock timeout"
- getTimeout() - Method in class org.hibernate.cache.EhCache
-
Returns the lock timeout for this cache.
- getTimeout() - Method in class org.hibernate.cache.HashtableCache
-
- getTimeout() - Method in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
-
- getTimeout() - Method in interface org.hibernate.cache.Region
-
- getTimeout() - Method in class org.hibernate.engine.NamedQueryDefinition
-
- getTimeout() - Method in class org.hibernate.engine.RowSelection
-
- getTimeout() - Method in class org.hibernate.impl.CriteriaImpl
-
- getTimeOut() - Method in class org.hibernate.LockOptions
-
Retrieve the current timeout setting.
- getTimeOut() - Method in interface org.hibernate.Session.LockRequest
-
Get the timeout setting.
- getTimesAccessed() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
How many times has this structure been accessed through this reference?
- getTimesAccessed() - Method in class org.hibernate.id.enhanced.SequenceStructure
-
How many times has this structure been accessed through this reference?
- getTimesAccessed() - Method in class org.hibernate.id.enhanced.TableStructure
-
How many times has this structure been accessed through this reference?
- getTimestamp() - Method in interface org.hibernate.engine.SessionImplementor
-
System time before the start of the transaction
- getTimestamp() - Method in class org.hibernate.envers.DefaultRevisionEntity
-
- getTimestamp() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- getTimestamp() - Method in class org.hibernate.impl.SessionImpl
-
- getTimestamp() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getTimeZone(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getTimeZone(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a timezone
- getToEntityName() - Method in class org.hibernate.envers.entities.RelationDescription
-
- getTokenReplacements() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- getTokenTypeName(int) - Method in class org.hibernate.hql.ast.util.ASTPrinter
-
Returns the token type name for the given token type.
- getTokenTypeName(Class, int) - Static method in class org.hibernate.hql.ast.util.ASTUtil
-
Intended to retrieve the name of an AST token type based on the token type interface.
- getTransaction() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- getTransaction() - Method in class org.hibernate.impl.SessionImpl
-
- getTransaction() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- getTransaction() - Method in class org.hibernate.jdbc.JDBCContext
-
- getTransaction() - Method in interface org.hibernate.Session
-
Get the Transaction instance associated with this session.
- getTransaction() - Method in interface org.hibernate.StatelessSession
-
Get the current Hibernate transaction.
- getTransaction() - Method in class org.hibernate.testing.tm.SimpleJtaTransactionManagerImpl
-
- getTransaction() - Method in class org.hibernate.transaction.CMTTransaction
-
Getter for property 'transaction'.
- getTransaction() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
- getTransactionCount() - Method in class org.hibernate.jmx.StatisticsService
-
- getTransactionCount() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- getTransactionCount() - Method in interface org.hibernate.stat.Statistics
-
The number of transactions we know to have completed
- getTransactionCount() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- getTransactionFactory() - Method in class org.hibernate.cfg.Settings
-
- getTransactionFactory() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getTransactionIdentifier(Transaction) - Method in class org.hibernate.testing.tm.TransactionManagerLookupImpl
-
- getTransactionIdentifier(Transaction) - Method in class org.hibernate.transaction.BTMTransactionManagerLookup
-
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
- getTransactionIdentifier(Transaction) - Method in class org.hibernate.transaction.JBossTSStandaloneTransactionManagerLookup
-
- getTransactionIdentifier(Transaction) - Method in class org.hibernate.transaction.JNDITransactionManagerLookup
-
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
- getTransactionIdentifier(Transaction) - Method in class org.hibernate.transaction.JOnASTransactionManagerLookup
-
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
- getTransactionIdentifier(Transaction) - Method in class org.hibernate.transaction.JOTMTransactionManagerLookup
-
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
- getTransactionIdentifier(Transaction) - Method in interface org.hibernate.transaction.TransactionManagerLookup
-
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
- getTransactionIdentifier(Transaction) - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup
-
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
- getTransactionIdentifier(Transaction) - Method in class org.hibernate.transaction.WebSphereTransactionManagerLookup
-
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
- getTransactionManager() - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Get the JTA transaction manager
- getTransactionManager() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getTransactionManager(Properties) - Method in class org.hibernate.testing.tm.TransactionManagerLookupImpl
-
- getTransactionManager(Properties) - Method in class org.hibernate.transaction.BTMTransactionManagerLookup
-
- getTransactionManager(Properties) - Method in class org.hibernate.transaction.JBossTSStandaloneTransactionManagerLookup
-
- getTransactionManager(Properties) - Method in class org.hibernate.transaction.JNDITransactionManagerLookup
-
- getTransactionManager(Properties) - Method in class org.hibernate.transaction.JOnASTransactionManagerLookup
-
- getTransactionManager(Properties) - Method in class org.hibernate.transaction.JOTMTransactionManagerLookup
-
- getTransactionManager(Properties) - Method in interface org.hibernate.transaction.TransactionManagerLookup
-
- getTransactionManager(Properties) - Static method in class org.hibernate.transaction.TransactionManagerLookupFactory
-
Convenience method for locating the JTA
TransactionManager
from the
given platform config.
- getTransactionManager(Properties) - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup
-
- getTransactionManager(Properties) - Method in class org.hibernate.transaction.WebSphereTransactionManagerLookup
-
- getTransactionManagerLookup() - Method in class org.hibernate.cfg.Settings
-
- getTransactionManagerLookup(Properties) - Static method in class org.hibernate.transaction.TransactionManagerLookupFactory
-
- getTransactionManagerLookupStrategy() - Method in class org.hibernate.jmx.HibernateService
-
- getTransactionManagerLookupStrategy() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Get the strategy for obtaining the JTA TransactionManager
- getTransactionStrategy() - Method in class org.hibernate.jmx.HibernateService
-
- getTransactionStrategy() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
The fully qualified class name of the Hibernate TransactionFactory implementation
- getTransactionType() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- getTransactionType(String) - Static method in class org.hibernate.ejb.packaging.PersistenceXmlLoader
-
- getTransformer(ClassFilter, FieldFilter) - Method in interface org.hibernate.bytecode.BytecodeProvider
-
Generate a ClassTransformer capable of performing bytecode manipulation.
- getTransformer(ClassFilter, FieldFilter) - Method in class org.hibernate.bytecode.cglib.BytecodeProviderImpl
-
Deprecated.
- getTransformer(ClassFilter, FieldFilter) - Method in class org.hibernate.bytecode.javassist.BytecodeProviderImpl
-
- getTransientCopyCache(MergeEvent, EventCache) - Method in class org.hibernate.event.def.DefaultMergeEventListener
-
- getTranslators() - Method in class org.hibernate.engine.query.HQLQueryPlan
-
- getTrimCharacter() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
-
- getTrimCharacter() - Method in class org.hibernate.ejb.criteria.expression.function.TrimFunction
-
- getTrimSource() - Method in class org.hibernate.ejb.criteria.expression.function.TrimFunction
-
- getTrimspec() - Method in class org.hibernate.ejb.criteria.expression.function.TrimFunction
-
- getTrimSpecification() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
-
- getTrueString() - Method in class org.hibernate.type.CharBooleanType
-
- getTruthValue() - Method in class org.hibernate.ejb.criteria.predicate.ExplicitTruthValueCheck
-
- getTuplizer(SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getTuplizer(EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getTuplizer(EntityMode) - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getTuplizer(EntityMode) - Method in class org.hibernate.tuple.EntityModeToTuplizerMapping
-
Locate the tuplizer contained within this mapping which is responsible
for the given entity-mode.
- getTuplizerImplClassName(EntityMode) - Method in class org.hibernate.mapping.Component
-
- getTuplizerImplClassName(EntityMode) - Method in class org.hibernate.mapping.PersistentClass
-
- getTuplizerImplClassName(EntityMode) - Method in class org.hibernate.mapping.Subclass
-
- getTuplizerMap() - Method in class org.hibernate.mapping.Component
-
- getTuplizerMap() - Method in class org.hibernate.mapping.PersistentClass
-
- getTuplizerMap() - Method in class org.hibernate.mapping.Subclass
-
- getTuplizerMapping() - Method in class org.hibernate.tuple.component.ComponentMetamodel
-
- getTuplizerMapping() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getTuplizerMapping() - Method in class org.hibernate.type.ComponentType
-
- getTuplizerOrNull(EntityMode) - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getTuplizerOrNull(EntityMode) - Method in class org.hibernate.tuple.EntityModeToTuplizerMapping
-
Locate the contained tuplizer responsible for the given entity-mode.
- getType() - Method in enum org.hibernate.cfg.AccessType
-
- getType() - Method in class org.hibernate.cfg.InheritanceState
-
- getType(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the type of a property path, ignoring projection aliases
- getType() - Method in class org.hibernate.dialect.function.StandardSQLFunction
-
Function static return type accessor.
- getType() - Method in exception org.hibernate.DuplicateMappingException
-
- getType() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
-
- getType() - Method in class org.hibernate.ejb.metamodel.SingularAttributeImpl
- getType() - Method in class org.hibernate.engine.query.sql.NativeSQLQueryScalarReturn
-
- getType() - Method in class org.hibernate.engine.TypedValue
-
- getType(int) - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getType() - Method in exception org.hibernate.InvalidMappingException
-
- getType(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getType() - Method in class org.hibernate.loader.custom.ScalarReturn
-
- getType() - Method in class org.hibernate.mapping.Any
-
- getType() - Method in class org.hibernate.mapping.Collection
-
- getType() - Method in class org.hibernate.mapping.Component
-
- getType() - Method in class org.hibernate.mapping.DependantValue
-
- getType() - Method in class org.hibernate.mapping.ManyToOne
-
- getType() - Method in class org.hibernate.mapping.OneToMany
-
- getType() - Method in class org.hibernate.mapping.OneToOne
-
- getType() - Method in class org.hibernate.mapping.Property
-
- getType() - Method in class org.hibernate.mapping.SimpleValue
-
- getType() - Method in class org.hibernate.mapping.ToOne
-
- getType() - Method in interface org.hibernate.mapping.Value
-
- getType() - Method in exception org.hibernate.MappingNotFoundException
-
- getType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getType() - Method in class org.hibernate.persister.collection.CollectionPropertyMapping
-
- getType() - Method in class org.hibernate.persister.collection.CompositeElementPropertyMapping
-
- getType() - Method in class org.hibernate.persister.collection.ElementPropertyMapping
-
- getType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getType() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
-
- getType() - Method in interface org.hibernate.persister.entity.PropertyMapping
-
Get the type of the thing containing the properties
- getType() - Method in interface org.hibernate.persister.entity.SQLLoadable
-
Get the type
- getType(int) - Method in interface org.hibernate.ScrollableResults
-
Get the type of the ith column of results
- getType() - Method in class org.hibernate.tuple.Property
-
- getType() - Method in interface org.hibernate.util.xml.Origin
-
Retrieve the type of origin.
- getType() - Method in class org.hibernate.util.xml.OriginImpl
-
Retrieve the type of origin.
- getTypeClass() - Method in class org.hibernate.mapping.TypeDef
-
- getTypeCode() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
- getTypeDef(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getTypeDef(String) - Method in interface org.hibernate.cfg.Mappings
-
Retrieve a type definition by name.
- getTypedIdentifierValue(Criteria, Object) - Method in interface org.hibernate.criterion.CriteriaQuery
-
- getTypedIdentifierValue(Criteria, Object) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getTypeDiscriminatorMetadata() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getTypeDiscriminatorMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getTypeDiscriminatorMetadata() - Method in interface org.hibernate.persister.entity.Queryable
-
Retrieve the information needed to properly deal with this entity's discriminator
in a query.
- getTypedValue(Criteria, String, Object) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the a typed value for the given property value.
- getTypedValue(Criteria, String, Object) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
Get the a typed value for the given property value.
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AbstractEmptinessExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.BetweenExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Criterion
-
Return typed values for all parameters in the rendered SQL fragment
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Example
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierEqExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IlikeExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.InExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Junction
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.LikeExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.LogicalExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NaturalIdentifier
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NotExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NotNullExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NullExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleSubqueryExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SizeExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLCriterion
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SubqueryExpression
-
- getTypeFactory() - Method in class org.hibernate.type.TypeResolver
-
- getTypeFromXML(Element) - Static method in class org.hibernate.cfg.HbmBinder
-
- getTypeHelper() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getTypeHelper() - Method in class org.hibernate.impl.SessionImpl
-
- getTypeHelper() - Method in class org.hibernate.jmx.SessionFactoryStub
-
- getTypeHelper() - Method in interface org.hibernate.Session
-
- getTypeHelper() - Method in interface org.hibernate.SessionFactory
-
- getTypeIndex() - Method in class org.hibernate.mapping.Column
-
- getTypeName() - Method in interface org.hibernate.cfg.PropertyData
-
Returns the returned class name itself
- getTypeName() - Method in class org.hibernate.cfg.PropertyInferredData
-
- getTypeName() - Method in class org.hibernate.cfg.PropertyPreloadedData
-
- getTypeName() - Method in class org.hibernate.cfg.WrappedInferredData
-
- getTypeName(int) - Method in class org.hibernate.dialect.Dialect
-
Get the name of the database type associated with the given
Types
typecode.
- getTypeName(int, int, int, int) - Method in class org.hibernate.dialect.Dialect
-
Get the name of the database type associated with the given
Types
typecode with the given storage specification
parameters.
- getTypeName(int, int, int, int) - Method in class org.hibernate.dialect.TeradataDialect
-
Get the name of the database type associated with the given
java.sql.Types typecode.
- getTypeName() - Method in class org.hibernate.mapping.Collection
-
- getTypeName() - Method in class org.hibernate.mapping.SimpleValue
-
- getTypeName() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
- getTypeName(int) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
-
- getTypeName(Integer) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
-
- getTypeOverrides() - Method in class org.hibernate.dialect.Dialect
-
Retrieve dialect-specific types for overriding "basic" types.
- getTypeParameters() - Method in class org.hibernate.mapping.Collection
-
- getTypeParameters() - Method in class org.hibernate.mapping.SimpleValue
-
- getTypeResolver() - Method in class org.hibernate.cfg.Configuration
-
- getTypeResolver() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getTypeResolver() - Method in interface org.hibernate.cfg.Mappings
-
Retrieve the type resolver in effect.
- getTypeResolver() - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Retrieve the
Type
resolver associated with this factory.
- getTypeResolver() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
-
Types returned by the rendered SQL
fragment
.
- getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
-
- getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
-
- getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
-
- getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
-
- getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierProjection
-
- getTypes(Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Projection
-
Types returned by the rendered SQL
fragment
.
- getTypes(String, Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Projection
-
Get the return types for a particular user-visible alias.
- getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
-
- getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
-
- getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyProjection
-
- getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.RowCountProjection
-
- getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
-
- getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLProjection
-
- getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLProjection
-
- getTypes() - Method in class org.hibernate.criterion.SubqueryExpression
-
- getTypes() - Method in class org.hibernate.impl.AbstractQueryImpl
-
Retreives the list of parameter
type
s bound to this query for
ordinal parameters.
- getTypes() - Method in class org.hibernate.impl.AbstractScrollableResults
-
- getTypeUsingProjection(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the type of a property path
- getTypeUsingProjection(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getUninitializedFields() - Method in class org.hibernate.intercept.AbstractFieldInterceptor
-
- getUniqueChild(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
-
Gets the child of the specified element having the specified unique
name.
- getUniqueChildContent(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
-
Macro to get the content of a unique child element.
- getUniqueConstraintHoldersByTable() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- getUniqueConstraintHoldersByTable() - Method in interface org.hibernate.cfg.Mappings
-
- getUniqueCounter() - Method in class org.hibernate.cfg.FkSecondPass
-
- getUniqueInteger() - Method in class org.hibernate.mapping.Table
-
- getUniqueKey(String) - Method in class org.hibernate.mapping.Table
-
- getUniqueKeyIterator() - Method in class org.hibernate.mapping.DenormalizedTable
-
- getUniqueKeyIterator() - Method in class org.hibernate.mapping.Table
-
- getUniqueKeyName() - Method in class org.hibernate.engine.EntityUniqueKey
-
- getUniquePath() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getUniquePath(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getUniquePath() - Method in class org.hibernate.tuple.ElementWrapper
-
- getUniquePath(Element) - Method in class org.hibernate.tuple.ElementWrapper
-
- getUnjoinedPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
-
Build an iterator over the properties defined on this class which
are not defined as part of a join.
- getUnlockTimestamp() - Method in class org.hibernate.cache.ReadWriteCache.Lock
-
- getUnqualifiedJarName() - Method in class org.hibernate.ejb.packaging.AbstractJarVisitor
-
Get the unqualified Jar name (ie wo path and wo extension)
- getUnqualifiedJarName() - Method in class org.hibernate.ejb.packaging.JarProtocolVisitor
-
- getUnqualifiedJarName() - Method in interface org.hibernate.ejb.packaging.JarVisitor
-
Get the unqualified Jar name (ie wo path and wo extension)
- getUnqualifiedJarName(URL) - Method in class org.hibernate.ejb.packaging.NativeScanner
-
- getUnqualifiedJarName(URL) - Method in interface org.hibernate.ejb.packaging.Scanner
-
return the unqualified JAR name ie customer-model.jar or store.war
- getUnsavedIdentifierValue(String, Getter, Type, Constructor) - Static method in class org.hibernate.engine.UnsavedValueFactory
-
Return an IdentifierValue for the specified unsaved-value.
- getUnsavedValue() - Method in class org.hibernate.tuple.IdentifierProperty
-
- getUnsavedValue() - Method in class org.hibernate.tuple.VersionProperty
-
- getUnsavedVersionValue(String, Getter, VersionType, Constructor) - Static method in class org.hibernate.engine.UnsavedValueFactory
-
- getUpdateCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getUpdateCount() - Method in interface org.hibernate.stat.CollectionStatistics
-
- getUpdateCount() - Method in class org.hibernate.stat.CollectionStatisticsImpl
-
- getUpdateCount() - Method in class org.hibernate.stat.ConcurrentCollectionStatisticsImpl
-
- getUpdateCount() - Method in class org.hibernate.stat.ConcurrentEntityStatisticsImpl
-
- getUpdateCount() - Method in interface org.hibernate.stat.EntityStatistics
-
- getUpdateCount() - Method in class org.hibernate.stat.EntityStatisticsImpl
-
- getUpdateEventListeners() - Method in class org.hibernate.event.EventListeners
-
- getUpdateId(Object, EntityPersister, Serializable, SessionImplementor) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
-
Determine the id to use for updating.
- getUpdateId(Object, EntityPersister, Serializable, SessionImplementor) - Method in class org.hibernate.event.def.DefaultUpdateEventListener
-
If the user specified an id, assign it to the instance and use that,
otherwise use the id already assigned to the instance
- getUpdateTimestampsCache() - Method in interface org.hibernate.engine.SessionFactoryImplementor
-
Get the cache of table update timestamps
- getUpdateTimestampsCache() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- getUpperBound() - Method in class org.hibernate.ejb.criteria.predicate.BetweenPredicate
-
- getURLFromPath(String) - Static method in class org.hibernate.ejb.packaging.JarVisitorFactory
-
get the URL from a given path string
- getUserAliases() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- getUserName() - Method in class org.hibernate.jmx.HibernateService
-
- getUserName() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Log into the database with this name
- getUserResourceAsStream(String) - Static method in class org.hibernate.util.ConfigHelper
-
- getUserTransaction() - Method in class org.hibernate.transaction.JTATransaction
-
Getter for property 'userTransaction'.
- getUserTransaction() - Method in class org.hibernate.transaction.JTATransactionFactory
-
- getUserTransactionName() - Method in class org.hibernate.jmx.HibernateService
-
- getUserTransactionName() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
The JNDI name of the JTA UserTransaction object (used only be JTATransaction).
- getUserTransactionName() - Method in class org.hibernate.testing.tm.TransactionManagerLookupImpl
-
- getUserTransactionName() - Method in class org.hibernate.transaction.BESTransactionManagerLookup
-
- getUserTransactionName() - Method in class org.hibernate.transaction.BTMTransactionManagerLookup
-
Return the JNDI namespace of the JTA
UserTransaction
for this platform or
null;
optional operation.
- getUserTransactionName() - Method in class org.hibernate.transaction.JBossTransactionManagerLookup
-
- getUserTransactionName() - Method in class org.hibernate.transaction.JBossTSStandaloneTransactionManagerLookup
-
- getUserTransactionName() - Method in class org.hibernate.transaction.JOnASTransactionManagerLookup
-
Return the JNDI namespace of the JTA
UserTransaction
for this platform or
null;
optional operation.
- getUserTransactionName() - Method in class org.hibernate.transaction.JOTMTransactionManagerLookup
-
Return the JNDI namespace of the JTA
UserTransaction
for this platform or
null;
optional operation.
- getUserTransactionName() - Method in class org.hibernate.transaction.JRun4TransactionManagerLookup
-
- getUserTransactionName() - Method in class org.hibernate.transaction.JTATransactionFactory
-
Getter for property 'userTransactionName'.
- getUserTransactionName() - Method in class org.hibernate.transaction.OC4JTransactionManagerLookup
-
- getUserTransactionName() - Method in class org.hibernate.transaction.OrionTransactionManagerLookup
-
Return the JNDI namespace of the JTA
UserTransaction
for this platform or
null;
optional operation.
- getUserTransactionName() - Method in class org.hibernate.transaction.ResinTransactionManagerLookup
-
Return the JNDI namespace of the JTA
UserTransaction
for this platform or
null;
optional operation.
- getUserTransactionName() - Method in class org.hibernate.transaction.SunONETransactionManagerLookup
-
Return the JNDI namespace of the JTA
UserTransaction
for this platform or
null;
optional operation.
- getUserTransactionName() - Method in interface org.hibernate.transaction.TransactionManagerLookup
-
Return the JNDI namespace of the JTA
UserTransaction
for this platform or
null;
optional operation.
- getUserTransactionName() - Method in class org.hibernate.transaction.WeblogicTransactionManagerLookup
-
- getUserTransactionName() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup
-
Return the JNDI namespace of the JTA
UserTransaction
for this platform or
null;
optional operation.
- getUserTransactionName() - Method in class org.hibernate.transaction.WebSphereTransactionManagerLookup
-
Return the JNDI namespace of the JTA
UserTransaction
for this platform or
null;
optional operation.
- getUserType() - Method in class org.hibernate.type.CompositeCustomType
-
- getUserType() - Method in class org.hibernate.type.CustomCollectionType
-
- getUserType() - Method in class org.hibernate.type.CustomType
-
- getUtilizedFilterNames() - Method in class org.hibernate.engine.query.HQLQueryPlan
-
- getValidationMode() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- getValidUsageString() - Static method in class org.hibernate.cache.access.AccessType
-
- getValue() - Method in class org.hibernate.cache.ReadWriteCache.Item
-
The actual cached data
- getValue() - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- getValue() - Method in class org.hibernate.cfg.FkSecondPass
-
- getValue() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
return the user-visible collection (or array) instance
- getValue() - Method in class org.hibernate.collection.PersistentArrayHolder
-
- getValue() - Method in interface org.hibernate.collection.PersistentCollection
-
return the user-visible collection (or array) instance
- getValue() - Method in class org.hibernate.collection.PersistentElementHolder
-
- getValue() - Method in class org.hibernate.collection.PersistentIndexedElementHolder
-
- getValue() - Method in class org.hibernate.ejb.criteria.expression.function.SubstringFunction
-
- getValue() - Method in class org.hibernate.engine.TypedValue
-
- getValue(String) - Method in class org.hibernate.envers.configuration.PersistentClassGraphDefiner
-
- getValue() - Method in class org.hibernate.envers.entities.mapper.id.QueryParameterData
-
- getValue(R) - Method in interface org.hibernate.envers.tools.graph.GraphDefiner
-
- getValue() - Method in class org.hibernate.hql.ast.tree.BooleanLiteralNode
-
- getValue() - Method in class org.hibernate.mapping.Column
-
- getValue() - Method in class org.hibernate.mapping.MetaAttribute
-
- getValue() - Method in class org.hibernate.mapping.Property
-
- getValue() - Method in class org.hibernate.util.IdentityMap.IdentityMapEntry
-
- getValueColumnName() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The name of the column in which we store our persistent generator value.
- getValueHandler() - Method in class org.hibernate.ejb.criteria.expression.AbstractTupleElement
- getValueHandler() - Method in interface org.hibernate.ejb.criteria.TupleElementImplementor
-
- getValueHandlers() - Method in interface org.hibernate.ejb.criteria.CriteriaQueryCompiler.RenderedCriteriaQuery
-
- getValueHandlers() - Method in class org.hibernate.ejb.criteria.expression.CompoundSelectionImpl
-
- getValueHandlers() - Method in class org.hibernate.ejb.criteria.expression.SelectionImpl
-
- getValueHandlers() - Method in interface org.hibernate.ejb.criteria.SelectionImplementor
-
- getValueHandlers() - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor.Options
-
Get the conversions for the individual tuples in the query results.
- getValues() - Method in class org.hibernate.ejb.criteria.predicate.InPredicate
-
- getValues() - Method in class org.hibernate.envers.configuration.PersistentClassGraphDefiner
-
- getValues() - Method in interface org.hibernate.envers.tools.graph.GraphDefiner
-
- getValues() - Method in class org.hibernate.impl.AbstractQueryImpl
-
Retreives the list of parameter values bound to this query for
ordinal parameters.
- getValues() - Method in class org.hibernate.mapping.MetaAttribute
-
- getVerCfg() - Method in class org.hibernate.envers.event.AuditEventListener
-
- getVerEntCfg() - Method in class org.hibernate.envers.entities.mapper.relation.CommonCollectionMapperData
-
- getVersion() - Method in class org.hibernate.cache.entry.CacheEntry
-
- getVersion(Class<Y>) - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
- getVersion() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- getVersion() - Method in class org.hibernate.engine.EntityEntry
-
- getVersion(Object[], EntityPersister) - Static method in class org.hibernate.engine.Versioning
-
Extract the optimisitc locking value out of the entity state snapshot.
- getVersion() - Method in class org.hibernate.mapping.MappedSuperclass
-
- getVersion() - Method in class org.hibernate.mapping.PersistentClass
-
- getVersion() - Method in class org.hibernate.mapping.RootClass
-
- getVersion() - Method in class org.hibernate.mapping.Subclass
-
- getVersion(Object, EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the version number (or timestamp) from the object's version property
(or return null if not versioned)
- getVersion(Object, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getVersion(Object, EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the version number (or timestamp) from the object's version property (or return null if not versioned)
- getVersion() - Method in class org.hibernate.testing.cache.VersionedItem
-
- getVersion(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getVersion(Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Extract the value of the version property from the given entity.
- getVersionColumnName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getVersionColumnName() - Method in interface org.hibernate.persister.entity.Lockable
-
For versioned entities, get the name of the column (again, expected on the
root table) used to store the version values.
- getVersionComparator() - Method in interface org.hibernate.cache.CacheDataDescription
-
Get the comparator used to compare two different version values.
- getVersionComparator() - Method in class org.hibernate.cache.impl.bridge.OptimisticCacheSourceAdapter
-
- getVersionComparator() - Method in class org.hibernate.cache.impl.CacheDataDescriptionImpl
-
- getVersionComparator() - Method in interface org.hibernate.cache.OptimisticCacheSource
-
Get the comparator used to compare two different version values.
- getVersionComparator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getVersionedTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getVersionGetter() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getVersionGetter() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Retrieve the getter for the version property.
- getVersionProperty() - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the index of the version property
- getVersionProperty() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getVersionProperty() - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getVersionProperty() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getVersionPropertyIndex() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getVersionSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getVersionsMiddleEntityName() - Method in class org.hibernate.envers.entities.mapper.relation.CommonCollectionMapperData
-
- getVersionString() - Static method in class org.hibernate.cfg.annotations.Version
-
Deprecated.
- getVersionString() - Static method in class org.hibernate.ejb.Version
-
- getVersionString() - Static method in class org.hibernate.Version
-
- getVersionType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getVersionType() - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Dialect
-
- getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.H2Dialect
-
- getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.HSQLDialect
-
- getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.InformixDialect
-
- getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getVisitor(String, Filter[]) - Static method in class org.hibernate.ejb.packaging.JarVisitorFactory
-
Get a JarVisitor to the jar jarPath
applying the given filters
Method used in a non-managed environment
- getVisitor(URL, Filter[]) - Static method in class org.hibernate.ejb.packaging.JarVisitorFactory
-
Build a JarVisitor on the given JAR URL applying the given filters
- getVisitor(URL, Filter[], String) - Static method in class org.hibernate.ejb.packaging.JarVisitorFactory
-
- getWalker() - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
-
- getWalker() - Method in class org.hibernate.hql.ast.tree.HqlSqlWalkerNode
-
- getWalker() - Method in interface org.hibernate.hql.ast.tree.Statement
-
Retreive the "phase 2" walker which generated this statement tree.
- getWhenClauses() - Method in class org.hibernate.ejb.criteria.expression.SearchedCaseExpression
-
- getWhenClauses() - Method in class org.hibernate.ejb.criteria.expression.SimpleCaseExpression
-
- getWhere() - Method in class org.hibernate.mapping.Collection
-
- getWhere() - Method in class org.hibernate.mapping.PersistentClass
-
- getWhere() - Method in class org.hibernate.mapping.RootClass
-
- getWhere() - Method in class org.hibernate.mapping.Subclass
-
- getWhereClause() - Method in class org.hibernate.hql.ast.tree.AbstractRestrictableStatement
-
- getWhereClause() - Method in interface org.hibernate.hql.ast.tree.RestrictableStatement
-
Retreives the where-clause defining the restriction(s) in effect for
this statement.
- getWhereClauseParentTokenType() - Method in class org.hibernate.hql.ast.tree.AbstractRestrictableStatement
-
- getWhereClauseParentTokenType() - Method in class org.hibernate.hql.ast.tree.DeleteStatement
-
- getWhereClauseParentTokenType() - Method in class org.hibernate.hql.ast.tree.QueryNode
-
- getWhereClauseParentTokenType() - Method in class org.hibernate.hql.ast.tree.UpdateStatement
-
- getWhereColumn() - Method in class org.hibernate.hql.classic.PathExpressionParser
-
- getWhereColumns() - Method in class org.hibernate.hql.classic.PathExpressionParser
-
- getWhereColumnType() - Method in class org.hibernate.hql.classic.PathExpressionParser
-
- getWhereCondition() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getWhereFragment() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
- getWhereFragment() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
Use the discriminator, to narrow the select to instances
of the queried subclass, also applying any filters.
- getWhereJoin() - Method in class org.hibernate.hql.classic.PathExpressionParser
-
- getWithClause() - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- getWithClause(PropertyPath) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- getWithClause(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getWithClause(PropertyPath) - Method in class org.hibernate.loader.JoinWalker
-
- getWithClauseFragment() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getWithClauseJoinAlias() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- getWrappedBlob() - Method in class org.hibernate.engine.jdbc.SerializableBlobProxy
-
- getWrappedBlob() - Method in interface org.hibernate.engine.jdbc.WrappedBlob
-
Retrieve the wrapped
Blob
reference
- getWrappedClob() - Method in class org.hibernate.engine.jdbc.SerializableClobProxy
-
- getWrappedClob() - Method in interface org.hibernate.engine.jdbc.WrappedClob
-
Retrieve the wrapped
Blob
reference
- getWrappedConnection(Connection) - Static method in class org.hibernate.jdbc.BorrowedConnectionProxy
-
Convience method for unwrapping a connection proxy and getting a
handle to an underlying connection.
- getWrappedConnection() - Method in interface org.hibernate.jdbc.ConnectionWrapper
-
Get a reference to the wrapped connection.
- getWriteExpr() - Method in class org.hibernate.mapping.Column
-
- getWriteLockString(int) - Method in class org.hibernate.dialect.DerbyDialect
-
- getWriteLockString(int) - Method in class org.hibernate.dialect.Dialect
-
Get the string to append to SELECT statements to acquire WRITE locks
for this dialect.
- getWriteLockString(int) - Method in class org.hibernate.dialect.MySQLDialect
-
- getWriteLockString(int) - Method in class org.hibernate.dialect.Oracle9iDialect
-
- getWriteLockString(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- getXClass() - Method in interface org.hibernate.envers.configuration.metadata.reader.PersistentPropertiesSource
-
- getXMLContext() - Method in class org.hibernate.cfg.annotations.reflection.JPAMetadataProvider
-
- getXmlFiles() - Method in class org.hibernate.testing.junit.functional.annotations.HibernateTestCase
-
- getXmlMapping() - Method in class org.hibernate.envers.entities.IdMappingData
-
- getXmlRelationMapping() - Method in class org.hibernate.envers.entities.IdMappingData
-
- getXMLTree(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
-
- getXPathResult(int) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- getXPathResult(int) - Method in class org.hibernate.tuple.ElementWrapper
-
- GlobalConfiguration - Class in org.hibernate.envers.configuration
-
- GlobalConfiguration(Properties) - Constructor for class org.hibernate.envers.configuration.GlobalConfiguration
-
- GLOBALLY_QUOTED_IDENTIFIERS - Static variable in class org.hibernate.cfg.Environment
-
Should all database identifiers be quoted.
- GONE - Static variable in class org.hibernate.engine.Status
-
- GraphDefiner<V,R> - Interface in org.hibernate.envers.tools.graph
-
Defines a graph, where each vertex has a representation, which identifies uniquely a value.
- GraphTopologicalSort - Class in org.hibernate.envers.tools.graph
-
- GraphTopologicalSort() - Constructor for class org.hibernate.envers.tools.graph.GraphTopologicalSort
-
- greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- greaterThan(Expression<? extends Y>, Y) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- greaterThan(LockMode) - Method in class org.hibernate.LockMode
-
Check if this lock mode is more restrictive than the given lock mode.
- greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- greatest(Expression<X>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- GREATEST(CriteriaBuilderImpl, Expression<X>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.GREATEST
-
- group() - Method in class org.hibernate.criterion.Property
-
- GROUP - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- GROUP - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- GROUP - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- groupBy(Expression<?>...) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
- groupBy(List<Expression<?>>) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
-
- groupBy(Expression<?>...) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
- groupBy(List<Expression<?>>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
- groupByClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- GroupByParser - Class in org.hibernate.hql.classic
-
Parses the GROUP BY clause of an aggregate query
- GroupByParser() - Constructor for class org.hibernate.hql.classic.GroupByParser
-
- groupClause(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- groupExprs(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- groupProperty(String) - Static method in class org.hibernate.criterion.Projections
-
A grouping property value
- GroupsPerOperation - Class in org.hibernate.cfg.beanvalidation
-
- GroupsPerOperation(Properties) - Constructor for class org.hibernate.cfg.beanvalidation.GroupsPerOperation
-
- GroupsPerOperation.Operation - Enum in org.hibernate.cfg.beanvalidation
-
- gt(Object) - Method in class org.hibernate.criterion.Property
-
- gt(DetachedCriteria) - Method in class org.hibernate.criterion.Property
-
- gt(String, Object) - Static method in class org.hibernate.criterion.Restrictions
-
Apply a "greater than" constraint to the named property
- gt(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- gt(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- gt(Expression<? extends Number>, Number) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- gt(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply a "greater than" constraint
- GT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- GT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- GT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
-
- gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
-
- gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
-
- gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
-
- gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
-
- gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
-
- gt(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform a "greater than" comparison check.
- gt(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform a "greater than" comparison check.
- gtAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
-
- gtAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- gtProperty(Property) - Method in class org.hibernate.criterion.Property
-
- gtProperty(String) - Method in class org.hibernate.criterion.Property
-
- gtProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
-
Apply a "greater than" constraint to two properties
- gtProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply a "greater than" constraint to another property
- gtSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
-
- gtSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- guessEntityMode(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- guessEntityMode(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Try to discover the entity mode from the entity instance
- guessEntityMode(Object) - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- guessEntityMode(Object) - Method in class org.hibernate.tuple.EntityModeToTuplizerMapping
-
Given a supposed instance of an entity/component, guess its entity mode.
- guessEntityName(Object) - Method in interface org.hibernate.engine.SessionImplementor
-
The guessed entity name for an entity not in an association
- guessEntityName(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- guessEntityName(Object) - Method in class org.hibernate.impl.SessionImpl
-
- guessEntityName(Object) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- GUIDGenerator - Class in org.hibernate.id
-
Generates string values using the SQL Server NEWID() function.
- GUIDGenerator() - Constructor for class org.hibernate.id.GUIDGenerator
-
- id() - Static method in class org.hibernate.criterion.Projections
-
A projected identifier value
- id() - Static method in class org.hibernate.envers.query.AuditEntity
-
- id - Variable in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
-
- ID_LETTER - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- ID_LETTER - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- ID_LETTER - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- ID_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
-
- ID_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
-
- ID_START_LETTER - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- ID_START_LETTER - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- ID_START_LETTER - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- ID_START_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
-
- ID_START_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
-
- ID_TABLE - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
-
- idbag(String, String, boolean) - Method in class org.hibernate.type.TypeFactory
-
- IdBagBinder - Class in org.hibernate.cfg.annotations
-
- IdBagBinder() - Constructor for class org.hibernate.cfg.annotations.IdBagBinder
-
- IDENT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- IDENT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- IDENT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- IDENT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
-
- IDENT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
-
- IDENT_LIST - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
-
- IDENT_LIST - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
-
- Identifier(String, Class<Y>, AbstractManagedType<X>, Member, Type<Y>, Attribute.PersistentAttributeType) - Constructor for class org.hibernate.ejb.metamodel.SingularAttributeImpl.Identifier
-
- identifier() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- identifier(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- IDENTIFIER_GENERATOR_STRATEGY_PROVIDER - Static variable in class org.hibernate.ejb.AvailableSettings
-
IdentifierGeneratorStrategyRegisterer class name, the class must have a no-arg constructor
- IDENTIFIER_NORMALIZER - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
-
- IdentifierBag - Class in org.hibernate.mapping
-
An IdentifierBag has a primary key consisting of
just the identifier column
- IdentifierBag(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierBag
-
- IdentifierBagType - Class in org.hibernate.type
-
- IdentifierBagType(TypeFactory.TypeScope, String, String, boolean) - Constructor for class org.hibernate.type.IdentifierBagType
-
- IdentifierCollection - Class in org.hibernate.mapping
-
A collection with a synthetic "identifier" column
- IdentifierCollection(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierCollection
-
- identifierColumnName - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- IdentifierEqAuditExpression - Class in org.hibernate.envers.query.criteria
-
A criterion that expresses that the id of an entity is equal or not equal to some specified value.
- IdentifierEqAuditExpression(Object, boolean) - Constructor for class org.hibernate.envers.query.criteria.IdentifierEqAuditExpression
-
- IdentifierEqExpression - Class in org.hibernate.criterion
-
An identifier constraint
- IdentifierEqExpression(Object) - Constructor for class org.hibernate.criterion.IdentifierEqExpression
-
- IdentifierGeneratingInsert - Class in org.hibernate.id.insert
-
Nothing more than a distinguishing subclass of Insert used to indicate
intent.
- IdentifierGeneratingInsert(Dialect) - Constructor for class org.hibernate.id.insert.IdentifierGeneratingInsert
-
- IdentifierGenerationException - Exception in org.hibernate.id
-
Thrown by IdentifierGenerator implementation class when
ID generation fails.
- IdentifierGenerationException(String) - Constructor for exception org.hibernate.id.IdentifierGenerationException
-
- IdentifierGenerationException(String, Throwable) - Constructor for exception org.hibernate.id.IdentifierGenerationException
-
- IdentifierGenerator - Interface in org.hibernate.id
-
The general contract between a class that generates unique
identifiers and the Session.
- IdentifierGeneratorAggregator - Interface in org.hibernate.id
-
- IdentifierGeneratorFactory - Interface in org.hibernate.id.factory
-
- IdentifierGeneratorHelper - Class in org.hibernate.id
-
- IdentifierGeneratorHelper.BasicHolder - Class in org.hibernate.id
-
- IdentifierGeneratorHelper.BigDecimalHolder - Class in org.hibernate.id
-
- IdentifierGeneratorHelper.BigIntegerHolder - Class in org.hibernate.id
-
- IdentifierGeneratorStrategyProvider - Interface in org.hibernate.ejb.cfg.spi
-
Provide a set of IdentifierGenerator strategies allowing to override the Hibernate Core default ones
- IdentifierProjection - Class in org.hibernate.criterion
-
A property value, or grouped property value
- IdentifierProjection(boolean) - Constructor for class org.hibernate.criterion.IdentifierProjection
-
- IdentifierProjection() - Constructor for class org.hibernate.criterion.IdentifierProjection
-
- IdentifierProperty - Class in org.hibernate.tuple
-
Represents a defined entity identifier property within the Hibernate
runtime-metamodel.
- IdentifierProperty(String, String, Type, boolean, IdentifierValue, IdentifierGenerator) - Constructor for class org.hibernate.tuple.IdentifierProperty
-
Construct a non-virtual identifier property.
- IdentifierProperty(Type, boolean, boolean, IdentifierValue, IdentifierGenerator) - Constructor for class org.hibernate.tuple.IdentifierProperty
-
Construct a virtual IdentifierProperty.
- identifiers - Variable in class org.hibernate.collection.PersistentIdentifierBag
-
- identifierSelectFragment(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- identifierSelectFragment(String, String) - Method in interface org.hibernate.persister.entity.Queryable
-
Given a query alias and an identifying suffix, render the intentifier select fragment.
- IdentifierType<T> - Interface in org.hibernate.type
-
Additional contract for a
Type
may be used for a discriminator.
- IdentifierValue - Class in org.hibernate.engine
-
A strategy for determining if an identifier value is an identifier of
a new transient instance or a previously persistent transient instance.
- IdentifierValue() - Constructor for class org.hibernate.engine.IdentifierValue
-
- IdentifierValue(Serializable) - Constructor for class org.hibernate.engine.IdentifierValue
-
Assume the transient instance is newly instantiated if
its identifier is null or equal to value
- IdentityGenerator - Class in org.hibernate.id
-
A generator for use with ANSI-SQL IDENTITY columns used as the primary key.
- IdentityGenerator() - Constructor for class org.hibernate.id.IdentityGenerator
-
- IdentityGenerator.BasicDelegate - Class in org.hibernate.id
-
Delegate for dealing with IDENTITY columns where the dialect requires an
additional command execution to retrieve the generated IDENTITY value
- IdentityGenerator.GetGeneratedKeysDelegate - Class in org.hibernate.id
-
Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeys
- IdentityGenerator.InsertSelectDelegate - Class in org.hibernate.id
-
Delegate for dealing with IDENTITY columns where the dialect supports returning
the generated IDENTITY value directly from the insert statement.
- IdentityMap - Class in org.hibernate.util
-
A Map where keys are compared by object identity,
rather than equals().
- IdentityMap.IdentityKey - Class in org.hibernate.util
-
- IdentityMap.IdentityMapEntry - Class in org.hibernate.util
-
- IdentitySet - Class in org.hibernate.util
-
Set implementation that use == instead of equals() as its comparison
mechanism.
- IdentitySet() - Constructor for class org.hibernate.util.IdentitySet
-
Create an IdentitySet with default sizing.
- IdentitySet(int) - Constructor for class org.hibernate.util.IdentitySet
-
Create an IdentitySet with the given sizing.
- IdentNode - Class in org.hibernate.hql.ast.tree
-
Represents an identifier all by itself, which may be a function name,
a class alias, or a form of naked property-ref depending on the
context.
- IdentNode() - Constructor for class org.hibernate.hql.ast.tree.IdentNode
-
- identPrimary() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- idEq(Object) - Static method in class org.hibernate.criterion.Restrictions
-
Apply an "equal" constraint to the identifier property
- IdGenerator - Class in org.hibernate.mapping
-
Identifier generator container,
Useful to keep named generator in annotations
- IdGenerator() - Constructor for class org.hibernate.mapping.IdGenerator
-
- IdMapper - Interface in org.hibernate.envers.entities.mapper.id
-
- IdMappingData - Class in org.hibernate.envers.entities
-
- IdMappingData(IdMapper, Element, Element) - Constructor for class org.hibernate.envers.entities.IdMappingData
-
- IdMetadataGenerator - Class in org.hibernate.envers.configuration.metadata
-
Generates metadata for primary identifiers (ids) of versions entities.
- ids - Variable in class org.hibernate.envers.entities.mapper.id.AbstractCompositeIdMapper
-
- IGNORE - Static variable in class org.hibernate.CacheMode
-
The session will never interact with the cache, except to invalidate
cache items when updates occur
- IGNORE - Static variable in class org.hibernate.ReplicationMode
-
Ignore replicated entities when a row already exists.
- ignoreCase() - Method in class org.hibernate.criterion.Example
-
Ignore case for all string-valued properties
- ignoreCase() - Method in class org.hibernate.criterion.Order
-
- ignoreCase() - Method in class org.hibernate.criterion.SimpleExpression
-
- ignoreInitialJoin() - Method in class org.hibernate.hql.classic.PathExpressionParser
-
- ilike(String, String, MatchMode) - Static method in class org.hibernate.criterion.Restrictions
-
A case-insensitive "like", similar to Postgres ilike
operator
- ilike(String, Object) - Static method in class org.hibernate.criterion.Restrictions
-
A case-insensitive "like", similar to Postgres ilike
operator
- IlikeExpression - Class in org.hibernate.criterion
-
A case-insensitive "like"
- IlikeExpression(String, Object) - Constructor for class org.hibernate.criterion.IlikeExpression
-
- IlikeExpression(String, String, MatchMode) - Constructor for class org.hibernate.criterion.IlikeExpression
-
- ILLEGAL_COLL_DEREF_EXCP_BUILDER - Static variable in class org.hibernate.hql.ast.tree.DotNode
-
- illegalDereference() - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
-
- IllegalDereferenceException - Exception in org.hibernate.ejb.criteria
-
Represents an illegal attempt to dereference from a
path source
which
cannot be dereferenced.
- IllegalDereferenceException(PathSource) - Constructor for exception org.hibernate.ejb.criteria.IllegalDereferenceException
-
- IMAGE - Static variable in class org.hibernate.Hibernate
-
- IMAGE - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
byte[]
to JDBC
LONGVARBINARY
.
- ImageType - Class in org.hibernate.type
-
- ImageType() - Constructor for class org.hibernate.type.ImageType
-
- IMMEDIATE_LOAD - Static variable in interface org.hibernate.event.LoadEventListener
-
- immediateLoad(String, Serializable) - Method in interface org.hibernate.engine.SessionImplementor
-
Load an instance immediately.
- immediateLoad(String, Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- immediateLoad(String, Serializable) - Method in class org.hibernate.impl.SessionImpl
-
Load the data for the object with the specified id into a newly created object.
- immediateLoad(String, Serializable) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- Immutable - Annotation Type in org.hibernate.annotations
-
Mark an Entity or a Collection as immutable.
- ImmutableMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
-
Mutability plan for immutable objects
- ImmutableMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
-
- ImmutableType - Class in org.hibernate.type
-
- ImmutableType() - Constructor for class org.hibernate.type.ImmutableType
-
Deprecated.
- implementsInterface(Class, Class) - Static method in class org.hibernate.util.ReflectHelper
-
Determine if the given class implements the given interface.
- implementsLifecycle(EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
-
Does the class implement the Lifecycle interface?
- implementsLifecycle(EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- implementsLifecycle(EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Does the class implement the Lifecycle interface.
- implementsValidatable(EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
-
Does the class implement the Validatable interface?
- implementsValidatable(EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- implementsValidatable(EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Does the class implement the Validatable interface.
- ImplicitNumericExpressionTypeDeterminer - Class in org.hibernate.ejb.criteria.predicate
-
- ImplicitNumericExpressionTypeDeterminer() - Constructor for class org.hibernate.ejb.criteria.predicate.ImplicitNumericExpressionTypeDeterminer
-
- IMPLIED_FROM - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- IMPLIED_FROM - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- ImpliedFromElement - Class in org.hibernate.hql.ast.tree
-
Represents a FROM element implied by a path expression or a collection reference.
- ImpliedFromElement() - Constructor for class org.hibernate.hql.ast.tree.ImpliedFromElement
-
- implies(Permission) - Method in class org.hibernate.secure.HibernatePermission
-
- imports - Variable in class org.hibernate.cfg.Configuration
-
- ImprovedNamingStrategy - Class in org.hibernate.cfg
-
An improved naming strategy that prefers embedded
underscores to mixed case names
- ImprovedNamingStrategy() - Constructor for class org.hibernate.cfg.ImprovedNamingStrategy
-
- in(Collection) - Method in class org.hibernate.criterion.Property
-
- in(Object[]) - Method in class org.hibernate.criterion.Property
-
- in(DetachedCriteria) - Method in class org.hibernate.criterion.Property
-
- in(String, Object[]) - Static method in class org.hibernate.criterion.Restrictions
-
Apply an "in" constraint to the named property
- in(String, Collection) - Static method in class org.hibernate.criterion.Restrictions
-
Apply an "in" constraint to the named property
- in(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- in(Expression<? extends T>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- in(Expression<? extends T>, Expression<? extends T>...) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- in(Expression<? extends T>, T...) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- in(Expression<? extends T>, Collection<T>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- in(Object...) - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
- in(Expression<?>...) - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
- in(Collection<?>) - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
- in(Expression<Collection<?>>) - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
- in(T[]) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply an "in" constraint
- in(Collection) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply an "in" constraint
- IN - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- IN - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- IN - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- IN_LIST - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- IN_LIST - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- IN_LIST - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- InAuditExpression - Class in org.hibernate.envers.query.criteria
-
- InAuditExpression(PropertyNameGetter, Object[]) - Constructor for class org.hibernate.envers.query.criteria.InAuditExpression
-
- inClassDeclaration() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- include(Object, String, Type) - Method in interface org.hibernate.criterion.Example.PropertySelector
-
- include(AST) - Method in class org.hibernate.hql.ast.util.ASTUtil.IncludePredicate
-
- include(Dialect) - Method in class org.hibernate.testing.junit.DialectChecks
-
- include(Dialect) - Method in class org.hibernate.testing.junit.DialectChecks.SupportsColumnCheck
-
- include(Dialect) - Method in class org.hibernate.testing.junit.DialectChecks.SupportsExpectedLobUsagePattern
-
- include(Dialect) - Method in class org.hibernate.testing.junit.DialectChecks.SupportsIdentityColumns
-
- include(Dialect) - Method in class org.hibernate.testing.junit.DialectChecks.SupportsSequences
-
- IncludePredicate() - Constructor for class org.hibernate.hql.ast.util.ASTUtil.IncludePredicate
-
- includeProperty(int) - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.InclusionChecker
-
- includeSubclasses(String) - Method in interface org.hibernate.engine.JoinSequence.Selector
-
- inCollectionDeclaration() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- inCollectionElementsDeclaration() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- IncomparableComparator - Class in org.hibernate.type.descriptor.java
-
TODO : javadoc
- IncomparableComparator() - Constructor for class org.hibernate.type.descriptor.java.IncomparableComparator
-
- INCONSISTENT_RTN_CLASS_MARKER - Static variable in class org.hibernate.event.def.DefaultLoadEventListener
-
- increment(Object, VersionType, SessionImplementor) - Static method in class org.hibernate.engine.Versioning
-
Generate the next increment in the optimisitc locking value according
the
VersionType
contract for the version property.
- increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
-
- increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
-
- increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
-
- increment() - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Equivalent to a ++ operation
- INCREMENT_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
- INCREMENT_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
- incrementCascadeLevel() - Method in interface org.hibernate.engine.PersistenceContext
-
Called before cascading
- incrementCascadeLevel() - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- IncrementGenerator - Class in org.hibernate.id
-
increment
An IdentifierGenerator that returns a long, constructed by
counting from the maximum primary key value at startup.
- IncrementGenerator() - Constructor for class org.hibernate.id.IncrementGenerator
-
- incrementIndexByBase(Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- incrementSize - Variable in class org.hibernate.id.enhanced.OptimizerFactory.OptimizerSupport
-
- Index - Annotation Type in org.hibernate.annotations
-
Define a DB index
- index() - Method in class org.hibernate.ejb.criteria.path.ListAttributeJoin
- Index - Class in org.hibernate.mapping
-
A relational table index
- Index() - Constructor for class org.hibernate.mapping.Index
-
- INDEX_OP - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- INDEX_OP - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- INDEX_OP - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- IndexBackref - Class in org.hibernate.mapping
-
- IndexBackref() - Constructor for class org.hibernate.mapping.IndexBackref
-
- IndexColumn - Annotation Type in org.hibernate.annotations
-
Describe an index column of a List
Prefer the standard OrderColumn
annotation
- indexColumn - Variable in class org.hibernate.cfg.annotations.CollectionBinder
-
- IndexColumn - Class in org.hibernate.cfg
-
index column
- IndexColumn(boolean, String, int, int, int, String, boolean, boolean, boolean, boolean, String, Map<String, Join>, PropertyHolder, Mappings) - Constructor for class org.hibernate.cfg.IndexColumn
-
- indexColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- indexColumnIsSettable - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- indexColumnNames - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- indexComponentData - Variable in class org.hibernate.envers.entities.mapper.relation.MapCollectionMapper
-
- indexContainsFormula - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- IndexedCollection - Class in org.hibernate.mapping
-
Indexed collections include Lists, Maps, arrays and
primitive arrays.
- IndexedCollection(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.IndexedCollection
-
- indexExists(Serializable, Object, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- indexExists(Serializable, Object, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- indexFormulas - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- indexFormulaTemplates - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- IndexGetter() - Constructor for class org.hibernate.property.IndexPropertyAccessor.IndexGetter
-
- IndexMetadata - Class in org.hibernate.tool.hbm2ddl
-
JDBC index metadata
- IndexNode - Class in org.hibernate.hql.ast.tree
-
Represents the [] operator and provides it's semantics.
- IndexNode() - Constructor for class org.hibernate.hql.ast.tree.IndexNode
-
- indexOf(Object) - Method in class org.hibernate.collection.PersistentBag
-
- indexOf(Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- indexOf(Object) - Method in class org.hibernate.collection.PersistentList
-
- indexOf(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
-
- indexOf(Node) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- indexOf(Node) - Method in class org.hibernate.tuple.ElementWrapper
-
- indexOf(Object, Object) - Method in class org.hibernate.type.ArrayType
-
- indexOf(Object, Object) - Method in class org.hibernate.type.CollectionType
-
- indexOf(Object, Object) - Method in class org.hibernate.type.CustomCollectionType
-
- indexOf(Object, Object) - Method in class org.hibernate.type.ListType
-
- indexOf(Object, Object) - Method in class org.hibernate.type.MapType
-
- indexOf(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
-
Optional operation.
- indexOf(Object[], Object) - Static method in class org.hibernate.util.ArrayHelper
-
- IndexOrUniqueKeySecondPass - Class in org.hibernate.cfg
-
- IndexOrUniqueKeySecondPass(Table, String, String[], Mappings) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
-
Build an index
- IndexOrUniqueKeySecondPass(String, Ejb3Column, Mappings) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
-
Build an index
- IndexOrUniqueKeySecondPass(String, Ejb3Column, Mappings, boolean) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
-
Build an index if unique is false or a Unique Key if unique is true
- IndexPropertyAccessor - Class in org.hibernate.property
-
Represents a "back-reference" to the index of a collection.
- IndexPropertyAccessor(String, String) - Constructor for class org.hibernate.property.IndexPropertyAccessor
-
Constructs a new instance of IndexPropertyAccessor.
- IndexPropertyAccessor.IndexGetter - Class in org.hibernate.property
-
The Getter implementation for index backrefs.
- IndexPropertyAccessor.IndexSetter - Class in org.hibernate.property
-
The Setter implementation for index backrefs.
- IndexSetter() - Constructor for class org.hibernate.property.IndexPropertyAccessor.IndexSetter
-
- INDICES - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- INDICES - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- INDICES - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- InExpression - Class in org.hibernate.criterion
-
Constrains the property to a specified list of values
- InExpression(String, Object[]) - Constructor for class org.hibernate.criterion.InExpression
-
- info(String) - Method in interface org.hibernate.bytecode.buildtime.Logger
-
- info(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
-
- InformixDialect - Class in org.hibernate.dialect
-
Informix dialect.
Seems to work with Informix Dynamic Server Version 7.31.UD3, Informix JDBC driver version 2.21JC3.
- InformixDialect() - Constructor for class org.hibernate.dialect.InformixDialect
-
Creates new InformixDialect
instance.
- infoString(String, Serializable) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a particular entity,
based on the given entityName and id.
- infoString(EntityPersister, Object, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a particular entity.
- infoString(EntityPersister, Object, Type, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a particular entity,.
- infoString(EntityPersister, Serializable[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a series of entities.
- infoString(EntityPersister) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to given entity persister.
- infoString(String, String, Object) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a given property value
for an entity.
- InFragment - Class in org.hibernate.sql
-
An SQL IN expression.
- InFragment() - Constructor for class org.hibernate.sql.InFragment
-
- Ingres10Dialect - Class in org.hibernate.dialect
-
A SQL dialect for Ingres 10 and later versions.
- Ingres10Dialect() - Constructor for class org.hibernate.dialect.Ingres10Dialect
-
- Ingres9Dialect - Class in org.hibernate.dialect
-
A SQL dialect for Ingres 9.3 and later versions.
- Ingres9Dialect() - Constructor for class org.hibernate.dialect.Ingres9Dialect
-
- IngresDialect - Class in org.hibernate.dialect
-
An SQL dialect for Ingres 9.2.
- IngresDialect() - Constructor for class org.hibernate.dialect.IngresDialect
-
- InheritanceState - Class in org.hibernate.cfg
-
Some extra data to the inheritance position of a class.
- InheritanceState(XClass, Map<XClass, InheritanceState>, Mappings) - Constructor for class org.hibernate.cfg.InheritanceState
-
- inheritanceStatePerClass - Variable in class org.hibernate.cfg.annotations.CollectionBinder
-
- InheritanceType - Enum in org.hibernate.envers.configuration.metadata
-
- INIT_ORACLETYPES_CURSOR_VALUE - Static variable in class org.hibernate.dialect.Oracle8iDialect
-
- initAll(String, String, LockOptions) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
- initAll(String, String, LockOptions, JoinWalker.AssociationInitCallback) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
- initCause(Throwable) - Method in exception org.hibernate.bytecode.javassist.BulkAccessorException
-
Initializes the cause of this throwable.
- initCollectionPropertyMap() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- initComponentPropertyPaths(String, CompositeType, String[], String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- initFromWalker(JoinWalker) - Method in class org.hibernate.loader.OuterJoinLoader
-
- INITIAL_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
- INITIAL_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
- initialContext - Variable in class org.hibernate.transaction.JTATransactionFactory
-
- Initializable - Interface in org.hibernate.event
-
An event listener that requires access to mappings to initialize state at
initialization time.
- initialize(Configuration) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
-
- initialize(boolean) - Method in class org.hibernate.collection.AbstractPersistentCollection
-
Initialize the collection, if possible, wrapping any exceptions
in a runtime exception
- initialize() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
-
- initialize() - Method in interface org.hibernate.envers.entities.mapper.relation.lazy.initializor.Initializor
-
- initialize(Configuration) - Method in class org.hibernate.envers.event.AuditEventListener
-
- initialize(Configuration) - Method in interface org.hibernate.event.Initializable
-
- initialize(Object) - Static method in class org.hibernate.Hibernate
-
Force initialization of a proxy or persistent collection.
- initialize() - Method in class org.hibernate.hql.ast.tree.AbstractNullnessCheckNode
-
Called by the tree walker during hql-sql semantic analysis
after the operator sub-tree is completely built.
- initialize() - Method in class org.hibernate.hql.ast.tree.BetweenOperatorNode
-
- initialize() - Method in class org.hibernate.hql.ast.tree.BinaryArithmeticOperatorNode
-
- initialize() - Method in class org.hibernate.hql.ast.tree.BinaryLogicOperatorNode
-
Performs the operator node initialization by seeking out any parameter
nodes and setting their expected type, if possible.
- initialize(Object) - Method in class org.hibernate.hql.ast.tree.HqlSqlWalkerNode
-
- initialize(Object) - Method in interface org.hibernate.hql.ast.tree.InitializeableNode
-
Initializes the node with the parameter.
- initialize() - Method in class org.hibernate.hql.ast.tree.InLogicOperatorNode
-
- initialize(Queryable) - Method in class org.hibernate.hql.ast.tree.IntoClause
-
- initialize(Token) - Method in class org.hibernate.hql.ast.tree.Node
-
- initialize(AST) - Method in class org.hibernate.hql.ast.tree.Node
-
- initialize() - Method in interface org.hibernate.hql.ast.tree.OperatorNode
-
Called by the tree walker during hql-sql semantic analysis
after the operator sub-tree is completely built.
- initialize() - Method in class org.hibernate.hql.ast.tree.UnaryArithmeticNode
-
- initialize() - Method in class org.hibernate.hql.ast.tree.UnaryLogicOperatorNode
-
- initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
-
- initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
-
- initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
-
- initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
-
- initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
-
- initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
-
- initialize(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Initialize the internal value from the given primitive long.
- initialize(ResultSet, long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Initialize the internal value from the given result set, using the specified default value
if we could not get a value from the result set (aka result was null).
- initialize(Serializable, SessionImplementor) - Method in class org.hibernate.loader.collection.BatchingCollectionInitializer
-
- initialize(Serializable, SessionImplementor) - Method in interface org.hibernate.loader.collection.CollectionInitializer
-
Initialize the given collection
- initialize(Serializable, SessionImplementor) - Method in class org.hibernate.loader.collection.CollectionLoader
-
- initialize(Serializable, SessionImplementor) - Method in class org.hibernate.loader.collection.SubselectCollectionLoader
-
- initialize(Serializable, SessionImplementor) - Method in class org.hibernate.loader.collection.SubselectOneToManyLoader
-
- initialize(Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- initialize(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Initialize the given collection with the given key
- initialize(Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.NamedQueryCollectionInitializer
-
- initialize() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Initialize the proxy, fetching the target entity if necessary.
- initialize() - Method in interface org.hibernate.proxy.LazyInitializer
-
Initialize the proxy, fetching the target entity if necessary.
- initialize(Configuration) - Method in class org.hibernate.secure.JACCPreDeleteEventListener
-
- initialize(Configuration) - Method in class org.hibernate.secure.JACCPreInsertEventListener
-
- initialize(Configuration) - Method in class org.hibernate.secure.JACCPreLoadEventListener
-
- initialize(Configuration) - Method in class org.hibernate.secure.JACCPreUpdateEventListener
-
- initialize() - Method in class org.hibernate.testing.junit.functional.ExecutionEnvironment
-
- InitializeableNode - Interface in org.hibernate.hql.ast.tree
-
An interface for initializeable AST nodes.
- initializeCollection(PersistentCollection, boolean) - Method in interface org.hibernate.engine.SessionImplementor
-
Initialize the collection (if not already initialized)
- initializeCollection(PersistentCollection, boolean) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
-
- initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
-
- initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
-
- initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ListCollectionInitializor
-
- initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
-
- initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.SortedMapCollectionInitializor
-
- initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.SortedSetCollectionInitializor
-
- initializeCollection(FromClause, String, String) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- initializeCollection(PersistentCollection, boolean) - Method in class org.hibernate.impl.SessionImpl
-
- initializeCollection(PersistentCollection, boolean) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- InitializeCollectionEvent - Class in org.hibernate.event
-
An event that occurs when a collection wants to be
initialized
- InitializeCollectionEvent(PersistentCollection, EventSource) - Constructor for class org.hibernate.event.InitializeCollectionEvent
-
- InitializeCollectionEventListener - Interface in org.hibernate.event
-
Defines the contract for handling of collection initialization events
generated by a session.
- initializeComponentJoin(FromElementType) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- initializeDerivedSelectClause(FromClause) - Method in class org.hibernate.hql.ast.tree.SelectClause
-
Prepares a derived (i.e., not explicitly defined in the query) select clause.
- initializeEntity(Object, boolean, SessionImplementor, PreLoadEvent, PostLoadEvent) - Static method in class org.hibernate.engine.TwoPhaseLoad
-
Perform the second step of 2-phase load.
- initializeEntity(FromClause, String, EntityPersister, EntityType, String, String) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- initializeExplicitSelectClause(FromClause) - Method in class org.hibernate.hql.ast.tree.SelectClause
-
Prepares an explicitly defined select clause.
- initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.PersistentArrayHolder
-
- initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.PersistentBag
-
- initializeFromCache(CollectionPersister, Serializable, Object) - Method in interface org.hibernate.collection.PersistentCollection
-
Read the state of the collection from a disassembled cached value
- initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.PersistentElementHolder
-
- initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.PersistentList
-
- initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.PersistentListElementHolder
-
- initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.PersistentMap
-
- initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.PersistentMapElementHolder
-
- initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.PersistentSet
-
- initializeImmediately(EntityMode) - Method in class org.hibernate.type.ArrayType
-
- initializeImmediately(EntityMode) - Method in class org.hibernate.type.CollectionType
-
- initializeLazyProperty(String, Object, SessionImplementor) - Method in interface org.hibernate.intercept.LazyPropertyInitializer
-
Initialize the property, and return its new value
- initializeLazyProperty(String, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- initializeListeners(Configuration) - Method in class org.hibernate.event.EventListeners
-
- initializeMethodNode(AST, boolean) - Method in class org.hibernate.hql.ast.tree.MethodNode
-
- initializeNonLazyCollections() - Method in interface org.hibernate.engine.PersistenceContext
-
Force initialization of all non-lazy collections encountered during
the current two-phase load (actually, this is a no-op, unless this
is the "outermost" load)
- initializeNonLazyCollections() - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Force initialization of all non-lazy collections encountered during
the current two-phase load (actually, this is a no-op, unless this
is the "outermost" load)
- Initializor<T> - Interface in org.hibernate.envers.entities.mapper.relation.lazy.initializor
-
- initIdentifierPropertyPaths(String, EntityType, String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- initLockers() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- initMappingColumn(String, String, int, int, int, boolean, String, boolean, boolean) - Method in class org.hibernate.cfg.Ejb3Column
-
- initPersisters(List, LockMode) - Method in class org.hibernate.loader.JoinWalker
-
- initPersisters(List, LockOptions) - Method in class org.hibernate.loader.JoinWalker
-
- initPersisters(List, LockOptions, JoinWalker.AssociationInitCallback) - Method in class org.hibernate.loader.JoinWalker
-
- initProjection(String, String, String, String, LockOptions) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
- initPropertyPaths(Mapping) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- initPropertyPaths(String, Type, String[], String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- initSubclassPropertyAliasesMap(PersistentClass) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Must be called by subclasses, at the end of their constructors
- InjectedDataSourceConnectionProvider - Class in org.hibernate.ejb.connection
-
- InjectedDataSourceConnectionProvider() - Constructor for class org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
-
- injectFieldInterceptor(Object, String, Set, SessionImplementor) - Static method in class org.hibernate.intercept.cglib.CGLIBHelper
-
- injectFieldInterceptor(Object, String, Set, SessionImplementor) - Static method in class org.hibernate.intercept.FieldInterceptionHelper
-
- injectFieldInterceptor(Object, String, Set, SessionImplementor) - Static method in class org.hibernate.intercept.javassist.JavassistHelper
-
- injectInitialValue(long) - Method in interface org.hibernate.id.enhanced.OptimizerFactory.InitialValueAwareOptimizer
-
Reports the user specified initial value to the optimizer.
- injectInitialValue(long) - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
-
Reports the user specified initial value to the optimizer.
- InjectionSettingsFactory - Class in org.hibernate.ejb
-
- InjectionSettingsFactory() - Constructor for class org.hibernate.ejb.InjectionSettingsFactory
-
- injectParameters(Object, Properties) - Static method in class org.hibernate.type.TypeFactory
-
- injectSessionFactory(SessionFactoryImplementor) - Method in class org.hibernate.type.TypeFactory
-
- inList() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- inList(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- InLogicOperatorNode - Class in org.hibernate.hql.ast.tree
-
- InLogicOperatorNode() - Constructor for class org.hibernate.hql.ast.tree.InLogicOperatorNode
-
- INNER - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- INNER - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- INNER - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- INNER_JOIN - Static variable in interface org.hibernate.criterion.CriteriaSpecification
-
Specifies joining to an entity based on an inner join.
- INNER_JOIN - Static variable in class org.hibernate.sql.JoinFragment
-
- InPredicate<T> - Class in org.hibernate.ejb.criteria.predicate
-
Models an [NOT] IN restriction
- InPredicate(CriteriaBuilderImpl, Expression<? extends T>) - Constructor for class org.hibernate.ejb.criteria.predicate.InPredicate
-
Constructs an IN predicate against a given expression with an empty list of values.
- InPredicate(CriteriaBuilderImpl, Expression<? extends T>, Expression<? extends T>...) - Constructor for class org.hibernate.ejb.criteria.predicate.InPredicate
-
Constructs an IN predicate against a given expression with the given list of expression values.
- InPredicate(CriteriaBuilderImpl, Expression<? extends T>, List<Expression<? extends T>>) - Constructor for class org.hibernate.ejb.criteria.predicate.InPredicate
-
Constructs an IN predicate against a given expression with the given list of expression values.
- InPredicate(CriteriaBuilderImpl, Expression<? extends T>, T...) - Constructor for class org.hibernate.ejb.criteria.predicate.InPredicate
-
Constructs an IN predicate against a given expression with the given given literal value list.
- InPredicate(CriteriaBuilderImpl, Expression<? extends T>, Collection<T>) - Constructor for class org.hibernate.ejb.criteria.predicate.InPredicate
-
Constructs an IN predicate against a given expression with the given literal value list.
- inProjectionList() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- inProjectionList() - Method in class org.hibernate.hql.ast.tree.ImpliedFromElement
-
- InputStreamZippedJarVisitor - Class in org.hibernate.ejb.packaging
-
Work on a JAR that can only be accessed through a inputstream
This is less efficient than the
FileZippedJarVisitor
- InputStreamZippedJarVisitor(URL, Filter[], String) - Constructor for class org.hibernate.ejb.packaging.InputStreamZippedJarVisitor
-
- InputStreamZippedJarVisitor(String, Filter[]) - Constructor for class org.hibernate.ejb.packaging.InputStreamZippedJarVisitor
-
- inRhs(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- insert(Object, Object, Object) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
-
Called after an item has been inserted (before the transaction completes),
instead of calling evict().
- insert(Object, Object, Object) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
-
Deprecated.
Called after an item has been inserted (before the transaction completes),
instead of calling evict().
- insert(Object, Object, Object) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
-
- insert(Object, Object, Object) - Method in class org.hibernate.cache.NonstrictReadWriteCache
-
Invalidate the item
- insert(Object, Object, Object) - Method in class org.hibernate.cache.ReadOnlyCache
-
Do nothing.
- insert(Object, Object, Object) - Method in class org.hibernate.cache.ReadWriteCache
-
Do nothing.
- insert(Object, Object, Object) - Method in class org.hibernate.cache.TransactionalCache
-
- INSERT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- INSERT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- INSERT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- insert(Object) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- insert(String, Object) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- INSERT - Static variable in class org.hibernate.mapping.PropertyGeneration
-
Values for this property are generated by the database on insert.
- insert(Object[], boolean[], String, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Perform an SQL INSERT, and then retrieve a generated identifier.
- insert(Serializable, Object[], boolean[], int, String, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Perform an SQL INSERT.
- insert(Object[], Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- insert(Serializable, Object[], Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- insert(Serializable, Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Persist an instance
- insert(Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Persist an instance, using a natively generated identifier (optional operation)
- INSERT - Static variable in class org.hibernate.secure.HibernatePermission
-
- Insert - Class in org.hibernate.sql
-
An SQL INSERT statement
- Insert(Dialect) - Constructor for class org.hibernate.sql.Insert
-
- insert(Object) - Method in interface org.hibernate.StatelessSession
-
Insert a row.
- insert(String, Object) - Method in interface org.hibernate.StatelessSession
-
Insert a row.
- insertable() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
-
- insertable() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
-
- insertablePropertySpec() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- insertablePropertySpec(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- insertCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
-
- insertChild(AST, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
-
Inserts the child as the first child of the parent, all other children are shifted over to the 'right'.
- insertEntity(String) - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- insertEntity(String) - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- insertEntity(String) - Method in interface org.hibernate.stat.StatisticsImplementor
-
Callback about an entity being inserted
- InsertGeneratedIdentifierDelegate - Interface in org.hibernate.id.insert
-
Responsible for handling delegation relating to variants in how
insert-generated-identifier generator strategies dictate processing:
building the sql insert statement
determination of the generated identifier value
- insertResultCheckStyles - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
-
- insertRowNumberFunction(StringBuilder, CharSequence) - Static method in class org.hibernate.dialect.SQLServer2005Dialect
-
Right after the select statement of a given query we must place the row_number function
- insertRows(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- insertRows(PersistentCollection, Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Insert the persistent state of any new collection elements
- InsertSelect - Class in org.hibernate.sql
-
Implementation of InsertSelect.
- InsertSelect(Dialect) - Constructor for class org.hibernate.sql.InsertSelect
-
- InsertSelectDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
-
- InsertSelectIdentityInsert - Class in org.hibernate.id.insert
-
Specialized IdentifierGeneratingInsert which appends the database
specific clause which signifies to return generated IDENTITY values
to the end of the insert statement.
- InsertSelectIdentityInsert(Dialect) - Constructor for class org.hibernate.id.insert.InsertSelectIdentityInsert
-
- insertSibling(AST, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
-
Inserts a node into a child subtree as a particularly positioned
sibling taking care to properly reorganize the tree to account for this
new addition.
- insertStatement() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- insertStatement(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- insertStatement(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- InsertStatement - Class in org.hibernate.hql.ast.tree
-
Defines a top-level AST node representing an HQL "insert select" statement.
- InsertStatement() - Constructor for class org.hibernate.hql.ast.tree.InsertStatement
-
- INSTANCE - Static variable in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
-
- INSTANCE - Static variable in class org.hibernate.cfg.DefaultNamingStrategy
-
The singleton instance
- INSTANCE - Static variable in class org.hibernate.cfg.EJB3DTDEntityResolver
-
- INSTANCE - Static variable in class org.hibernate.cfg.EJB3NamingStrategy
-
- INSTANCE - Static variable in class org.hibernate.cfg.ImprovedNamingStrategy
-
A convenient singleton instance
- INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
-
- INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.CountFunction
-
- INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.MaxFunction
-
- INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.MinFunction
-
- INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
-
- INSTANCE - Static variable in class org.hibernate.dialect.resolver.BasicSQLExceptionConverter
-
- INSTANCE - Static variable in class org.hibernate.ejb.criteria.ValueHandlerFactory.BigDecimalValueHandler
-
- INSTANCE - Static variable in class org.hibernate.ejb.criteria.ValueHandlerFactory.BigIntegerValueHandler
-
- INSTANCE - Static variable in class org.hibernate.ejb.criteria.ValueHandlerFactory.ByteValueHandler
-
- INSTANCE - Static variable in class org.hibernate.ejb.criteria.ValueHandlerFactory.DoubleValueHandler
-
- INSTANCE - Static variable in class org.hibernate.ejb.criteria.ValueHandlerFactory.FloatValueHandler
-
- INSTANCE - Static variable in class org.hibernate.ejb.criteria.ValueHandlerFactory.IntegerValueHandler
-
- INSTANCE - Static variable in class org.hibernate.ejb.criteria.ValueHandlerFactory.LongValueHandler
-
- INSTANCE - Static variable in class org.hibernate.ejb.criteria.ValueHandlerFactory.ShortValueHandler
-
- INSTANCE - Static variable in class org.hibernate.ejb.criteria.ValueHandlerFactory.StringValueHandler
-
- INSTANCE - Static variable in class org.hibernate.ejb.event.EJB3AutoFlushEventListener
-
- INSTANCE - Static variable in class org.hibernate.ejb.event.EJB3FlushEventListener
-
- INSTANCE - Static variable in class org.hibernate.EmptyInterceptor
-
- INSTANCE - Static variable in class org.hibernate.engine.jdbc.NonContextualLobCreator
-
- INSTANCE - Static variable in class org.hibernate.id.uuid.StandardRandomStrategy
-
- INSTANCE - Static variable in class org.hibernate.sql.Template.NoOpColumnMapper
-
- INSTANCE - Static variable in class org.hibernate.transform.AliasToEntityMapResultTransformer
-
- INSTANCE - Static variable in class org.hibernate.transform.DistinctResultTransformer
-
- INSTANCE - Static variable in class org.hibernate.transform.DistinctRootEntityResultTransformer
-
- INSTANCE - Static variable in class org.hibernate.transform.PassThroughResultTransformer
-
- INSTANCE - Static variable in class org.hibernate.transform.RootEntityResultTransformer
-
- INSTANCE - Static variable in class org.hibernate.transform.ToListResultTransformer
-
- INSTANCE - Static variable in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
-
- INSTANCE - Static variable in class org.hibernate.type.BigDecimalType
-
- INSTANCE - Static variable in class org.hibernate.type.BigIntegerType
-
- INSTANCE - Static variable in class org.hibernate.type.BinaryType
-
- INSTANCE - Static variable in class org.hibernate.type.BlobType
-
- INSTANCE - Static variable in class org.hibernate.type.BooleanType
-
- INSTANCE - Static variable in class org.hibernate.type.ByteType
-
- INSTANCE - Static variable in class org.hibernate.type.CalendarDateType
-
- INSTANCE - Static variable in class org.hibernate.type.CalendarType
-
- INSTANCE - Static variable in class org.hibernate.type.CharacterArrayClobType
-
- INSTANCE - Static variable in class org.hibernate.type.CharacterArrayType
-
- INSTANCE - Static variable in class org.hibernate.type.CharacterType
-
- INSTANCE - Static variable in class org.hibernate.type.CharArrayType
-
- INSTANCE - Static variable in class org.hibernate.type.ClassType
-
- INSTANCE - Static variable in class org.hibernate.type.ClobType
-
- INSTANCE - Static variable in class org.hibernate.type.CurrencyType
-
- INSTANCE - Static variable in class org.hibernate.type.DateType
-
- INSTANCE - Static variable in class org.hibernate.type.DbTimestampType
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor.CalendarMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClassTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DateTypeDescriptor.DateMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DateTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.IncomparableComparator
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor.DateMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor.TimestampMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor.TimeMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor.LocaleComparator
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LongTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor.SerializableMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.StringTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor.TimeZoneComparator
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.PassThroughTransformer
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToBytesTransformer
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToStringTransformer
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BinaryTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.CharTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.FloatTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.LongVarbinaryTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.LongVarcharTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.NumericTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.DoubleType
-
- INSTANCE - Static variable in class org.hibernate.type.FloatType
-
- INSTANCE - Static variable in class org.hibernate.type.ImageType
-
- INSTANCE - Static variable in class org.hibernate.type.IntegerType
-
- INSTANCE - Static variable in class org.hibernate.type.LocaleType
-
- INSTANCE - Static variable in class org.hibernate.type.LongType
-
- INSTANCE - Static variable in class org.hibernate.type.MaterializedBlobType
-
- INSTANCE - Static variable in class org.hibernate.type.MaterializedClobType
-
- INSTANCE - Static variable in class org.hibernate.type.NumericBooleanType
-
- INSTANCE - Static variable in class org.hibernate.type.ObjectType
-
- INSTANCE - Static variable in class org.hibernate.type.PostgresUUIDType
-
- INSTANCE - Static variable in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.PrimitiveCharacterArrayClobType
-
- INSTANCE - Static variable in class org.hibernate.type.SerializableType
-
- INSTANCE - Static variable in class org.hibernate.type.ShortType
-
- INSTANCE - Static variable in class org.hibernate.type.StringType
-
- INSTANCE - Static variable in class org.hibernate.type.TextType
-
- INSTANCE - Static variable in class org.hibernate.type.TimestampType
-
- INSTANCE - Static variable in class org.hibernate.type.TimeType
-
- INSTANCE - Static variable in class org.hibernate.type.TimeZoneType
-
- INSTANCE - Static variable in class org.hibernate.type.TrueFalseType
-
- INSTANCE - Static variable in class org.hibernate.type.UrlType
-
- INSTANCE - Static variable in class org.hibernate.type.UUIDBinaryType
-
- INSTANCE - Static variable in class org.hibernate.type.UUIDCharType
-
- INSTANCE - Static variable in class org.hibernate.type.WrappedMaterializedBlobType
-
- INSTANCE - Static variable in class org.hibernate.type.WrapperBinaryType
-
- INSTANCE - Static variable in class org.hibernate.type.YesNoType
-
- INSTANCE - Static variable in class org.hibernate.util.CalendarComparator
-
- INSTANCE - Static variable in class org.hibernate.util.ComparableComparator
-
- INSTANCE - Static variable in class org.hibernate.util.EmptyIterator
-
- INSTANCE - Static variable in class org.hibernate.util.xml.MappingReader
-
- instantiate(String, EntityMode, Serializable) - Method in class org.hibernate.EmptyInterceptor
-
- instantiate(String, Serializable) - Method in interface org.hibernate.engine.SessionImplementor
-
Instantiate the entity class, initializing with the given identifier
- instantiate(String, Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- instantiate(EntityPersister, Serializable) - Method in interface org.hibernate.event.EventSource
-
Instantiate an entity instance, using either an interceptor,
or the given persister
- instantiate(Object[]) - Method in class org.hibernate.hql.HolderInstantiator
-
- instantiate(String, Serializable) - Method in class org.hibernate.impl.SessionImpl
-
- instantiate(EntityPersister, Serializable) - Method in class org.hibernate.impl.SessionImpl
-
give the interceptor an opportunity to override the default instantiation
- instantiate(String, Serializable) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- instantiate(String, EntityMode, Serializable) - Method in interface org.hibernate.Interceptor
-
Instantiate the entity class.
- instantiate(Serializable, EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
-
- instantiate(Serializable, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
-
Create a class instance initialized with the given identifier
- instantiate(Serializable, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Create a class instance initialized with the given identifier
- instantiate(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Create a class instance initialized with the given identifier
- instantiate(Serializable, EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
-
- instantiate(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Create a class instance initialized with the given identifier
- instantiate() - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
This method does not populate the component parent
- instantiate(Serializable) - Method in class org.hibernate.tuple.Dom4jInstantiator
-
- instantiate() - Method in class org.hibernate.tuple.Dom4jInstantiator
-
- instantiate(Serializable) - Method in class org.hibernate.tuple.DynamicMapInstantiator
-
- instantiate() - Method in class org.hibernate.tuple.DynamicMapInstantiator
-
- instantiate(Serializable) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- instantiate(Serializable, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- instantiate() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- instantiate(Serializable) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
- instantiate(Serializable, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Create an entity instance initialized with the given identifier.
- instantiate(Serializable) - Method in interface org.hibernate.tuple.Instantiator
-
Perform the requested entity instantiation.
- instantiate() - Method in interface org.hibernate.tuple.Instantiator
-
Perform the requested instantiation.
- instantiate() - Method in class org.hibernate.tuple.PojoInstantiator
-
- instantiate(Serializable) - Method in class org.hibernate.tuple.PojoInstantiator
-
- instantiate() - Method in interface org.hibernate.tuple.Tuplizer
-
Generate a new, empty entity.
- instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.ArrayType
-
- instantiate(int) - Method in class org.hibernate.type.ArrayType
-
- instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.BagType
-
- instantiate(int) - Method in class org.hibernate.type.BagType
-
- instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.CollectionType
-
Instantiate an uninitialized collection wrapper or holder.
- instantiate(int) - Method in class org.hibernate.type.CollectionType
-
Instantiate an empty instance of the "underlying" collection (not a wrapper),
but with the given anticipated size (i.e.
- instantiate(EntityMode) - Method in class org.hibernate.type.ComponentType
-
This method does not populate the component parent
- instantiate(Object, SessionImplementor) - Method in class org.hibernate.type.ComponentType
-
- instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.CustomCollectionType
-
- instantiate(int) - Method in class org.hibernate.type.CustomCollectionType
-
- instantiate(Object, SessionImplementor) - Method in class org.hibernate.type.EmbeddedComponentType
-
- instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.IdentifierBagType
-
- instantiate(int) - Method in class org.hibernate.type.IdentifierBagType
-
- instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.ListType
-
- instantiate(int) - Method in class org.hibernate.type.ListType
-
- instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.MapType
-
- instantiate(int) - Method in class org.hibernate.type.MapType
-
- instantiate(int) - Method in class org.hibernate.type.OrderedMapType
-
Instantiate an empty instance of the "underlying" collection (not a wrapper),
but with the given anticipated size (i.e.
- instantiate(int) - Method in class org.hibernate.type.OrderedSetType
-
Instantiate an empty instance of the "underlying" collection (not a wrapper),
but with the given anticipated size (i.e.
- instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.SetType
-
- instantiate(int) - Method in class org.hibernate.type.SetType
-
- instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.SortedMapType
-
- instantiate(int) - Method in class org.hibernate.type.SortedMapType
-
- instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.SortedSetType
-
- instantiate(int) - Method in class org.hibernate.type.SortedSetType
-
- instantiate(SessionImplementor, CollectionPersister) - Method in interface org.hibernate.usertype.UserCollectionType
-
Instantiate an uninitialized instance of the collection wrapper
- instantiate(int) - Method in interface org.hibernate.usertype.UserCollectionType
-
Instantiate an empty instance of the "underlying" collection (not a wrapper),
but with the given anticipated size (i.e.
- instantiate(int) - Static method in class org.hibernate.util.IdentityMap
-
Return a new instance of this class, with an undefined
iteration order.
- instantiateResult(Object) - Method in class org.hibernate.type.ArrayType
-
- instantiateResult(Object) - Method in class org.hibernate.type.CollectionType
-
Instantiate a new "underlying" collection exhibiting the same capacity
charactersitcs and the passed "original".
- instantiateSequenced(int) - Static method in class org.hibernate.util.IdentityMap
-
Return a new instance of this class, with iteration
order defined as the order in which entries were added
- InstantiationException - Exception in org.hibernate
-
Thrown if Hibernate can't instantiate an entity or component
class at runtime.
- InstantiationException(String, Class, Throwable) - Constructor for exception org.hibernate.InstantiationException
-
- InstantiationException(String, Class) - Constructor for exception org.hibernate.InstantiationException
-
- InstantiationException(String, Class, Exception) - Constructor for exception org.hibernate.InstantiationException
-
- InstantiationOptimizerAdapter - Class in org.hibernate.bytecode.cglib
-
- InstantiationOptimizerAdapter(FastClass) - Constructor for class org.hibernate.bytecode.cglib.InstantiationOptimizerAdapter
-
Deprecated.
- InstantiationOptimizerAdapter - Class in org.hibernate.bytecode.javassist
-
The
ReflectionOptimizer#InstantiationOptimizer
implementation for Javassist
which simply acts as an adapter to the
FastClass
class.
- InstantiationOptimizerAdapter(FastClass) - Constructor for class org.hibernate.bytecode.javassist.InstantiationOptimizerAdapter
-
- instantiator - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- Instantiator - Interface in org.hibernate.tuple
-
Contract for implementors responsible for instantiating entity/component instances.
- InstrumentedClassLoader - Class in org.hibernate.bytecode
-
A specialized classloader which performs bytecode enhancement on class
definitions as they are loaded into the classloader scope.
- InstrumentedClassLoader(ClassLoader, ClassTransformer) - Constructor for class org.hibernate.bytecode.InstrumentedClassLoader
-
- Instrumenter - Interface in org.hibernate.bytecode.buildtime
-
TODO : javadoc
- Instrumenter.Options - Interface in org.hibernate.bytecode.buildtime
-
- InstrumentTask - Class in org.hibernate.tool.instrument.cglib
-
- InstrumentTask() - Constructor for class org.hibernate.tool.instrument.cglib.InstrumentTask
-
Deprecated.
- InstrumentTask - Class in org.hibernate.tool.instrument.javassist
-
An Ant task for instrumenting persistent classes in order to enable
field-level interception using Javassist.
- InstrumentTask() - Constructor for class org.hibernate.tool.instrument.javassist.InstrumentTask
-
- INTEGER - Static variable in class org.hibernate.Hibernate
-
- INTEGER - Static variable in class org.hibernate.type.StandardBasicTypes
-
- IntegerType - Class in org.hibernate.type
-
A type that maps between
INTEGER
and @link Integer}
- IntegerType() - Constructor for class org.hibernate.type.IntegerType
-
- IntegerTypeDescriptor - Class in org.hibernate.type.descriptor.java
-
- IntegerTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
-
- IntegerTypeDescriptor - Class in org.hibernate.type.descriptor.sql
-
- IntegerTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
-
- IntegerValueHandler() - Constructor for class org.hibernate.ejb.criteria.ValueHandlerFactory.IntegerValueHandler
-
- IntegralDataTypeHolder - Interface in org.hibernate.id
-
Defines a common api for dealing with data of integral data type.
- InterbaseDialect - Class in org.hibernate.dialect
-
An SQL dialect for Interbase.
- InterbaseDialect() - Constructor for class org.hibernate.dialect.InterbaseDialect
-
- intercept(Object, String, Object) - Method in class org.hibernate.intercept.AbstractFieldInterceptor
-
- InterceptFieldClassFileTransformer - Class in org.hibernate.ejb.instrument
-
Enhance the classes allowing them to implements InterceptFieldEnabled
This interface is then used by Hibernate for some optimizations.
- InterceptFieldClassFileTransformer(List<String>) - Constructor for class org.hibernate.ejb.instrument.InterceptFieldClassFileTransformer
-
- INTERCEPTOR - Static variable in class org.hibernate.ejb.AvailableSettings
-
Interceptor class name, the class has to have a no-arg constructor
the interceptor instance is shared amongst all EntityManager of a given EntityManagerFactory
- Interceptor - Interface in org.hibernate
-
Allows user code to inspect and/or change property values.
- INTERNAL_LOAD_EAGER - Static variable in interface org.hibernate.event.LoadEventListener
-
- INTERNAL_LOAD_LAZY - Static variable in interface org.hibernate.event.LoadEventListener
-
- INTERNAL_LOAD_NULLABLE - Static variable in interface org.hibernate.event.LoadEventListener
-
- internalExecuteUpdate() - Method in class org.hibernate.ejb.AbstractQueryImpl
-
Actually execute the update; all pre-requisites have been checked.
- internalExecuteUpdate() - Method in class org.hibernate.ejb.QueryImpl
-
- internalGetSubqueries() - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- internalLoad(String, Serializable, boolean, boolean) - Method in interface org.hibernate.engine.SessionImplementor
-
Load an instance without checking if it was deleted.
- internalLoad(String, Serializable, boolean, boolean) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- internalLoad(String, Serializable, boolean, boolean) - Method in class org.hibernate.impl.SessionImpl
-
- internalLoad(String, Serializable, boolean, boolean) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- interpretCacheMode(CacheStoreMode, CacheRetrieveMode) - Static method in class org.hibernate.ejb.util.CacheModeHelper
-
Given a JPA
CacheStoreMode
and
CacheRetrieveMode
, determine the corresponding
legacy Hibernate
CacheMode
.
- interpretCacheRetrieveMode(CacheMode) - Static method in class org.hibernate.ejb.util.CacheModeHelper
-
- interpretCacheStoreMode(CacheMode) - Static method in class org.hibernate.ejb.util.CacheModeHelper
-
- interpretLockMode(Object) - Static method in class org.hibernate.ejb.util.LockModeTypeHelper
-
- INTO - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- INTO - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- INTO - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- intoClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- intoClause(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- IntoClause - Class in org.hibernate.hql.ast.tree
-
Represents an entity referenced in the INTO clause of an HQL
INSERT statement.
- IntoClause() - Constructor for class org.hibernate.hql.ast.tree.IntoClause
-
- invalidate(Serializable[]) - Method in class org.hibernate.cache.UpdateTimestampsCache
-
- InvalidMappingException - Exception in org.hibernate
-
Thrown when a mapping is found to be invalid.
- InvalidMappingException(String, String, String, Throwable) - Constructor for exception org.hibernate.InvalidMappingException
-
- InvalidMappingException(String, String, String) - Constructor for exception org.hibernate.InvalidMappingException
-
- InvalidMappingException(String, String) - Constructor for exception org.hibernate.InvalidMappingException
-
- InvalidMappingException(String, String, Throwable) - Constructor for exception org.hibernate.InvalidMappingException
-
- InvalidPathException - Exception in org.hibernate.hql.ast
-
Exception thrown when an invalid path is found in a query.
- InvalidPathException(String) - Constructor for exception org.hibernate.hql.ast.InvalidPathException
-
- InvalidWithClauseException - Exception in org.hibernate.hql.ast
-
Exception thrown when there is a syntax error in the HQL.
- InvalidWithClauseException(String) - Constructor for exception org.hibernate.hql.ast.InvalidWithClauseException
-
- InvalidWithClauseException(String, String) - Constructor for exception org.hibernate.hql.ast.InvalidWithClauseException
-
- invert(Map) - Static method in class org.hibernate.util.IdentityMap
-
- invoke(String, Class[], Object, Object[]) - Method in class org.hibernate.bytecode.javassist.FastClass
-
- invoke(int, Object, Object[]) - Method in class org.hibernate.bytecode.javassist.FastClass
-
- invoke(Object) - Method in class org.hibernate.ejb.event.BeanCallback
-
- invoke(Object) - Method in class org.hibernate.ejb.event.Callback
-
- invoke(Object) - Method in class org.hibernate.ejb.event.ListenerCallback
-
- invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.BlobProxy
- invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.ClobProxy
- invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.ResultSetWrapperProxy
- invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.SerializableBlobProxy
- invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.SerializableClobProxy
- invoke(Object, Method, Object[]) - Method in class org.hibernate.jdbc.BorrowedConnectionProxy
- invoke(Method, Object[], Object) - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
-
- invoke(Object, Method, Object[]) - Method in class org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer
-
Deprecated.
- invoke(Object, Method, Method, Object[]) - Method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
-
- INVOKE_IMPLEMENTATION - Static variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
-
- invokeDeleteLifecycle(EventSource, Object, EntityPersister) - Method in class org.hibernate.ejb.event.EJB3DeleteEventListener
-
- invokeDeleteLifecycle(EventSource, Object, EntityPersister) - Method in class org.hibernate.event.def.DefaultDeleteEventListener
-
- invokeInterceptor(SessionImplementor, Object, EntityEntry, Object[], EntityPersister) - Method in class org.hibernate.ejb.event.EJB3FlushEntityEventListener
-
- invokeInterceptor(SessionImplementor, Object, EntityEntry, Object[], EntityPersister) - Method in class org.hibernate.event.def.DefaultFlushEntityEventListener
-
- invokeSaveLifecycle(Object, EntityPersister, EventSource) - Method in class org.hibernate.event.def.AbstractSaveEventListener
-
- invokeUpdateLifecycle(Object, EntityPersister, EventSource) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
-
- IS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- IS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- IS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- IS_NOT_NULL - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- IS_NOT_NULL - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- IS_NOT_NULL - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- IS_NULL - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- IS_NULL - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- IS_NULL - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- isAbstract() - Method in class org.hibernate.mapping.PersistentClass
-
- isAbstract() - Method in class org.hibernate.mapping.Table
-
- isAbstract() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isAbstract() - Method in interface org.hibernate.persister.entity.Loadable
-
- isAbstract() - Method in interface org.hibernate.persister.entity.Queryable
-
Is this an abstract class?
- isAbstract() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isAbstractClass(Class) - Static method in class org.hibernate.util.ReflectHelper
-
Determine if the given class is declared abstract.
- isAbstractUnionTable() - Method in class org.hibernate.mapping.Table
-
- isActive() - Method in class org.hibernate.ejb.TransactionImpl
-
- isActive() - Method in class org.hibernate.transaction.CMTTransaction
-
Is this transaction still active?
Again, this only returns information in relation to the
local transaction, not the actual underlying transaction.
- isActive() - Method in interface org.hibernate.Transaction
-
Is this transaction still active?
Again, this only returns information in relation to the
local transaction, not the actual underlying transaction.
- isActive() - Method in class org.hibernate.transaction.JDBCTransaction
-
Is this transaction still active?
Again, this only returns information in relation to the
local transaction, not the actual underlying transaction.
- isActive() - Method in class org.hibernate.transaction.JTATransaction
-
Is this transaction still active?
Again, this only returns information in relation to the
local transaction, not the actual underlying transaction.
- isAffectedBy(Map) - Method in class org.hibernate.util.FilterHelper
-
- isAffectedByEnabledFilters(SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isAffectedByEnabledFilters(SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- isAggregation() - Method in class org.hibernate.ejb.criteria.expression.function.AggregationFunction
-
- isAggregation() - Method in class org.hibernate.ejb.criteria.expression.function.BasicFunctionExpression
-
- isAggregation() - Method in interface org.hibernate.ejb.criteria.expression.function.FunctionExpression
-
Is this function a value aggregator (like a COUNT or MAX function e.g.)?
- isAggressiveRelease() - Method in class org.hibernate.jdbc.ConnectionManager
-
- isAlias(String) - Method in class org.hibernate.hql.ast.util.LiteralProcessor
-
- isAllFalse(boolean[]) - Static method in class org.hibernate.util.ArrayHelper
-
- isAllNegative(int[]) - Static method in class org.hibernate.util.ArrayHelper
-
- isAllowNulls() - Method in class org.hibernate.event.LoadEventListener.LoadType
-
- isAllowProxyCreation() - Method in class org.hibernate.event.LoadEventListener.LoadType
-
- isAllowRebuild() - Method in class org.hibernate.testing.junit.functional.ExecutionEnvironment
-
- isAllPropertyFetch() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- isAllTrue(boolean[]) - Static method in class org.hibernate.util.ArrayHelper
-
- isAlternateUniqueKey() - Method in class org.hibernate.mapping.Collection
-
- isAlternateUniqueKey() - Method in class org.hibernate.mapping.OneToMany
-
- isAlternateUniqueKey() - Method in class org.hibernate.mapping.SimpleValue
-
- isAlternateUniqueKey() - Method in interface org.hibernate.mapping.Value
-
- isAlwaysDirtyChecked() - Method in class org.hibernate.type.AnyType
-
- isAlwaysDirtyChecked() - Method in interface org.hibernate.type.AssociationType
-
Do we dirty check this association, even when there are
no columns to be updated?
- isAlwaysDirtyChecked() - Method in class org.hibernate.type.CollectionType
-
We always need to dirty check the collection because we sometimes
need to incremement version number of owner and also because of
how assemble/disassemble is implemented for uks
- isAlwaysDirtyChecked() - Method in class org.hibernate.type.ManyToOneType
-
- isAlwaysDirtyChecked() - Method in class org.hibernate.type.OneToOneType
-
We don't need to dirty check one-to-one because of how
assemble/disassemble is implemented and because a one-to-one
association is never dirty
- isAnnotationPresent(Class<T>) - Method in class org.hibernate.cfg.annotations.reflection.JPAOverridenAnnotationReader
-
- isAnyCollectionProperty(String) - Static method in class org.hibernate.hql.CollectionProperties
-
- isAnyType() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isAnyType() - Method in class org.hibernate.type.AbstractType
-
- isAnyType() - Method in class org.hibernate.type.AnyType
-
- isAnyType() - Method in interface org.hibernate.type.Type
-
Return true if the implementation is castable to
AnyType
.
- isArray() - Method in class org.hibernate.mapping.Array
-
- isArray() - Method in class org.hibernate.mapping.Collection
-
- isArray() - Method in interface org.hibernate.metadata.CollectionMetadata
-
Is the collection an array?
- isArray() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isArray() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this an array?
- isArrayType() - Method in class org.hibernate.type.ArrayType
-
- isArrayType() - Method in class org.hibernate.type.CollectionType
-
- isAscending() - Method in class org.hibernate.ejb.criteria.OrderImpl
-
- isAssociation() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
- isAssociation() - Method in class org.hibernate.ejb.metamodel.PluralAttributeImpl
- isAssociation() - Method in class org.hibernate.ejb.metamodel.SingularAttributeImpl
- isAssociationFetch() - Method in class org.hibernate.event.LoadEvent
-
- isAssociationType() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isAssociationType() - Method in class org.hibernate.type.AbstractType
-
- isAssociationType() - Method in class org.hibernate.type.AnyType
-
- isAssociationType() - Method in class org.hibernate.type.CollectionType
-
Note: return true because this type is castable to AssociationType.
- isAssociationType() - Method in class org.hibernate.type.EntityType
-
An entity type is a type of association type
- isAssociationType() - Method in interface org.hibernate.type.Type
-
- isAudited() - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
-
- isAudited() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleIdData
-
- isAutoCloseEnabled() - Method in class org.hibernate.context.JTASessionContext
-
Mainly for subclass usage.
- isAutoCloseEnabled() - Method in class org.hibernate.context.ThreadLocalSessionContext
-
Mainly for subclass usage.
- isAutoCloseSessionEnabled() - Method in class org.hibernate.cfg.Settings
-
- isAutoCloseSessionEnabled() - Method in class org.hibernate.impl.SessionImpl
-
- isAutoCloseSessionEnabled() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- isAutoCloseSessionEnabled() - Method in interface org.hibernate.jdbc.JDBCContext.Context
-
- isAutoCommit() - Method in class org.hibernate.jdbc.ConnectionManager
-
Is the connection considered "auto-commit"?
- isAutoCreateSchema() - Method in class org.hibernate.cfg.Settings
-
- isAutoDropSchema() - Method in class org.hibernate.cfg.Settings
-
- isAutoFlushEnabled() - Method in class org.hibernate.context.JTASessionContext
-
Mainly for subclass usage.
- isAutoFlushEnabled() - Method in class org.hibernate.context.ThreadLocalSessionContext
-
Mainly for subclass usage.
- isAutoImport() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- isAutoImport() - Method in interface org.hibernate.cfg.Mappings
-
Determine whether auto importing of entity names is currently enabled.
- isAutoUpdateSchema() - Method in class org.hibernate.cfg.Settings
-
- isAutoValidateSchema() - Method in class org.hibernate.cfg.Settings
-
- isBackRef() - Method in class org.hibernate.mapping.Backref
- isBackRef() - Method in class org.hibernate.mapping.IndexBackref
-
- isBackRef() - Method in class org.hibernate.mapping.Property
-
- isBasicCollection() - Method in class org.hibernate.ejb.criteria.path.PluralAttributeJoinSupport
-
- isBasicPropertyAccessor() - Method in class org.hibernate.mapping.Backref
-
- isBasicPropertyAccessor() - Method in class org.hibernate.mapping.IndexBackref
-
- isBasicPropertyAccessor() - Method in class org.hibernate.mapping.Property
-
- isBatchable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isBatchLoadable() - Method in class org.hibernate.engine.EntityKey
-
- isBatchLoadable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isBatchLoadable() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Is batch loading enabled?
- isBeingReplicated() - Method in class org.hibernate.engine.EntityEntry
-
- isBidirectional() - Method in class org.hibernate.envers.entities.RelationDescription
-
- isBound(Parameter<?>) - Method in class org.hibernate.ejb.AbstractQueryImpl
- isCacheable() - Method in class org.hibernate.engine.NamedQueryDefinition
-
- isCacheable() - Method in class org.hibernate.engine.QueryParameters
-
- isCacheInvalidationRequired() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
We can't immediately add to the cache if we have formulas
which must be evaluated, or if we have the possibility of
two concurrent updates to the same item being merged on
the database.
- isCacheInvalidationRequired() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Should we always invalidate the cache instead of
recaching updated state
- isCallable() - Method in class org.hibernate.engine.NamedSQLQueryDefinition
-
- isCallable() - Method in class org.hibernate.engine.QueryParameters
-
- isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.cfg.beanvalidation.HibernateTraversableResolver
-
- isCascadeDeleteEnabled() - Method in class org.hibernate.event.DeleteEvent
-
- isCascadeDeleteEnabled() - Method in class org.hibernate.mapping.ForeignKey
-
- isCascadeDeleteEnabled() - Method in interface org.hibernate.mapping.KeyValue
-
- isCascadeDeleteEnabled() - Method in class org.hibernate.mapping.SimpleValue
-
- isCascadeDeleteEnabled() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
- isCascadeDeleteEnabled() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is cascade delete handled by the database-level
foreign key constraint definition?
- isCascadeDeleteEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- isCharacter(Class) - Static method in class org.hibernate.ejb.criteria.ValueHandlerFactory
-
- isCharacter(Object) - Static method in class org.hibernate.ejb.criteria.ValueHandlerFactory
-
- isCheckDeleted() - Method in class org.hibernate.event.LoadEventListener.LoadType
-
- isCheckNullability() - Method in class org.hibernate.cfg.Settings
-
- isClassFile(File) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
-
Does this file represent a compiled class?
- isClassOrSuperclassJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
-
- isClassOrSuperclassJoin(Join) - Method in class org.hibernate.mapping.Subclass
-
- isClassOrSuperclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
-
- isClassOrSuperclassTable(Table) - Method in class org.hibernate.mapping.Subclass
-
- isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- isClearQueueEnabled() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
Is this collection in a state that would allow us to
"queue" clear? This is a special case, because of orphan
delete.
- isClosed() - Method in interface org.hibernate.engine.SessionImplementor
-
Determine whether the session is closed.
- isClosed() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- isClosed() - Method in class org.hibernate.impl.AbstractSessionImpl
-
- isClosed() - Method in class org.hibernate.impl.SessionFactoryImpl
-
- isClosed() - Method in class org.hibernate.jmx.SessionFactoryStub
-
- isClosed() - Method in interface org.hibernate.SessionFactory
-
Is this factory already closed?
- isClosed() - Method in interface org.hibernate.transaction.TransactionFactory.Context
-
- isCollection() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
- isCollection() - Method in class org.hibernate.ejb.metamodel.PluralAttributeImpl
- isCollection() - Method in class org.hibernate.ejb.metamodel.SingularAttributeImpl
- isCollection() - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- isCollection() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isCollection() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isCollection() - Method in interface org.hibernate.persister.entity.Joinable
-
Is this instance actually a CollectionPersister?
- isCollectionJoin() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- isCollectionOfValuesOrComponents() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- isCollectionProperty(String) - Static method in class org.hibernate.hql.CollectionProperties
-
- isCollectionPropertyMethod() - Method in class org.hibernate.hql.ast.tree.MethodNode
-
- isCollectionType() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isCollectionType() - Method in class org.hibernate.type.AbstractType
-
- isCollectionType() - Method in class org.hibernate.type.CollectionType
-
- isCollectionType() - Method in interface org.hibernate.type.Type
-
- isCollectionValued() - Method in class org.hibernate.hql.classic.PathExpressionParser
-
- isCommentsEnabled() - Method in class org.hibernate.cfg.Settings
-
- isComparativeExpressionClause() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- isCompiled() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- isComponent() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- isComponent() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- isComponent() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- isComponent() - Method in interface org.hibernate.cfg.PropertyHolder
-
- isComponentType() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isComponentType() - Method in class org.hibernate.type.AbstractType
-
- isComponentType() - Method in class org.hibernate.type.AnyType
-
- isComponentType() - Method in class org.hibernate.type.ComponentType
-
- isComponentType() - Method in class org.hibernate.type.CompositeCustomType
-
- isComponentType() - Method in interface org.hibernate.type.Type
-
- isComposite() - Method in class org.hibernate.mapping.Property
-
- isCompoundSelection() - Method in class org.hibernate.ejb.criteria.expression.CompoundSelectionImpl
-
- isCompoundSelection() - Method in class org.hibernate.ejb.criteria.expression.SelectionImpl
-
- isCompoundSelection() - Method in class org.hibernate.ejb.criteria.predicate.AbstractPredicateImpl
-
- isConnected() - Method in interface org.hibernate.engine.SessionImplementor
-
- isConnected() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- isConnected() - Method in class org.hibernate.impl.SessionImpl
-
- isConnected() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- isConnected() - Method in interface org.hibernate.Session
-
Check if the session is currently connected.
- isConnectedToSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Getter for property 'connectedToSession'.
- isConstrained() - Method in class org.hibernate.mapping.OneToOne
-
Returns the constrained.
- isConstructor() - Method in class org.hibernate.hql.ast.tree.AbstractSelectExpression
-
- isConstructor() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
-
- isConstructor() - Method in class org.hibernate.hql.ast.tree.QueryNode
-
- isConstructor() - Method in interface org.hibernate.hql.ast.tree.SelectExpression
-
Returns true if the element is a constructor (e.g.
- isContainsJoinFetchedBag() - Method in class org.hibernate.engine.profile.FetchProfile
-
Getter for property 'containsJoinFetchedBag', which flags whether this
fetch profile contained any bag join fetches
- isContainsJoinFetchedCollection() - Method in class org.hibernate.engine.profile.FetchProfile
-
Getter for property 'containsJoinFetchedCollection', which flags whether
this fetch profile contained any collection join fetches.
- isCorrelated() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
- isCurrentlyConnected() - Method in class org.hibernate.jdbc.ConnectionManager
-
Is this ConnectionManager instance "logically" connected.
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.DB2Dialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Dialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.FrontBaseDialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.H2Dialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.HSQLDialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.InformixDialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Ingres9Dialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.InterbaseDialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.MySQLDialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.TimesTenDialect
-
- isCustomDeleteAllCallable() - Method in class org.hibernate.mapping.Collection
-
- isCustomDeleteCallable() - Method in class org.hibernate.mapping.Collection
-
- isCustomDeleteCallable() - Method in class org.hibernate.mapping.Join
-
- isCustomDeleteCallable() - Method in class org.hibernate.mapping.PersistentClass
-
- isCustomInsertCallable() - Method in class org.hibernate.mapping.Collection
-
- isCustomInsertCallable() - Method in class org.hibernate.mapping.Join
-
- isCustomInsertCallable() - Method in class org.hibernate.mapping.PersistentClass
-
- isCustomUpdateCallable() - Method in class org.hibernate.mapping.Collection
-
- isCustomUpdateCallable() - Method in class org.hibernate.mapping.Join
-
- isCustomUpdateCallable() - Method in class org.hibernate.mapping.PersistentClass
-
- isDataDefinitionImplicitCommit() - Method in class org.hibernate.cfg.Settings
-
- isDataDefinitionInTransactionSupported() - Method in class org.hibernate.cfg.Settings
-
- isDefault(XClass, Mappings) - Static method in class org.hibernate.cfg.AnnotationBinder
-
- isDefaultLazy() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- isDefaultLazy() - Method in interface org.hibernate.cfg.Mappings
-
Determine whether default laziness is currently enabled.
- isDefaultReadOnly() - Method in interface org.hibernate.engine.PersistenceContext
-
Will entities and proxies that are loaded into this persistence
context be made read-only by default?
To determine the read-only/modifiable setting for a particular entity
or proxy:
- isDefaultReadOnly() - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Will entities and proxies that are loaded into this persistence
context be made read-only by default?
To determine the read-only/modifiable setting for a particular entity
or proxy:
- isDefaultReadOnly() - Method in class org.hibernate.impl.SessionImpl
-
Will entities and proxies that are loaded into this session be made
read-only by default?
To determine the read-only/modifiable setting for a particular entity
or proxy:
- isDefaultReadOnly() - Method in class org.hibernate.impl.StatelessSessionImpl
- isDefaultReadOnly() - Method in interface org.hibernate.Session
-
Will entities and proxies that are loaded into this session be made
read-only by default?
To determine the read-only/modifiable setting for a particular entity
or proxy:
- isDefinedOnSubclass(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isDefinedOnSubclass(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Is this property defined on a subclass of the mapped class.
- isDeleteAllCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isDeleteCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isDeleteCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isDereferencedBySubclassProperty() - Method in class org.hibernate.hql.ast.tree.FromElement
-
Gets the value of the property dereferencedBySubclassProperty.
- isDereferencedBySuperclassOrSubclassProperty() - Method in class org.hibernate.hql.ast.tree.FromElement
-
Gets the value of the property dereferencedBySuperclassOrSubclassProperty.
- isDereferencedBySuperclassProperty() - Method in class org.hibernate.hql.ast.tree.FromElement
-
Gets the value of the property dereferencedBySuperclassProperty.
- isDirectlyAccessible() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
Could the application possibly have a direct reference to
the underlying collection implementation?
- isDirectlyAccessible() - Method in class org.hibernate.collection.PersistentArrayHolder
-
- isDirectlyAccessible() - Method in interface org.hibernate.collection.PersistentCollection
-
Could the application possibly have a direct reference to
the underlying collection implementation?
- isDirectlyAccessible() - Method in class org.hibernate.collection.PersistentElementHolder
-
- isDirectlyAccessible() - Method in class org.hibernate.collection.PersistentIndexedElementHolder
-
- isDirty() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
- isDirty() - Method in interface org.hibernate.collection.PersistentCollection
-
Is the collection dirty? Note that this is only
reliable during the flush cycle, after the
collection elements are dirty checked against
the snapshot.
- isDirty() - Method in class org.hibernate.event.DirtyCheckEvent
-
- isDirty() - Method in class org.hibernate.impl.SessionImpl
-
- isDirty() - Method in class org.hibernate.intercept.AbstractFieldInterceptor
-
- isDirty() - Method in interface org.hibernate.intercept.FieldInterceptor
-
Is the entity considered dirty?
- isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
- isDirty() - Method in interface org.hibernate.Session
-
Does this session contain any changes which must be synchronized with
the database? In other words, would any DML operations be executed if
we flushed this session?
- isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AbstractLobType
-
Deprecated.
- isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isDirty(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.type.AbstractType
-
- isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AnyType
-
- isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.type.CollectionType
-
- isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.CollectionType
-
- isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.type.ComponentType
-
- isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.ComponentType
-
- isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.CompositeCustomType
-
- isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.CustomType
-
- isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.type.ManyToOneType
-
- isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.ManyToOneType
-
- isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.MetaType
-
- isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.NullableType
-
Deprecated.
- isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.type.OneToOneType
-
- isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.OneToOneType
-
- isDirty(Object, Object, SessionImplementor) - Method in interface org.hibernate.type.Type
-
Should the parent be considered dirty, given both the old and current value?
- isDirty(Object, Object, boolean[], SessionImplementor) - Method in interface org.hibernate.type.Type
-
Should the parent be considered dirty, given both the old and current value?
- isDirtyCheckable(boolean) - Method in class org.hibernate.tuple.StandardProperty
-
- isDirtyCheckable() - Method in class org.hibernate.tuple.StandardProperty
-
- isDirtyCheckHandledByInterceptor() - Method in class org.hibernate.event.FlushEntityEvent
-
- isDirtyCheckPossible() - Method in class org.hibernate.event.FlushEntityEvent
-
- isDiscriminated() - Method in class org.hibernate.hql.ast.tree.IntoClause
-
- isDiscriminatorFormula() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isDiscriminatorFormula() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- isDiscriminatorInsertable() - Method in class org.hibernate.mapping.PersistentClass
-
- isDiscriminatorInsertable() - Method in class org.hibernate.mapping.RootClass
-
- isDiscriminatorInsertable() - Method in class org.hibernate.mapping.Subclass
-
- isDiscriminatorValueNotNull() - Method in class org.hibernate.mapping.PersistentClass
-
- isDiscriminatorValueNull() - Method in class org.hibernate.mapping.PersistentClass
-
- isDistinct() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
- isDistinct() - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
-
- isDistinct() - Method in class org.hibernate.ejb.criteria.expression.function.AggregationFunction.COUNT
-
- isDistinct() - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- isDistinct() - Method in class org.hibernate.hql.ast.tree.SelectClause
-
- isDone() - Method in class org.hibernate.testing.async.ExecutableAdapter
-
- isDoNotAuditOptimisticLockingField() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
-
- isDorecreate() - Method in class org.hibernate.engine.CollectionEntry
-
- isDoremove() - Method in class org.hibernate.engine.CollectionEntry
-
- isDoupdate() - Method in class org.hibernate.engine.CollectionEntry
-
- isDuplicateAssociation(String, String[]) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
- isDuplicateAssociation(String, String[]) - Method in class org.hibernate.loader.collection.OneToManyJoinWalker
-
- isDuplicateAssociation(String, String[]) - Method in class org.hibernate.loader.JoinWalker
-
Used to detect circularities in the joined graph, note that
this method is side-effecty
- isDuplicateAssociation(String, String[], AssociationType) - Method in class org.hibernate.loader.JoinWalker
-
Used to detect circularities in the joined graph, note that
this method is side-effecty
- isDynamic() - Method in class org.hibernate.mapping.Component
-
- isDynamicInsert() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isDynamicUpdate() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isEmbeddableSuperclass() - Method in class org.hibernate.cfg.InheritanceState
-
- isEmbedded() - Method in class org.hibernate.mapping.Collection
-
- isEmbedded() - Method in class org.hibernate.mapping.Component
-
- isEmbedded() - Method in class org.hibernate.mapping.OneToMany
-
- isEmbedded() - Method in class org.hibernate.mapping.ToOne
-
- isEmbedded() - Method in class org.hibernate.tuple.IdentifierProperty
-
- isEmbedded() - Method in class org.hibernate.type.AnyType
-
- isEmbedded() - Method in class org.hibernate.type.ComponentType
-
- isEmbedded() - Method in class org.hibernate.type.CompositeCustomType
-
- isEmbedded() - Method in interface org.hibernate.type.CompositeType
-
Is this component embedded? "embedded" indicates that the component is "virtual", that its properties are
"flattened" onto its owner
- isEmbedded() - Method in class org.hibernate.type.EmbeddedComponentType
-
- isEmbeddedInXML() - Method in class org.hibernate.type.AnyType
-
- isEmbeddedInXML() - Method in interface org.hibernate.type.AssociationType
-
- isEmbeddedInXML() - Method in class org.hibernate.type.CollectionType
-
- isEmbeddedInXML - Variable in class org.hibernate.type.EntityType
-
- isEmbeddedInXML() - Method in class org.hibernate.type.EntityType
- isEmpty() - Method in class org.hibernate.cfg.Configuration.MetadataSourceQueue
-
- isEmpty() - Method in class org.hibernate.collection.PersistentBag
-
- isEmpty() - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- isEmpty() - Method in class org.hibernate.collection.PersistentList
-
- isEmpty() - Method in class org.hibernate.collection.PersistentMap
-
- isEmpty() - Method in class org.hibernate.collection.PersistentSet
-
- isEmpty() - Method in class org.hibernate.criterion.Property
-
- isEmpty(String) - Static method in class org.hibernate.criterion.Restrictions
-
Constrain a collection valued property to be empty
- isEmpty(Expression<C>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- isEmpty() - Method in interface org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesHolder
-
- isEmpty() - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
-
- isEmpty() - Method in class org.hibernate.envers.configuration.metadata.reader.ComponentAuditingData
-
- isEmpty() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
-
- isEmpty() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
-
- isEmpty() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
-
- isEmpty() - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
-
Returns true if this map contains no key-value mappings.
- isEmpty(String) - Static method in class org.hibernate.envers.tools.StringTools
-
- isEmpty() - Method in class org.hibernate.proxy.map.MapProxy
-
- isEmpty() - Method in class org.hibernate.util.IdentityMap
-
- isEmpty() - Method in class org.hibernate.util.IdentitySet
-
- isEmpty(String) - Static method in class org.hibernate.util.StringHelper
-
- isEmptyAnnotationValue(String) - Static method in class org.hibernate.cfg.BinderHelper
-
- IsEmptyPredicate<C extends Collection> - Class in org.hibernate.ejb.criteria.predicate
-
Models an IS [NOT] EMPTY restriction
- IsEmptyPredicate(CriteriaBuilderImpl, PluralAttributePath<C>) - Constructor for class org.hibernate.ejb.criteria.predicate.IsEmptyPredicate
-
- isEntity() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- isEntity() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- isEntity() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- isEntity() - Method in interface org.hibernate.cfg.PropertyHolder
-
- isEntity() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- isEntityClassAudited(Class<?>) - Method in interface org.hibernate.envers.AuditReader
-
Checks if the entityClass was configured to be audited.
- isEntityClassAudited(Class<?>) - Method in class org.hibernate.envers.reader.AuditReaderImpl
-
- isEntityNameAudited(String) - Method in interface org.hibernate.envers.AuditReader
-
Checks if the entityName was configured to be audited.
- isEntityNameAudited(String) - Method in class org.hibernate.envers.reader.AuditReaderImpl
-
- isEntityType() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isEntityType() - Method in class org.hibernate.type.AbstractType
-
- isEntityType() - Method in class org.hibernate.type.EntityType
-
Explicitly, an entity type is an entity type ;)
- isEntityType() - Method in interface org.hibernate.type.Type
-
Return true if the implementation is castable to
EntityType
.
- isEntryFor(Object) - Method in interface org.hibernate.engine.PersistenceContext
-
Is there an EntityEntry for this instance?
- isEntryFor(Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Is there an EntityEntry for this instance?
- isEqual(Object, Object) - Method in class org.hibernate.type.AbstractBynaryType
-
Deprecated.
- isEqual(Object, Object, EntityMode) - Method in class org.hibernate.type.AbstractLobType
-
Deprecated.
- isEqual(Object, Object, EntityMode) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isEqual(Object, Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isEqual(T, T) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isEqual(Object, Object, EntityMode) - Method in class org.hibernate.type.AbstractType
-
- isEqual(Object, Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
-
- isEqual(Object, Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
-
Deprecated.
- isEqual(Object, Object, EntityMode) - Method in class org.hibernate.type.CollectionType
-
- isEqual(Object, Object, EntityMode) - Method in class org.hibernate.type.ComponentType
-
- isEqual(Object, Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
-
- isEqual(Object, Object, EntityMode) - Method in class org.hibernate.type.CompositeCustomType
-
- isEqual(Object, Object) - Method in class org.hibernate.type.CustomType
-
- isEqual(Object, Object, EntityMode) - Method in class org.hibernate.type.CustomType
-
- isEqual(Object, Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
-
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent
state).
- isEqual(Object, Object, EntityMode) - Method in class org.hibernate.type.NullableType
-
Deprecated.
- isEqual(Object, Object) - Method in class org.hibernate.type.NullableType
-
Deprecated.
- isEqual(Object, Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.SerializableToBlobType
-
- isEqual(Object, Object, EntityMode) - Method in interface org.hibernate.type.Type
-
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent
state).
- isEqual(Object, Object, EntityMode, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
-
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent
state).
- isEqual(T, T) - Method in interface org.hibernate.type.VersionType
-
Are the two version values considered equal?
- isEquals(Object[], Object[]) - Static method in class org.hibernate.util.ArrayHelper
-
Compare 2 arrays only at the first level
- isEquals(char[], char[]) - Static method in class org.hibernate.util.ArrayHelper
-
Compare 2 arrays only at the first level
- isEquals(byte[], byte[]) - Static method in class org.hibernate.util.ArrayHelper
-
Compare 2 arrays only at the first level
- isEventSource() - Method in interface org.hibernate.engine.SessionImplementor
-
- isEventSource() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- isEventSource() - Method in class org.hibernate.impl.SessionImpl
-
- isEventSource() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- isExcludeUnlistedClasses() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- isExistsInDatabase() - Method in class org.hibernate.engine.EntityEntry
-
- isExpectingCollectionIndex() - Method in class org.hibernate.hql.classic.PathExpressionParser
-
- isExplicitIdInsertion() - Method in class org.hibernate.hql.ast.tree.IntoClause
-
- isExplicitPolymorphism() - Method in class org.hibernate.mapping.PersistentClass
-
- isExplicitPolymorphism() - Method in class org.hibernate.mapping.RootClass
-
- isExplicitPolymorphism() - Method in class org.hibernate.mapping.Subclass
-
- isExplicitPolymorphism() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isExplicitPolymorphism() - Method in interface org.hibernate.persister.entity.Queryable
-
Is this class explicit polymorphism only?
- isExplicitPolymorphism() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isExplicitVersionInsertion() - Method in class org.hibernate.hql.ast.tree.IntoClause
-
- isExtended() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
-
- isExtraLazy() - Method in class org.hibernate.mapping.Collection
-
- isExtraLazy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isExtraLazy() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- isFalse(Expression<Boolean>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- isFetch() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- isFetchProfileEnabled(String) - Method in class org.hibernate.engine.LoadQueryInfluencers
-
- isFetchProfileEnabled(String) - Method in class org.hibernate.impl.SessionImpl
-
- isFetchProfileEnabled(String) - Method in interface org.hibernate.Session
-
Is a particular fetch profile enabled on this session?
- isFilter() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
Returns true if this is a filter query, false if not.
- isFilter() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- isFilter() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- isFinalClass(Class) - Static method in class org.hibernate.util.ReflectHelper
-
Determine is the given class is declared final.
- isFirst() - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
-
Is this the first result?
- isFirst() - Method in class org.hibernate.impl.ScrollableResultsImpl
-
- isFirst() - Method in interface org.hibernate.ScrollableResults
-
Is this the first result?
- isFlushBeforeCompletionEnabled() - Method in class org.hibernate.cfg.Settings
-
- isFlushBeforeCompletionEnabled() - Method in class org.hibernate.impl.SessionImpl
-
- isFlushBeforeCompletionEnabled() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- isFlushBeforeCompletionEnabled() - Method in interface org.hibernate.transaction.TransactionFactory.Context
-
- isFlushing() - Method in interface org.hibernate.engine.PersistenceContext
-
Is a flush cycle currently in process?
- isFlushing() - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- isFlushModeNever() - Method in class org.hibernate.impl.SessionImpl
-
- isFlushModeNever() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- isFlushModeNever() - Method in interface org.hibernate.transaction.TransactionFactory.Context
-
- isFlushRequired() - Method in class org.hibernate.event.AutoFlushEvent
-
- isForceDiscriminator() - Method in class org.hibernate.mapping.PersistentClass
-
- isForceDiscriminator() - Method in class org.hibernate.mapping.RootClass
-
- isForceDiscriminator() - Method in class org.hibernate.mapping.Subclass
-
- isForceInsertable() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- isFormatSql() - Method in class org.hibernate.jdbc.util.SQLStatementLogger
-
Getter for property 'formatSql'.
- isFormula() - Method in class org.hibernate.cfg.Ejb3Column
-
- isFormula() - Method in class org.hibernate.mapping.Column
-
- isFormula() - Method in class org.hibernate.mapping.Formula
-
- isFormula() - Method in interface org.hibernate.mapping.Selectable
-
- isFromElementAlias(String) - Method in class org.hibernate.hql.ast.tree.FromClause
-
Convenience method to check whether a given token represents a from-element alias.
- isFromOrJoinFragment() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- isFunctionName(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
A check to see if the text of the given node represents a known function name.
- isFunctionName(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
-
A check to see if the text of the given node represents a known function name.
- isGenerated(Dialect) - Method in class org.hibernate.mapping.Constraint
-
- isGenerated(Dialect) - Method in class org.hibernate.mapping.UniqueKey
-
- isGenerateRevisionsForCollections() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
-
- isGetEnabled() - Method in class org.hibernate.CacheMode
-
- isGetGeneratedKeysEnabled() - Method in class org.hibernate.cfg.Settings
-
- isGettable(long) - Method in class org.hibernate.cache.ReadWriteCache.Item
-
Is this item visible to the timestamped
transaction?
- isGettable(long) - Method in class org.hibernate.cache.ReadWriteCache.Lock
-
locks are not returned to the client!
- isGettable(long) - Method in interface org.hibernate.cache.ReadWriteCache.Lockable
-
- isGrouped() - Method in class org.hibernate.criterion.AliasedProjection
-
- isGrouped() - Method in class org.hibernate.criterion.Distinct
-
- isGrouped() - Method in class org.hibernate.criterion.IdentifierProjection
-
- isGrouped() - Method in interface org.hibernate.criterion.Projection
-
Is this projection fragment (SELECT clause) also part of the GROUP BY
- isGrouped() - Method in class org.hibernate.criterion.ProjectionList
-
- isGrouped() - Method in class org.hibernate.criterion.PropertyProjection
-
- isGrouped() - Method in class org.hibernate.criterion.SimpleProjection
-
- isGrouped() - Method in class org.hibernate.criterion.SQLProjection
-
- isHaltOnError() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- isHibernateExtensionMapping() - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- isId() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
-
- isId() - Method in class org.hibernate.ejb.metamodel.SingularAttributeImpl
- isIdentified() - Method in class org.hibernate.mapping.Collection
-
- isIdentified() - Method in class org.hibernate.mapping.IdentifierCollection
-
- isIdentifierAssignedByInsert() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isIdentifierAssignedByInsert() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Are identifiers of this entity assigned known before the insert execution?
Or, are they generated (in the database) by the insert execution.
- isIdentifierAssignedByInsert() - Method in class org.hibernate.tuple.IdentifierProperty
-
- isIdentifierRollbackEnabled() - Method in class org.hibernate.cfg.Settings
-
- isIdentityColumn(IdentifierGeneratorFactory, Dialect) - Method in interface org.hibernate.mapping.KeyValue
-
- isIdentityColumn(IdentifierGeneratorFactory, Dialect) - Method in class org.hibernate.mapping.SimpleValue
-
- isIgnore() - Method in class org.hibernate.engine.CollectionEntry
-
- isIgnoreIdAnnotations() - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- isIgnoreNotFound() - Method in class org.hibernate.mapping.ManyToOne
-
- isIgnoreNotFound() - Method in class org.hibernate.mapping.OneToMany
-
- isImplicit() - Method in class org.hibernate.cfg.Ejb3Column
-
- isImplied() - Method in class org.hibernate.hql.ast.tree.FromElement
-
Returns true if this FromElement was implied by a path, or false if this FROM element is explicitly declared in
the FROM clause.
- isImplied() - Method in class org.hibernate.hql.ast.tree.ImpliedFromElement
-
- isImpliedInFromClause() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- isImpliedInFromClause() - Method in class org.hibernate.hql.ast.tree.ImpliedFromElement
-
- isInCase() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- isIncludeSubclasses() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- isIncludeSubclasses() - Method in class org.hibernate.hql.ast.tree.ImpliedFromElement
-
- isIndexed() - Method in class org.hibernate.mapping.Collection
-
- isIndexed() - Method in class org.hibernate.mapping.IndexedCollection
-
- isInFrom() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- isInFunctionCall() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- isInherited() - Method in class org.hibernate.mapping.PersistentClass
-
- isInherited() - Method in class org.hibernate.mapping.RootClass
-
- isInherited() - Method in class org.hibernate.mapping.Subclass
-
- isInherited() - Method in interface org.hibernate.metadata.ClassMetadata
-
Does this entity extend a mapped superclass?
- isInherited() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isInherited() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether the entity is inherited one or more other entities.
- isInherited() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isInIdClass() - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
- isInIdClass() - Method in interface org.hibernate.cfg.PropertyHolder
-
- isInitialized(Object) - Static method in class org.hibernate.Hibernate
-
Check if the proxy or persistent collection is initialized.
- isInitialized() - Method in class org.hibernate.intercept.AbstractFieldInterceptor
-
- isInitialized(String) - Method in class org.hibernate.intercept.AbstractFieldInterceptor
-
- isInitialized() - Method in interface org.hibernate.intercept.FieldInterceptor
-
Is the entity to which we are bound completely initialized?
- isInitialized(String) - Method in interface org.hibernate.intercept.FieldInterceptor
-
The the given field initialized for the entity to which we are bound?
- isInitializing() - Method in class org.hibernate.intercept.AbstractFieldInterceptor
-
- isInPrimaryKey() - Method in class org.hibernate.cfg.FkSecondPass
-
- isInPrimaryKey() - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
-
- isInPrimaryKey() - Method in class org.hibernate.cfg.ToOneFkSecondPass
-
- isInProgress(int) - Static method in class org.hibernate.util.JTAHelper
-
- isInSecondPass() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- isInSecondPass() - Method in interface org.hibernate.cfg.Mappings
-
- isInSelect() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- isInsertable() - Method in class org.hibernate.cfg.Ejb3Column
-
- isInsertable() - Method in class org.hibernate.envers.entities.RelationDescription
-
- isInsertable() - Method in class org.hibernate.mapping.Property
-
- isInsertable() - Method in class org.hibernate.tuple.StandardProperty
-
- isInsertCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isInsertCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isInsertGenerated() - Method in class org.hibernate.tuple.StandardProperty
-
- isInstance(Object, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isInstance(Object, EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Is the given object an instance of this entity?
- isInstance(Object) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- isInstance(Object) - Method in class org.hibernate.tuple.Dom4jInstantiator
-
- isInstance(Object) - Method in class org.hibernate.tuple.DynamicMapInstantiator
-
- isInstance(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- isInstance(Object) - Method in interface org.hibernate.tuple.Instantiator
-
Performs check to see if the given object is an instance of the entity
or component which this Instantiator instantiates.
- isInstance(Object) - Method in class org.hibernate.tuple.PojoInstantiator
-
- isInstance(Object) - Method in interface org.hibernate.tuple.Tuplizer
-
Is the given object considered an instance of the the entity (acconting
for entity-mode) managed by this tuplizer.
- isInstrumented() - Method in interface org.hibernate.bytecode.util.ClassDescriptor
-
Determine if the class is already instrumented.
- isInstrumented(Class) - Static method in class org.hibernate.intercept.FieldInterceptionHelper
-
- isInstrumented(Object) - Static method in class org.hibernate.intercept.FieldInterceptionHelper
-
- isInstrumented(EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isInstrumented(EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Has the class actually been bytecode instrumented?
- isInstrumented() - Method in class org.hibernate.tuple.entity.Dom4jEntityTuplizer
-
Is it an instrumented POJO?
- isInstrumented() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
-
Is it an instrumented POJO?
- isInstrumented() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Is it an instrumented POJO?
- isInstrumented() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
Is it an instrumented POJO?
- isInverse() - Method in class org.hibernate.mapping.Collection
-
- isInverse() - Method in class org.hibernate.mapping.Join
-
- isInverse() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isInverse() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this collection "inverse", so state changes are not
propogated to the database.
- isInverseSubclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isInverseSubclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isInverseTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isInverseTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isJarFile(File) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
-
Does this file represent a zip file of some format?
- isJdbcBatchVersionedData() - Method in class org.hibernate.cfg.Settings
-
- isJoin(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- isJoinable(int, Set, String, String[], AssociationType, int) - Method in class org.hibernate.loader.JoinWalker
-
Should we join this association?
- isJoinedFetchEnabled(AssociationType, FetchMode, CascadeStyle) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
The superclass deliberately excludes collections
- isJoinedFetchEnabled(AssociationType, FetchMode, CascadeStyle) - Method in class org.hibernate.loader.entity.CascadeEntityJoinWalker
-
- isJoinedFetchEnabled(AssociationType, FetchMode, CascadeStyle) - Method in class org.hibernate.loader.JoinWalker
-
Override on subclasses to enable or suppress joining
of certain association types
- isJoinedFetchEnabledInMapping(FetchMode, AssociationType) - Method in class org.hibernate.loader.JoinWalker
-
Does the mapping, and Hibernate default semantics, specify that
this association should be fetched by outer joining
- isJoinedSubclass() - Method in class org.hibernate.mapping.PersistentClass
-
- isJoinedSubclass() - Method in class org.hibernate.mapping.RootClass
-
- isJoinedSubclass() - Method in class org.hibernate.mapping.Subclass
-
- isJoinFetchEnabledByProfile(OuterJoinLoadable, PropertyPath, int) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
- isJpaStyle() - Method in class org.hibernate.engine.query.NamedParameterDescriptor
-
- isJpaStyle() - Method in class org.hibernate.engine.query.ParamLocationRecognizer.NamedParameterDescription
-
- isKey() - Method in class org.hibernate.mapping.Component
-
- isKey() - Method in class org.hibernate.tuple.component.ComponentMetamodel
-
- isKey() - Method in class org.hibernate.type.ComponentType
-
- isLast() - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
-
Is this the last result?
- isLast() - Method in class org.hibernate.impl.ScrollableResultsImpl
-
- isLast() - Method in interface org.hibernate.ScrollableResults
-
Is this the last result?
- isLazy() - Method in class org.hibernate.mapping.Collection
-
- isLazy() - Method in interface org.hibernate.mapping.Fetchable
-
- isLazy() - Method in class org.hibernate.mapping.Join
-
- isLazy() - Method in class org.hibernate.mapping.PersistentClass
-
- isLazy() - Method in class org.hibernate.mapping.Property
-
- isLazy() - Method in class org.hibernate.mapping.ToOne
-
- isLazy() - Method in interface org.hibernate.metadata.CollectionMetadata
-
Is the collection lazily initialized?
- isLazy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isLazy() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this collection lazyily initialized?
- isLazy() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isLazy() - Method in class org.hibernate.tuple.StandardProperty
-
- isLazyPropertiesCacheable() - Method in class org.hibernate.mapping.PersistentClass
-
- isLazyPropertiesCacheable() - Method in class org.hibernate.mapping.RootClass
-
- isLazyPropertiesCacheable() - Method in class org.hibernate.mapping.Subclass
-
- isLazyPropertiesCacheable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isLazyPropertiesCacheable() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Should lazy properties of this entity be cached?
- isLifecycleImplementor() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- isLifecycleImplementor() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Does the
class
managed by this tuplizer implement
the
Lifecycle
interface.
- isLifecycleImplementor() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
Does the
class
managed by this tuplizer implement
the
Lifecycle
interface.
- isList() - Method in class org.hibernate.mapping.IndexedCollection
-
- isList() - Method in class org.hibernate.mapping.List
-
- isLoaded(Object) - Static method in class org.hibernate.ejb.util.PersistenceUtilHelper
-
- isLoadedWithLazyPropertiesUnfetched() - Method in class org.hibernate.engine.EntityEntry
-
- isLoadedWithoutReference(Object, String, PersistenceUtilHelper.MetadataCache) - Static method in class org.hibernate.ejb.util.PersistenceUtilHelper
-
- isLoadedWithReference(Object, String, PersistenceUtilHelper.MetadataCache) - Static method in class org.hibernate.ejb.util.PersistenceUtilHelper
-
- isLoadFinished() - Method in interface org.hibernate.engine.PersistenceContext
-
Is in a two-phase load?
- isLoadFinished() - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- isLock() - Method in class org.hibernate.cache.ReadWriteCache.Item
-
Not a lock!
- isLock() - Method in class org.hibernate.cache.ReadWriteCache.Lock
-
Yes, this is a lock
- isLock() - Method in interface org.hibernate.cache.ReadWriteCache.Lockable
-
- isLockTimeoutParameterized() - Method in class org.hibernate.dialect.Dialect
-
If this dialect supports specifying lock timeouts, are those timeouts
rendered into the SQL string as parameters.
- isLogicalOneToOne() - Method in class org.hibernate.mapping.ManyToOne
-
- isLogicalOneToOne() - Method in class org.hibernate.type.EntityType
-
Is the association modeled here a 1-1 according to the logical moidel?
- isLogicalOneToOne() - Method in class org.hibernate.type.ManyToOneType
-
- isLogToStdout() - Method in class org.hibernate.jdbc.util.SQLStatementLogger
-
Getter for property 'logToStdout'.
- isLookupByNaturalKey() - Method in class org.hibernate.impl.CriteriaImpl
-
- isManipulationStatement() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
- isManipulationStatement() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- isManipulationStatement() - Method in interface org.hibernate.hql.QueryTranslator
-
- isManualFlushMode(FlushMode) - Static method in class org.hibernate.FlushMode
-
- isManyToMany(Member) - Static method in class org.hibernate.ejb.metamodel.AttributeFactory
-
- isManyToMany() - Method in class org.hibernate.hql.ast.tree.FromElement
-
- isManyToMany() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isManyToMany() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
- isManyToMany() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this a many-to-many association? Note that this is mainly
a convenience feature as the single persister does not
conatin all the information needed to handle a many-to-many
itself, as internally it is looked at as two many-to-ones.
- isManyToMany() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- isManyToManyWith(OuterJoinableAssociation) - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- isMap() - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- isMap() - Method in class org.hibernate.cfg.annotations.MapBinder
-
- isMap() - Method in class org.hibernate.mapping.Collection
-
- isMap() - Method in class org.hibernate.mapping.Map
-
- isMarkedForRollback(int) - Static method in class org.hibernate.util.JTAHelper
-
- isMarkedForRollback(Transaction) - Static method in class org.hibernate.util.JTAHelper
-
- isMember(E, Expression<C>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- isMember(Expression<E>, Expression<C>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- isMethodOf(Method) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- isMethodOf(Method) - Method in interface org.hibernate.tuple.component.ComponentTuplizer
-
Is the given method available via the managed component as a property getter?
- isMethodOf(Method) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
-
- isMethodOf(Method) - Method in class org.hibernate.type.AnyType
-
- isMethodOf(Method) - Method in class org.hibernate.type.ComponentType
-
- isMethodOf(Method) - Method in class org.hibernate.type.CompositeCustomType
-
- isMethodOf(Method) - Method in interface org.hibernate.type.CompositeType
-
Is the given method a member of this component's class?
- isMethodOf(Method) - Method in class org.hibernate.type.EmbeddedComponentType
-
- isMinimalPutsEnabled() - Method in class org.hibernate.cfg.Settings
-
- isMinimalPutsEnabledByDefault() - Method in interface org.hibernate.cache.CacheProvider
-
Deprecated.
- isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.DelegatingRegionFactory
-
- isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.EhCacheProvider
-
- isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.HashtableCacheProvider
-
- isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
-
- isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.impl.NoCachingRegionFactory
-
- isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.NoCacheProvider
-
- isMinimalPutsEnabledByDefault() - Method in interface org.hibernate.cache.RegionFactory
-
By default should we perform "minimal puts" when using this second
level cache implementation?
- isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.SingletonEhCacheProvider
-
Not sure what this is supposed to do.
- isModifiableEntity() - Method in class org.hibernate.engine.EntityEntry
-
Can the entity be modified?
The entity is modifiable if all of the following are true:
the entity class is mutable
the entity is not read-only
if the current status is Status.DELETED, then the entity was not read-only when it was deleted
- isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AbstractType
-
- isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AnyType
-
- isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.CollectionType
-
- isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.ComponentType
-
- isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.ManyToOneType
-
- isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.OneToOneType
-
- isModified(Object, Object, boolean[], SessionImplementor) - Method in interface org.hibernate.type.Type
-
- isMultiTable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isMultiTable() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- isMultiTable() - Method in interface org.hibernate.persister.entity.Queryable
-
Is the inheritence hierarchy described by this persister contained across
multiple tables?
- isMultiTable() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isMultiTable() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- isMultiValued() - Method in class org.hibernate.mapping.MetaAttribute
-
- isMutable() - Method in interface org.hibernate.cache.CacheDataDescription
-
Is the data marked as being mutable?
- isMutable() - Method in class org.hibernate.cache.impl.CacheDataDescriptionImpl
-
- isMutable() - Method in class org.hibernate.envers.entities.RevisionTypeType
-
- isMutable() - Method in class org.hibernate.mapping.Collection
-
- isMutable() - Method in class org.hibernate.mapping.PersistentClass
-
- isMutable() - Method in class org.hibernate.mapping.RootClass
-
- isMutable() - Method in class org.hibernate.mapping.Subclass
-
- isMutable() - Method in interface org.hibernate.metadata.ClassMetadata
-
Are instances of this class mutable?
- isMutable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isMutable() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Can the elements of this collection change?
- isMutable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isMutable() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
- isMutable() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether instances of this entity are considered mutable.
- isMutable() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isMutable() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isMutable() - Method in class org.hibernate.type.AnyType
-
- isMutable() - Method in class org.hibernate.type.ByteArrayBlobType
-
Deprecated.
- isMutable() - Method in class org.hibernate.type.CollectionType
-
- isMutable() - Method in class org.hibernate.type.ComponentType
-
- isMutable() - Method in class org.hibernate.type.CompositeCustomType
-
- isMutable() - Method in class org.hibernate.type.CustomType
-
- isMutable() - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
-
- isMutable() - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
-
- isMutable() - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
-
Can the internal state of instances of T be changed?
- isMutable() - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
-
Can the internal state of instances of T be changed?
- isMutable() - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
-
Can the internal state of instances of T be changed?
- isMutable() - Method in class org.hibernate.type.EntityType
-
Are objects of this type mutable.
- isMutable() - Method in class org.hibernate.type.EnumType
-
- isMutable() - Method in class org.hibernate.type.ImmutableType
-
Deprecated.
- isMutable() - Method in class org.hibernate.type.MetaType
-
- isMutable() - Method in class org.hibernate.type.MutableType
-
Deprecated.
- isMutable() - Method in class org.hibernate.type.SerializableToBlobType
-
- isMutable() - Method in class org.hibernate.type.StringClobType
-
Deprecated.
- isMutable() - Method in interface org.hibernate.type.Type
-
Are objects of this type mutable.
- isMutable() - Method in interface org.hibernate.usertype.CompositeUserType
-
Check if objects of this type mutable.
- isMutable() - Method in interface org.hibernate.usertype.UserType
-
Are objects of this type mutable?
- isNakedEntityReturned() - Method in class org.hibernate.event.LoadEventListener.LoadType
-
- isNameDeferred() - Method in class org.hibernate.cfg.Ejb3Column
-
- isNamedQueryStartupCheckingEnabled() - Method in class org.hibernate.cfg.Settings
-
- isNaturalIdentifier() - Method in class org.hibernate.mapping.Property
-
- isNaturalKeyLookup() - Method in class org.hibernate.engine.QueryParameters
-
- isNClob(Clob) - Static method in class org.hibernate.engine.jdbc.SerializableNClobProxy
-
- isNClob(Class) - Static method in class org.hibernate.type.descriptor.java.DataHelper
-
- isNegated() - Method in class org.hibernate.ejb.criteria.predicate.AbstractPredicateImpl
-
- isNonQualifiedPropertyRef(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- isNonQualifiedPropertyRef(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- isNotEmbedded(SessionImplementor) - Method in class org.hibernate.type.EntityType
-
- isNotEmpty() - Method in class org.hibernate.criterion.Property
-
- isNotEmpty(String) - Static method in class org.hibernate.criterion.Restrictions
-
Constrain a collection valued property to be non-empty
- isNotEmpty(Expression<C>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- isNotEmpty(String) - Static method in class org.hibernate.util.StringHelper
-
- isNotMember(E, Expression<C>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- isNotMember(Expression<E>, Expression<C>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- isNotNull() - Method in class org.hibernate.criterion.Property
-
- isNotNull(String) - Static method in class org.hibernate.criterion.Restrictions
-
Apply an "is not null" constraint to the named property
- isNotNull(Expression<?>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- isNotNull() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
- isNotNull() - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply an "is not null" constraint to the another property
- IsNotNullLogicOperatorNode - Class in org.hibernate.hql.ast.tree
-
IsNotNullLogicOperatorNode implementation
- IsNotNullLogicOperatorNode() - Constructor for class org.hibernate.hql.ast.tree.IsNotNullLogicOperatorNode
-
- isNotTransient(String, Object, Boolean, SessionImplementor) - Static method in class org.hibernate.engine.ForeignKeys
-
Is this instance persistent or detached?
If assumed is non-null, don't hit the database to make the
determination, instead assume that value; the client code must be
prepared to "recover" in the case that this assumed result is incorrect.
- isNull() - Method in class org.hibernate.criterion.Property
-
- isNull(String) - Static method in class org.hibernate.criterion.Restrictions
-
Apply an "is null" constraint to the named property
- isNull(Expression<?>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
s
- isNull() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
- isNull() - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply an "is null" constraint
- isNull(Object, SessionImplementor) - Method in class org.hibernate.type.EntityType
-
- isNull(Object, SessionImplementor) - Method in class org.hibernate.type.OneToOneType
-
- isNullable() - Method in class org.hibernate.cfg.Ejb3Column
-
- isNullable() - Method in class org.hibernate.mapping.Collection
-
- isNullable() - Method in class org.hibernate.mapping.Column
-
- isNullable() - Method in class org.hibernate.mapping.DependantValue
-
- isNullable() - Method in class org.hibernate.mapping.OneToMany
-
- isNullable() - Method in class org.hibernate.mapping.OneToOne
-
- isNullable() - Method in class org.hibernate.mapping.SimpleValue
-
- isNullable() - Method in interface org.hibernate.mapping.Value
-
- isNullable() - Method in class org.hibernate.tuple.StandardProperty
-
- isNullable() - Method in class org.hibernate.type.EntityType
-
- isNullable() - Method in class org.hibernate.type.ManyToOneType
-
- isNullable() - Method in class org.hibernate.type.OneToOneType
-
- isNullableSubclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isNullableSubclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isNullableTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isNullableTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- isNullableTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isNullifiable(boolean, SessionImplementor) - Method in class org.hibernate.engine.EntityEntry
-
- IsNullLogicOperatorNode - Class in org.hibernate.hql.ast.tree
-
Represents a 'is null' check.
- IsNullLogicOperatorNode() - Constructor for class org.hibernate.hql.ast.tree.IsNullLogicOperatorNode
-
- isNumeric(Class) - Static method in class org.hibernate.ejb.criteria.ValueHandlerFactory
-
- isNumeric(Object) - Static method in class org.hibernate.ejb.criteria.ValueHandlerFactory
-
- IsolatedWork - Interface in org.hibernate.engine.transaction
-
Represents work that needs to be performed in a manner
which isolates it from any current application unit of
work transaction.
- Isolater - Class in org.hibernate.engine.transaction
-
Class which provides the isolation semantics required by
an
IsolatedWork
.
- Isolater() - Constructor for class org.hibernate.engine.transaction.Isolater
-
- Isolater.JdbcDelegate - Class in org.hibernate.engine.transaction
-
An isolation delegate for JDBC-based transactions.
- Isolater.JtaDelegate - Class in org.hibernate.engine.transaction
-
An isolation delegate for JTA-based transactions.
- ISOLATION - Static variable in class org.hibernate.cfg.Environment
-
JDBC transaction isolation level
- isolationLevelToString(int) - Static method in class org.hibernate.cfg.Environment
-
Get the name of a JDBC transaction isolation level
- isOneToMany() - Method in class org.hibernate.mapping.Collection
-
- isOneToMany() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
- isOneToMany() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this a one-to-many association?
- isOneToMany() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- isOneToOne() - Method in class org.hibernate.type.EntityType
-
Is the association modeled here defined as a 1-1 in the database (physical model)?
- isOneToOne() - Method in class org.hibernate.type.ManyToOneType
-
- isOneToOne() - Method in class org.hibernate.type.OneToOneType
-
- isOpen() - Method in class org.hibernate.ejb.CurrentEntityManagerImpl
-
Deprecated.
- isOpen() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
-
- isOpen() - Method in class org.hibernate.ejb.EntityManagerImpl
-
- isOpen() - Method in interface org.hibernate.engine.SessionImplementor
-
- isOpen() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- isOpen() - Method in class org.hibernate.impl.SessionImpl
-
- isOpen() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- isOpen() - Method in interface org.hibernate.Session
-
Check if the session is still open.
- isOperationQueueEnabled() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
Is this collection in a state that would allow us to
"queue" operations?
- isOptimisticLocked() - Method in class org.hibernate.mapping.Collection
-
- isOptimisticLocked() - Method in class org.hibernate.mapping.Property
-
- isOptional() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
-
- isOptional() - Method in class org.hibernate.ejb.metamodel.SingularAttributeImpl
- isOptional() - Method in class org.hibernate.mapping.Join
-
- isOptional() - Method in class org.hibernate.mapping.Property
-
- isOrderExpressionResultVariableRef(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- isOrderExpressionResultVariableRef(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- isOrderInsertsEnabled() - Method in class org.hibernate.cfg.Settings
-
- isOrderUpdatesEnabled() - Method in class org.hibernate.cfg.Settings
-
- isOrWithinEmbeddedId() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- isOrWithinEmbeddedId() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- isOrWithinEmbeddedId() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- isOrWithinEmbeddedId() - Method in interface org.hibernate.cfg.PropertyHolder
-
Return true if this component is or is embedded in a @EmbeddedId
- isOwnerUnchanged(PersistentCollection, CollectionPersister, Serializable) - Static method in class org.hibernate.event.def.ProxyVisitor
-
Has the owner of the collection changed since the collection
was snapshotted and detached?
- isPerformed() - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
-
- isPerformed() - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
-
- isPhysicalConstraint() - Method in class org.hibernate.mapping.ForeignKey
-
- isPhysicalTable() - Method in class org.hibernate.mapping.Table
-
- isPolymorphic() - Method in class org.hibernate.mapping.PersistentClass
-
- isPolymorphic() - Method in class org.hibernate.mapping.RootClass
-
- isPolymorphic() - Method in class org.hibernate.mapping.Subclass
-
- isPolymorphic() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isPolymorphic() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isPooled() - Method in enum org.hibernate.id.enhanced.OptimizerFactory.StandardOptimizerDescriptor
-
- isPooledOptimizer(String) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
-
- isPossibleID() - Method in class org.hibernate.hql.ast.HqlToken
-
Returns true if the token could be an identifier.
- isPrimitive(Class) - Method in class org.hibernate.mapping.Property
-
- isPrimitiveArray() - Method in class org.hibernate.mapping.Collection
-
- isPrimitiveArray() - Method in class org.hibernate.mapping.PrimitiveArray
-
- isPrimitiveArray() - Method in interface org.hibernate.metadata.CollectionMetadata
-
Is the collection a primitive array?
- isPrimitiveArray() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isPrimitiveArray() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this an array or primitive values?
- isPrimitiveVariant(SingularAttribute<?, ?>, Class<Y>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
-
- isProcessed() - Method in class org.hibernate.engine.CollectionEntry
-
- isPropertyInitialized(Object, String) - Static method in class org.hibernate.Hibernate
-
Check if the property is initialized.
- isPropertyNull(EntityKey, String) - Method in interface org.hibernate.engine.PersistenceContext
-
Is the association property belonging to the keyed entity null?
- isPropertyNull(EntityKey, String) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Is the association property belonging to the keyed entity null?
- isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- isPublic(Member) - Static method in class org.hibernate.util.ReflectHelper
-
Is this member publicly accessible.
- isPublic(Class, Member) - Static method in class org.hibernate.util.ReflectHelper
-
Is this member publicly accessible.
- isPutEnabled() - Method in class org.hibernate.CacheMode
-
- isPutQueueEnabled() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
Is this collection in a state that would allow us to
"queue" puts? This is a special case, because of orphan
delete.
- isPuttable(long, Object, Comparator) - Method in class org.hibernate.cache.ReadWriteCache.Item
-
Don't overwite already cached items
- isPuttable(long, Object, Comparator) - Method in class org.hibernate.cache.ReadWriteCache.Lock
-
Can the timestamped transaction re-cache this
locked item now?
- isPuttable(long, Object, Comparator) - Method in interface org.hibernate.cache.ReadWriteCache.Lockable
-
- isQueryCacheEnabled() - Method in class org.hibernate.cfg.Settings
-
- isQuoted() - Method in class org.hibernate.mapping.Column
-
- isQuoted() - Method in class org.hibernate.mapping.Table
-
- isQuoted(String) - Static method in class org.hibernate.util.StringHelper
-
Determine if the given string is quoted (wrapped by '`' characters at beginning and end).
- isQuoted(String, Dialect) - Static method in class org.hibernate.util.StringHelper
-
Determine if the given name is quoted.
- isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.cfg.beanvalidation.HibernateTraversableResolver
-
- isReached() - Method in class org.hibernate.engine.CollectionEntry
-
- isReadOnly() - Method in interface org.hibernate.Criteria
-
Should entities and proxies loaded by this Criteria be put in read-only mode? If the
read-only/modifiable setting was not initialized, then the default
read-only/modifiable setting for the persistence context is returned instead.
- isReadOnly() - Method in class org.hibernate.engine.EntityEntry
-
- isReadOnly() - Method in class org.hibernate.engine.NamedQueryDefinition
-
- isReadOnly(Object) - Method in interface org.hibernate.engine.PersistenceContext
-
Is the entity or proxy read-only?
To get the default read-only/modifiable setting used for
entities and proxies that are loaded into the session:
- isReadOnly() - Method in class org.hibernate.engine.QueryParameters
-
Should entities and proxies loaded by the Query be put in read-only mode? The
read-only/modifiable setting must be initialized via QueryParameters#setReadOnly(boolean)
before calling this method.
- isReadOnly(SessionImplementor) - Method in class org.hibernate.engine.QueryParameters
-
Should entities and proxies loaded by the Query be put in read-only mode? If the
read-only/modifiable setting was not initialized
(i.e., QueryParameters#isReadOnlyInitialized() == false), then the default
read-only/modifiable setting for the persistence context is returned instead.
- isReadOnly(Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- isReadOnly() - Method in class org.hibernate.impl.AbstractQueryImpl
-
Should entities and proxies loaded by this Query be put in read-only mode? If the
read-only/modifiable setting was not initialized, then the default
read-only/modifiable setting for the persistence context is returned instead.
- isReadOnly() - Method in class org.hibernate.impl.CriteriaImpl
-
Should entities and proxies loaded by this Criteria be put in read-only mode? If the
read-only/modifiable setting was not initialized, then the default
read-only/modifiable setting for the persistence context is returned instead.
- isReadOnly() - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- isReadOnly(Object) - Method in class org.hibernate.impl.SessionImpl
-
- isReadOnly() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Is the proxy read-only?.
- isReadOnly() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- isReadOnly() - Method in interface org.hibernate.proxy.LazyInitializer
-
Is the proxy read-only?.
- isReadOnly() - Method in interface org.hibernate.Query
-
Should entities and proxies loaded by this Query be put in read-only mode? If the
read-only/modifiable setting was not initialized, then the default
read-only/modifiable setting for the persistence context is returned instead.
- isReadOnly(Object) - Method in interface org.hibernate.Session
-
Is the specified entity or proxy read-only?
To get the default read-only/modifiable setting used for
entities and proxies that are loaded into the session:
- isReadOnly() - Method in class org.hibernate.tuple.ElementWrapper
-
- isReadOnlyBeforeAttachedToSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Get the read-only/modifiable setting that should be put in affect when it is
attached to a session.
- isReadOnlyInitialized() - Method in interface org.hibernate.Criteria
-
Was the read-only/modifiable mode explicitly initialized?
- isReadOnlyInitialized() - Method in class org.hibernate.engine.QueryParameters
-
Has the read-only/modifiable mode been explicitly set?
- isReadOnlyInitialized() - Method in class org.hibernate.impl.CriteriaImpl
-
Was the read-only/modifiable mode explicitly initialized?
- isReadOnlyInitialized() - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- isReadOnlySettingAvailable() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Is the proxy's read-only/modifiable setting available?
- isReadOnlySettingAvailable() - Method in interface org.hibernate.proxy.LazyInitializer
-
Is the proxy's read-only/modifiable setting available?
- isReadyForSerialization() - Method in class org.hibernate.jdbc.ConnectionManager
-
- isReferenceToPrimaryKey() - Method in class org.hibernate.mapping.ForeignKey
-
Does this foreignkey reference the primary key of the reference table
- isReferenceToPrimaryKey() - Method in class org.hibernate.type.AnyType
-
- isReferenceToPrimaryKey() - Method in class org.hibernate.type.EntityType
-
Does this association foreign key reference the primary key of the other table?
Otherwise, it references a property-ref.
- isRelation(String) - Method in class org.hibernate.envers.entities.EntityConfiguration
-
- isRequired() - Method in class org.hibernate.hql.HolderInstantiator
-
- isResolved() - Method in class org.hibernate.cfg.EJB3DTDEntityResolver
-
Persistence.xml has been resolved locally
- isResolved() - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
-
- isReturnableEntity() - Method in class org.hibernate.hql.ast.tree.AbstractSelectExpression
-
- isReturnableEntity() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
-
- isReturnableEntity() - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
-
- isReturnableEntity() - Method in class org.hibernate.hql.ast.tree.QueryNode
-
- isReturnableEntity() - Method in interface org.hibernate.hql.ast.tree.SelectExpression
-
Returns true if this select expression represents an entity that can be returned.
- isRevisionEndTimestampEnabled() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
-
- isRollback(int) - Static method in class org.hibernate.util.JTAHelper
-
- isRoot() - Method in class org.hibernate.loader.PropertyPath
-
- isRootElement() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- isRootElement() - Method in class org.hibernate.tuple.ElementWrapper
-
- isRowDeleteEnabled() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isRowDeleteEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- isRowInsertEnabled() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isRowInsertEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- isRowUpdatePossible() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
- isRowUpdatePossible() - Method in class org.hibernate.collection.PersistentBag
-
- isRowUpdatePossible() - Method in interface org.hibernate.collection.PersistentCollection
-
- isRowUpdatePossible() - Method in class org.hibernate.collection.PersistentSet
-
- isSame(Object, Object, EntityMode) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isSame(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isSame(Object, Object, EntityMode) - Method in class org.hibernate.type.AbstractType
-
- isSame(Object, Object, EntityMode) - Method in class org.hibernate.type.AnyType
-
- isSame(Object, Object, EntityMode) - Method in class org.hibernate.type.ComponentType
-
- isSame(Object, Object, EntityMode) - Method in class org.hibernate.type.EntityType
-
Two entities are considered the same when their instances are the same.
- isSame(Object, Object, EntityMode) - Method in interface org.hibernate.type.Type
-
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent
state) taking a shortcut for entity references.
- isScalar() - Method in class org.hibernate.hql.ast.tree.AbstractSelectExpression
-
- isScalar() - Method in class org.hibernate.hql.ast.tree.AggregateNode
-
- isScalar() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
-
- isScalar() - Method in class org.hibernate.hql.ast.tree.MapEntryNode
-
- isScalar() - Method in class org.hibernate.hql.ast.tree.MethodNode
-
- isScalar() - Method in class org.hibernate.hql.ast.tree.QueryNode
-
- isScalar() - Method in interface org.hibernate.hql.ast.tree.SelectExpression
-
- isScalarSelect() - Method in class org.hibernate.hql.ast.tree.SelectClause
-
Does this SelectClause represent a scalar query
- isSchemaQuoted() - Method in class org.hibernate.mapping.Table
-
- isScrollableResultSetsEnabled() - Method in class org.hibernate.cfg.Settings
-
- isSecondary() - Method in class org.hibernate.cfg.Ejb3Column
-
- isSecondLevelCacheEnabled() - Method in class org.hibernate.cfg.Settings
-
- isSelectable() - Method in class org.hibernate.mapping.Property
-
- isSelectBeforeUpdate() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isSelectBeforeUpdateRequired() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isSelectBeforeUpdateRequired() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Is select snapshot before update enabled?
- isSelectStatement() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- isSequence(Object) - Method in class org.hibernate.tool.hbm2ddl.DatabaseMetadata
-
- isSequentialSelect() - Method in class org.hibernate.mapping.Join
-
- isSerializableIsolationEnforced() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
Do connections enforce SERIALIZABLE isolation...
- isSet() - Method in class org.hibernate.envers.tools.MutableBoolean
-
- isSet() - Method in class org.hibernate.mapping.Collection
-
- isSet() - Method in class org.hibernate.mapping.Set
-
- isShallow() - Method in class org.hibernate.engine.query.HQLQueryPlan
-
- isShallowQuery() - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- isShallowQuery() - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
- isShowClassNames() - Method in class org.hibernate.hql.ast.util.ASTPrinter
-
Getter for property 'showClassNames'.
- isSimpleValue() - Method in class org.hibernate.mapping.Collection
-
- isSimpleValue() - Method in class org.hibernate.mapping.OneToMany
-
- isSimpleValue() - Method in class org.hibernate.mapping.SimpleValue
-
- isSimpleValue() - Method in interface org.hibernate.mapping.Value
-
- isSingleRowLoader() - Method in class org.hibernate.loader.entity.AbstractEntityLoader
-
- isSingleRowLoader() - Method in class org.hibernate.loader.entity.CollectionElementLoader
-
- isSingleRowLoader() - Method in class org.hibernate.loader.entity.EntityLoader
-
- isSingleRowLoader() - Method in class org.hibernate.loader.Loader
-
Return false is this loader is a batch entity loader
- isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.PersistentArrayHolder
-
- isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.PersistentBag
-
- isSnapshotEmpty(Serializable) - Method in interface org.hibernate.collection.PersistentCollection
-
Is the snapshot empty?
- isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.PersistentElementHolder
-
- isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
-
- isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.PersistentList
-
- isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.PersistentMap
-
- isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.PersistentSet
-
- isSnapshotEmpty(PersistentCollection) - Method in class org.hibernate.engine.CollectionEntry
-
- isSorted() - Method in class org.hibernate.mapping.Collection
-
- isSpecjProprietarySyntaxEnabled() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- isSpecjProprietarySyntaxEnabled() - Method in interface org.hibernate.cfg.Mappings
-
- isStateless() - Method in interface org.hibernate.engine.PersistenceContext
-
- isStateless() - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- isStatisticsEnabled() - Method in class org.hibernate.cfg.Settings
-
- isStatisticsEnabled() - Method in class org.hibernate.jmx.StatisticsService
-
- isStatisticsEnabled() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
Are statistics logged
- isStatisticsEnabled() - Method in interface org.hibernate.stat.Statistics
-
Are statistics logged
- isStatisticsEnabled() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
Are statistics logged
- isStoreDataAtDelete() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
-
- isStrictJPAQLCompliance() - Method in class org.hibernate.cfg.Settings
-
- isStrictJPAQLComplianceEnabled() - Method in class org.hibernate.hql.ast.util.SessionFactoryHelper
-
- isStructuredCacheEntriesEnabled() - Method in class org.hibernate.cfg.Settings
-
- isSubclassEntityName(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isSubclassEntityName(String) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether the given name represents a subclass entity
(or this entity itself) of the entity mapped by this persister.
- isSubclassPropertyDeferred(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isSubclassPropertyDeferred(String, String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isSubclassPropertyNullable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isSubclassPropertyNullable(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Is the numbered property of the class of subclass nullable?
- isSubclassTableLazy(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isSubclassTableLazy(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- isSubclassTableLazy(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isSubclassTableSequentialSelect(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isSubclassTableSequentialSelect(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- isSubclassTableSequentialSelect(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isSubQuery() - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- isSubQuery() - Method in class org.hibernate.hql.ast.tree.FromClause
-
- isSubselect() - Method in class org.hibernate.mapping.Table
-
- isSubselectLoadable() - Method in class org.hibernate.mapping.Collection
-
- isSubselectLoadable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isSubselectLoadingEnabled() - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- isSubselectLoadingEnabled() - Method in class org.hibernate.loader.collection.CollectionLoader
-
- isSubselectLoadingEnabled() - Method in class org.hibernate.loader.criteria.CriteriaLoader
-
- isSubselectLoadingEnabled() - Method in class org.hibernate.loader.hql.QueryLoader
-
- isSubselectLoadingEnabled() - Method in class org.hibernate.loader.Loader
-
- isSubtreeChild(AST, AST) - Static method in class org.hibernate.hql.ast.util.ASTUtil
-
Determine if a given node (test) is contained anywhere in the subtree
of another given node (fixture).
- isSuppliedConnection() - Method in class org.hibernate.jdbc.ConnectionManager
-
Was the connection being used here supplied by the user?
- isSynthetic() - Method in class org.hibernate.mapping.Backref
-
Does this property represent a synthetic property? A synthetic property is one we create during
metamodel binding to represent a collection of columns but which does not represent a property
physically available on the entity.
- isSynthetic() - Method in class org.hibernate.mapping.IndexBackref
-
Does this property represent a synthetic property? A synthetic property is one we create during
metamodel binding to represent a collection of columns but which does not represent a property
physically available on the entity.
- isSynthetic() - Method in class org.hibernate.mapping.Property
-
Does this property represent a synthetic property? A synthetic property is one we create during
metamodel binding to represent a collection of columns but which does not represent a property
physically available on the entity.
- isSynthetic() - Method in class org.hibernate.mapping.SyntheticProperty
-
- isTable(Object) - Method in class org.hibernate.tool.hbm2ddl.DatabaseMetadata
-
- isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- isTextOnly() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- isTextOnly() - Method in class org.hibernate.tuple.ElementWrapper
-
- isThetaStyle() - Method in class org.hibernate.engine.JoinSequence
-
- isTooDeep(int) - Method in class org.hibernate.loader.JoinWalker
-
- isTooManyCollections() - Method in class org.hibernate.loader.entity.CascadeEntityJoinWalker
-
- isTooManyCollections() - Method in class org.hibernate.loader.JoinWalker
-
- isTransactionAware() - Method in class org.hibernate.cache.impl.bridge.BaseTransactionalDataRegionAdapter
-
- isTransactionAware() - Method in interface org.hibernate.cache.TransactionalDataRegion
-
Is the underlying cache implementation aware of (and "participating in")
ongoing JTA transactions?
Regions which report that they are transaction-aware are considered
"synchronous", in that we assume we can immediately (i.e.
- isTransactionInProgress() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- isTransactionInProgress() - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor
-
Provides access to whether a transaction is currently in progress.
- isTransactionInProgress(JDBCContext, TransactionFactory.Context) - Method in class org.hibernate.ejb.transaction.JoinableCMTTransaction
-
- isTransactionInProgress(JDBCContext, TransactionFactory.Context, Transaction) - Method in class org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
-
- isTransactionInProgress() - Method in interface org.hibernate.engine.SessionImplementor
-
Does this Session have an active Hibernate transaction
or is there a JTA transaction in progress?
- isTransactionInProgress() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- isTransactionInProgress() - Method in class org.hibernate.impl.SessionImpl
-
- isTransactionInProgress() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- isTransactionInProgress() - Method in interface org.hibernate.jdbc.ConnectionManager.Callback
-
- isTransactionInProgress() - Method in class org.hibernate.jdbc.JDBCContext
-
- isTransactionInProgress(JDBCContext, TransactionFactory.Context, Transaction) - Method in class org.hibernate.transaction.CMTTransactionFactory
-
- isTransactionInProgress(JDBCContext, TransactionFactory.Context, Transaction) - Method in class org.hibernate.transaction.JDBCTransactionFactory
-
Determine whether an underlying transaction is in progress.
- isTransactionInProgress(JDBCContext, TransactionFactory.Context, Transaction) - Method in class org.hibernate.transaction.JTATransactionFactory
-
Determine whether an underlying transaction is in progress.
- isTransactionInProgress(JDBCContext, TransactionFactory.Context, Transaction) - Method in interface org.hibernate.transaction.TransactionFactory
-
Determine whether an underlying transaction is in progress.
- isTransactionInProgress(SessionFactoryImplementor) - Static method in class org.hibernate.util.JTAHelper
-
Return true if a JTA transaction is in progress
and false in *every* other cases (including in a JDBC transaction).
- isTransactionInProgress(Transaction) - Static method in class org.hibernate.util.JTAHelper
-
- isTransactionManagerRequired() - Method in class org.hibernate.transaction.CMTTransactionFactory
-
- isTransactionManagerRequired() - Method in class org.hibernate.transaction.JDBCTransactionFactory
-
Do we require access to the JTA TransactionManager for
this strategy?
- isTransactionManagerRequired() - Method in class org.hibernate.transaction.JTATransactionFactory
-
Do we require access to the JTA TransactionManager for
this strategy?
- isTransactionManagerRequired() - Method in interface org.hibernate.transaction.TransactionFactory
-
Do we require access to the JTA TransactionManager for
this strategy?
- isTransient(Object) - Method in class org.hibernate.EmptyInterceptor
-
- isTransient(String, Object, Boolean, SessionImplementor) - Static method in class org.hibernate.engine.ForeignKeys
-
Is this instance, which we know is not persistent, actually transient?
If assumed is non-null, don't hit the database to make the
determination, instead assume that value; the client code must be
prepared to "recover" in the case that this assumed result is incorrect.
- isTransient(Object) - Method in interface org.hibernate.Interceptor
-
Called to distinguish between transient and detached entities.
- isTransient(Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isTransient(Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Is this a new transient instance?
- isTrue(Expression<Boolean>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- isTypeSpecified() - Method in class org.hibernate.mapping.SimpleValue
-
- isTypeSpecified() - Method in class org.hibernate.mapping.ToOne
-
- isUninitialized() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Is the proxy uninitialzed?
- isUninitialized() - Method in interface org.hibernate.proxy.LazyInitializer
-
Is the proxy uninitialzed?
- isUnique() - Method in class org.hibernate.cfg.Ejb3Column
-
- isUnique() - Method in class org.hibernate.mapping.Column
-
- isUnreferenced() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
- isUnreferenced() - Method in interface org.hibernate.collection.PersistentCollection
-
Is the collection unreferenced?
- isUnsaved(Serializable) - Method in class org.hibernate.engine.IdentifierValue
-
Does the given identifier belong to a new instance?
- isUnsaved(Object) - Method in class org.hibernate.engine.VersionValue
-
Does the given version belong to a new instance?
- isUnwrap() - Method in class org.hibernate.proxy.AbstractLazyInitializer
- isUnwrap() - Method in interface org.hibernate.proxy.LazyInitializer
-
- isUnwrapProxy() - Method in class org.hibernate.mapping.ToOne
-
- isUpdatable() - Method in class org.hibernate.cfg.Ejb3Column
-
- isUpdateable() - Method in class org.hibernate.mapping.DependantValue
-
- isUpdateable() - Method in interface org.hibernate.mapping.KeyValue
-
- isUpdateable() - Method in class org.hibernate.mapping.Property
-
- isUpdateable() - Method in class org.hibernate.mapping.SimpleValue
-
- isUpdateable() - Method in class org.hibernate.tuple.StandardProperty
-
- isUpdateCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isUpdateCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isUpdateGenerated() - Method in class org.hibernate.tuple.StandardProperty
-
- isUpdateNecessary(FlushEntityEvent) - Method in class org.hibernate.event.def.DefaultFlushEntityEventListener
-
Performs all necessary checking to determine if an entity needs an SQL update
to synchronize its state to the database.
- isUpToDate(Set, Long) - Method in class org.hibernate.cache.StandardQueryCache
-
- isUpToDate(Set, Long) - Method in class org.hibernate.cache.UpdateTimestampsCache
-
- isUseQuotedIdentifiers() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- isUseQuotedIdentifiersGlobally() - Method in class org.hibernate.cfg.ObjectNameNormalizer
-
Retrieve whether the user requested that all database identifiers be quoted.
- isValid(Mapping) - Method in class org.hibernate.mapping.Collection
-
- isValid(Mapping) - Method in class org.hibernate.mapping.OneToMany
-
- isValid(Mapping) - Method in class org.hibernate.mapping.Property
-
- isValid(Mapping) - Method in class org.hibernate.mapping.SimpleValue
-
- isValid(Mapping) - Method in class org.hibernate.mapping.ToOne
-
- isValid(Mapping) - Method in interface org.hibernate.mapping.Value
-
- isValidatableImplementor() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- isValidatableImplementor() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
- isValidatableImplementor() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
- isVerbose() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
-
- isVersion() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- isVersion() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
-
- isVersion() - Method in class org.hibernate.ejb.metamodel.SingularAttributeImpl
- isVersionable() - Method in class org.hibernate.tuple.StandardProperty
-
- isVersioned() - Method in interface org.hibernate.cache.CacheDataDescription
-
- isVersioned() - Method in class org.hibernate.cache.impl.bridge.OptimisticCacheSourceAdapter
-
- isVersioned() - Method in class org.hibernate.cache.impl.CacheDataDescriptionImpl
-
- isVersioned() - Method in interface org.hibernate.cache.OptimisticCacheSource
-
- isVersioned(String) - Method in class org.hibernate.envers.entities.EntitiesConfigurations
-
- isVersioned() - Method in class org.hibernate.mapping.MappedSuperclass
-
- isVersioned() - Method in class org.hibernate.mapping.PersistentClass
-
- isVersioned() - Method in class org.hibernate.mapping.RootClass
-
- isVersioned() - Method in class org.hibernate.mapping.Subclass
-
- isVersioned() - Method in interface org.hibernate.metadata.ClassMetadata
-
Are instances of this class versioned by a timestamp or version number column?
- isVersioned() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isVersioned() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Does this collection cause version increment of the
owning entity?
- isVersioned() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isVersioned() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether optimistic locking by column is enabled for this
entity.
- isVersioned() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isVersionIncrementDisabled() - Method in class org.hibernate.event.def.AbstractSaveEventListener
-
After the save, will te version number be incremented
if the instance is modified?
- isVersionIncrementDisabled() - Method in class org.hibernate.event.def.DefaultReplicateEventListener
-
- isVersionIncrementRequired(int[], boolean, boolean[]) - Static method in class org.hibernate.engine.Versioning
-
Do we need to increment the version number, given the dirty properties?
- isVersionPropertyGenerated() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isVersionPropertyGenerated() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Does this entity contain a version property that is defined
to be database generated?
- isVersionPropertyInsertable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isVersionPropertyInsertable() - Method in interface org.hibernate.persister.entity.Queryable
-
Is the version property included in insert statements?
- isVirtual() - Method in class org.hibernate.tuple.IdentifierProperty
-
- isWhitespace(String) - Static method in class org.hibernate.hql.classic.ParserHelper
-
- isWrapper(Object) - Method in class org.hibernate.collection.PersistentArrayHolder
-
- isWrapper(Object) - Method in class org.hibernate.collection.PersistentBag
-
- isWrapper(Object) - Method in interface org.hibernate.collection.PersistentCollection
-
Is this the wrapper for the given underlying collection instance?
- isWrapper(Object) - Method in class org.hibernate.collection.PersistentElementHolder
-
- isWrapper(Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- isWrapper(Object) - Method in class org.hibernate.collection.PersistentIndexedElementHolder
-
- isWrapper(Object) - Method in class org.hibernate.collection.PersistentList
-
- isWrapper(Object) - Method in class org.hibernate.collection.PersistentMap
-
- isWrapper(Object) - Method in class org.hibernate.collection.PersistentSet
-
- isWrapResultSetsEnabled() - Method in class org.hibernate.cfg.Settings
-
- isXMLElement() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isXMLElement() - Method in class org.hibernate.type.AbstractType
-
- isXMLElement() - Method in class org.hibernate.type.CollectionType
-
- isXMLElement() - Method in class org.hibernate.type.ComponentType
-
- isXMLElement() - Method in class org.hibernate.type.EntityType
- isXMLElement() - Method in interface org.hibernate.type.Type
-
- Item(Object, Object, long) - Constructor for class org.hibernate.cache.ReadWriteCache.Item
-
- Item - Class in org.hibernate.testing.cache
-
- Item() - Constructor for class org.hibernate.testing.cache.Item
-
- iterate(String) - Method in interface org.hibernate.classic.Session
-
- iterate(String, Object, Type) - Method in interface org.hibernate.classic.Session
-
- iterate(String, Object[], Type[]) - Method in interface org.hibernate.classic.Session
-
- iterate(String, QueryParameters) - Method in interface org.hibernate.engine.SessionImplementor
-
Execute an iterate() query
- iterate(String, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- iterate(QueryParameters, EventSource) - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
Return the query results as an iterator
- iterate(QueryParameters, EventSource) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
Return the query results as an iterator
- iterate(QueryParameters, EventSource) - Method in interface org.hibernate.hql.QueryTranslator
-
Perform an iterate operation given the underlying query definition.
- iterate() - Method in class org.hibernate.impl.CollectionFilterImpl
-
- iterate() - Method in class org.hibernate.impl.QueryImpl
-
- iterate(String) - Method in class org.hibernate.impl.SessionImpl
-
- iterate(String, Object, Type) - Method in class org.hibernate.impl.SessionImpl
-
- iterate(String, Object[], Type[]) - Method in class org.hibernate.impl.SessionImpl
-
- iterate(String, QueryParameters) - Method in class org.hibernate.impl.SessionImpl
-
- iterate() - Method in class org.hibernate.impl.SQLQueryImpl
-
- iterate(String, QueryParameters) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- iterate(QueryParameters, EventSource) - Method in class org.hibernate.loader.hql.QueryLoader
-
- iterate() - Method in interface org.hibernate.Query
-
Return the query results as an Iterator.
- iterateAuxiliaryDatabaseObjects() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- iterateAuxiliaryDatabaseObjects() - Method in interface org.hibernate.cfg.Mappings
-
Retrieves an iterator over the metadata pertaining to all auxiliary database objects int this repository.
- iterateAuxiliaryDatabaseObjectsInReverse() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- iterateAuxiliaryDatabaseObjectsInReverse() - Method in interface org.hibernate.cfg.Mappings
-
- iterateAuxliaryDatabaseObjects() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- iterateAuxliaryDatabaseObjects() - Method in interface org.hibernate.cfg.Mappings
-
- iterateAuxliaryDatabaseObjectsInReverse() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- iterateAuxliaryDatabaseObjectsInReverse() - Method in interface org.hibernate.cfg.Mappings
-
- iterateClasses() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- iterateClasses() - Method in interface org.hibernate.cfg.Mappings
-
Retrieves an iterator over the entity metadata present in this repository.
- iterateCollections() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- iterateCollections() - Method in interface org.hibernate.cfg.Mappings
-
Returns an iterator over collection metadata.
- iterateEntityNameResolvers(EntityMode) - Method in class org.hibernate.impl.SessionFactoryImpl
-
- iterateExpressionEntries() - Method in class org.hibernate.impl.CriteriaImpl
-
- iterateFetchProfiles() - Method in class org.hibernate.cfg.Configuration
-
- iterateFilter(Object, String, QueryParameters) - Method in interface org.hibernate.engine.SessionImplementor
-
Iterate a filter
- iterateFilter(Object, String, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- iterateFilter(Object, String, QueryParameters) - Method in class org.hibernate.impl.SessionImpl
-
- iterateFilter(Object, String, QueryParameters) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- iterateJoins() - Method in class org.hibernate.engine.JoinSequence
-
- iterateOrderings() - Method in class org.hibernate.impl.CriteriaImpl
-
- iterateSubcriteria() - Method in class org.hibernate.impl.CriteriaImpl
-
- iterateTables() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- iterateTables() - Method in interface org.hibernate.cfg.Mappings
-
Returns an iterator over table metadata.
- iterateTuplizers() - Method in class org.hibernate.tuple.EntityModeToTuplizerMapping
-
- iterator() - Method in class org.hibernate.collection.PersistentBag
-
- iterator() - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- iterator() - Method in class org.hibernate.collection.PersistentList
-
- iterator() - Method in class org.hibernate.collection.PersistentSet
-
- iterator() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
-
- iterator() - Method in class org.hibernate.util.IdentitySet
-
- IteratorImpl - Class in org.hibernate.impl
-
An implementation of java.util.Iterator that is
returned by iterate() query execution methods.
- IteratorImpl(ResultSet, PreparedStatement, EventSource, boolean, Type[], String[][], HolderInstantiator) - Constructor for class org.hibernate.impl.IteratorImpl
-
- iteratorsContentEqual(Iterator, Iterator) - Static method in class org.hibernate.envers.tools.Tools
-
- iteratorToList(Iterator<T>) - Static method in class org.hibernate.envers.tools.Tools
-
- PACKAGE_NAMES - Static variable in class org.hibernate.ejb.AvailableSettings
-
List of annotated packages
Internal use only
- PackageFilter - Class in org.hibernate.ejb.packaging
-
Filter on pachage element
- PackageFilter(boolean, Class[]) - Constructor for class org.hibernate.ejb.packaging.PackageFilter
-
- Pair<T1,T2> - Class in org.hibernate.envers.tools
-
A pair of objects.
- Pair(T1, T2) - Constructor for class org.hibernate.envers.tools.Pair
-
- panic() - Static method in class org.hibernate.hql.ast.HqlParser
-
- panic() - Static method in class org.hibernate.hql.ast.HqlSqlWalker
-
- panic() - Static method in class org.hibernate.hql.ast.SqlGenerator
-
- PARAM - Static variable in class org.hibernate.engine.ExecuteUpdateResultCheckStyle
-
- PARAM - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- PARAM - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- PARAM - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- PARAM - Static variable in class org.hibernate.jdbc.Expectations
-
- ParamDef - Annotation Type in org.hibernate.annotations
-
A parameter definition
- Parameter - Annotation Type in org.hibernate.annotations
-
Parameter (basically key/value pattern)
- parameter(Class<T>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- parameter(Class<T>, String) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- parameter() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- parameter(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- parameter(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- ParameterBinder - Class in org.hibernate.engine
-
Centralizes the commonality regarding binding of parameter values into
PreparedStatements as this logic is used in many places.
- ParameterBinder.NamedParameterSource - Interface in org.hibernate.engine
-
- ParameterContainer - Interface in org.hibernate.ejb.criteria
-
Contract for query components capable of eirther being a parameter or containing parameters.
- ParameterContainer - Interface in org.hibernate.hql.ast.tree
-
Deprecated.
- ParameterContainer.Helper - Class in org.hibernate.ejb.criteria
-
Helper to deal with potential parameter container nodes.
- ParameterExpressionImpl<T> - Class in org.hibernate.ejb.criteria.expression
-
Defines a parameter specification, or the information about a parameter (where it occurs, what is
its type, etc).
- ParameterExpressionImpl(CriteriaBuilderImpl, Class<T>, String) - Constructor for class org.hibernate.ejb.criteria.expression.ParameterExpressionImpl
-
- ParameterExpressionImpl(CriteriaBuilderImpl, Class<T>, Integer) - Constructor for class org.hibernate.ejb.criteria.expression.ParameterExpressionImpl
-
- ParameterExpressionImpl(CriteriaBuilderImpl, Class<T>) - Constructor for class org.hibernate.ejb.criteria.expression.ParameterExpressionImpl
-
- ParameterInfo(int[], Type) - Constructor for class org.hibernate.hql.ast.ParameterTranslationsImpl.ParameterInfo
-
- ParameterInfo(int, Type) - Constructor for class org.hibernate.hql.ast.ParameterTranslationsImpl.ParameterInfo
-
- ParameterizedFunctionExpression<X> - Class in org.hibernate.ejb.criteria.expression.function
-
Support for functions with parameters.
- ParameterizedFunctionExpression(CriteriaBuilderImpl, Class<X>, String, List<Expression<?>>) - Constructor for class org.hibernate.ejb.criteria.expression.function.ParameterizedFunctionExpression
-
- ParameterizedFunctionExpression(CriteriaBuilderImpl, Class<X>, String, Expression<?>...) - Constructor for class org.hibernate.ejb.criteria.expression.function.ParameterizedFunctionExpression
-
- ParameterizedType - Interface in org.hibernate.usertype
-
Support for parameterizable types.
- ParameterMetadata - Class in org.hibernate.engine.query
-
Encapsulates metadata about parameters encountered within a query.
- ParameterMetadata(OrdinalParameterDescriptor[], Map) - Constructor for class org.hibernate.engine.query.ParameterMetadata
-
Instantiates a ParameterMetadata container.
- parameterMetadata - Variable in class org.hibernate.impl.AbstractQueryImpl
-
- ParameterNode - Class in org.hibernate.hql.ast.tree
-
Implementation of ParameterNode.
- ParameterNode() - Constructor for class org.hibernate.hql.ast.tree.ParameterNode
-
- ParameterParser - Class in org.hibernate.engine.query
-
- ParameterParser.Recognizer - Interface in org.hibernate.engine.query
-
- ParameterRegistry - Interface in org.hibernate.ejb.criteria
-
A registry for parameters.
- Parameters - Class in org.hibernate.envers.tools.query
-
- PARAMETERS - Static variable in class org.hibernate.id.SequenceGenerator
-
The parameters parameter, appended to the create sequence DDL.
- ParameterSpecification - Interface in org.hibernate.param
-
Maintains information relating to parameters which need to get bound into a
JDBC
PreparedStatement
.
- ParameterSubstitutionRecognizer() - Constructor for class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
-
- ParameterTranslations - Interface in org.hibernate.hql
-
Defines available information about the parameters encountered during
query translation.
- ParameterTranslationsImpl - Class in org.hibernate.hql.ast
-
Defines the information available for parameters encountered during
query translation through the antlr-based parser.
- ParameterTranslationsImpl(List) - Constructor for class org.hibernate.hql.ast.ParameterTranslationsImpl
-
Constructs a parameter metadata object given a list of parameter
specifications.
- ParameterTranslationsImpl.ParameterInfo - Class in org.hibernate.hql.ast
-
- ParamLocationRecognizer - Class in org.hibernate.engine.query
-
Implements a parameter parser recognizer specifically for the purpose
of journaling parameter locations.
- ParamLocationRecognizer() - Constructor for class org.hibernate.engine.query.ParamLocationRecognizer
-
- ParamLocationRecognizer.NamedParameterDescription - Class in org.hibernate.engine.query
-
- parenSelect(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- Parent - Annotation Type in org.hibernate.annotations
-
Reference the property as a pointer back to the owner (generally the owning entity)
- parent - Variable in class org.hibernate.cfg.AbstractPropertyHolder
-
- parse(String) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
-
- parse(String) - Static method in class org.hibernate.cache.access.AccessType
-
- parse(String) - Static method in class org.hibernate.CacheMode
-
- parse(String) - Static method in class org.hibernate.ConnectionReleaseMode
-
Determine the correct ConnectionReleaseMode instance based on the given
name.
- parse(String) - Static method in class org.hibernate.dialect.ResultColumnReferenceStrategy
-
- parse(String) - Static method in class org.hibernate.engine.ExecuteUpdateResultCheckStyle
-
- parse(String) - Static method in class org.hibernate.engine.profile.Fetch.Style
-
- parse(String, ParameterParser.Recognizer) - Static method in class org.hibernate.engine.query.ParameterParser
-
Performs the actual parsing and tokenizing of the query string making appropriate
callbacks to the given recognizer upon recognition of the various tokens.
- parse(String) - Static method in class org.hibernate.engine.Status
-
- parse(String) - Static method in class org.hibernate.EntityMode
-
- parse(String) - Static method in class org.hibernate.FlushMode
-
- parse(Parser, String, String, QueryTranslatorImpl) - Static method in class org.hibernate.hql.classic.ParserHelper
-
- parse(String) - Static method in class org.hibernate.LockMode
-
- parse(String) - Static method in class org.hibernate.mapping.PropertyGeneration
-
- parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.PassThroughTransformer
-
- parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToBytesTransformer
-
- parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToStringTransformer
-
- parse(Object) - Method in interface org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ValueTransformer
-
- ParseErrorHandler - Interface in org.hibernate.hql.ast
-
Defines the behavior of an error handler for the HQL parsers.
- parseFilterParameterName(String) - Static method in class org.hibernate.engine.LoadQueryInfluencers
-
- parseLocations(String) - Static method in class org.hibernate.engine.query.ParamLocationRecognizer
-
Convenience method for creating a param location recognizer and
initiating the parse.
- parsePath(String, ASTFactory) - Static method in class org.hibernate.hql.ast.util.PathHelper
-
Turns a path into an AST.
- Parser - Interface in org.hibernate.hql.classic
-
A parser is a state machine that accepts a string of tokens,
bounded by start() and end() and modifies a QueryTranslator.
- ParserHelper - Class in org.hibernate.hql.classic
-
- PARTIAL - Static variable in class org.hibernate.engine.ValueInclusion
-
- partiallyUnqualify(String, String) - Static method in class org.hibernate.util.StringHelper
-
Partially unqualifies a qualified name.
- PASS - Static variable in class org.hibernate.cfg.Environment
-
JDBC password
- PassThroughResultTransformer - Class in org.hibernate.transform
-
???
- PassThroughTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.PassThroughTransformer
-
- path() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- path(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- PATH_SEPARATORS - Static variable in class org.hibernate.hql.classic.ParserHelper
-
- pathAsIdent(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- PathExpressionParser - Class in org.hibernate.hql.classic
-
Parses an expression of the form foo.bar.baz and builds up an expression
involving two less table joins than there are path components.
- PathExpressionParser() - Constructor for class org.hibernate.hql.classic.PathExpressionParser
-
- PathHelper - Class in org.hibernate.hql.ast.util
-
Provides utility methods for paths.
- PathImplementor<X> - Interface in org.hibernate.ejb.criteria
-
Implementation contract for the JPA Path
interface.
- PathNode - Interface in org.hibernate.hql.ast.tree
-
An AST node with a path property.
- PathSource<X> - Interface in org.hibernate.ejb.criteria
-
Implementation contract for things which can be the source (parent, left-hand-side, etc) of a path
- PathTypeExpression<T> - Class in org.hibernate.ejb.criteria.expression
-
Used to construct the result of Path.type()
- PathTypeExpression(CriteriaBuilderImpl, Class<T>) - Constructor for class org.hibernate.ejb.criteria.expression.PathTypeExpression
-
- perform(Session, String, AuditConfiguration, Serializable, Object, Object) - Method in interface org.hibernate.envers.strategy.AuditStrategy
-
Perform the persistence of audited data for regular entities.
- perform(Session, String, AuditConfiguration, Serializable, Object, Object) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
-
- perform(Session, String, AuditConfiguration, Serializable, Object, Object) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
-
- perform(Session, Object) - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
-
- perform(Session, Object) - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
-
Perform this work unit in the given session.
- perform(Session, Object) - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
-
- performCollectionChange(Session, AuditConfiguration, PersistentCollectionChangeData, Object) - Method in interface org.hibernate.envers.strategy.AuditStrategy
-
Perform the persistence of audited data for collection ("middle") entities.
- performCollectionChange(Session, AuditConfiguration, PersistentCollectionChangeData, Object) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
-
- performCollectionChange(Session, AuditConfiguration, PersistentCollectionChangeData, Object) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
-
- performDetachedEntityDeletionCheck(DeleteEvent) - Method in class org.hibernate.ejb.event.EJB3DeleteEventListener
-
- performDetachedEntityDeletionCheck(DeleteEvent) - Method in class org.hibernate.event.def.DefaultDeleteEventListener
-
Called when we have recognized an attempt to delete a detached entity.
- performDiscovery(CustomLoader.Metadata, List, List) - Method in class org.hibernate.loader.custom.CustomLoader.NonScalarResultColumnProcessor
-
- performDiscovery(CustomLoader.Metadata, List, List) - Method in class org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor
-
- performExecuteUpdate(QueryParameters, SessionImplementor) - Method in class org.hibernate.engine.query.HQLQueryPlan
-
- performExecuteUpdate(QueryParameters, SessionImplementor) - Method in class org.hibernate.engine.query.NativeSQLQueryPlan
-
- performExecutions(EventSource) - Method in class org.hibernate.event.def.AbstractFlushingEventListener
-
Execute all SQL and second-level cache updates, in a
special order so that foreign-key constraints cannot
be violated:
Inserts, in the order they were performed
Updates
Deletion of collection elements
Insertion of collection elements
Deletes, in the order they were performed
- performExtendedInstrumentation() - Method in interface org.hibernate.bytecode.buildtime.Instrumenter.Options
-
- performExtendedInstrumentation() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
-
- performInsert(String, SessionImplementor, Binder) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
-
- performInsert(String, SessionImplementor, Binder) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
-
- performInsert(String, SessionImplementor, Binder) - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
-
Perform the indicated insert SQL statement and determine the identifier value
generated.
- performIterate(QueryParameters, EventSource) - Method in class org.hibernate.engine.query.HQLQueryPlan
-
- performList(QueryParameters, SessionImplementor) - Method in class org.hibernate.engine.query.HQLQueryPlan
-
- performOnLazyProperty() - Method in class org.hibernate.engine.CascadingAction
-
Should this action be performed (or noCascade consulted) in the case of lazy properties.
- performQueuedOperations() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
After reading all existing elements from the database,
add the queued elements to the underlying collection.
- performSave(Object, Serializable, EntityPersister, boolean, Object, EventSource, boolean) - Method in class org.hibernate.event.def.AbstractSaveEventListener
-
Ppepares the save call by checking the session caches for a pre-existing
entity and performing any lifecycle callbacks.
- performSaveOrReplicate(Object, EntityKey, EntityPersister, boolean, Object, EventSource, boolean) - Method in class org.hibernate.event.def.AbstractSaveEventListener
-
Performs all the actual work needed to save an entity (well to get the save moved to
the execution queue).
- performSaveOrUpdate(SaveOrUpdateEvent) - Method in class org.hibernate.event.def.DefaultSaveEventListener
-
- performSaveOrUpdate(SaveOrUpdateEvent) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
-
- performSaveOrUpdate(SaveOrUpdateEvent) - Method in class org.hibernate.event.def.DefaultUpdateEventListener
-
- performScroll(QueryParameters, SessionImplementor) - Method in class org.hibernate.engine.query.HQLQueryPlan
-
- performTemporaryTableDDLInIsolation() - Method in class org.hibernate.dialect.Cache71Dialect
-
- performTemporaryTableDDLInIsolation() - Method in class org.hibernate.dialect.Dialect
-
Does the dialect require that temporary table DDL statements occur in
isolation from other statements? This would be the case if the creation
would cause any current transaction to get committed implicitly.
- performTemporaryTableDDLInIsolation() - Method in class org.hibernate.dialect.H2Dialect
-
- performTemporaryTableDDLInIsolation() - Method in class org.hibernate.dialect.HSQLDialect
-
- performTemporaryTableDDLInIsolation() - Method in class org.hibernate.dialect.MySQLDialect
-
- performTemporaryTableDDLInIsolation() - Method in class org.hibernate.dialect.TeradataDialect
-
- performUpdate(SaveOrUpdateEvent, Object, EntityPersister) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
-
- persist(Object) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- PERSIST - Static variable in class org.hibernate.engine.CascadeStyle
-
create
- PERSIST - Static variable in class org.hibernate.engine.CascadingAction
-
- persist(String, Object, Map) - Method in interface org.hibernate.event.EventSource
-
Cascade persist an entity instance
- persist(String, Object) - Method in class org.hibernate.impl.SessionImpl
-
- persist(Object) - Method in class org.hibernate.impl.SessionImpl
-
- persist(String, Object, Map) - Method in class org.hibernate.impl.SessionImpl
-
- persist(Object) - Method in interface org.hibernate.Session
-
Make a transient instance persistent.
- persist(String, Object) - Method in interface org.hibernate.Session
-
Make a transient instance persistent.
- PERSIST_EJB3 - Static variable in class org.hibernate.engine.EJB3CascadeStyle
-
cascade using EJB3CascadingAction
- PERSIST_ON_FLUSH - Static variable in class org.hibernate.engine.CascadingAction
-
Execute persist during flush time
- PERSIST_SKIPLAZY - Static variable in class org.hibernate.engine.EJB3CascadingAction
-
- PERSIST_VALIDATION_GROUP - Static variable in class org.hibernate.ejb.AvailableSettings
-
Used to coordinate with bean validators
See JPA 2 section 8.2.1.9
- PERSISTENCE_UNIT_NAME - Static variable in class org.hibernate.ejb.AvailableSettings
-
- PersistenceContext - Interface in org.hibernate.engine
-
Holds the state of the persistence context, including the
first-level cache, entries, snapshots, proxies, etc.
- persistenceContextType - Variable in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- PersistenceMetadata - Class in org.hibernate.ejb.packaging
-
Simple represenation of persistence.xml
Object used by JBoss EJB 3 for persistence.xml parsing
Object used by Hibernate OGM as well, consider this some kind of exposed service at the SPI level
- PersistenceMetadata() - Constructor for class org.hibernate.ejb.packaging.PersistenceMetadata
-
- PersistenceUtilHelper - Class in org.hibernate.ejb.util
-
- PersistenceUtilHelper() - Constructor for class org.hibernate.ejb.util.PersistenceUtilHelper
-
- PersistenceUtilHelper.MetadataCache - Class in org.hibernate.ejb.util
-
Cache hierarchy and member resolution in a weak hash map
- PersistenceXmlLoader - Class in org.hibernate.ejb.packaging
-
Handler for persistence.xml files.
- PersistenceXmlLoader.ErrorLogger - Class in org.hibernate.ejb.packaging
-
- PERSISTENT - Static variable in class org.hibernate.event.def.AbstractSaveEventListener
-
- PersistentArrayHolder - Class in org.hibernate.collection
-
A persistent wrapper for an array.
- PersistentArrayHolder(SessionImplementor, Object) - Constructor for class org.hibernate.collection.PersistentArrayHolder
-
- PersistentArrayHolder(SessionImplementor, CollectionPersister) - Constructor for class org.hibernate.collection.PersistentArrayHolder
-
- persistentAttributeType(Attribute.PersistentAttributeType) - Method in class org.hibernate.ejb.metamodel.PluralAttributeImpl.Builder
-
- PersistentBag - Class in org.hibernate.collection
-
An unordered, unkeyed collection that can contain the same element
multiple times.
- PersistentBag(SessionImplementor) - Constructor for class org.hibernate.collection.PersistentBag
-
- PersistentBag(SessionImplementor, Collection) - Constructor for class org.hibernate.collection.PersistentBag
-
- PersistentBag() - Constructor for class org.hibernate.collection.PersistentBag
-
- PersistentClass - Class in org.hibernate.mapping
-
Mapping for an entity.
- PersistentClass() - Constructor for class org.hibernate.mapping.PersistentClass
-
- persistentClass - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
-
- PersistentClassGraphDefiner - Class in org.hibernate.envers.configuration
-
Defines a graph, where the vertexes are all persistent classes, and there is an edge from
p.c.
- PersistentClassGraphDefiner(Configuration) - Constructor for class org.hibernate.envers.configuration.PersistentClassGraphDefiner
-
- PersistentClassVisitor - Interface in org.hibernate.mapping
-
- PersistentCollection - Interface in org.hibernate.collection
-
Persistent collections are treated as value objects by Hibernate.
- PersistentCollectionChangeData - Class in org.hibernate.envers.entities.mapper
-
Data describing the change of a single object in a persistent collection (when the object was added, removed or
modified in the collection).
- PersistentCollectionChangeData(String, Map<String, Object>, Object) - Constructor for class org.hibernate.envers.entities.mapper.PersistentCollectionChangeData
-
- PersistentCollectionChangeWorkUnit - Class in org.hibernate.envers.synchronization.work
-
- PersistentCollectionChangeWorkUnit(SessionImplementor, String, AuditConfiguration, PersistentCollection, CollectionEntry, Serializable, Serializable, String) - Constructor for class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
-
- PersistentCollectionChangeWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, List<PersistentCollectionChangeData>, String) - Constructor for class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
-
- PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId - Class in org.hibernate.envers.synchronization.work
-
A unique identifier for a collection work unit.
- PersistentCollectionChangeWorkUnitId(Serializable, String) - Constructor for class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId
-
- PersistentElementHolder - Class in org.hibernate.collection
-
A persistent wrapper for an XML element
- PersistentElementHolder(SessionImplementor, Element) - Constructor for class org.hibernate.collection.PersistentElementHolder
-
- PersistentElementHolder(SessionImplementor, CollectionPersister, Serializable) - Constructor for class org.hibernate.collection.PersistentElementHolder
-
- PersistentIdentifierBag - Class in org.hibernate.collection
-
An IdentifierBag implements "bag" semantics more efficiently than
a regular Bag by adding a synthetic identifier column to the
table.
- PersistentIdentifierBag(SessionImplementor) - Constructor for class org.hibernate.collection.PersistentIdentifierBag
-
- PersistentIdentifierBag() - Constructor for class org.hibernate.collection.PersistentIdentifierBag
-
- PersistentIdentifierBag(SessionImplementor, Collection) - Constructor for class org.hibernate.collection.PersistentIdentifierBag
-
- PersistentIdentifierGenerator - Interface in org.hibernate.id
-
An IdentifierGenerator that requires creation of database objects.
- PersistentIndexedElementHolder - Class in org.hibernate.collection
-
A persistent wrapper for an XML element
- PersistentIndexedElementHolder(SessionImplementor, Element) - Constructor for class org.hibernate.collection.PersistentIndexedElementHolder
-
- PersistentIndexedElementHolder(SessionImplementor, CollectionPersister, Serializable) - Constructor for class org.hibernate.collection.PersistentIndexedElementHolder
-
- PersistentIndexedElementHolder.IndexedValue - Class in org.hibernate.collection
-
- PersistentList - Class in org.hibernate.collection
-
A persistent wrapper for a java.util.List.
- PersistentList(SessionImplementor) - Constructor for class org.hibernate.collection.PersistentList
-
- PersistentList(SessionImplementor, List) - Constructor for class org.hibernate.collection.PersistentList
-
- PersistentList() - Constructor for class org.hibernate.collection.PersistentList
-
- PersistentListElementHolder - Class in org.hibernate.collection
-
- PersistentListElementHolder(SessionImplementor, Element) - Constructor for class org.hibernate.collection.PersistentListElementHolder
-
- PersistentListElementHolder(SessionImplementor, CollectionPersister, Serializable) - Constructor for class org.hibernate.collection.PersistentListElementHolder
-
- PersistentMap - Class in org.hibernate.collection
-
A persistent wrapper for a java.util.Map.
- PersistentMap() - Constructor for class org.hibernate.collection.PersistentMap
-
Empty constructor.
- PersistentMap(SessionImplementor) - Constructor for class org.hibernate.collection.PersistentMap
-
Instantiates a lazy map (the underlying map is un-initialized).
- PersistentMap(SessionImplementor, Map) - Constructor for class org.hibernate.collection.PersistentMap
-
Instantiates a non-lazy map (the underlying map is constructed
from the incoming map reference).
- PersistentMapElementHolder - Class in org.hibernate.collection
-
- PersistentMapElementHolder(SessionImplementor, Element) - Constructor for class org.hibernate.collection.PersistentMapElementHolder
-
- PersistentMapElementHolder(SessionImplementor, CollectionPersister, Serializable) - Constructor for class org.hibernate.collection.PersistentMapElementHolder
-
- PersistentObjectException - Exception in org.hibernate
-
Thrown when the user passes a persistent instance to a Session
method that expects a transient instance.
- PersistentObjectException(String) - Constructor for exception org.hibernate.PersistentObjectException
-
- PersistentPropertiesSource - Interface in org.hibernate.envers.configuration.metadata.reader
-
A source of data on persistent properties of a class or component.
- PersistentSet - Class in org.hibernate.collection
-
A persistent wrapper for a java.util.Set.
- PersistentSet() - Constructor for class org.hibernate.collection.PersistentSet
-
Empty constructor.
- PersistentSet(SessionImplementor) - Constructor for class org.hibernate.collection.PersistentSet
-
Constructor matching super.
- PersistentSet(SessionImplementor, Set) - Constructor for class org.hibernate.collection.PersistentSet
-
Instantiates a non-lazy set (the underlying set is constructed
from the incoming set reference).
- PersistentSortedMap - Class in org.hibernate.collection
-
A persistent wrapper for a java.util.SortedMap.
- PersistentSortedMap(SessionImplementor) - Constructor for class org.hibernate.collection.PersistentSortedMap
-
- PersistentSortedMap(SessionImplementor, SortedMap) - Constructor for class org.hibernate.collection.PersistentSortedMap
-
- PersistentSortedMap() - Constructor for class org.hibernate.collection.PersistentSortedMap
-
- PersistentSortedSet - Class in org.hibernate.collection
-
A persistent wrapper for a java.util.SortedSet.
- PersistentSortedSet(SessionImplementor) - Constructor for class org.hibernate.collection.PersistentSortedSet
-
- PersistentSortedSet(SessionImplementor, SortedSet) - Constructor for class org.hibernate.collection.PersistentSortedSet
-
- PersistentSortedSet() - Constructor for class org.hibernate.collection.PersistentSortedSet
-
- Persister - Annotation Type in org.hibernate.annotations
-
Specify a custom persister.
- persister - Variable in class org.hibernate.loader.entity.AbstractEntityLoader
-
- PERSISTER_CLASS_PROVIDER - Static variable in class org.hibernate.ejb.AvailableSettings
-
PersisterClassProvider class name, the class must have a no-arg constructor
- PersisterClassProvider - Interface in org.hibernate.persister
-
Provides persister classes based on the entity or collection role.
- PersisterFactory - Class in org.hibernate.persister
-
Factory for EntityPersister and CollectionPersister instances
- persisters - Variable in class org.hibernate.loader.JoinWalker
-
- persisters - Variable in class org.hibernate.loader.OuterJoinLoader
-
- PersistEvent - Class in org.hibernate.event
-
An event class for persist()
- PersistEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.PersistEvent
-
- PersistEvent(Object, EventSource) - Constructor for class org.hibernate.event.PersistEvent
-
- PersistEventListener - Interface in org.hibernate.event
-
Defines the contract for handling of create events generated from a session.
- persistOnFlush(String, Object, Map) - Method in interface org.hibernate.event.EventSource
-
Cascade persist an entity instance during the flush process
- persistOnFlush(String, Object) - Method in class org.hibernate.impl.SessionImpl
-
- persistOnFlush(Object) - Method in class org.hibernate.impl.SessionImpl
-
- persistOnFlush(String, Object, Map) - Method in class org.hibernate.impl.SessionImpl
-
- PESSIMISTIC_FORCE_INCREMENT - Static variable in class org.hibernate.LockMode
-
Transaction will immediately increment the entity version.
- PESSIMISTIC_NO_WAIT - Static variable in interface org.hibernate.Session.LockRequest
-
- PESSIMISTIC_READ - Static variable in class org.hibernate.LockMode
-
Implemented as PESSIMISTIC_WRITE.
- PESSIMISTIC_WAIT_FOREVER - Static variable in interface org.hibernate.Session.LockRequest
-
- PESSIMISTIC_WRITE - Static variable in class org.hibernate.LockMode
-
Transaction will obtain a database lock immediately.
- PessimisticForceIncrementLockingStrategy - Class in org.hibernate.dialect.lock
-
A pessimistic locking strategy that increments the version immediately (obtaining an exclusive write lock).
- PessimisticForceIncrementLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
-
Construct locking strategy.
- PessimisticLockException - Exception in org.hibernate
-
Thrown when a pessimistic locking conflict occurs.
- PessimisticLockException(String, JDBCException, Object) - Constructor for exception org.hibernate.PessimisticLockException
-
- PessimisticLockException(String, SQLException, Object) - Constructor for exception org.hibernate.PessimisticLockException
-
- PessimisticLockException(String, SQLException, String) - Constructor for exception org.hibernate.PessimisticLockException
-
- PessimisticReadSelectLockingStrategy - Class in org.hibernate.dialect.lock
-
A pessimistic locking strategy where the locks are obtained through select statements.
- PessimisticReadSelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
-
Construct a locking strategy based on SQL SELECT statements.
- PessimisticReadUpdateLockingStrategy - Class in org.hibernate.dialect.lock
-
A pessimistic locking strategy where the locks are obtained through update statements.
- PessimisticReadUpdateLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
-
Construct a locking strategy based on SQL UPDATE statements.
- PessimisticWriteSelectLockingStrategy - Class in org.hibernate.dialect.lock
-
A pessimistic locking strategy where the locks are obtained through select statements.
- PessimisticWriteSelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
-
Construct a locking strategy based on SQL SELECT statements.
- PessimisticWriteUpdateLockingStrategy - Class in org.hibernate.dialect.lock
-
A pessimistic locking strategy where the locks are obtained through update statements.
- PessimisticWriteUpdateLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
-
Construct a locking strategy based on SQL UPDATE statements.
- PK - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
-
The configuration parameter holding the primary key column
name of the generated id
- PK_COLUMN_NAME - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
-
- PK_LENGTH_NAME - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
-
- PK_REFERENCE - Static variable in class org.hibernate.cfg.Ejb3JoinColumn
-
- PK_VALUE_NAME - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
-
- PkDrivenByDefaultMapsIdSecondPass - Class in org.hibernate.cfg
-
- PkDrivenByDefaultMapsIdSecondPass(String, Ejb3JoinColumn[], SimpleValue) - Constructor for class org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass
-
- PluralAttributeImpl<X,C,E> - Class in org.hibernate.ejb.metamodel
-
- PluralAttributeImpl.Builder<X,C,E,K> - Class in org.hibernate.ejb.metamodel
-
- PluralAttributeJoinSupport<O,C,E> - Class in org.hibernate.ejb.criteria.path
-
Support for defining joins to plural attributes (JPA requires typing based on
the specific collection type so we cannot really implement all support in a
single class)
- PluralAttributeJoinSupport(CriteriaBuilderImpl, Class<E>, PathSource<O>, Attribute<? super O, ?>, JoinType) - Constructor for class org.hibernate.ejb.criteria.path.PluralAttributeJoinSupport
-
- PluralAttributePath<X> - Class in org.hibernate.ejb.criteria.path
-
Models a path for a PluralAttribute
generally obtained from a
Path.get(javax.persistence.metamodel.SingularAttribute<? super X, Y>)
call
- PluralAttributePath(CriteriaBuilderImpl, PathSource, PluralAttribute<?, X, ?>) - Constructor for class org.hibernate.ejb.criteria.path.PluralAttributePath
-
- PLUS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- PLUS - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- PLUS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- PointbaseDialect - Class in org.hibernate.dialect
-
A Dialect for Pointbase.
- PointbaseDialect() - Constructor for class org.hibernate.dialect.PointbaseDialect
-
Creates new PointbaseDialect
- POJO - Static variable in class org.hibernate.EntityMode
-
- PojoComponentTuplizer - Class in org.hibernate.tuple.component
-
- PojoComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.PojoComponentTuplizer
-
- PojoEntityTuplizer - Class in org.hibernate.tuple.entity
-
- PojoEntityTuplizer(EntityMetamodel, PersistentClass) - Constructor for class org.hibernate.tuple.entity.PojoEntityTuplizer
-
- PojoInstantiator - Class in org.hibernate.tuple
-
Defines a POJO-based instantiator for use from the tuplizers.
- PojoInstantiator(Component, ReflectionOptimizer.InstantiationOptimizer) - Constructor for class org.hibernate.tuple.PojoInstantiator
-
- PojoInstantiator(PersistentClass, ReflectionOptimizer.InstantiationOptimizer) - Constructor for class org.hibernate.tuple.PojoInstantiator
-
- PolymorphismType - Enum in org.hibernate.annotations
-
Type of available polymorphism for a particular entity
- POOL_SIZE - Static variable in class org.hibernate.cfg.Environment
-
Maximum number of inactive connections for Hibernate's connection pool
- PooledLoOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.OptimizerFactory.PooledLoOptimizer
-
- PooledOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
-
- PositionalParameterSpecification - Class in org.hibernate.param
-
Parameter bind specification for an explicit positional (or ordinal) parameter.
- PositionalParameterSpecification(int, int, int) - Constructor for class org.hibernate.param.PositionalParameterSpecification
-
Constructs a position/ordinal parameter bind specification.
- PositionSubstringFunction - Class in org.hibernate.dialect.function
-
Emulation of locate() on PostgreSQL
- PositionSubstringFunction() - Constructor for class org.hibernate.dialect.function.PositionSubstringFunction
-
- possibleParameter(Selection, ParameterRegistry) - Static method in class org.hibernate.ejb.criteria.ParameterContainer.Helper
-
- POST_INSERT_INDICATOR - Static variable in class org.hibernate.id.IdentifierGeneratorHelper
-
- postAction() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
After flushing, clear any "queued" additions, since the
database state is now synchronized with the memory state.
- postAction() - Method in interface org.hibernate.collection.PersistentCollection
-
After flushing, clear any "queued" additions, since the
database state is now synchronized with the memory state.
- PostCollectionRecreateEvent - Class in org.hibernate.event
-
An event that occurs after a collection is recreated
- PostCollectionRecreateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.PostCollectionRecreateEvent
-
- PostCollectionRecreateEventListener - Interface in org.hibernate.event
-
Called after recreating a collection
- PostCollectionRemoveEvent - Class in org.hibernate.event
-
An event that occurs after a collection is removed
- PostCollectionRemoveEvent(CollectionPersister, PersistentCollection, EventSource, Object) - Constructor for class org.hibernate.event.PostCollectionRemoveEvent
-
- PostCollectionRemoveEventListener - Interface in org.hibernate.event
-
Called after removing a collection
- PostCollectionUpdateEvent - Class in org.hibernate.event
-
An event that occurs after a collection is updated
- PostCollectionUpdateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.PostCollectionUpdateEvent
-
- PostCollectionUpdateEventListener - Interface in org.hibernate.event
-
Called after updating a collection
- postConstruct(Mapping) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- postCreate(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
-
- postDelete() - Method in class org.hibernate.engine.EntityEntry
-
After actually deleting a row, record the fact that the instance no longer
exists in the database
- PostDeleteEvent - Class in org.hibernate.event
-
Occurs after deleting an item from the datastore
- PostDeleteEvent(Object, Serializable, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.PostDeleteEvent
-
- PostDeleteEventListener - Interface in org.hibernate.event
-
Called after deleting an item from the datastore
- postFlush(Iterator) - Method in class org.hibernate.EmptyInterceptor
-
- postFlush(PersistentCollection) - Method in class org.hibernate.engine.CollectionEntry
-
Called after a successful flush
- postFlush(SessionImplementor) - Method in class org.hibernate.event.def.AbstractFlushingEventListener
-
1.
- postFlush(Iterator) - Method in interface org.hibernate.Interceptor
-
Called after a flush that actually ends in execution of the SQL statements required to synchronize
in-memory state with the database.
- PostgresPlusDialect - Class in org.hibernate.dialect
-
An SQL dialect for Postgres Plus
- PostgresPlusDialect() - Constructor for class org.hibernate.dialect.PostgresPlusDialect
-
- PostgreSQLDialect - Class in org.hibernate.dialect
-
- PostgreSQLDialect() - Constructor for class org.hibernate.dialect.PostgreSQLDialect
-
- PostgresUUIDSqlTypeDescriptor() - Constructor for class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
-
- PostgresUUIDType - Class in org.hibernate.type
-
Specialized type mapping for
UUID
and the Postgres UUID data type (which is mapped as OTHER in its
JDBC driver).
- PostgresUUIDType() - Constructor for class org.hibernate.type.PostgresUUIDType
-
- PostgresUUIDType.PostgresUUIDSqlTypeDescriptor - Class in org.hibernate.type
-
- postHydrate(EntityPersister, Serializable, Object[], Object, Object, LockMode, boolean, SessionImplementor) - Static method in class org.hibernate.engine.TwoPhaseLoad
-
Register the "hydrated" state of an entity instance, after the first step of 2-phase loading.
- postInit() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- postInitialize(PersistentCollection) - Method in class org.hibernate.engine.CollectionEntry
-
- postInsert() - Method in class org.hibernate.engine.EntityEntry
-
After actually inserting a row, record the fact that the instance exists on the
database (needed for identity-column key generation)
- PostInsertEvent - Class in org.hibernate.event
-
Occurs after inserting an item in the datastore
- PostInsertEvent(Object, Serializable, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.PostInsertEvent
-
- PostInsertEventListener - Interface in org.hibernate.event
-
Called after insterting an item in the datastore
- PostInsertIdentifierGenerator - Interface in org.hibernate.id
-
- PostInsertIdentityPersister - Interface in org.hibernate.id
-
A persister that may have an identity assigned by execution of
a SQL INSERT.
- postInstantiate() - Method in class org.hibernate.loader.BasicLoader
-
- postInstantiate() - Method in class org.hibernate.loader.Loader
-
Calculate and cache select-clause suffixes.
- postInstantiate() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- postInstantiate() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- postInstantiate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- postInstantiate() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Finish the initialization of this object.
- postInstantiate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- postInstantiate(String, Class, Set, Method, Method, CompositeType) - Method in class org.hibernate.proxy.dom4j.Dom4jProxyFactory
-
Called immediately after instantiation
- postInstantiate(String, Class, Set, Method, Method, CompositeType) - Method in class org.hibernate.proxy.map.MapProxyFactory
-
- postInstantiate(String, Class, Set, Method, Method, CompositeType) - Method in class org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory
-
Deprecated.
- postInstantiate(String, Class, Set, Method, Method, CompositeType) - Method in class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory
-
- postInstantiate(String, Class, Set, Method, Method, CompositeType) - Method in interface org.hibernate.proxy.ProxyFactory
-
Called immediately after instantiation of this factory.
- postLoad(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
-
- PostLoadEvent - Class in org.hibernate.event
-
Occurs after an an entity instance is fully loaded.
- PostLoadEvent(EventSource) - Constructor for class org.hibernate.event.PostLoadEvent
-
- PostLoadEventListener - Interface in org.hibernate.event
-
Occurs after an an entity instance is fully loaded.
- postProcessDelete(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- postProcessDelete(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- postProcessDML(RestrictableStatement) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- postProcessInsert(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- postProcessInsert(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- postProcessSortSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
Allow post processing of each sort specification
- postProcessSortSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
-
Allow post processing of each sort specification
- postProcessUpdate(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- postProcessUpdate(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- postRemove(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
-
- postUpdate(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
-
- postUpdate(Object, Object[], Object) - Method in class org.hibernate.engine.EntityEntry
-
Handle updating the internal state of the entry after actually performing
the database update.
- PostUpdateEvent - Class in org.hibernate.event
-
Occurs after the datastore is updated
- PostUpdateEvent(Object, Serializable, Object[], Object[], int[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.PostUpdateEvent
-
- PostUpdateEventListener - Interface in org.hibernate.event
-
Called after updating the datastore
- precision() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
-
- PreCollectionRecreateEvent - Class in org.hibernate.event
-
An event that occurs before a collection is recreated
- PreCollectionRecreateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.PreCollectionRecreateEvent
-
- PreCollectionRecreateEventListener - Interface in org.hibernate.event
-
Called before recreating a collection
- PreCollectionRemoveEvent - Class in org.hibernate.event
-
An event that occurs before a collection is removed
- PreCollectionRemoveEvent(CollectionPersister, PersistentCollection, EventSource, Object) - Constructor for class org.hibernate.event.PreCollectionRemoveEvent
-
- PreCollectionRemoveEventListener - Interface in org.hibernate.event
-
Called before removing a collection
- PreCollectionUpdateEvent - Class in org.hibernate.event
-
An event that occurs before a collection is updated
- PreCollectionUpdateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.PreCollectionUpdateEvent
-
- PreCollectionUpdateEventListener - Interface in org.hibernate.event
-
Called before updating a collection
- preCreate(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
-
- PreDeleteEvent - Class in org.hibernate.event
-
Represents a pre-delete event, which occurs just prior to
performing the deletion of an entity from the database.
- PreDeleteEvent(Object, Serializable, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.PreDeleteEvent
-
Constructs an event containing the pertinent information.
- PreDeleteEventListener - Interface in org.hibernate.event
-
Called before deleting an item from the datastore
- PREFER_POOLED_VALUES_LO - Static variable in class org.hibernate.cfg.Environment
-
When using pooled
optimizers
, prefer interpreting the
database value as the lower (lo) boundary.
- prefixMappedProperties(String) - Method in class org.hibernate.envers.entities.mapper.id.EmbeddedIdMapper
-
- prefixMappedProperties(String) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
-
Creates a mapper with all mapped properties prefixed.
- prefixMappedProperties(String) - Method in class org.hibernate.envers.entities.mapper.id.MultipleIdMapper
-
- prefixMappedProperties(String) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
-
- prefixNamesInPropertyElement(Element, String, MetadataTools.ColumnNameIterator, boolean, boolean) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
-
- preFlush(Iterator) - Method in class org.hibernate.EmptyInterceptor
-
- preFlush(PersistentCollection) - Method in class org.hibernate.engine.CollectionEntry
-
- preFlush(Iterator) - Method in interface org.hibernate.Interceptor
-
Called before a flush
- preInsert(CollectionPersister) - Method in class org.hibernate.collection.AbstractPersistentCollection
-
Called before inserting rows, to ensure that any surrogate keys
are fully generated
- preInsert(CollectionPersister) - Method in interface org.hibernate.collection.PersistentCollection
-
Called before inserting rows, to ensure that any surrogate keys
are fully generated
- preInsert(CollectionPersister) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- PreInsertEvent - Class in org.hibernate.event
-
Represents a pre-insert event, which occurs just prior to
performing the insert of an entity into the database.
- PreInsertEvent(Object, Serializable, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.PreInsertEvent
-
Constructs an event containing the pertinent information.
- PreInsertEventListener - Interface in org.hibernate.event
-
Called before inserting an item in the datastore
- preinvalidate(Serializable[]) - Method in class org.hibernate.cache.UpdateTimestampsCache
-
- PreLoadEvent - Class in org.hibernate.event
-
Called before injecting property values into a newly
loaded entity instance.
- PreLoadEvent(EventSource) - Constructor for class org.hibernate.event.PreLoadEvent
-
- PreLoadEventListener - Interface in org.hibernate.event
-
Called before injecting property values into a newly
loaded entity instance.
- prepare(Properties) - Method in class org.hibernate.cache.AbstractJndiBoundCacheProvider
-
- prepare() - Method in class org.hibernate.hql.ast.tree.ConstructorNode
-
- prepare(Optimizer) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
Prepare this structure for use.
- prepare(Optimizer) - Method in class org.hibernate.id.enhanced.SequenceStructure
-
Prepare this structure for use.
- prepare(Optimizer) - Method in class org.hibernate.id.enhanced.TableStructure
-
Prepare this structure for use.
- prepare(String, SessionImplementor) - Method in class org.hibernate.id.IdentityGenerator.GetGeneratedKeysDelegate
-
- prepare(String, SessionImplementor) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
-
- prepare(String, SessionImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
-
- prepare(String, SessionImplementor) - Method in class org.hibernate.id.SequenceIdentityGenerator.Delegate
-
- prepare(PreparedStatement) - Method in interface org.hibernate.jdbc.Expectation
-
Perform any special statement preparation.
- prepare(PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
-
- prepare(PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
-
- prepare(SQLWarning) - Method in class org.hibernate.util.JDBCExceptionReporter.StandardWarningHandler
-
- prepare(SQLWarning) - Method in interface org.hibernate.util.JDBCExceptionReporter.WarningHandler
-
Prepare for processing of a
warning
stack.
- prepareActions() - Method in class org.hibernate.engine.ActionQueue
-
Prepares the internal action queues for execution.
- prepareAlias(CriteriaQueryCompiler.RenderingContext) - Method in interface org.hibernate.ejb.criteria.FromImplementor
-
- prepareAlias(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
- prepareAlias(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
-
- prepareAlias(CriteriaQueryCompiler.RenderingContext) - Method in interface org.hibernate.ejb.criteria.PathSource
-
- prepareArithmeticOperator(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- prepareArithmeticOperator(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- prepareBatchCallableStatement(String) - Method in class org.hibernate.jdbc.AbstractBatcher
-
- prepareBatchCallableStatement(String) - Method in interface org.hibernate.jdbc.Batcher
-
Get a batchable callable statement to use for inserting / deleting / updating
(might be called many times before a single call to executeBatch()).
- prepareBatchStatement(String) - Method in class org.hibernate.jdbc.AbstractBatcher
-
- prepareBatchStatement(String) - Method in interface org.hibernate.jdbc.Batcher
-
Get a batchable prepared statement to use for inserting / deleting / updating
(might be called many times before a single call to executeBatch()).
- prepareCallableQueryStatement(String, boolean, ScrollMode) - Method in class org.hibernate.jdbc.AbstractBatcher
-
- prepareCallableQueryStatement(String, boolean, ScrollMode) - Method in interface org.hibernate.jdbc.Batcher
-
Get a prepared statement for use in loading / querying.
- prepareCallableStatement(String) - Method in class org.hibernate.jdbc.AbstractBatcher
-
- prepareCallableStatement(String) - Method in interface org.hibernate.jdbc.Batcher
-
Get a non-batchable callable statement to use for inserting / deleting / updating.
- prepareCorrelationDelegate(FromImplementor<Z, X>) - Method in interface org.hibernate.ejb.criteria.FromImplementor
-
- prepareCorrelationDelegate(FromImplementor<Z, X>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
-
- prepareForAutoDiscovery(CustomLoader.Metadata) - Method in class org.hibernate.loader.custom.CustomLoader.ResultRowProcessor
-
- prepareForDot(String) - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
-
- prepareForDot(String) - Method in class org.hibernate.hql.ast.tree.IndexNode
-
- prepareFromClauseInputTree(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
Pre-process the from clause input tree.
- prepareFromClauseInputTree(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.IdentityGenerator.BasicDelegate
-
- prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.IdentityGenerator.GetGeneratedKeysDelegate
-
- prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
-
- prepareIdentifierGeneratingInsert() - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
-
Build a
Insert
specific to the delegate's mode
of handling generated key values.
- prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
-
- prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.SequenceIdentityGenerator.Delegate
-
- prepareLogicOperator(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- prepareLogicOperator(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- prepareQueryStatement(String, boolean, ScrollMode) - Method in class org.hibernate.jdbc.AbstractBatcher
-
- prepareQueryStatement(String, boolean, ScrollMode) - Method in interface org.hibernate.jdbc.Batcher
-
Get a prepared statement for use in loading / querying.
- prepareQueryStatement(QueryParameters, boolean, SessionImplementor) - Method in class org.hibernate.loader.Loader
-
Obtain a PreparedStatement with all parameters pre-bound.
- prepareSelectColumns(String[]) - Method in class org.hibernate.hql.ast.tree.CollectionFunction
-
- prepareSelectColumns(String[]) - Method in class org.hibernate.hql.ast.tree.MethodNode
-
- prepareSelectStatement(String) - Method in class org.hibernate.jdbc.AbstractBatcher
-
- prepareSelectStatement(String) - Method in interface org.hibernate.jdbc.Batcher
-
Get a non-batchable prepared statement to use for selecting.
- prepareStatement(String) - Method in class org.hibernate.jdbc.AbstractBatcher
-
- prepareStatement(String, boolean) - Method in class org.hibernate.jdbc.AbstractBatcher
-
- prepareStatement(String, String[]) - Method in class org.hibernate.jdbc.AbstractBatcher
-
- prepareStatement(String, boolean) - Method in interface org.hibernate.jdbc.Batcher
-
- prepareStatement(String, String[]) - Method in interface org.hibernate.jdbc.Batcher
-
Get a non-batchable prepared statement to use for inserting / deleting / updating.
- prepareStatement(String) - Method in interface org.hibernate.jdbc.Batcher
-
Get a non-batchable prepared statement to use for inserting / deleting / updating.
- prepareStatement() - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- prepareStatement() - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- prepareStatement() - Method in interface org.hibernate.stat.StatisticsImplementor
-
Callback about a statement being prepared.
- prepareTemporaryTables(Mapping, Dialect) - Method in class org.hibernate.mapping.PersistentClass
-
- prepareTest() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- prepareVersioned(AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- prepareVersioned(AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- prependIdColumnSpec() - Method in class org.hibernate.hql.ast.tree.IntoClause
-
- prependVersionColumnSpec() - Method in class org.hibernate.hql.ast.tree.IntoClause
-
- prependWhereConditions(String) - Method in class org.hibernate.sql.QuerySelect
-
- PreprocessingParser - Class in org.hibernate.hql.classic
-
- PreprocessingParser(Map) - Constructor for class org.hibernate.hql.classic.PreprocessingParser
-
- preprocessSQL(String, QueryParameters, Dialect) - Method in class org.hibernate.loader.Loader
-
Modify the SQL, adding lock hints and comments, if necessary
- preRemove(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
-
- preUpdate(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
-
- PreUpdateEvent - Class in org.hibernate.event
-
Represents a pre-update event, which occurs just prior to
performing the update of an entity in the database.
- PreUpdateEvent(Object, Serializable, Object[], Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.PreUpdateEvent
-
Constructs an event containing the pertinent information.
- PreUpdateEventListener - Interface in org.hibernate.event
-
Called before updating the datastore
- previous() - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
-
Retreat to the previous result
- previous() - Method in class org.hibernate.impl.ScrollableResultsImpl
-
- previous() - Method in interface org.hibernate.ScrollableResults
-
Retreat to the previous result
- primaryExpression() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- PrimaryKey - Class in org.hibernate.mapping
-
A primary key constraint
- PrimaryKey() - Constructor for class org.hibernate.mapping.PrimaryKey
-
- primeFunctionMap(Map<String, SQLFunction>) - Static method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions
-
- PRIMITIVE_ARRAY_BINDING - Static variable in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
-
- PRIMITIVE_NAMES - Static variable in class org.hibernate.cfg.BinderHelper
-
- PrimitiveArray - Class in org.hibernate.mapping
-
A primitive array has a primary key consisting of the key columns + index column.
- PrimitiveArray(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.PrimitiveArray
-
- PrimitiveArrayBinder - Class in org.hibernate.cfg.annotations
-
- PrimitiveArrayBinder() - Constructor for class org.hibernate.cfg.annotations.PrimitiveArrayBinder
-
- PrimitiveByteArrayBlobType - Class in org.hibernate.type
-
- PrimitiveByteArrayBlobType() - Constructor for class org.hibernate.type.PrimitiveByteArrayBlobType
-
Deprecated.
- PrimitiveByteArrayTypeDescriptor - Class in org.hibernate.type.descriptor.java
-
Descriptor for byte[]
handling.
- PrimitiveByteArrayTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
-
- PrimitiveCharacterArrayClobType - Class in org.hibernate.type
-
Map a char[] to a Clob
- PrimitiveCharacterArrayClobType() - Constructor for class org.hibernate.type.PrimitiveCharacterArrayClobType
-
- PrimitiveCharacterArrayClobType(SqlTypeDescriptor, AlternativeLobTypes.ClobTypes<char[], PrimitiveCharacterArrayClobType>) - Constructor for class org.hibernate.type.PrimitiveCharacterArrayClobType
-
- PrimitiveCharacterArrayTypeDescriptor - Class in org.hibernate.type.descriptor.java
-
TODO : javadoc
- PrimitiveCharacterArrayTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
-
- PrimitiveType<T> - Interface in org.hibernate.type
-
Additional contract for primitive / primitive wrapper types.
- Printer - Class in org.hibernate.pretty
-
Renders entities to a nicely readable string.
- Printer(SessionFactoryImplementor) - Constructor for class org.hibernate.pretty.Printer
-
- printStackTrace() - Method in exception org.hibernate.hql.ast.DetailedSemanticException
-
Prints a stack trace.
- printStackTrace(PrintStream) - Method in exception org.hibernate.hql.ast.DetailedSemanticException
-
Prints a stack trace to the specified print stream.
- printStackTrace(PrintWriter) - Method in exception org.hibernate.hql.ast.DetailedSemanticException
-
Prints this throwable and its backtrace to the specified print writer.
- process() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser
-
- process() - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
-
- processAggregation(AST, boolean) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- processAggregation(AST, boolean) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- processBoolean(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- processBoolean(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- processBoolean(AST) - Method in class org.hibernate.hql.ast.util.LiteralProcessor
-
- processClassFile(File, Set) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
-
Process a class file.
- processComplementaryTableDefinitions(Table) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- processComplementaryTableDefinitions(Tables) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- processConstant(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- processConstant(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- processConstant(AST, boolean) - Method in class org.hibernate.hql.ast.util.LiteralProcessor
-
- processConstructor(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- processConstructor(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- processDynamicFilterParameters(String, ParameterContainer, HqlSqlWalker) - Static method in class org.hibernate.hql.ast.util.JoinProcessor
-
- processEntityPropertyValues(Object[], Type[]) - Method in class org.hibernate.event.def.AbstractVisitor
-
Dispatch each property value to processValue().
- processEqualityExpression(AST) - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
Returns the 'cleaned up' version of a comparison operator sub-tree.
- processEqualityExpression(AST) - Method in class org.hibernate.hql.ast.HqlParser
-
Post process equality expressions, clean up the subtree.
- processFile(File, Set) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
-
Actually process the file by applying instrumentation transformations to any classes it contains.
- processFilters(String, SessionImplementor) - Method in class org.hibernate.engine.QueryParameters
-
- processFilters(String, Map, SessionFactoryImplementor) - Method in class org.hibernate.engine.QueryParameters
-
- processFunction(AST, boolean) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- processFunction(AST, boolean) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- processIndex(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- processIndex(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- processingInstruction(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- processingInstruction(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- processingInstructions() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- processingInstructions(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- processingInstructions() - Method in class org.hibernate.tuple.ElementWrapper
-
- processingInstructions(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- processInsertGeneratedProperties(Serializable, Object, Object[], SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- processInsertGeneratedProperties(Serializable, Object, Object[], SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Perform a select to retrieve the values of any generated properties
back from the database, injecting these generated values into the
given entity as well as writing this state to the
PersistenceContext
.
- processJarFile(File, Set) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter
-
Process an archive file.
- processJoins(QueryNode) - Method in class org.hibernate.hql.ast.util.JoinProcessor
-
- processMapComponentReference(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- processMemberOf(Token, AST, ASTPair) - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- processMemberOf(Token, AST, ASTPair) - Method in class org.hibernate.hql.ast.HqlParser
-
- processMetadata(List<MetadataSourceType>) - Method in class org.hibernate.cfg.Configuration.MetadataSourceQueue
-
- processNumeric(AST) - Method in class org.hibernate.hql.ast.util.LiteralProcessor
-
- processNumericLiteral(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- processNumericLiteral(AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- processQuery(AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- processQuery(AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- processReachableCollection(PersistentCollection, CollectionType, Object, SessionImplementor) - Static method in class org.hibernate.engine.Collections
-
Initialize the role of the collection.
- processUnreachableCollection(PersistentCollection, SessionImplementor) - Static method in class org.hibernate.engine.Collections
-
record the fact that this collection was dereferenced
- processUpdateGeneratedProperties(Serializable, Object, Object[], SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- processUpdateGeneratedProperties(Serializable, Object, Object[], SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Perform a select to retrieve the values of any generated properties
back from the database, injecting these generated values into the
given entity as well as writing this state to the
PersistenceContext
.
- prod(Expression<? extends N>, Expression<? extends N>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- prod(Expression<? extends N>, N) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- prod(N, Expression<? extends N>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- ProgressDialect - Class in org.hibernate.dialect
-
An SQL dialect compatible with Progress 9.1C
Connection Parameters required:
hibernate.dialect org.hibernate.sql.ProgressDialect
hibernate.driver com.progress.sql.jdbc.JdbcProgressDriver
hibernate.url jdbc:JdbcProgress:T:host:port:dbname;WorkArounds=536870912
hibernate.username username
hibernate.password password
The WorkArounds parameter in the URL is required to avoid an error
in the Progress 9.1C JDBC driver related to PreparedStatements.
- ProgressDialect() - Constructor for class org.hibernate.dialect.ProgressDialect
-
- PROJECTION - Static variable in interface org.hibernate.criterion.CriteriaSpecification
-
This result transformer is selected implicitly by calling setProjection()
- Projection - Interface in org.hibernate.criterion
-
An object-oriented representation of a query result set projection in a
Criteria
query.
- ProjectionList - Class in org.hibernate.criterion
-
- ProjectionList() - Constructor for class org.hibernate.criterion.ProjectionList
-
- projectionList() - Static method in class org.hibernate.criterion.Projections
-
Create a new projection list
- Projections - Class in org.hibernate.criterion
-
The criterion package may be used by applications as a framework for building
new kinds of Projection.
- promoteJoin(FromElement) - Method in class org.hibernate.hql.ast.tree.FromClause
-
- properSize(int) - Static method in class org.hibernate.ejb.criteria.expression.function.BasicFunctionExpression
-
- properSize(int) - Static method in class org.hibernate.ejb.criteria.expression.function.ParameterizedFunctionExpression
-
- properties - Variable in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
-
- PROPERTIES - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- PROPERTIES - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- PROPERTIES - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- PropertiesHelper - Class in org.hibernate.util
-
Collection of helper methods for dealing with
Properties
objects.
- property(String) - Static method in class org.hibernate.criterion.Projections
-
A projected property value
- Property - Class in org.hibernate.criterion
-
A factory for property-specific criterion and projection instances
- Property(String) - Constructor for class org.hibernate.criterion.Property
-
- property(Property) - Method in class org.hibernate.ejb.metamodel.PluralAttributeImpl.Builder
-
- property(String) - Static method in class org.hibernate.envers.query.AuditEntity
-
Create restrictions, projections and specify order for a property of an audited entity.
- Property - Class in org.hibernate.mapping
-
Represents a property as part of an entity or a component.
- Property() - Constructor for class org.hibernate.mapping.Property
-
- Property - Class in org.hibernate.tuple
-
Defines the basic contract of a Property within the runtime metamodel.
- Property(String, String, Type) - Constructor for class org.hibernate.tuple.Property
-
Constructor for Property instances.
- PROPERTY_GET_EXCEPTION - Static variable in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
-
Deprecated.
- PROPERTY_GET_EXCEPTION - Static variable in class org.hibernate.bytecode.javassist.AccessOptimizerAdapter
-
- PROPERTY_REF - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- PROPERTY_REF - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- PROPERTY_SET_EXCEPTION - Static variable in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
-
Deprecated.
- PROPERTY_SET_EXCEPTION - Static variable in class org.hibernate.bytecode.javassist.AccessOptimizerAdapter
-
- PropertyAccessException - Exception in org.hibernate
-
A problem occurred accessing a property of an instance of a
persistent class by reflection, or via CGLIB.
- PropertyAccessException(Throwable, String, boolean, Class, String) - Constructor for exception org.hibernate.PropertyAccessException
-
- PropertyAccessor - Interface in org.hibernate.property
-
Abstracts the notion of a "property".
- PropertyAccessorFactory - Class in org.hibernate.property
-
A factory for building/retrieving PropertyAccessor instances.
- PropertyAuditExpression - Class in org.hibernate.envers.query.criteria
-
- PropertyAuditExpression(PropertyNameGetter, String, String) - Constructor for class org.hibernate.envers.query.criteria.PropertyAuditExpression
-
- PropertyAuditingData - Class in org.hibernate.envers.configuration.metadata.reader
-
- PropertyAuditingData() - Constructor for class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- PropertyAuditingData(String, String, ModificationStore, RelationTargetAuditMode, String, String, boolean) - Constructor for class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- PropertyAuditOrder - Class in org.hibernate.envers.query.order
-
- PropertyAuditOrder(PropertyNameGetter, boolean) - Constructor for class org.hibernate.envers.query.order.PropertyAuditOrder
-
- PropertyAuditProjection - Class in org.hibernate.envers.query.projection
-
- PropertyAuditProjection(PropertyNameGetter, String, boolean) - Constructor for class org.hibernate.envers.query.projection.PropertyAuditProjection
-
- PropertyBinder - Class in org.hibernate.cfg.annotations
-
- PropertyBinder() - Constructor for class org.hibernate.cfg.annotations.PropertyBinder
-
- PropertyData - Interface in org.hibernate.cfg
-
- PropertyData - Class in org.hibernate.envers.entities
-
Holds information on a property that is audited.
- PropertyData(String, PropertyData) - Constructor for class org.hibernate.envers.entities.PropertyData
-
Copies the given property data, except the name.
- PropertyData(String, String, String, ModificationStore) - Constructor for class org.hibernate.envers.entities.PropertyData
-
- propertyEq(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- propertyEqAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- propertyException(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- PropertyExpression - Class in org.hibernate.criterion
-
superclass for comparisons between two properties (with SQL binary operators)
- PropertyExpression(String, String, String) - Constructor for class org.hibernate.criterion.PropertyExpression
-
- PropertyFactory - Class in org.hibernate.tuple
-
Responsible for generation of runtime metamodel
Property
representations.
- PropertyFactory() - Constructor for class org.hibernate.tuple.PropertyFactory
-
- propertyFetch() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- propertyGe(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- propertyGeAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- PropertyGeneration - Class in org.hibernate.mapping
-
Indicates whether given properties are generated by the database and, if
so, at what time(s) they are generated.
- propertyGeSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- propertyGt(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- propertyGtAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- propertyGtSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- propertyHolder - Variable in class org.hibernate.cfg.Ejb3Column
-
- PropertyHolder - Interface in org.hibernate.cfg
-
Property holder abstract property containers from their direct implementation
- PropertyHolderBuilder - Class in org.hibernate.cfg
-
This factory is here ot build a PropertyHolder and prevent .mapping interface adding
- propertyIn(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- PropertyInferredData - Class in org.hibernate.cfg
-
Retrieve all inferred data from an annnoted element
- PropertyInferredData(XClass, XProperty, String, ReflectionManager) - Constructor for class org.hibernate.cfg.PropertyInferredData
-
Take the annoted element for lazy process
- propertyLe(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- propertyLeAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- propertyLeSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- propertyLt(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- propertyLtAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- propertyLtSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- PropertyMapper - Interface in org.hibernate.envers.entities.mapper
-
- propertyMapping - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
-
- PropertyMapping - Interface in org.hibernate.persister.entity
-
Abstraction of all mappings that define properties:
entities, collection elements.
- propertyName - Variable in class org.hibernate.cfg.annotations.CollectionBinder
-
- propertyName - Variable in class org.hibernate.cfg.Mappings.PropertyReference
-
- propertyName - Variable in class org.hibernate.criterion.AbstractEmptinessExpression
-
- propertyName - Variable in class org.hibernate.criterion.AggregateProjection
-
- propertyName(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- PropertyNameGetter - Interface in org.hibernate.envers.query.property
-
Provides a function to get the name of a property, which is used in a query, to apply some restrictions on it.
- propertyNe(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- PropertyNotFoundException - Exception in org.hibernate
-
Indicates that an expected getter or setter method could not be
found on a class.
- PropertyNotFoundException(String) - Constructor for exception org.hibernate.PropertyNotFoundException
-
- propertyNotIn(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
- PropertyPath - Class in org.hibernate.loader
-
- PropertyPath(PropertyPath, String) - Constructor for class org.hibernate.loader.PropertyPath
-
- PropertyPath(String) - Constructor for class org.hibernate.loader.PropertyPath
-
- PropertyPath() - Constructor for class org.hibernate.loader.PropertyPath
-
- PropertyPreloadedData - Class in org.hibernate.cfg
-
- PropertyPreloadedData(AccessType, String, XClass) - Constructor for class org.hibernate.cfg.PropertyPreloadedData
-
- PropertyProjection - Class in org.hibernate.criterion
-
A property value, or grouped property value
- PropertyProjection(String, boolean) - Constructor for class org.hibernate.criterion.PropertyProjection
-
- PropertyProjection(String) - Constructor for class org.hibernate.criterion.PropertyProjection
-
- propertyRef(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- PropertyReference(String, String, boolean) - Constructor for class org.hibernate.cfg.Mappings.PropertyReference
-
- propertyReferences - Variable in class org.hibernate.cfg.Configuration
-
- propertyRefLhs(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- propertySelectFragment(String, String, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- propertySelectFragment(String, String, boolean) - Method in interface org.hibernate.persister.entity.Queryable
-
Given a query alias and an identifying suffix, render the property select fragment.
- propertySelectFragmentFragment(String, String, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- propertySelectFragmentFragment(String, String, boolean) - Method in interface org.hibernate.persister.entity.Queryable
-
- propertySpan - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- propertySpan - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- propertySpan - Variable in class org.hibernate.type.ComponentType
-
- PropertySubqueryExpression - Class in org.hibernate.criterion
-
A comparison between a property value in the outer query and the
result of a subquery
- PropertySubqueryExpression(String, String, String, DetachedCriteria) - Constructor for class org.hibernate.criterion.PropertySubqueryExpression
-
- propertyToColumnName(String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
-
- propertyToColumnName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
-
Return the unqualified property name
- propertyToColumnName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
-
- propertyToColumnName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
-
Return the full property path with underscore seperators, mixed
case converted to underscores
- propertyToColumnName(String) - Method in interface org.hibernate.cfg.NamingStrategy
-
Return a column name for a property path expression
- propertyType - Variable in class org.hibernate.property.Dom4jAccessor.Dom4jGetter
-
- propertyType - Variable in class org.hibernate.property.Dom4jAccessor.Dom4jSetter
-
- PropertyValueException - Exception in org.hibernate
-
Thrown when the (illegal) value of a property can not be persisted.
- PropertyValueException(String, String, String) - Constructor for exception org.hibernate.PropertyValueException
-
- PROVIDER - Static variable in class org.hibernate.ejb.AvailableSettings
-
THe name of the
PersistenceProvider
implementor
See JPA 2 sections 9.4.3 and 8.2.1.4
- PROXOOL_EXISTING_POOL - Static variable in class org.hibernate.cfg.Environment
-
Proxool property to configure the Proxool Provider from an already existing pool (true / false)
- PROXOOL_POOL_ALIAS - Static variable in class org.hibernate.cfg.Environment
-
Proxool property with the Proxool pool alias to use
(Required for PROXOOL_EXISTING_POOL, PROXOOL_PROPERTIES, or
PROXOOL_XML)
- PROXOOL_PREFIX - Static variable in class org.hibernate.cfg.Environment
-
Proxool/Hibernate property prefix
- PROXOOL_PROPERTIES - Static variable in class org.hibernate.cfg.Environment
-
Proxool property to configure the Proxool Provider using a properties file (/path/to/proxool.properties)
- PROXOOL_XML - Static variable in class org.hibernate.cfg.Environment
-
Proxool property to configure the Proxool Provider using an XML (/path/to/file.xml)
- ProxoolConnectionProvider - Class in org.hibernate.connection
-
A connection provider that uses a Proxool connection pool.
- ProxoolConnectionProvider() - Constructor for class org.hibernate.connection.ProxoolConnectionProvider
-
- Proxy - Annotation Type in org.hibernate.annotations
-
Lazy and proxy configuration of a particular class
- PROXY_INTERFACES - Static variable in class org.hibernate.engine.jdbc.NClobProxy
-
- ProxyFactory - Interface in org.hibernate.proxy
-
Contract for run-time, proxy-based lazy initialization proxies.
- ProxyFactoryFactory - Interface in org.hibernate.bytecode
-
- ProxyFactoryFactoryImpl - Class in org.hibernate.bytecode.cglib
-
- ProxyFactoryFactoryImpl() - Constructor for class org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl
-
Deprecated.
- ProxyFactoryFactoryImpl - Class in org.hibernate.bytecode.javassist
-
- ProxyFactoryFactoryImpl() - Constructor for class org.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl
-
- ProxyFactoryFactoryImpl.BasicProxyFactoryImpl - Class in org.hibernate.bytecode.cglib
-
Deprecated.
- proxyFor(EntityPersister, EntityKey, Object) - Method in interface org.hibernate.engine.PersistenceContext
-
Return the existing proxy associated with the given EntityKey, or the
third argument (the entity associated with the key) if no proxy exists.
- proxyFor(Object) - Method in interface org.hibernate.engine.PersistenceContext
-
Return the existing proxy associated with the given EntityKey, or the
argument (the entity associated with the key) if no proxy exists.
- proxyFor(EntityPersister, EntityKey, Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Return the existing proxy associated with the given EntityKey, or the
third argument (the entity associated with the key) if no proxy exists.
- proxyFor(Object) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Return the existing proxy associated with the given EntityKey, or the
argument (the entity associated with the key) if no proxy exists.
- proxyOrLoad(LoadEvent, EntityPersister, EntityKey, LoadEventListener.LoadType) - Method in class org.hibernate.event.def.DefaultLoadEventListener
-
Based on configured options, will either return a pre-existing proxy,
generate a new proxy, or perform an actual load.
- ProxyVisitor - Class in org.hibernate.event.def
-
Reassociates uninitialized proxies with the session
- ProxyVisitor(EventSource) - Constructor for class org.hibernate.event.def.ProxyVisitor
-
- purgeStaleEntries() - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
-
Removes any stale entries whose keys have been finalized.
- pushFromClause(AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
Sets the current 'FROM' context.
- pushFromClause(AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
Sets the current 'FROM' context.
- put(Object, Object) - Method in interface org.hibernate.cache.Cache
-
Deprecated.
Add an item to the cache, nontransactionally, with
failfast semantics
- put(Object, Object, long, Object, Comparator, boolean) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
-
Deprecated.
Attempt to cache an object, after loading from the database.
- put(Object, Object) - Method in class org.hibernate.cache.EhCache
-
Puts an object into the cache.
- put(Object, Object) - Method in interface org.hibernate.cache.GeneralDataRegion
-
Put an item into the cache.
- put(Object, Object) - Method in class org.hibernate.cache.HashtableCache
-
- put(Object, Object) - Method in class org.hibernate.cache.impl.bridge.BaseGeneralDataRegionAdapter
-
- put(Object, Object, long, Object, Comparator, boolean) - Method in class org.hibernate.cache.NonstrictReadWriteCache
-
Add an item to the cache.
- put(QueryKey, Type[], List, boolean, SessionImplementor) - Method in interface org.hibernate.cache.QueryCache
-
- put(Object, Object, long, Object, Comparator, boolean) - Method in class org.hibernate.cache.ReadOnlyCache
-
- put(Object, Object, long, Object, Comparator, boolean) - Method in class org.hibernate.cache.ReadWriteCache
-
Do not add an item to the cache unless the current transaction
timestamp is later than the timestamp at which the item was
invalidated.
- put(QueryKey, Type[], List, boolean, SessionImplementor) - Method in class org.hibernate.cache.StandardQueryCache
-
- put(Object, Object, long, Object, Comparator, boolean) - Method in class org.hibernate.cache.TransactionalCache
-
- PUT - Static variable in class org.hibernate.CacheMode
-
The session will never read items from the cache, but will add items
to the cache as it reads them from the database.
- put(Object, Object) - Method in class org.hibernate.collection.PersistentMap
-
- put(int, int, String) - Method in class org.hibernate.dialect.TypeNames
-
set a type name for specified type key and capacity
- put(int, String) - Method in class org.hibernate.dialect.TypeNames
-
set a default type name for specified type key
- put(K, V) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
-
- put(K, V) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
-
- put(String, Number, Object, Object) - Method in class org.hibernate.envers.reader.FirstLevelCache
-
- put(K, V) - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
-
Maps the specified key to the specified value in this table.
- put(Object, Object) - Method in class org.hibernate.proxy.map.MapProxy
-
- put(Object, Object) - Method in class org.hibernate.util.IdentityMap
-
- put(Object, Object) - Method in class org.hibernate.util.SimpleMRUCache
-
- put(Object, Object) - Method in class org.hibernate.util.SoftLimitMRUCache
-
Puts a value in the cache.
- putAll(Map) - Method in class org.hibernate.collection.PersistentMap
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
-
Copies all of the mappings from the specified map to this one.
- putAll(Map) - Method in class org.hibernate.proxy.map.MapProxy
-
- putAll(Map) - Method in class org.hibernate.util.IdentityMap
-
- putFromLoad(Object, Object, long, Object) - Method in interface org.hibernate.cache.access.CollectionRegionAccessStrategy
-
Attempt to cache an object, after loading from the database.
- putFromLoad(Object, Object, long, Object, boolean) - Method in interface org.hibernate.cache.access.CollectionRegionAccessStrategy
-
Attempt to cache an object, after loading from the database, explicitly
specifying the minimalPut behavior.
- putFromLoad(Object, Object, long, Object) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
-
Attempt to cache an object, after loading from the database.
- putFromLoad(Object, Object, long, Object, boolean) - Method in interface org.hibernate.cache.access.EntityRegionAccessStrategy
-
Attempt to cache an object, after loading from the database, explicitly
specifying the minimalPut behavior.
- putFromLoad(Object, Object, long, Object) - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
-
- putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter
-
- putFromLoad(Object, Object, long, Object) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
-
- putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter
-
- putIfAbsent(K, V) - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
- putOnEntityNameCache(Object, Number, Object, String) - Method in class org.hibernate.envers.reader.FirstLevelCache
-
Adds the entityName into the cache.
- SAPDBDialect - Class in org.hibernate.dialect
-
An SQL dialect compatible with SAP DB.
- SAPDBDialect() - Constructor for class org.hibernate.dialect.SAPDBDialect
-
- save(Object, Serializable) - Method in interface org.hibernate.classic.Session
-
- save(String, Object, Serializable) - Method in interface org.hibernate.classic.Session
-
- save(Object, Serializable) - Method in class org.hibernate.impl.SessionImpl
-
- save(Object) - Method in class org.hibernate.impl.SessionImpl
-
- save(String, Object) - Method in class org.hibernate.impl.SessionImpl
-
- save(String, Object, Serializable) - Method in class org.hibernate.impl.SessionImpl
-
- save(Object) - Method in interface org.hibernate.Session
-
Persist the given transient instance, first assigning a generated identifier.
- save(String, Object) - Method in interface org.hibernate.Session
-
Persist the given transient instance, first assigning a generated identifier.
- SAVE_UPDATE - Static variable in class org.hibernate.engine.CascadingAction
-
- SAVE_UPDATE_COPY - Static variable in class org.hibernate.engine.CascadingAction
-
- saveOrUpdate(Object) - Method in class org.hibernate.impl.SessionImpl
-
- saveOrUpdate(String, Object) - Method in class org.hibernate.impl.SessionImpl
-
- saveOrUpdate(Object) - Method in interface org.hibernate.Session
-
- saveOrUpdate(String, Object) - Method in interface org.hibernate.Session
-
- saveOrUpdateCopy(Object) - Method in interface org.hibernate.classic.Session
-
- saveOrUpdateCopy(Object, Serializable) - Method in interface org.hibernate.classic.Session
-
- saveOrUpdateCopy(String, Object) - Method in interface org.hibernate.classic.Session
-
- saveOrUpdateCopy(String, Object, Serializable) - Method in interface org.hibernate.classic.Session
-
- saveOrUpdateCopy(String, Object, Map) - Method in interface org.hibernate.event.EventSource
-
Cascade copy an entity instance
- saveOrUpdateCopy(String, Object) - Method in class org.hibernate.impl.SessionImpl
-
- saveOrUpdateCopy(Object) - Method in class org.hibernate.impl.SessionImpl
-
- saveOrUpdateCopy(String, Object, Serializable) - Method in class org.hibernate.impl.SessionImpl
-
- saveOrUpdateCopy(Object, Serializable) - Method in class org.hibernate.impl.SessionImpl
-
- saveOrUpdateCopy(String, Object, Map) - Method in class org.hibernate.impl.SessionImpl
-
- SaveOrUpdateEvent - Class in org.hibernate.event
-
An event class for saveOrUpdate()
- SaveOrUpdateEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.SaveOrUpdateEvent
-
- SaveOrUpdateEvent(String, Object, Serializable, EventSource) - Constructor for class org.hibernate.event.SaveOrUpdateEvent
-
- SaveOrUpdateEvent(Object, EventSource) - Constructor for class org.hibernate.event.SaveOrUpdateEvent
-
- SaveOrUpdateEventListener - Interface in org.hibernate.event
-
Defines the contract for handling of update events generated from a session.
- saveRevisionData(Session, Object) - Method in class org.hibernate.envers.revisioninfo.DefaultRevisionInfoGenerator
-
- saveRevisionData(Session, Object) - Method in interface org.hibernate.envers.revisioninfo.RevisionInfoGenerator
-
- saveWithGeneratedId(Object, String, Object, EventSource, boolean) - Method in class org.hibernate.ejb.event.EJB3MergeEventListener
-
- saveWithGeneratedId(Object, String, Object, EventSource, boolean) - Method in class org.hibernate.ejb.event.EJB3PersistEventListener
-
- saveWithGeneratedId(Object, String, Object, EventSource, boolean) - Method in class org.hibernate.ejb.event.EJB3SaveEventListener
-
- saveWithGeneratedId(Object, String, Object, EventSource, boolean) - Method in class org.hibernate.ejb.event.EJB3SaveOrUpdateEventListener
-
- saveWithGeneratedId(Object, String, Object, EventSource, boolean) - Method in class org.hibernate.event.def.AbstractSaveEventListener
-
Prepares the save call using a newly generated id.
- saveWithGeneratedOrRequestedId(SaveOrUpdateEvent) - Method in class org.hibernate.event.def.DefaultSaveEventListener
-
- saveWithGeneratedOrRequestedId(SaveOrUpdateEvent) - Method in class org.hibernate.event.def.DefaultSaveOrUpdateEventListener
-
Save the transient instance, assigning the right identifier
- saveWithRequestedId(Object, Serializable, String, Object, EventSource) - Method in class org.hibernate.ejb.event.EJB3MergeEventListener
-
- saveWithRequestedId(Object, Serializable, String, Object, EventSource) - Method in class org.hibernate.ejb.event.EJB3PersistEventListener
-
- saveWithRequestedId(Object, Serializable, String, Object, EventSource) - Method in class org.hibernate.ejb.event.EJB3SaveEventListener
-
- saveWithRequestedId(Object, Serializable, String, Object, EventSource) - Method in class org.hibernate.ejb.event.EJB3SaveOrUpdateEventListener
-
- saveWithRequestedId(Object, Serializable, String, Object, EventSource) - Method in class org.hibernate.event.def.AbstractSaveEventListener
-
Prepares the save call using the given requested id.
- SAVING - Static variable in class org.hibernate.engine.Status
-
- scalarName(int, int) - Static method in class org.hibernate.hql.NameGenerator
-
- ScalarResultColumnProcessor(int) - Constructor for class org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor
-
- ScalarResultColumnProcessor(String, Type) - Constructor for class org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor
-
- ScalarReturn - Class in org.hibernate.loader.custom
-
Represent a scalar (aka simple value) return within a query result.
- ScalarReturn(Type, String) - Constructor for class org.hibernate.loader.custom.ScalarReturn
-
- ScalarReturn(SQLQueryResultMappingBuilder.ReturnsHolder) - Constructor for class org.hibernate.SQLQueryResultMappingBuilder.ScalarReturn
-
- scale() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
-
- SCANNER - Static variable in class org.hibernate.ejb.AvailableSettings
-
Pass an implementation of
Scanner
:
- preferably an actual instance
- or a class name with a no-arg constructor
- Scanner - Interface in org.hibernate.ejb.packaging
-
- scheduleAuditDataRemoval(Session, Object) - Method in class org.hibernate.envers.synchronization.SessionCacheCleaner
-
Schedules audit data removal from session level cache after transaction completion.
- SCHEMA - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
-
The configuration parameter holding the schema name
- SCHEMA - Static variable in class org.hibernate.type.EnumType
-
- SchemaExport - Class in org.hibernate.tool.hbm2ddl
-
Commandline tool to export table schema to the database.
- SchemaExport(Configuration) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
-
Create a schema exporter for the given Configuration
- SchemaExport(Configuration, Settings) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
-
Create a schema exporter for the given Configuration and given settings
- SchemaExport(Configuration, Properties) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
-
- SchemaExport(Configuration, Connection) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
-
Create a schema exporter for the given Configuration, using the supplied connection for connectivity.
- SchemaExportTask - Class in org.hibernate.tool.hbm2ddl
-
An Ant task for SchemaExport.
- SchemaExportTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
- SchemaUpdate - Class in org.hibernate.tool.hbm2ddl
-
A commandline tool to update a database schema.
- SchemaUpdate(Configuration) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
- SchemaUpdate(Configuration, Properties) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
- SchemaUpdate(Configuration, Settings) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
- SchemaUpdateTask - Class in org.hibernate.tool.hbm2ddl
-
An Ant task for SchemaUpdate.
- SchemaUpdateTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- SchemaValidator - Class in org.hibernate.tool.hbm2ddl
-
A commandline tool to update a database schema.
- SchemaValidator(Configuration) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidator
-
- SchemaValidator(Configuration, Properties) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidator
-
- SchemaValidator(Configuration, Settings) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidator
-
- SchemaValidatorTask - Class in org.hibernate.tool.hbm2ddl
-
An Ant task for SchemaUpdate.
- SchemaValidatorTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
-
- scope() - Method in class org.hibernate.type.EntityType
-
- scope(SessionFactoryImplementor) - Method in class org.hibernate.type.TypeResolver
-
- scroll() - Method in interface org.hibernate.Criteria
-
- scroll(ScrollMode) - Method in interface org.hibernate.Criteria
-
- scroll(String, QueryParameters) - Method in interface org.hibernate.engine.SessionImplementor
-
Execute a scroll() query
- scroll(CriteriaImpl, ScrollMode) - Method in interface org.hibernate.engine.SessionImplementor
-
Execute a criteria query
- scroll(NativeSQLQuerySpecification, QueryParameters) - Method in interface org.hibernate.engine.SessionImplementor
-
Execute a native SQL query, and return the results as a scrollable result.
- scroll(String, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- scroll(CriteriaImpl, ScrollMode) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- scroll(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- scroll(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.ast.QueryTranslatorImpl
-
Return the query results, as an instance of ScrollableResults
- scroll(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.classic.QueryTranslatorImpl
-
- scroll(QueryParameters, SessionImplementor) - Method in interface org.hibernate.hql.QueryTranslator
-
Perform a scroll operation given the underlying query definition.
- scroll(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.impl.AbstractSessionImpl
-
- scroll() - Method in class org.hibernate.impl.CollectionFilterImpl
-
- scroll() - Method in class org.hibernate.impl.CriteriaImpl
-
- scroll(ScrollMode) - Method in class org.hibernate.impl.CriteriaImpl
-
- scroll() - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- scroll(ScrollMode) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- scroll(int) - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
-
Scroll an arbitrary number of locations
- scroll() - Method in class org.hibernate.impl.QueryImpl
-
- scroll(ScrollMode) - Method in class org.hibernate.impl.QueryImpl
-
- scroll(int) - Method in class org.hibernate.impl.ScrollableResultsImpl
-
- scroll(String, QueryParameters) - Method in class org.hibernate.impl.SessionImpl
-
- scroll(CriteriaImpl, ScrollMode) - Method in class org.hibernate.impl.SessionImpl
-
- scroll(ScrollMode) - Method in class org.hibernate.impl.SQLQueryImpl
-
- scroll() - Method in class org.hibernate.impl.SQLQueryImpl
-
- scroll(CriteriaImpl, ScrollMode) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- scroll(String, QueryParameters) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- scroll(SessionImplementor, ScrollMode) - Method in class org.hibernate.loader.criteria.CriteriaLoader
-
- scroll(QueryParameters, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader
-
- scroll(QueryParameters, SessionImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
-
- scroll(QueryParameters, Type[], HolderInstantiator, SessionImplementor) - Method in class org.hibernate.loader.Loader
-
Return the query results, as an instance of ScrollableResults
- scroll() - Method in interface org.hibernate.Query
-
Return the query results as ScrollableResults.
- scroll(ScrollMode) - Method in interface org.hibernate.Query
-
Return the query results as ScrollableResults.
- scroll(int) - Method in interface org.hibernate.ScrollableResults
-
Scroll an arbitrary number of locations
- SCROLL_INSENSITIVE - Static variable in class org.hibernate.ScrollMode
-
Note that since the Hibernate session acts as a cache, you
might need to expicitly evict objects, if you need to see
changes made by other transactions.
- SCROLL_SENSITIVE - Static variable in class org.hibernate.ScrollMode
-
- ScrollableResults - Interface in org.hibernate
-
A result iterator that allows moving around within the results
by arbitrary increments.
- ScrollableResultsImpl - Class in org.hibernate.impl
-
Implementation of the ScrollableResults interface
- ScrollableResultsImpl(ResultSet, PreparedStatement, SessionImplementor, Loader, QueryParameters, Type[], HolderInstantiator) - Constructor for class org.hibernate.impl.ScrollableResultsImpl
-
- scrollCustomQuery(CustomQuery, QueryParameters) - Method in interface org.hibernate.engine.SessionImplementor
-
Execute an SQL Query
- scrollCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- scrollCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.impl.SessionImpl
-
- scrollCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- ScrollMode - Class in org.hibernate
-
Specifies the type of JDBC scrollable result set to use
underneath a ScrollableResults
- SearchedCaseExpression<R> - Class in org.hibernate.ejb.criteria.expression
-
Models what ANSI SQL terms a searched case expression.
- SearchedCaseExpression(CriteriaBuilderImpl, Class<R>) - Constructor for class org.hibernate.ejb.criteria.expression.SearchedCaseExpression
-
- SearchedCaseExpression.WhenClause - Class in org.hibernate.ejb.criteria.expression
-
- SecondaryAuditTable - Annotation Type in org.hibernate.envers
-
- SecondaryAuditTables - Annotation Type in org.hibernate.envers
-
- SecondaryTableSecondPass - Class in org.hibernate.cfg
-
- SecondaryTableSecondPass(EntityBinder, PropertyHolder, XAnnotatedElement) - Constructor for class org.hibernate.cfg.SecondaryTableSecondPass
-
- secondLevelCacheHit(String) - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- secondLevelCacheHit(String) - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- secondLevelCacheHit(String) - Method in interface org.hibernate.stat.StatisticsImplementor
-
Callback indicating a get from second level cache resulted in a hit.
- secondLevelCacheMiss(String) - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- secondLevelCacheMiss(String) - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- secondLevelCacheMiss(String) - Method in interface org.hibernate.stat.StatisticsImplementor
-
Callback indicating a get from second level cache resulted in a miss.
- secondLevelCachePut(String) - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
- secondLevelCachePut(String) - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- secondLevelCachePut(String) - Method in interface org.hibernate.stat.StatisticsImplementor
-
Callback indicating a put into second level cache.
- SecondLevelCacheStatistics - Interface in org.hibernate.stat
-
Second level cache statistics of a specific region
- SecondLevelCacheStatisticsImpl - Class in org.hibernate.stat
-
Second level cache statistics of a specific region
- secondPass(Map, Map) - Method in class org.hibernate.cfg.CollectionSecondPass
-
- SecondPass - Interface in org.hibernate.cfg
-
Second pass operation
- secondPassCompile() - Method in class org.hibernate.cfg.Configuration
-
- secondPassCompileForeignKeys(Table, Set) - Method in class org.hibernate.cfg.Configuration
-
- secondPasses - Variable in class org.hibernate.cfg.Configuration
-
- seed(SessionImplementor) - Method in class org.hibernate.type.AbstractBynaryType
-
Deprecated.
- seed(SessionImplementor) - Method in class org.hibernate.type.BinaryType
-
Generate an initial version.
- seed(SessionImplementor) - Method in class org.hibernate.type.ByteType
-
- seed(SessionImplementor) - Method in class org.hibernate.type.CalendarType
-
- seed(SessionImplementor) - Method in class org.hibernate.type.CustomType
-
- seed(SessionImplementor) - Method in class org.hibernate.type.DbTimestampType
-
- seed(SessionImplementor) - Method in class org.hibernate.type.IntegerType
-
- seed(SessionImplementor) - Method in class org.hibernate.type.LongType
-
- seed(SessionImplementor) - Method in class org.hibernate.type.ShortType
-
- seed(SessionImplementor) - Method in class org.hibernate.type.TimestampType
-
- seed(SessionImplementor) - Method in interface org.hibernate.type.VersionType
-
Generate an initial version.
- seed(SessionImplementor) - Method in interface org.hibernate.usertype.UserVersionType
-
Generate an initial version.
- seedVersion(Object[], int, VersionType, SessionImplementor) - Static method in class org.hibernate.engine.Versioning
-
Create an initial optimisitc locking value according the
VersionType
contract for the version property
if required and inject it into
the snapshot state.
- SEGMENT_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
- SEGMENT_LENGTH_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
- SEGMENT_VALUE_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
- select(Selection<? extends T>) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
- select(Expression<T>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
-
- SELECT - Static variable in class org.hibernate.engine.profile.Fetch.Style
-
- SELECT - Static variable in class org.hibernate.FetchMode
-
Fetch eagerly, using a separate select.
- SELECT - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- SELECT - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- SELECT - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- Select - Class in org.hibernate.sql
-
A simple SQL SELECT statement
- Select(Dialect) - Constructor for class org.hibernate.sql.Select
-
- SELECT_CLAUSE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- SELECT_CLAUSE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- SELECT_COLUMNS - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- SELECT_COLUMNS - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- SELECT_EXPR - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- SELECT_EXPR - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- SELECT_FROM - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- SELECT_FROM - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- SELECT_FROM - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- Selectable - Interface in org.hibernate.mapping
-
- selectAtom(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- selectCase(Expression<? extends C>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- selectCase(Class<R>, Expression<? extends C>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- selectCase() - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- selectCase(Class<R>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- selectClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- selectClause(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- selectClause(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- SelectClause - Class in org.hibernate.hql.ast.tree
-
Represents the list of expressions in a SELECT clause.
- SelectClause() - Constructor for class org.hibernate.hql.ast.tree.SelectClause
-
- selectColumn(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- selectedPropertiesList() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- selectExpr(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- selectExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- SelectExpression - Interface in org.hibernate.hql.ast.tree
-
Represents an element of a projection list, i.e.
- SelectExpression - Interface in org.hibernate.sql
-
TODO : javadoc
- SelectExpressionImpl - Class in org.hibernate.hql.ast.tree
-
A select expression that was generated by a FROM element.
- SelectExpressionImpl() - Constructor for class org.hibernate.hql.ast.tree.SelectExpressionImpl
-
- SelectExpressionList - Class in org.hibernate.hql.ast.tree
-
Common behavior - a node that contains a list of select expressions.
- SelectExpressionList() - Constructor for class org.hibernate.hql.ast.tree.SelectExpressionList
-
- selectExprList(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- selectFragment(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
Generate a list of collection index, key and element columns
- selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
- selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- selectFragment(String, String) - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Generate a list of collection index and element columns
- selectFragment(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- selectFragment(Joinable, String, String, String, String, boolean) - Method in interface org.hibernate.persister.entity.Joinable
-
All columns to select, when loading.
- selectFragment(String, String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Generate a list of collection index, key and element columns
- selectFragment(String, String) - Method in interface org.hibernate.persister.entity.SQLLoadable
-
All columns to select, when loading.
- SelectFragment - Class in org.hibernate.sql
-
A fragment of an SQL SELECT clause
- SelectFragment() - Constructor for class org.hibernate.sql.SelectFragment
-
- selectFrom() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- SelectGenerator - Class in org.hibernate.id
-
A generator that selects the just inserted row to determine the identifier
value assigned by the database.
- SelectGenerator() - Constructor for class org.hibernate.id.SelectGenerator
-
- SelectGenerator.SelectGeneratorDelegate - Class in org.hibernate.id
-
The delegate for the select generation strategy.
- SelectionImpl<X> - Class in org.hibernate.ejb.criteria.expression
-
The Hibernate implementation of the JPA Selection
contract.
- SelectionImpl(CriteriaBuilderImpl, Class<X>) - Constructor for class org.hibernate.ejb.criteria.expression.SelectionImpl
-
- SelectionImplementor<X> - Interface in org.hibernate.ejb.criteria
-
TODO : javadoc
- SelectLockingStrategy - Class in org.hibernate.dialect.lock
-
A locking strategy where the locks are obtained through select statements.
- SelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.SelectLockingStrategy
-
Construct a locking strategy based on SQL SELECT statements.
- selectNodes(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- selectNodes(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- selectNodes(String, String, boolean) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- selectNodes(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- selectNodes(String, String) - Method in class org.hibernate.tuple.ElementWrapper
-
- selectNodes(String, String, boolean) - Method in class org.hibernate.tuple.ElementWrapper
-
- selectObject() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- selectObject(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- selectObject(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- SelectParser - Class in org.hibernate.hql.classic
-
Parsers the select clause of a Hibernate query.
- SelectParser() - Constructor for class org.hibernate.hql.classic.SelectParser
-
- SelectPathExpressionParser - Class in org.hibernate.hql.classic
-
- SelectPathExpressionParser() - Constructor for class org.hibernate.hql.classic.SelectPathExpressionParser
-
- selectSingleNode(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- selectSingleNode(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- selectStatement() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- selectStatement(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- selectStatement(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- selectString(List) - Method in class org.hibernate.loader.JoinWalker
-
Generate a select list of columns containing all properties of the entity classes
- semiResolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- semiResolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractType
-
- semiResolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
-
- semiResolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
-
- semiResolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
-
- semiResolve(Object, SessionImplementor, Object) - Method in interface org.hibernate.type.Type
-
Given a hydrated, but unresolved value, return a value that may be used to
reconstruct property-ref associations.
- separator(AST, String) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- SEQUENCE - Static variable in class org.hibernate.id.SequenceGenerator
-
The sequence parameter
- SEQUENCE_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
- SequenceGenerator - Class in org.hibernate.id
-
sequence
Generates long values using an oracle-style sequence.
- SequenceGenerator() - Constructor for class org.hibernate.id.SequenceGenerator
-
- SequenceHiLoGenerator - Class in org.hibernate.id
-
seqhilo
An IdentifierGenerator that combines a hi/lo algorithm with an underlying
oracle-style sequence that generates hi values.
- SequenceHiLoGenerator() - Constructor for class org.hibernate.id.SequenceHiLoGenerator
-
- SequenceIdentityGenerator - Class in org.hibernate.id
-
A generator which combines sequence generation with immediate retrieval
through JDBC3
getGeneratedKeys
.
- SequenceIdentityGenerator() - Constructor for class org.hibernate.id.SequenceIdentityGenerator
-
- SequenceIdentityGenerator.Delegate - Class in org.hibernate.id
-
- SequenceIdentityGenerator.NoCommentsInsert - Class in org.hibernate.id
-
- SequenceStructure - Class in org.hibernate.id.enhanced
-
Describes a sequence.
- SequenceStructure(Dialect, String, int, int, Class) - Constructor for class org.hibernate.id.enhanced.SequenceStructure
-
- SequenceStyleGenerator - Class in org.hibernate.id.enhanced
-
Generates identifier values based on an sequence-style database structure.
- SequenceStyleGenerator() - Constructor for class org.hibernate.id.enhanced.SequenceStyleGenerator
-
- SERIALIZABLE - Static variable in class org.hibernate.Hibernate
-
- serializable(Class) - Static method in class org.hibernate.Hibernate
-
- SERIALIZABLE - Static variable in class org.hibernate.type.StandardBasicTypes
-
- serializable(Class<T>) - Static method in class org.hibernate.type.TypeFactory
-
- SerializableBlobProxy - Class in org.hibernate.engine.jdbc
-
Manages aspects of proxying
Blobs
to add serializability.
- SerializableClobProxy - Class in org.hibernate.engine.jdbc
-
Manages aspects of proxying
Clobs
to add serializability.
- SerializableClobProxy(Clob) - Constructor for class org.hibernate.engine.jdbc.SerializableClobProxy
-
Builds a serializable
Clob
wrapper around the given
Clob
.
- SerializableMutabilityPlan(Class<S>) - Constructor for class org.hibernate.type.descriptor.java.SerializableTypeDescriptor.SerializableMutabilityPlan
-
- SerializableNClobProxy - Class in org.hibernate.engine.jdbc
-
Manages aspects of proxying java.sql.NClobs to add serializability.
- SerializableNClobProxy(Clob) - Constructor for class org.hibernate.engine.jdbc.SerializableNClobProxy
-
Builds a serializable
Clob
wrapper around the given
Clob
.
- serializableProxy() - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
-
- serializableProxy() - Method in class org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer
-
Deprecated.
- SerializableProxy - Class in org.hibernate.proxy.pojo.cglib
-
- SerializableProxy() - Constructor for class org.hibernate.proxy.pojo.cglib.SerializableProxy
-
Deprecated.
- SerializableProxy(String, Class, Class[], Serializable, Boolean, Method, Method, CompositeType) - Constructor for class org.hibernate.proxy.pojo.cglib.SerializableProxy
-
Deprecated.
- serializableProxy() - Method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
-
- SerializableProxy - Class in org.hibernate.proxy.pojo.javassist
-
Serializable placeholder for Javassist proxies
- SerializableProxy() - Constructor for class org.hibernate.proxy.pojo.javassist.SerializableProxy
-
- SerializableProxy(String, Class, Class[], Serializable, Boolean, Method, Method, CompositeType) - Constructor for class org.hibernate.proxy.pojo.javassist.SerializableProxy
-
- SerializableToBlobType - Class in org.hibernate.type
-
- SerializableToBlobType() - Constructor for class org.hibernate.type.SerializableToBlobType
-
- SerializableType<T extends Serializable> - Class in org.hibernate.type
-
- SerializableType(Class<T>) - Constructor for class org.hibernate.type.SerializableType
-
- SerializableTypeDescriptor<T extends Serializable> - Class in org.hibernate.type.descriptor.java
-
TODO : javadoc
- SerializableTypeDescriptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
-
- SerializableTypeDescriptor.SerializableMutabilityPlan<S extends Serializable> - Class in org.hibernate.type.descriptor.java
-
- SerializationException - Exception in org.hibernate.type
-
Thrown when a property cannot be serializaed/deserialized
- SerializationException(String, Exception) - Constructor for exception org.hibernate.type.SerializationException
-
- SerializationHelper - Class in org.hibernate.util
-
Assists with the serialization process and performs additional functionality based
on serialization.
- serialize(ObjectOutputStream) - Method in class org.hibernate.engine.ActionQueue
-
Used by the owning session to explicitly control serialization of the
action queue
- serialize(ObjectOutputStream) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Used by the owning session to explicitly control serialization of the
persistence context.
- serialize(ObjectOutputStream) - Method in class org.hibernate.jdbc.ConnectionManager
-
- serialize(ObjectOutputStream) - Method in class org.hibernate.jdbc.JDBCContext
-
Custom serialization routine used during serialization of a
Session/PersistenceContext for increased performance.
- serialize(Map) - Static method in class org.hibernate.util.IdentityMap
-
Workaround for a JDK 1.4.1 bug where IdentityHashMaps are not
correctly deserialized.
- serialize(Serializable, OutputStream) - Static method in class org.hibernate.util.SerializationHelper
-
Serializes an Object
to the specified stream.
- serialize(Serializable) - Static method in class org.hibernate.util.SerializationHelper
-
Serializes an Object
to a byte array for
storage/serialization.
- Session - Interface in org.hibernate.classic
-
An extension of the Session API, including all
deprecated methods from Hibernate2.
- session - Variable in class org.hibernate.ejb.EntityManagerImpl
-
- session - Variable in class org.hibernate.impl.AbstractQueryImpl
-
- Session - Interface in org.hibernate
-
The main runtime interface between a Java application and Hibernate.
- Session.LockRequest - Interface in org.hibernate
-
Contains locking details (LockMode, Timeout and Scope).
- SESSION_FACTORY_NAME - Static variable in class org.hibernate.cfg.Environment
-
JNDI name to bind to SessionFactory
- SESSION_FACTORY_OBSERVER - Static variable in class org.hibernate.ejb.AvailableSettings
-
SessionFactoryObserver class name, the class must have a no-arg constructor
- SESSION_INTERCEPTOR - Static variable in class org.hibernate.ejb.AvailableSettings
-
Interceptor class name, the class has to have a no-arg constructor
- SessionCacheCleaner - Class in org.hibernate.envers.synchronization
-
Class responsible for evicting audit data entries that have been stored in the session level cache.
- SessionCacheCleaner() - Constructor for class org.hibernate.envers.synchronization.SessionCacheCleaner
-
- SessionException - Exception in org.hibernate
-
Thrown when the user calls a method of a
Session
that is in an
inappropropriate state for the given call (for example, the the session
is closed or disconnected).
- SessionException(String) - Constructor for exception org.hibernate.SessionException
-
Constructs a new SessionException with the given message.
- SessionFactory - Interface in org.hibernate
-
The main contract here is the creation of
Session
instances.
- SessionFactoryAwareNode - Interface in org.hibernate.hql.ast.tree
-
Interface for nodes which require access to the SessionFactory
- sessionFactoryClosed(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
-
Callback to indicate that the given factory has been closed.
- sessionFactoryCreated(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
-
Callback to indicate that the given factory has been created and is now ready for use.
- SessionFactoryHelper - Class in org.hibernate.hql.ast.util
-
Helper for performing common and/or complex operations with the
SessionFactoryImplementor
during translation of an HQL query.
- SessionFactoryHelper(SessionFactoryImplementor) - Constructor for class org.hibernate.hql.ast.util.SessionFactoryHelper
-
Construct a new SessionFactoryHelper instance.
- SessionFactoryImpl - Class in org.hibernate.impl
-
Concrete implementation of the SessionFactory interface.
- SessionFactoryImpl(Configuration, Mapping, Settings, EventListeners, SessionFactoryObserver) - Constructor for class org.hibernate.impl.SessionFactoryImpl
-
- SessionFactoryImplementor - Interface in org.hibernate.engine
-
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
- SessionFactoryObjectFactory - Class in org.hibernate.impl
-
Resolves
SessionFactory
instances during
JNDI look-ups as well as during deserialization
- SessionFactoryObjectFactory() - Constructor for class org.hibernate.impl.SessionFactoryObjectFactory
-
- SessionFactoryObserver - Interface in org.hibernate
-
- SessionFactoryStub - Class in org.hibernate.jmx
-
A flyweight for SessionFactory.
- SessionImpl - Class in org.hibernate.impl
-
Concrete implementation of a Session, and also the central, organizing component
of Hibernate's internal implementation.
- SessionImplementor - Interface in org.hibernate.engine
-
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
- sessionImplementor - Variable in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
-
- sessionMap() - Static method in class org.hibernate.context.ManagedSessionContext
-
- sessionMap() - Static method in class org.hibernate.context.ThreadLocalSessionContext
-
- SessionStatistics - Interface in org.hibernate.stat
-
Information about the first-level (session) cache
for a particular session instance
- SessionStatisticsImpl - Class in org.hibernate.stat
-
- SessionStatisticsImpl(SessionImplementor) - Constructor for class org.hibernate.stat.SessionStatisticsImpl
-
- set(int, Object) - Method in class org.hibernate.collection.PersistentBag
-
- set(int, Object) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- set(int, Object) - Method in class org.hibernate.collection.PersistentList
-
- set - Variable in class org.hibernate.collection.PersistentSet
-
- set(String, Object) - Method in class org.hibernate.criterion.NaturalIdentifier
-
- set(int, U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
-
- set() - Method in class org.hibernate.envers.tools.MutableBoolean
-
- SET - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- SET - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- SET - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- Set - Class in org.hibernate.mapping
-
A set with no nullable element columns.
- Set(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.Set
-
- set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefSetter
-
Set the property value from the given instance
- set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.BasicPropertyAccessor.BasicSetter
-
- set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.DirectPropertyAccessor.DirectSetter
-
Set the property value from the given instance
- set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.Dom4jAccessor.AttributeSetter
-
Set the property value from the given instance
- set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.Dom4jAccessor.ElementAttributeSetter
-
Set the property value from the given instance
- set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.Dom4jAccessor.ElementSetter
-
Set the property value from the given instance
- set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.Dom4jAccessor.TextSetter
-
Set the property value from the given instance
- set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedSetter
-
Set the property value from the given instance
- set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.IndexPropertyAccessor.IndexSetter
-
Set the property value from the given instance
- set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.MapAccessor.MapSetter
-
Set the property value from the given instance
- set(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.property.Setter
-
Set the property value from the given instance
- set(PreparedStatement, Object, int) - Method in class org.hibernate.type.AbstractBynaryType
-
Deprecated.
- set(PreparedStatement, Object, int) - Method in class org.hibernate.type.AbstractCharArrayType
-
Deprecated.
- set(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.AbstractLobType
-
Deprecated.
- set(PreparedStatement, Object, int) - Method in class org.hibernate.type.AbstractLongStringType
-
Deprecated.
- set(PreparedStatement, T, int) - Method in class org.hibernate.type.AbstractSingleColumnStandardBasicType
-
- set(PreparedStatement, T, int, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- set(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
-
Deprecated.
- set(PreparedStatement, Object, int) - Method in class org.hibernate.type.NullableType
-
Deprecated.
Set a parameter value without worrying about the possibility of null
values.
- set(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.SerializableToBlobType
-
- set(PreparedStatement, T, int) - Method in interface org.hibernate.type.SingleColumnType
-
- set(PreparedStatement, T, int, SessionImplementor) - Method in interface org.hibernate.type.SingleColumnType
-
Set a parameter value without worrying about the possibility of null
values.
- set(String, String, boolean) - Method in class org.hibernate.type.TypeFactory
-
- setAbstract(boolean) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setAbstract(Boolean) - Method in class org.hibernate.mapping.PersistentClass
-
- setAbstract(boolean) - Method in class org.hibernate.mapping.Table
-
- setAccess(AccessType) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
-
- setAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setAccessType(String) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- setAfterCompletionAction(AfterCompletionAction) - Method in class org.hibernate.transaction.synchronization.CallbackCoordinator
-
- setAlias(String) - Method in class org.hibernate.ejb.criteria.expression.AbstractTupleElement
-
Protected access to define the alias.
- setAlias(AST, AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- setAlias(AST, AST) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- setAlias(String) - Method in class org.hibernate.hql.ast.tree.AbstractSelectExpression
-
- setAlias(String) - Method in class org.hibernate.hql.ast.tree.ConstructorNode
-
- setAlias(String) - Method in class org.hibernate.hql.ast.tree.QueryNode
-
- setAlias(String) - Method in interface org.hibernate.hql.ast.tree.SelectExpression
-
- setAlias(String) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- setAliases(String[]) - Method in class org.hibernate.loader.JoinWalker
-
- setAliasSpecificLockMode(String, LockMode) - Method in class org.hibernate.LockOptions
-
Specify the
LockMode
to be used for a specific query alias.
- setAllowRebuild(boolean) - Method in class org.hibernate.testing.junit.functional.ExecutionEnvironment
-
- setAllPropertyFetch(boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- setAlternateUniqueKey(boolean) - Method in class org.hibernate.mapping.SimpleValue
-
- setAssociatedClass(PersistentClass) - Method in class org.hibernate.mapping.OneToMany
-
Associated entity on the many side
- SetAttributeJoin<O,E> - Class in org.hibernate.ejb.criteria.path
-
TODO : javadoc
- SetAttributeJoin(CriteriaBuilderImpl, Class<E>, PathSource<O>, SetAttribute<? super O, E>, JoinType) - Constructor for class org.hibernate.ejb.criteria.path.SetAttributeJoin
-
- setAttributes(List) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- setAttributes(List) - Method in class org.hibernate.tuple.ElementWrapper
-
- setAttributeValue(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
Deprecated.
- setAttributeValue(QName, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
Deprecated.
- setAttributeValue(String, String) - Method in class org.hibernate.tuple.ElementWrapper
-
Deprecated.
- setAttributeValue(QName, String) - Method in class org.hibernate.tuple.ElementWrapper
-
Deprecated.
- setAuditMappedBy(String) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- setAuditTable(AuditTable) - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
-
- setAutoClear(boolean) - Method in interface org.hibernate.engine.SessionImplementor
-
Enable/disable automatic cache clearing from after transaction
completion (for EJB3)
- setAutoClear(boolean) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- setAutoClear(boolean) - Method in class org.hibernate.impl.SessionImpl
-
- setAutoClear(boolean) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- setAutoCloseSessionEnabled(String) - Method in class org.hibernate.jmx.HibernateService
-
- setAutoCloseSessionEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Enable automatic closing of Session when JTA transaction ends.
- setAutoDiscoverScalarTypes(boolean) - Method in class org.hibernate.engine.QueryParameters
-
- setAutoFlushEventListeners(AutoFlushEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setAutoImport(boolean) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- setAutoImport(boolean) - Method in interface org.hibernate.cfg.Mappings
-
Set whether to enable auto importing of entity names.
- setBase(int) - Method in class org.hibernate.cfg.IndexColumn
-
- setBaseIndex(int) - Method in class org.hibernate.mapping.List
-
- setBatchSize(BatchSize) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setBatchSize(BatchSize) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setBatchSize(int) - Method in class org.hibernate.mapping.Collection
-
- setBatchSize(int) - Method in class org.hibernate.mapping.PersistentClass
-
- setBatchVersionedDataEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Enable or disable the use of batch updates for
versioned entities
- setBatchVersionedDataEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setBeanName(String) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- setBeforeCompletionManagedFlushChecker(BeforeCompletionManagedFlushChecker) - Method in class org.hibernate.transaction.synchronization.CallbackCoordinator
-
- setBigDecimal(int, BigDecimal) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setBigDecimal(String, BigDecimal) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setBigDecimal(int, BigDecimal) - Method in interface org.hibernate.Query
-
- setBigDecimal(String, BigDecimal) - Method in interface org.hibernate.Query
-
- setBigInteger(int, BigInteger) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setBigInteger(String, BigInteger) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setBigInteger(int, BigInteger) - Method in interface org.hibernate.Query
-
- setBigInteger(String, BigInteger) - Method in interface org.hibernate.Query
-
- setBinary(int, byte[]) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setBinary(String, byte[]) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setBinary(int, byte[]) - Method in interface org.hibernate.Query
-
- setBinary(String, byte[]) - Method in interface org.hibernate.Query
-
- SetBinder - Class in org.hibernate.cfg.annotations
-
Bind a set.
- SetBinder() - Constructor for class org.hibernate.cfg.annotations.SetBinder
-
- SetBinder(boolean) - Constructor for class org.hibernate.cfg.annotations.SetBinder
-
- setBoolean(int, boolean) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setBoolean(String, boolean) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setBoolean(int, boolean) - Method in interface org.hibernate.Query
-
- setBoolean(String, boolean) - Method in interface org.hibernate.Query
-
- setByte(int, byte) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setByte(String, byte) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setByte(int, byte) - Method in interface org.hibernate.Query
-
- setByte(String, byte) - Method in interface org.hibernate.Query
-
- setCache(Cache) - Method in interface org.hibernate.cache.CacheConcurrencyStrategy
-
Deprecated.
Set the underlying cache implementation.
- setCache(Cache) - Method in class org.hibernate.cache.NonstrictReadWriteCache
-
- setCache(Cache) - Method in class org.hibernate.cache.ReadOnlyCache
-
- setCache(Cache) - Method in class org.hibernate.cache.ReadWriteCache
-
- setCache(Cache) - Method in class org.hibernate.cache.TransactionalCache
-
- setCache(Cache) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setCache(Cache) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setCacheable(boolean) - Method in interface org.hibernate.Criteria
-
Enable caching of this query result, provided query caching is enabled
for the underlying session factory.
- setCacheable(boolean) - Method in class org.hibernate.engine.QueryParameters
-
- setCacheable(boolean) - Method in interface org.hibernate.envers.query.AuditQuery
-
- setCacheable(boolean) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- setCacheable(boolean) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setCacheable(boolean) - Method in class org.hibernate.impl.CriteriaImpl
-
- setCacheable(boolean) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- setCacheable(boolean) - Method in interface org.hibernate.Query
-
Enable caching of this query result set.
- setCacheConcurrencyStrategy(String, String) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- setCacheConcurrencyStrategy(String, String, String) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- setCacheConcurrencyStrategy(String, String) - Method in class org.hibernate.cfg.Configuration
-
Set up a cache for an entity class
- setCacheConcurrencyStrategy(String, String, String) - Method in class org.hibernate.cfg.Configuration
-
Set up a cache for an entity class, giving an explicit region name
- setCacheConcurrencyStrategy(String, String, String, boolean) - Method in class org.hibernate.cfg.Configuration
-
- setCacheConcurrencyStrategy(String) - Method in class org.hibernate.mapping.Collection
-
- setCacheConcurrencyStrategy(String) - Method in class org.hibernate.mapping.RootClass
-
- setCacheMode(CacheMode) - Method in interface org.hibernate.Criteria
-
Override the cache mode for this particular query.
- setCacheMode(CacheMode) - Method in interface org.hibernate.engine.SessionImplementor
-
- setCacheMode(CacheMode) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- setCacheMode(CacheMode) - Method in interface org.hibernate.envers.query.AuditQuery
-
- setCacheMode(CacheMode) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- setCacheMode(CacheMode) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setCacheMode(CacheMode) - Method in class org.hibernate.impl.CriteriaImpl
-
- setCacheMode(CacheMode) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- setCacheMode(CacheMode) - Method in class org.hibernate.impl.SessionImpl
-
- setCacheMode(CacheMode) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- setCacheMode(CacheMode) - Method in interface org.hibernate.Query
-
Override the current session cache mode, just for
this query.
- setCacheMode(CacheMode) - Method in interface org.hibernate.Session
-
Set the cache mode.
- setCacheProviderClass(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Set the second-level cache provider class name
- setCacheProviderClass(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setCacheProviderConfig(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
For cache providers which support this setting, specify the
provider's specific configuration resource.
- setCacheProviderConfig(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setCacheRegion(String) - Method in interface org.hibernate.Criteria
-
Set the name of the cache region to use for query result caching.
- setCacheRegion(String) - Method in class org.hibernate.engine.QueryParameters
-
- setCacheRegion(String) - Method in interface org.hibernate.envers.query.AuditQuery
-
- setCacheRegion(String) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- setCacheRegion(String) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setCacheRegion(String) - Method in class org.hibernate.impl.CriteriaImpl
-
- setCacheRegion(String) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- setCacheRegion(String) - Method in interface org.hibernate.Query
-
Set the name of the cache region.
- setCacheRegionName(String) - Method in class org.hibernate.mapping.Collection
-
- setCacheRegionName(String) - Method in class org.hibernate.mapping.RootClass
-
- setCacheRegionPrefix(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Set the cache region prefix
- setCacheRegionPrefix(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setCalendar(int, Calendar) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setCalendar(String, Calendar) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setCalendar(int, Calendar) - Method in interface org.hibernate.Query
-
- setCalendar(String, Calendar) - Method in interface org.hibernate.Query
-
- setCalendarDate(int, Calendar) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setCalendarDate(String, Calendar) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setCalendarDate(int, Calendar) - Method in interface org.hibernate.Query
-
- setCalendarDate(String, Calendar) - Method in interface org.hibernate.Query
-
- setCallable(boolean) - Method in class org.hibernate.engine.QueryParameters
-
- setCallbackHandler(EntityCallbackHandler) - Method in interface org.hibernate.ejb.event.CallbackHandlerConsumer
-
- setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3DeleteEventListener
-
- setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3FlushEntityEventListener
-
- setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3MergeEventListener
-
- setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3PersistEventListener
-
- setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3PostDeleteEventListener
-
- setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3PostInsertEventListener
-
- setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3PostLoadEventListener
-
- setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3PostUpdateEventListener
-
- setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3SaveEventListener
-
- setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3SaveOrUpdateEventListener
-
- setCascade(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setCascade(String) - Method in class org.hibernate.mapping.Property
-
- setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.mapping.ForeignKey
-
- setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.mapping.SimpleValue
-
- setCascadeStrategy(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setCatalog(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
-
- setCatalog(String) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setCatalog(String) - Method in class org.hibernate.mapping.Table
-
- setCatalogName(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- setCatalogName(String) - Method in interface org.hibernate.cfg.Mappings
-
Sets the currently bound default catalog name.
- setCfg(Configuration) - Static method in class org.hibernate.testing.junit.functional.annotations.HibernateTestCase
-
- setCharacter(int, char) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setCharacter(String, char) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setCharacter(int, char) - Method in interface org.hibernate.Query
-
- setCharacter(String, char) - Method in interface org.hibernate.Query
-
- setCheckConstraint(String) - Method in class org.hibernate.mapping.Column
-
- setCheckNullability(boolean) - Method in class org.hibernate.cfg.Settings
-
- setClasses(List<String>) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- setClassMapping(Element) - Method in class org.hibernate.envers.configuration.metadata.EntityXmlMappingData
-
- setClassName(String) - Method in class org.hibernate.mapping.PersistentClass
-
- setClause() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- setClause(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- setClause(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- setClazz(XClass) - Method in class org.hibernate.cfg.InheritanceState
-
- setClosed() - Method in class org.hibernate.impl.AbstractSessionImpl
-
- setCollectionCacheConcurrencyStrategy(String, String) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- setCollectionCacheConcurrencyStrategy(String, String) - Method in class org.hibernate.cfg.Configuration
-
Set up a cache for a collection role
- setCollectionCacheConcurrencyStrategy(String, String, String) - Method in class org.hibernate.cfg.Configuration
-
Set up a cache for a collection role, giving an explicit region name
- setCollectionJoin(boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- setCollectionKey(Serializable) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setCollectionKeys(Serializable[]) - Method in class org.hibernate.engine.QueryParameters
-
- setCollectionOwners(int[]) - Method in class org.hibernate.loader.JoinWalker
-
- setCollectionPersisterClass(Class) - Method in class org.hibernate.mapping.Collection
-
- setCollectionPersisters(CollectionPersister[]) - Method in class org.hibernate.loader.JoinWalker
-
- setCollectionRole(String) - Method in class org.hibernate.mapping.Backref
-
- setCollectionRole(String) - Method in class org.hibernate.mapping.IndexBackref
-
- setCollectionSuffix(String) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- setCollectionSuffixes(String[]) - Method in class org.hibernate.loader.JoinWalker
-
- setCollectionTable(Table) - Method in class org.hibernate.mapping.Collection
-
- setCollectionTableAlias(String) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- setCollectionType(XClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setColumn(String) - Method in class org.hibernate.sql.InFragment
-
- setColumn(String, String) - Method in class org.hibernate.sql.InFragment
-
- setColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setColumns(String[]) - Method in class org.hibernate.cfg.UniqueConstraintHolder
-
- setColumns(String[]) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- setComment(String) - Method in interface org.hibernate.Criteria
-
Add a comment to the generated SQL.
- setComment(String) - Method in class org.hibernate.criterion.DetachedCriteria
-
- setComment(String) - Method in class org.hibernate.engine.QueryParameters
-
- setComment(String) - Method in interface org.hibernate.envers.query.AuditQuery
-
- setComment(String) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- setComment(String) - Method in class org.hibernate.id.SequenceIdentityGenerator.NoCommentsInsert
-
- setComment(String) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setComment(String) - Method in class org.hibernate.impl.CriteriaImpl
-
- setComment(String) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- setComment(String) - Method in class org.hibernate.mapping.Column
-
- setComment(String) - Method in class org.hibernate.mapping.Table
-
- setComment(String) - Method in interface org.hibernate.Query
-
Add a comment to the generated SQL.
- setComment(String) - Method in class org.hibernate.sql.Delete
-
- setComment(String) - Method in class org.hibernate.sql.Insert
-
- setComment(String) - Method in class org.hibernate.sql.InsertSelect
-
- setComment(String) - Method in class org.hibernate.sql.QuerySelect
-
- setComment(String) - Method in class org.hibernate.sql.Select
-
- setComment(String) - Method in class org.hibernate.sql.SimpleSelect
-
- setComment(String) - Method in class org.hibernate.sql.Update
-
- setCommentsEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Enable or disable the inclusion of comments in
generated SQL
- setCommentsEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setComparator(Comparator) - Method in class org.hibernate.collection.PersistentSortedMap
-
- setComparator(Comparator) - Method in class org.hibernate.collection.PersistentSortedSet
-
- setComparator(Comparator) - Method in class org.hibernate.mapping.Collection
-
- setComparatorClassName(String) - Method in class org.hibernate.mapping.Collection
-
- setComponentClassName(String) - Method in class org.hibernate.mapping.Component
-
- setCondition(String[], String[]) - Method in class org.hibernate.sql.ConditionFragment
-
- setCondition(String[], String) - Method in class org.hibernate.sql.ConditionFragment
-
- setConfig(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Set a .cfg.xml file, which will be
loaded as a resource, from the classpath
- setConfig(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
Set a .cfg.xml file
- setConfig(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
-
Set a .cfg.xml file
- setConnectionProviderInjectionData(Map) - Method in class org.hibernate.ejb.InjectionSettingsFactory
-
Map where the key represents the javabean property in witch
Object will be injected
- setConstrained(boolean) - Method in class org.hibernate.mapping.OneToOne
-
Sets the constrained.
- setConstraints(String) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setContent(List) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- setContent(List) - Method in class org.hibernate.tuple.ElementWrapper
-
- setCreate(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Enable "create" mode.
- setCurrentKey(Serializable) - Method in class org.hibernate.engine.CollectionEntry
-
- setCurrentPersister(CollectionPersister) - Method in class org.hibernate.engine.CollectionEntry
-
- setCurrentProperty(XProperty) - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
property can be null
- setCurrentSession(SessionImplementor) - Method in class org.hibernate.collection.AbstractPersistentCollection
-
Associate the collection with the given session.
- setCurrentSession(SessionImplementor) - Method in interface org.hibernate.collection.PersistentCollection
-
Associate the collection with the given session.
- setCustomListener(String, String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setCustomListeners(Map) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setCustomListenersAsString(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setCustomRead(String) - Method in class org.hibernate.mapping.Column
-
- setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
-
- setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
-
- setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
-
- setCustomSQLDeleteAll(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
-
- setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
-
- setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
-
- setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
-
- setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
-
- setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
-
- setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
-
- setCustomWrite(String) - Method in class org.hibernate.mapping.Column
-
- setData(Object) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- setData(Object) - Method in class org.hibernate.tuple.ElementWrapper
-
- setDatabaseSnapshot(Object[]) - Method in class org.hibernate.event.FlushEntityEvent
-
- setDataSource(DataSource) - Method in class org.hibernate.connection.DatasourceConnectionProvider
-
- setDataSource(DataSource) - Method in class org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
-
- setDataSource(DataSource) - Method in class org.hibernate.ejb.Ejb3Configuration
-
Used to inject a datasource object as the connection provider.
- setDatasource(String) - Method in class org.hibernate.jmx.HibernateService
-
- setDatasource(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Set the JNDI name of the datasource to use in this SessionFactory
- setDataType(Type) - Method in class org.hibernate.hql.ast.tree.SqlNode
-
- setDate(int, Date) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setDate(String, Date) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setDate(int, Date) - Method in interface org.hibernate.Query
-
- setDate(String, Date) - Method in interface org.hibernate.Query
-
- setDeclaredIdentifierMapper(Component) - Method in class org.hibernate.mapping.MappedSuperclass
-
- setDeclaredIdentifierMapper(Component) - Method in class org.hibernate.mapping.PersistentClass
-
- setDeclaredIdentifierProperty(Property) - Method in class org.hibernate.mapping.MappedSuperclass
-
- setDeclaredIdentifierProperty(Property) - Method in class org.hibernate.mapping.RootClass
-
- setDeclaredVersion(Property) - Method in class org.hibernate.mapping.MappedSuperclass
-
- setDeclaredVersion(Property) - Method in class org.hibernate.mapping.RootClass
-
- setDeclaringClass(XClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setDeclaringClass(XClass) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setDefaultAccess(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- setDefaultAccess(String) - Method in interface org.hibernate.cfg.Mappings
-
Sets the current default property access style.
- setDefaultAudited(boolean) - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
-
- setDefaultCascade(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- setDefaultCascade(String) - Method in interface org.hibernate.cfg.Mappings
-
Sets the current default cascade style.
- setDefaultCatalog(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Set the default catalog
- setDefaultCatalog(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setDefaultLazy(boolean) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- setDefaultLazy(boolean) - Method in interface org.hibernate.cfg.Mappings
-
Set whether to enable default laziness.
- setDefaultName(String, String, String, String, String) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setDefaultPackage(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- setDefaultPackage(String) - Method in interface org.hibernate.cfg.Mappings
-
Set the current default package name.
- setDefaultReadOnly(boolean) - Method in interface org.hibernate.engine.PersistenceContext
-
Change the default for entities and proxies loaded into this persistence
context from modifiable to read-only mode, or from modifiable to read-only
mode.
- setDefaultReadOnly(boolean) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
Change the default for entities and proxies loaded into this persistence
context from modifiable to read-only mode, or from modifiable to read-only
mode.
- setDefaultReadOnly(boolean) - Method in class org.hibernate.impl.SessionImpl
-
Change the default for entities and proxies loaded into this session
from modifiable to read-only mode, or from modifiable to read-only mode.
- setDefaultReadOnly(boolean) - Method in class org.hibernate.impl.StatelessSessionImpl
- setDefaultReadOnly(boolean) - Method in interface org.hibernate.Session
-
Change the default for entities and proxies loaded into this session
from modifiable to read-only mode, or from modifiable to read-only mode.
- setDefaultSchema(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Set the default schema
- setDefaultSchema(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setDefaultValue(String) - Method in class org.hibernate.mapping.Column
-
- setDeletedState(Object[]) - Method in class org.hibernate.engine.EntityEntry
-
- setDeleteEventListeners(DeleteEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setDelimitedIdentifiers(Boolean) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
-
- setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
Set the end of statement delimiter
- setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Set the end of statement delimiter for the generated script
- setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
- setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- setDenormalizedSuperTable(Table) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setDescription(String) - Method in class org.hibernate.testing.cache.Item
-
- setDialect(Dialect) - Method in class org.hibernate.id.factory.DefaultIdentifierGeneratorFactory
-
Allow injection of the dialect to use.
- setDialect(Dialect) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
-
- setDialect(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
The name of the dialect class to use in this SessionFactory
- setDialect(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setDirectlyAccessible(boolean) - Method in class org.hibernate.collection.AbstractPersistentCollection
-
- setDirty(boolean) - Method in class org.hibernate.event.DirtyCheckEvent
-
- setDirtyCheckEventListeners(DirtyCheckEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setDirtyCheckHandledByInterceptor(boolean) - Method in class org.hibernate.event.FlushEntityEvent
-
- setDirtyCheckPossible(boolean) - Method in class org.hibernate.event.FlushEntityEvent
-
- setDirtyProperties(int[]) - Method in class org.hibernate.event.FlushEntityEvent
-
- setDiscriminator(Value) - Method in class org.hibernate.mapping.RootClass
-
- setDiscriminatorAlias(String) - Method in interface org.hibernate.SQLQuery.RootReturn
-
Name the column alias that identifies the entity's discriminator
- setDiscriminatorInsertable(boolean) - Method in class org.hibernate.mapping.RootClass
-
- setDiscriminatorTypeName(String) - Method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
-
- setDiscriminatorValue(String) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setDiscriminatorValue(String) - Method in class org.hibernate.mapping.PersistentClass
-
- setDistinct() - Method in class org.hibernate.criterion.CountProjection
-
- setDistinct(boolean) - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- setDistinct(boolean) - Method in class org.hibernate.sql.QuerySelect
-
- setDocument(Document) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- setDocument(Document) - Method in class org.hibernate.tuple.ElementWrapper
-
- setDorecreate(boolean) - Method in class org.hibernate.engine.CollectionEntry
-
- setDoremove(boolean) - Method in class org.hibernate.engine.CollectionEntry
-
- setDouble(int, double) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setDouble(String, double) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setDouble(int, double) - Method in interface org.hibernate.Query
-
- setDouble(String, double) - Method in interface org.hibernate.Query
-
- setDoupdate(boolean) - Method in class org.hibernate.engine.CollectionEntry
-
- setDrop(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Enable "drop" mode.
- setDynamic(boolean) - Method in class org.hibernate.mapping.Component
-
- setDynamicInsert(boolean) - Method in class org.hibernate.mapping.PersistentClass
-
- setDynamicUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
-
- setEjb3OrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setElement(Value) - Method in class org.hibernate.mapping.Collection
-
- setElementClassName(String) - Method in class org.hibernate.mapping.Array
-
- setElementColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setElementNodeName(String) - Method in class org.hibernate.mapping.Collection
-
- setEmbeddableSuperclass(boolean) - Method in class org.hibernate.cfg.InheritanceState
-
- setEmbedded(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setEmbedded(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setEmbedded(boolean) - Method in class org.hibernate.mapping.Collection
-
- setEmbedded(boolean) - Method in class org.hibernate.mapping.Component
-
- setEmbedded(boolean) - Method in class org.hibernate.mapping.OneToMany
-
- setEmbedded(boolean) - Method in class org.hibernate.mapping.ToOne
-
- setEmbeddedIdentifier(boolean) - Method in class org.hibernate.mapping.RootClass
-
- setEndTime(int) - Method in class org.hibernate.envers.tools.graph.Vertex
-
- setEntity(Object) - Method in class org.hibernate.event.MergeEvent
-
- setEntity(Object) - Method in class org.hibernate.event.PostLoadEvent
-
- setEntity(Object) - Method in class org.hibernate.event.PreLoadEvent
-
- setEntity(Object) - Method in class org.hibernate.event.SaveOrUpdateEvent
-
- setEntity(int, Object) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setEntity(String, Object) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setEntity(int, Object) - Method in interface org.hibernate.Query
-
Bind an instance of a mapped persistent class to a JDBC-style query parameter.
- setEntity(String, Object) - Method in interface org.hibernate.Query
-
Bind an instance of a mapped persistent class to a named query parameter.
- setEntityBinder(EntityBinder) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setEntityClassName(String) - Method in class org.hibernate.event.LoadEvent
-
- setEntityId(Serializable) - Method in class org.hibernate.event.LoadEvent
-
- setEntityName(String) - Method in class org.hibernate.event.LockEvent
-
- setEntityName(String) - Method in class org.hibernate.event.MergeEvent
-
- setEntityName(String) - Method in class org.hibernate.event.PersistEvent
-
- setEntityName(String) - Method in class org.hibernate.event.ReplicateEvent
-
- setEntityName(String) - Method in class org.hibernate.event.SaveOrUpdateEvent
-
- setEntityName(String) - Method in class org.hibernate.mapping.Backref
-
- setEntityName(String) - Method in class org.hibernate.mapping.IndexBackref
-
- setEntityName(String) - Method in class org.hibernate.mapping.OneToOne
-
- setEntityName(String) - Method in class org.hibernate.mapping.PersistentClass
-
- setEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in class org.hibernate.cfg.Configuration
-
Specify a user-supplied delegate to be used to handle scenarios where an entity could not be
located by specified id.
- setEntityPersisterClass(Class) - Method in class org.hibernate.mapping.PersistentClass
-
- setEntityPersisterClass(Class) - Method in class org.hibernate.mapping.RootClass
-
- setEntityPersisterClass(Class) - Method in class org.hibernate.mapping.Subclass
-
- setEntityResolver(EntityResolver) - Method in class org.hibernate.cfg.Configuration
-
Set a custom entity resolver.
- setEntityResolver(EntityResolver) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- setEntry(EntityEntry) - Method in class org.hibernate.event.SaveOrUpdateEvent
-
- setEntryStatus(EntityEntry, Status) - Method in interface org.hibernate.engine.PersistenceContext
-
Set the status of an entry
- setEntryStatus(EntityEntry, Status) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- setEnvironment(ExecutionEnvironment) - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- setEscapeCharacter(Character) - Method in class org.hibernate.criterion.Example
-
Set escape character for "like" clause
- setEvictEventListeners(EvictEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setExceptionMapper(ExceptionMapper) - Method in class org.hibernate.transaction.synchronization.CallbackCoordinator
-
- setExcludeUnlistedClasses(boolean) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- setExpectedType(Type) - Method in class org.hibernate.hql.ast.tree.BooleanLiteralNode
- setExpectedType(Type) - Method in interface org.hibernate.hql.ast.tree.ExpectedTypeAwareNode
-
- setExpectedType(Type) - Method in class org.hibernate.hql.ast.tree.JavaConstantNode
-
- setExpectedType(Type) - Method in class org.hibernate.hql.ast.tree.ParameterNode
-
- setExpectedType(Type) - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
-
Injects the expected type.
- setExpectedType(Type) - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
-
Injects the expected type.
- setExpectedType(Type) - Method in class org.hibernate.param.DynamicFilterParameterSpecification
-
Injects the expected type.
- setExpectedType(Type) - Method in interface org.hibernate.param.ParameterSpecification
-
Injects the expected type.
- setExpectedType(Type) - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
-
Injects the expected type.
- setExpectingCollectionIndex() - Method in class org.hibernate.hql.classic.FromPathExpressionParser
-
- setExpectingCollectionIndex() - Method in class org.hibernate.hql.classic.PathExpressionParser
-
- setExpectingCollectionIndex() - Method in class org.hibernate.hql.classic.SelectPathExpressionParser
-
- setExplicitAssociationTable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setExplicitPolymorphism(boolean) - Method in class org.hibernate.mapping.RootClass
-
- setExplicitType(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setExplicitType(Type) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setExtended(boolean) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
-
- setExtraLazy(boolean) - Method in class org.hibernate.mapping.Collection
-
- setExtraSelectList(String) - Method in class org.hibernate.sql.SelectFragment
-
- setExtraSelectList(CaseFragment, String) - Method in class org.hibernate.sql.SelectFragment
-
- setFetch(boolean) - Method in class org.hibernate.hql.ast.tree.DotNode
-
- setFetch(boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- setFetchMode(String, FetchMode) - Method in interface org.hibernate.Criteria
-
Specify an association fetching strategy for an association or a
collection of values.
- setFetchMode(String, FetchMode) - Method in class org.hibernate.criterion.DetachedCriteria
-
- setFetchMode(String, FetchMode) - Method in class org.hibernate.impl.CriteriaImpl
-
- setFetchMode(String, FetchMode) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- setFetchMode(FetchMode) - Method in class org.hibernate.mapping.Collection
-
- setFetchMode(FetchMode) - Method in interface org.hibernate.mapping.Fetchable
-
- setFetchMode(FetchMode) - Method in class org.hibernate.mapping.ToOne
-
- setFetchProfile(String) - Method in interface org.hibernate.engine.SessionImplementor
-
- setFetchProfile(String) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- setFetchProfile(String) - Method in class org.hibernate.impl.SessionImpl
-
Set the current internal fetch profile for this session.
- setFetchProfile(String) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- setFetchSize(int) - Method in interface org.hibernate.Criteria
-
Set a fetch size for the underlying JDBC query.
- setFetchSize(Integer) - Method in class org.hibernate.engine.RowSelection
-
- setFetchSize(int) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setFetchSize(int) - Method in class org.hibernate.impl.CriteriaImpl
-
- setFetchSize(int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- setFetchSize(int) - Method in interface org.hibernate.Query
-
Set a fetch size for the underlying JDBC query.
- setFieldFilter(FieldFilter) - Method in class org.hibernate.bytecode.javassist.FieldTransformer
-
- setFieldHandler(FieldHandler) - Method in interface org.hibernate.bytecode.javassist.FieldHandled
-
Inject the field interception handler to be used.
- setFilter(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
Sets the filter flag.
- setFilter(boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- setFirstResult(int) - Method in interface org.hibernate.Criteria
-
Set the first result to be retrieved.
- setFirstResult(int) - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- setFirstResult(int) - Method in interface org.hibernate.envers.query.AuditQuery
-
- setFirstResult(int) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- setFirstResult(int) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setFirstResult(int) - Method in class org.hibernate.impl.CriteriaImpl
-
- setFirstResult(int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- setFirstResult(int) - Method in interface org.hibernate.Query
-
Set the first row to retrieve.
- setFirstRow(Integer) - Method in class org.hibernate.engine.RowSelection
-
- setFkJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setFloat(int, float) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setFloat(String, float) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setFloat(int, float) - Method in interface org.hibernate.Query
-
- setFloat(String, float) - Method in interface org.hibernate.Query
-
- setFlushBeforeCompletionEnabled(String) - Method in class org.hibernate.jmx.HibernateService
-
- setFlushBeforeCompletionEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Enable automatic flushing of the Session when JTA transaction ends.
- setFlushEntityEventListeners(FlushEntityEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setFlushEventListeners(FlushEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setFlushing(boolean) - Method in interface org.hibernate.engine.PersistenceContext
-
Called before and after the flushcycle
- setFlushing(boolean) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- setFlushMode(FlushMode) - Method in interface org.hibernate.Criteria
-
Override the flush mode for this particular query.
- setFlushMode(FlushModeType) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- setFlushMode(FlushModeType) - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- setFlushMode(FlushMode) - Method in interface org.hibernate.engine.SessionImplementor
-
- setFlushMode(FlushMode) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
-
- setFlushMode(FlushMode) - Method in interface org.hibernate.envers.query.AuditQuery
-
- setFlushMode(FlushMode) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- setFlushMode(FlushMode) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setFlushMode(FlushMode) - Method in class org.hibernate.impl.CriteriaImpl
-
- setFlushMode(FlushMode) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- setFlushMode(FlushMode) - Method in class org.hibernate.impl.SessionImpl
-
- setFlushMode(FlushMode) - Method in class org.hibernate.impl.StatelessSessionImpl
-
- setFlushMode(FlushMode) - Method in interface org.hibernate.Query
-
Override the current session flush mode, just for
this query.
- setFlushMode(FlushMode) - Method in interface org.hibernate.Session
-
Set the flush mode for this session.
- setFlushRequired(boolean) - Method in class org.hibernate.event.AutoFlushEvent
-
- setForceDiscriminator(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setForceDiscriminator(boolean) - Method in class org.hibernate.mapping.RootClass
-
- setForceInsertable(boolean) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- setForeignKeyName(String) - Method in class org.hibernate.mapping.SimpleValue
-
- setForeignKeyType(ForeignKeyDirection) - Method in class org.hibernate.mapping.OneToOne
-
Sets the foreignKeyType.
- setFormat(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
Should we format the sql strings?
- setFormat(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
- setFormatSql(boolean) - Method in class org.hibernate.jdbc.util.SQLStatementLogger
-
Setter for property 'formatSql'.
- setFormula(String) - Method in class org.hibernate.cfg.Ejb3Column
-
- setFormula(String) - Method in class org.hibernate.mapping.Formula
-
- setFormula(String, String) - Method in class org.hibernate.sql.InFragment
-
- setFromClause(String) - Method in class org.hibernate.sql.Select
-
Sets the fromClause.
- setFromClause(String, String) - Method in class org.hibernate.sql.Select
-
- setFromElement(FromElement) - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
-
- setFromElement(FromElement) - Method in class org.hibernate.hql.ast.tree.SqlFragment
-
- setGeneration(PropertyGeneration) - Method in class org.hibernate.mapping.Property
-
- setGetGeneratedKeysEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Enable or disable the use getGeneratedKeys()
- setGetGeneratedKeysEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setGroupByClause(String) - Method in class org.hibernate.sql.Select
-
- setGroupByTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
-
- setGroupings(List<Expression<?>>) - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- setGroupings(Expression<?>...) - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
Should we stop once an error occurs?
- setHaltonerror(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
- setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
- setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- setHasDirtyCollection(boolean) - Method in class org.hibernate.event.FlushEntityEvent
-
- setHasFilterCondition(boolean) - Method in class org.hibernate.sql.JoinFragment
-
- setHasParents(boolean) - Method in class org.hibernate.cfg.InheritanceState
-
- setHasSiblings(boolean) - Method in class org.hibernate.cfg.InheritanceState
-
- setHasThetaJoins(boolean) - Method in class org.hibernate.sql.JoinFragment
-
- setHaving(Predicate) - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- setHavingTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
-
- setHbmfiles(List<NamedInputStream>) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- setHint(String, Object) - Method in class org.hibernate.ejb.AbstractQueryImpl
- setHolder(PropertyHolder) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setHqlParameterSpecification(ParameterSpecification) - Method in class org.hibernate.hql.ast.tree.ParameterNode
-
- setId(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setId(int) - Method in class org.hibernate.envers.DefaultRevisionEntity
-
- setId(Serializable) - Method in class org.hibernate.event.PostLoadEvent
-
- setId(Serializable) - Method in class org.hibernate.event.PreLoadEvent
-
- setId(Long) - Method in class org.hibernate.testing.cache.Item
-
- setIdentifier(KeyValue) - Method in class org.hibernate.mapping.IdentifierCollection
-
- setIdentifier(KeyValue) - Method in class org.hibernate.mapping.OneToOne
-
Sets the identifier.
- setIdentifier(KeyValue) - Method in class org.hibernate.mapping.RootClass
-
- setIdentifier(Object, Serializable, EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
-
- setIdentifier(Object, Serializable, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
-
Inject the identifier value into the given entity.
- setIdentifier(Object, Serializable, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Inject the identifier value into the given entity.
- setIdentifier(Object, Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Inject the identifier value into the given entity.
- setIdentifier(Object, Serializable, EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
-
- setIdentifier(Object, Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Inject the identifier value into the given entity.
- setIdentifier(Serializable) - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Set the identifier value for the enity our owning proxy represents.
- setIdentifier(Serializable) - Method in interface org.hibernate.proxy.LazyInitializer
-
Set the identifier value for the enity our owning proxy represents.
- setIdentifier(Object, Serializable) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
Inject the identifier value into the given entity.
- setIdentifier(Object, Serializable, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
Inject the identifier value into the given entity.
- setIdentifier(Object, Serializable) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
- setIdentifier(Object, Serializable, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Inject the identifier value into the given entity.
- setIdentifierGeneratorProperties(Properties) - Method in class org.hibernate.mapping.SimpleValue
-
Sets the identifierGeneratorProperties.
- setIdentifierGeneratorStrategy(String) - Method in class org.hibernate.mapping.IdGenerator
-
- setIdentifierGeneratorStrategy(String) - Method in class org.hibernate.mapping.SimpleValue
-
Sets the identifierGeneratorStrategy.
- setIdentifierMapper(Component) - Method in class org.hibernate.mapping.PersistentClass
-
- setIdentifierMethod - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
-
- setIdentifierProperty(Property) - Method in class org.hibernate.mapping.RootClass
-
- setIdentifierType(String) - Method in class org.hibernate.mapping.Any
-
- setIdentifierValue(KeyValue) - Method in class org.hibernate.mapping.Table
-
- setIgnoreIdAnnotations(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setIgnoreNotFound(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setIgnoreNotFound(boolean) - Method in class org.hibernate.mapping.ManyToOne
-
- setIgnoreNotFound(boolean) - Method in class org.hibernate.mapping.OneToMany
-
- setImplementation(Object) - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Initialize the proxy manually by injecting its target.
- setImplementation(Object) - Method in interface org.hibernate.proxy.LazyInitializer
-
Initialize the proxy manually by injecting its target.
- setImplicit(boolean) - Method in class org.hibernate.cfg.Ejb3Column
-
- setImpliedInFromClause(boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- setImpliedInFromClause(boolean) - Method in class org.hibernate.hql.ast.tree.ImpliedFromElement
-
- setImpliedJoinType(int) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- setImpliedJoinType(int) - Method in class org.hibernate.hql.ast.HqlSqlWalker
-
- setImportFile(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
- setImportFiles(String) - Method in class org.hibernate.cfg.Settings
-
- setIncludeSubclasses(boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- setIndex(Element, String, String) - Static method in class org.hibernate.collection.PersistentIndexedElementHolder
-
- setIndex(Value) - Method in class org.hibernate.mapping.IndexedCollection
-
- setIndexCollectionSelectorParamSpec(ParameterSpecification) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- setIndexColumn(IndexColumn) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setIndexNodeName(String) - Method in class org.hibernate.mapping.IndexedCollection
-
- setInheritanceState(InheritanceState) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setInheritanceStatePerClass(Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setInheritanceStatePerClass(Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setInIdClass(Boolean) - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
- setInIdClass(Boolean) - Method in interface org.hibernate.cfg.PropertyHolder
-
- setInitializeCollectionEventListeners(InitializeCollectionEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setInitialized() - Method in class org.hibernate.collection.AbstractPersistentCollection
-
- setInProjectionList(boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- setInProjectionList(boolean) - Method in class org.hibernate.hql.ast.tree.ImpliedFromElement
-
- setInsertable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setInsertable(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setInsertable(boolean) - Method in class org.hibernate.cfg.Ejb3Column
-
- setInsertable(boolean) - Method in class org.hibernate.mapping.Property
-
- setInsertableDiscriminator(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setInstanceToLoad(Object) - Method in class org.hibernate.event.LoadEvent
-
- setInteger(int, int) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setInteger(String, int) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setInteger(int, int) - Method in interface org.hibernate.Query
-
- setInteger(String, int) - Method in interface org.hibernate.Query
-
- setInterceptor(Interceptor) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- setInterceptor(Interceptor) - Method in class org.hibernate.cfg.Configuration
-
- setInterceptor(Interceptor) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- setInternalFetchProfile(String) - Method in class org.hibernate.engine.LoadQueryInfluencers
-
- setInverse(boolean) - Method in class org.hibernate.mapping.Collection
-
- setInverse(boolean) - Method in class org.hibernate.mapping.Join
-
- setInverseJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setIsHibernateExtensionMapping(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setJarFiles(Set<String>) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- setJdbcBatchSize(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Set the maximum JDBC batch size
- setJdbcBatchSize(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setJdbcFetchSize(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Set the JDBC fetch size
- setJdbcFetchSize(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setJdbcScrollableResultSetEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Enable or disable the use of scrollable resultsets
- setJdbcScrollableResultSetEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setJndiName(String) - Method in class org.hibernate.jmx.HibernateService
-
- setJndiName(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
The JNDI name to bind to the SessionFactory
- setJoinAnnotation(JoinColumn, String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- setJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setJoinFragment(JoinFragment) - Method in class org.hibernate.hql.ast.tree.SqlFragment
-
- SetJoinImplementor<Z,X> - Interface in org.hibernate.ejb.criteria
-
- setJoins(Map<String, Join>) - Method in class org.hibernate.cfg.Ejb3Column
-
- setJoinSequence(JoinSequence) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- setJoinTable(AuditJoinTable) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- setJoinType(int) - Method in class org.hibernate.hql.ast.tree.DotNode
-
Sets the join type for this '.' node structure.
- setJPA2ElementCollection(boolean) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setJPA2ElementCollection(boolean) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- setJpaEntityName(String) - Method in class org.hibernate.mapping.PersistentClass
-
- setJtaDatasource(String) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- setKey(boolean) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setKey(KeyValue) - Method in class org.hibernate.mapping.Collection
-
- setKey(boolean) - Method in class org.hibernate.mapping.Component
-
- setKey(KeyValue) - Method in class org.hibernate.mapping.Join
-
- setKey(KeyValue) - Method in class org.hibernate.mapping.JoinedSubclass
-
- setLastCollectionElementIndexValue(String) - Method in class org.hibernate.hql.classic.PathExpressionParser
-
- setLazy(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setLazy(boolean) - Method in class org.hibernate.mapping.Collection
-
- setLazy(boolean) - Method in interface org.hibernate.mapping.Fetchable
-
- setLazy(boolean) - Method in class org.hibernate.mapping.PersistentClass
-
- setLazy(boolean) - Method in class org.hibernate.mapping.Property
-
- setLazy(boolean) - Method in class org.hibernate.mapping.ToOne
-
- setLazy(boolean) - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- setLazyPropertiesCacheable(boolean) - Method in class org.hibernate.mapping.RootClass
-
- setLength(int) - Method in class org.hibernate.cfg.Ejb3Column
-
- setLength(int) - Method in class org.hibernate.mapping.Column
-
- setListener(String, String) - Method in class org.hibernate.cfg.Configuration
-
- setListener(String, Object) - Method in class org.hibernate.cfg.Configuration
-
- setListeners(String, String[]) - Method in class org.hibernate.cfg.Configuration
-
- setListeners(String, Object[]) - Method in class org.hibernate.cfg.Configuration
-
- setListeners(String, String[]) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- setListeners(String, Object[]) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- setLoaderName(String) - Method in class org.hibernate.mapping.Collection
-
- setLoaderName(String) - Method in class org.hibernate.mapping.PersistentClass
-
- setLoadEventListeners(LoadEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setLocale(int, Locale) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setLocale(String, Locale) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setLocale(int, Locale) - Method in interface org.hibernate.Query
-
- setLocale(String, Locale) - Method in interface org.hibernate.Query
-
- setLocalGenerators(HashMap<String, IdGenerator>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setLockEventListeners(LockEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setLockMode(LockMode) - Method in interface org.hibernate.Criteria
-
Set the lock mode of the current entity
- setLockMode(String, LockMode) - Method in interface org.hibernate.Criteria
-
Set the lock mode of the aliased entity
- setLockMode(LockMode) - Method in class org.hibernate.criterion.DetachedCriteria
-
- setLockMode(String, LockMode) - Method in class org.hibernate.criterion.DetachedCriteria
-
- setLockMode(LockModeType) - Method in class org.hibernate.ejb.AbstractQueryImpl
-
- setLockMode(LockModeType) - Method in class org.hibernate.ejb.QueryImpl
-
- setLockMode(LockMode) - Method in class org.hibernate.engine.EntityEntry
-
- setLockMode(LockMode) - Method in interface org.hibernate.envers.query.AuditQuery
-
- setLockMode(LockMode) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- setLockMode(LockMode) - Method in class org.hibernate.event.LoadEvent
-
- setLockMode(LockMode) - Method in class org.hibernate.event.LockEvent
-
- setLockMode(LockMode) - Method in class org.hibernate.impl.CriteriaImpl
-
- setLockMode(String, LockMode) - Method in class org.hibernate.impl.CriteriaImpl
-
- setLockMode(LockMode) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- setLockMode(String, LockMode) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- setLockMode(String, LockMode) - Method in class org.hibernate.impl.QueryImpl
-
- setLockMode(String, LockMode) - Method in class org.hibernate.impl.SQLQueryImpl
-
- setLockMode(LockMode) - Method in class org.hibernate.LockOptions
-
- setLockMode(String, LockMode) - Method in interface org.hibernate.Query
-
Set the lockmode for the objects idententified by the
given alias that appears in the FROM clause.
- setLockMode(LockMode) - Method in interface org.hibernate.Session.LockRequest
-
Specify the LockMode to be used.
- setLockMode(LockMode) - Method in class org.hibernate.sql.Select
-
- setLockMode(LockMode) - Method in class org.hibernate.sql.SimpleSelect
-
- setLockMode(LockMode) - Method in interface org.hibernate.SQLQuery.FetchReturn
-
Set the lock mode for this return
- setLockMode(LockMode) - Method in interface org.hibernate.SQLQuery.RootReturn
-
Set the lock mode for this return
- setLockOptions(LockOptions) - Method in class org.hibernate.engine.QueryParameters
-
- setLockOptions(LockOptions) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
-
Set lock options
- setLockOptions(LockOptions) - Method in class org.hibernate.impl.QueryImpl
-
- setLockOptions(LockOptions) - Method in class org.hibernate.impl.SQLQueryImpl
-
- setLockOptions(LockOptions) - Method in interface org.hibernate.Query
-
Set the lock options for the objects idententified by the
given alias that appears in the FROM clause.
- setLockOptions(LockOptions) - Method in class org.hibernate.sql.Select
-
Set the lock options
- setLockOptions(LockOptions) - Method in class org.hibernate.sql.SimpleSelect
-
- setLockScope(boolean) - Method in class org.hibernate.event.LoadEvent
-
- setLockScope(boolean) - Method in class org.hibernate.event.LockEvent
-
- setLockTimeout(int) - Method in class org.hibernate.event.LoadEvent
-
- setLockTimeout(int) - Method in class org.hibernate.event.LockEvent
-
- setLogicalColumnName(String) - Method in class org.hibernate.cfg.Ejb3Column
-
- setLogToStdout(boolean) - Method in class org.hibernate.jdbc.util.SQLStatementLogger
-
Setter for property 'logToStdout'.
- setLong(int, long) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setLong(String, long) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setLong(int, long) - Method in interface org.hibernate.Query
-
- setLong(String, long) - Method in interface org.hibernate.Query
-
- setManyToManyOrdering(String) - Method in class org.hibernate.mapping.Collection
-
- setManyToManyOwnerSideEntityName(String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- setManyToManyWhere(String) - Method in class org.hibernate.mapping.Collection
-
- setMapKey(MapKey) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setMapKey(String) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- setMapKeyColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setMapKeyManyToManyColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setMappedBy(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setMappedBy(String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- setMappedBy(String, String, String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- setMappedClass(Class) - Method in class org.hibernate.mapping.MappedSuperclass
-
- setMappingColumn(Column) - Method in class org.hibernate.cfg.Ejb3Column
-
- setMappingFiles(List<String>) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- setMappings(Mappings) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setMappings(Mappings) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setMappings(Mappings) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setMappings(Mappings) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setMappings(Mappings) - Method in class org.hibernate.cfg.Ejb3Column
-
- setMapResources(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Specify the Hibernate mapping files
- setMapResources(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setMaximumFetchDepth(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Set the maximum outer join fetch depth
- setMaximumFetchDepth(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setMaxResults(int) - Method in interface org.hibernate.Criteria
-
Set a limit upon the number of objects to be retrieved.
- setMaxResults(int) - Method in class org.hibernate.ejb.AbstractQueryImpl
- setMaxResults(int) - Method in interface org.hibernate.envers.query.AuditQuery
-
- setMaxResults(int) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- setMaxResults(int) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setMaxResults(int) - Method in class org.hibernate.impl.CriteriaImpl
-
- setMaxResults(int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- setMaxResults(int) - Method in interface org.hibernate.Query
-
Set the maximum number of rows to retrieve.
- setMaxRows(Integer) - Method in class org.hibernate.engine.RowSelection
-
- setMergeEventListeners(MergeEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setMetaAttributes(Map) - Method in class org.hibernate.mapping.Component
-
- setMetaAttributes(Map) - Method in interface org.hibernate.mapping.MetaAttributable
-
- setMetaAttributes(Map) - Method in class org.hibernate.mapping.PersistentClass
-
- setMetaAttributes(Map) - Method in class org.hibernate.mapping.Property
-
- setMetadataComplete(Boolean) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
-
- setMetaType(String) - Method in class org.hibernate.mapping.Any
-
- setMetaValues(Map) - Method in class org.hibernate.mapping.Any
-
- setMinimalPutsEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Enable or disable optimization of second-level cache
for minimal puts
- setMinimalPutsEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setMutable(boolean) - Method in class org.hibernate.mapping.Collection
-
- setMutable(boolean) - Method in class org.hibernate.mapping.RootClass
-
- setName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setName(String) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setName(String) - Method in class org.hibernate.cfg.UniqueConstraintHolder
-
- setName(String) - Method in class org.hibernate.ejb.packaging.NamedInputStream
-
- setName(String) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- setName(String) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- setName(String) - Method in class org.hibernate.mapping.Column
-
- setName(String) - Method in class org.hibernate.mapping.Constraint
-
- setName(String) - Method in class org.hibernate.mapping.IdGenerator
-
- setName(String) - Method in class org.hibernate.mapping.Index
-
- setName(String) - Method in class org.hibernate.mapping.Property
-
- setName(String) - Method in class org.hibernate.mapping.Table
-
- setName(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- setName(String) - Method in class org.hibernate.testing.cache.Item
-
- setName(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- setNamedParameters(Map) - Method in class org.hibernate.engine.QueryParameters
-
- setNamingStrategy(NamingStrategy) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- setNamingStrategy(NamingStrategy) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- setNamingStrategy(NamingStrategy) - Method in class org.hibernate.cfg.Configuration
-
Set a custom naming strategy
- setNamingStrategy(NamingStrategy) - Method in interface org.hibernate.cfg.Mappings
-
Set the current naming strategy.
- setNamingStrategy(NamingStrategy) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- setNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
- setNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- setNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
-
- setNaturalIdentifier(boolean) - Method in class org.hibernate.mapping.Property
-
- setNaturalKeyLookup(boolean) - Method in class org.hibernate.engine.QueryParameters
-
- setNext(JoinSequence) - Method in class org.hibernate.engine.JoinSequence
-
- setNodeName(String) - Method in class org.hibernate.mapping.Collection
-
- setNodeName(String) - Method in class org.hibernate.mapping.Component
-
- setNodeName(String) - Method in class org.hibernate.mapping.PersistentClass
-
- setNodeName(String) - Method in class org.hibernate.mapping.Property
-
- setNonJtaDatasource(String) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- setNowaitEnabled(boolean) - Method in class org.hibernate.sql.ForUpdateFragment
-
- setNullable(boolean) - Method in class org.hibernate.cfg.Ejb3Column
-
- setNullable(boolean) - Method in class org.hibernate.mapping.Column
-
- setNullable(boolean) - Method in class org.hibernate.mapping.DependantValue
-
- setNullValue(String) - Method in class org.hibernate.mapping.SimpleValue
-
Sets the nullValue.
- setObject(Object) - Method in class org.hibernate.event.EvictEvent
-
- setObject(Object) - Method in class org.hibernate.event.LockEvent
-
- setObject(Object) - Method in class org.hibernate.event.PersistEvent
-
- setObject(Object) - Method in class org.hibernate.event.ReplicateEvent
-
- setObject(Object) - Method in class org.hibernate.event.SaveOrUpdateEvent
-
- setOneToMany(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setOp(String) - Method in class org.hibernate.sql.ConditionFragment
-
Sets the op.
- setOptimisticLocked(boolean) - Method in class org.hibernate.mapping.Collection
-
- setOptimisticLocked(boolean) - Method in class org.hibernate.mapping.Property
-
- setOptimisticLockMode(int) - Method in class org.hibernate.mapping.PersistentClass
-
- setOptional(boolean) - Method in class org.hibernate.mapping.Join
-
- setOptional(boolean) - Method in class org.hibernate.mapping.Property
-
- setOptionalEntityName(String) - Method in class org.hibernate.engine.QueryParameters
-
- setOptionalEntityName(String) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setOptionalId(Serializable) - Method in class org.hibernate.engine.QueryParameters
-
- setOptionalId(Serializable) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setOptionalObject(Object) - Method in class org.hibernate.engine.QueryParameters
-
- setOptionalObject(Object) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setOrderBy(String) - Method in class org.hibernate.mapping.Collection
-
- setOrderBy(String) - Method in class org.hibernate.sql.SimpleSelect
-
- setOrderByClause(String) - Method in class org.hibernate.sql.Select
-
- setOrderByTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
-
- setOrigin(FromElement, boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- setOriginal(Object) - Method in class org.hibernate.event.MergeEvent
-
- setOrphanDelete(boolean) - Method in class org.hibernate.mapping.Collection
-
- setOuterJoins(String, String) - Method in class org.hibernate.sql.Select
-
- setOutput(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Set the script output file
- setOutputFile(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
For generating a export script file, this is the file which will be written.
- setOutputFile(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
- setOutputFile(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- setOwner(Object) - Method in class org.hibernate.collection.AbstractPersistentCollection
-
- setOwner(Object) - Method in interface org.hibernate.collection.PersistentCollection
-
Set the reference to the owning entity
- setOwner(PersistentClass) - Method in class org.hibernate.mapping.Collection
-
- setOwner(PersistentClass) - Method in class org.hibernate.mapping.Component
-
- setOwnerAssociationTypes(EntityType[]) - Method in class org.hibernate.loader.JoinWalker
-
- setOwners(int[]) - Method in class org.hibernate.loader.JoinWalker
-
- setPackageName(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
-
- setPackages(List<String>) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- setParameter(Parameter<T>, T) - Method in class org.hibernate.ejb.QueryImpl
-
- setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.ejb.QueryImpl
-
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.ejb.QueryImpl
-
- setParameter(String, Object) - Method in class org.hibernate.ejb.QueryImpl
- setParameter(String, Date, TemporalType) - Method in class org.hibernate.ejb.QueryImpl
- setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.ejb.QueryImpl
- setParameter(int, Object) - Method in class org.hibernate.ejb.QueryImpl
- setParameter(int, Date, TemporalType) - Method in class org.hibernate.ejb.QueryImpl
- setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.ejb.QueryImpl
- setParameter(String, Object) - Method in interface org.hibernate.Filter
-
Set the named parameter's value for this filter.
- setParameter(int, Object, Type) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setParameter(String, Object, Type) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setParameter(int, Object) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setParameter(String, Object) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setParameter(String, Object) - Method in class org.hibernate.impl.FilterImpl
-
Set the named parameter's value for this filter.
- setParameter(int, Object, Type) - Method in interface org.hibernate.Query
-
Bind a value to a JDBC-style query parameter.
- setParameter(String, Object, Type) - Method in interface org.hibernate.Query
-
Bind a value to a named query parameter.
- setParameter(int, Object) - Method in interface org.hibernate.Query
-
Bind a value to a JDBC-style query parameter.
- setParameter(String, Object) - Method in interface org.hibernate.Query
-
Bind a value to a named query parameter.
- setParameterList(String, Collection) - Method in interface org.hibernate.Filter
-
Set the named parameter's value list for this filter.
- setParameterList(String, Object[]) - Method in interface org.hibernate.Filter
-
Set the named parameter's value list for this filter.
- setParameterList(String, Collection, Type) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setParameterList(String, Collection) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setParameterList(String, Object[], Type) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setParameterList(String, Object[]) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setParameterList(String, Collection) - Method in class org.hibernate.impl.FilterImpl
-
Set the named parameter's value list for this filter.
- setParameterList(String, Object[]) - Method in class org.hibernate.impl.FilterImpl
-
Set the named parameter's value list for this filter.
- setParameterList(String, Collection, Type) - Method in interface org.hibernate.Query
-
Bind multiple values to a named query parameter.
- setParameterList(String, Collection) - Method in interface org.hibernate.Query
-
Bind multiple values to a named query parameter.
- setParameterList(String, Object[], Type) - Method in interface org.hibernate.Query
-
Bind multiple values to a named query parameter.
- setParameterList(String, Object[]) - Method in interface org.hibernate.Query
-
Bind multiple values to a named query parameter.
- setParameters(Object[], Type[]) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setParameters(Object[], Type[]) - Method in interface org.hibernate.Query
-
Bind values and types to positional parameters.
- setParameterValue(Query) - Method in class org.hibernate.envers.entities.mapper.id.QueryParameterData
-
- setParameterValues(Properties) - Method in class org.hibernate.type.EnumType
-
- setParameterValues(Properties) - Method in class org.hibernate.type.SerializableToBlobType
-
- setParameterValues(Properties) - Method in interface org.hibernate.usertype.ParameterizedType
-
Gets called by Hibernate to pass the configured type parameters to
the implementation.
- setParent(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- setParent(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- setParent(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.tuple.component.ComponentTuplizer
-
Set the value of the parent property.
- setParent(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
-
- setParent(Element) - Method in class org.hibernate.tuple.ElementWrapper
-
- setParentFromClause(FromClause) - Method in class org.hibernate.hql.ast.tree.FromClause
-
- setParentProperty(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
- setParentProperty(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- setParentProperty(String) - Method in interface org.hibernate.cfg.PropertyHolder
-
- setParentProperty(String) - Method in class org.hibernate.mapping.Component
-
- setPassword(String) - Method in class org.hibernate.jmx.HibernateService
-
- setPassword(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Log into the database with this password
- setPerformed(Object) - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
-
- setPersistentClass(PersistentClass, Map<String, Join>, Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
Override persistent class on oneToMany Cases for late settings
Must only be used on second level pass binding
- setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Join
-
- setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Property
-
- setPersistentClassName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setPersister(EntityPersister) - Method in class org.hibernate.event.PostLoadEvent
-
- setPersister(EntityPersister) - Method in class org.hibernate.event.PreLoadEvent
-
- setPersisterClassProvider(PersisterClassProvider) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- setPersisterClassProvider(PersisterClassProvider) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- setPersisterClassProvider(PersisterClassProvider) - Method in class org.hibernate.cfg.Configuration
-
Defines a custom persister class provider.
- setPersisterClassProvider(PersisterClassProvider) - Method in interface org.hibernate.cfg.Mappings
-
Set the current persister class provider implementation
- setPersisterClassProvider(PersisterClassProvider) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- setPersisters(Loadable[]) - Method in class org.hibernate.loader.JoinWalker
-
- setPersistEventListeners(PersistEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPersistOnFlushEventListeners(PersistEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPolymorphic(boolean) - Method in class org.hibernate.mapping.RootClass
-
- setPositionalParameterTypes(Type[]) - Method in class org.hibernate.engine.QueryParameters
-
- setPositionalParameterValues(Object[]) - Method in class org.hibernate.engine.QueryParameters
-
- setPositionMappedBy(String) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- setPossibleID(boolean) - Method in class org.hibernate.hql.antlr.HqlBaseLexer
-
- setPossibleID(boolean) - Method in class org.hibernate.hql.ast.HqlToken
-
Set to true if this token can be interpreted as an identifier,
false if not.
- setPostCollectionRecreateEventListeners(PostCollectionRecreateEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPostCollectionRemoveEventListeners(PostCollectionRemoveEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPostCollectionUpdateEventListeners(PostCollectionUpdateEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPostCommitDeleteEventListeners(PostDeleteEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPostCommitInsertEventListeners(PostInsertEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPostCommitUpdateEventListeners(PostUpdateEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPostDeleteEventListeners(PostDeleteEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPostInsertEventListeners(PostInsertEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPostLoadEventListeners(PostLoadEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPostUpdateEventListeners(PostUpdateEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPrecedence(String) - Method in class org.hibernate.cfg.Configuration
-
- setPrecision(int) - Method in class org.hibernate.cfg.Ejb3Column
-
- setPrecision(int) - Method in class org.hibernate.mapping.Column
-
- setPreCollectionRecreateEventListeners(PreCollectionRecreateEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPreCollectionRemoveEventListeners(PreCollectionRemoveEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPreCollectionUpdateEventListeners(PreCollectionUpdateEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPreDeleteEventListeners(PreDeleteEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPreInsertEventListeners(PreInsertEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPreLoadEventListeners(PreLoadEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPreUpdateEventListeners(PreUpdateEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setPrimaryKey(PrimaryKey) - Method in class org.hibernate.mapping.Table
-
- setPrimaryKeyColumnNames(String[]) - Method in class org.hibernate.sql.Delete
-
- setPrimaryKeyColumnNames(String[]) - Method in class org.hibernate.sql.Update
-
- setProcessed(boolean) - Method in class org.hibernate.engine.CollectionEntry
-
- setProcessingInstructions(List) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- setProcessingInstructions(List) - Method in class org.hibernate.tuple.ElementWrapper
-
- setProjection(Projection) - Method in interface org.hibernate.Criteria
-
Used to specify that the query results will be a projection (scalar in
nature).
- setProjection(Projection) - Method in class org.hibernate.criterion.DetachedCriteria
-
- setProjection(Projection) - Method in class org.hibernate.impl.CriteriaImpl
-
- setProjection(Projection) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- setProperties(Properties) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- setProperties(Properties) - Method in class org.hibernate.cfg.Configuration
-
Specify a completely new set of properties
- setProperties(Properties) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- setProperties(Properties) - Method in class org.hibernate.ejb.EventListenerConfigurator
-
- setProperties(Map) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setProperties(Object) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setProperties(Object) - Method in interface org.hibernate.Query
-
Bind the property values of the given bean to named parameters of the query,
matching property names with parameter names and mapping property types to
Hibernate types using hueristics.
- setProperties(Map) - Method in interface org.hibernate.Query
-
Bind the values of the given Map for each named parameters of the query,
matching key names with parameter names and mapping value types to
Hibernate types using hueristics.
- setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Set a properties file
- setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
Set a properties file
- setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
-
Set a properties file
- setProperty(String, String) - Method in class org.hibernate.cfg.AnnotationConfiguration
-
Deprecated.
- setProperty(XProperty) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setProperty(XProperty) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setProperty(String, String) - Method in class org.hibernate.cfg.Configuration
-
Set a property value by name
- setProperty(String, Object) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
-
- setProperty(String, String) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- setProperty(String, String) - Method in class org.hibernate.jmx.HibernateService
-
- setProperty(String, String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Set a property
- setPropertyAccessorName(String) - Method in class org.hibernate.mapping.Property
-
- setPropertyAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setPropertyHolder(PropertyHolder) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setPropertyHolder(PropertyHolder) - Method in class org.hibernate.cfg.Ejb3Column
-
- setPropertyName(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setPropertyName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setPropertyName(String) - Method in class org.hibernate.cfg.Ejb3Column
-
- setPropertyName(String) - Method in class org.hibernate.mapping.OneToOne
-
- setPropertyPath(String) - Method in class org.hibernate.hql.ast.tree.DotNode
-
- setPropertySelector(Example.PropertySelector) - Method in class org.hibernate.criterion.Example
-
Set the property selector
- setPropertyValue(Object, String, Object, EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
-
Set the value of a particular (named) property
- setPropertyValue(Object, int, Object, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- setPropertyValue(Object, String, Object, EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- setPropertyValue(Object, int, Object, EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Set the value of a particular property
- setPropertyValue(Object, int, Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- setPropertyValue(Object, String, Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- setPropertyValue(Object, int, Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Inject the value of a particular property.
- setPropertyValue(Object, String, Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Inject the value of a particular property.
- setPropertyValue(Object, int, Object) - Method in interface org.hibernate.usertype.CompositeUserType
-
Set the value of a property.
- setPropertyValues(Object, Object[]) - Method in class org.hibernate.bytecode.cglib.AccessOptimizerAdapter
-
Deprecated.
- setPropertyValues(Object, Object[]) - Method in class org.hibernate.bytecode.javassist.AccessOptimizerAdapter
-
- setPropertyValues(Object, Object[]) - Method in class org.hibernate.bytecode.javassist.BulkAccessor
-
Sets properties of a given bean to specified values.
- setPropertyValues(Object, Object[]) - Method in interface org.hibernate.bytecode.ReflectionOptimizer.AccessOptimizer
-
- setPropertyValues(Object[]) - Method in class org.hibernate.event.FlushEntityEvent
-
- setPropertyValues(Object, Object[], EntityMode) - Method in interface org.hibernate.metadata.ClassMetadata
-
Set the given values to the mapped properties of the given object
- setPropertyValues(Object, Object[], EntityMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- setPropertyValues(Object, Object[], EntityMode) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Set the given values to the mapped properties of the given object
- setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
-
- setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
Inject the given values into the given entity.
- setPropertyValues(Object, Object[]) - Method in interface org.hibernate.tuple.Tuplizer
-
Inject the given values into the given entity.
- setPropertyValues(Object, Object[], EntityMode) - Method in class org.hibernate.type.AnyType
-
- setPropertyValues(Object, Object[], EntityMode) - Method in class org.hibernate.type.ComponentType
-
- setPropertyValues(Object, Object[], EntityMode) - Method in class org.hibernate.type.CompositeCustomType
-
- setPropertyValues(Object, Object[], EntityMode) - Method in interface org.hibernate.type.CompositeType
-
Inject property values onto the given component instance
An optional operation
- setPropertyValuesWithOptimizer(Object, Object[]) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
- setProps(Properties) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- setProvider(String) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- setProxy(Proxy) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- SetProxy<U> - Class in org.hibernate.envers.entities.mapper.relation.lazy.proxy
-
- SetProxy() - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SetProxy
-
- SetProxy(Initializor<Set<U>>) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SetProxy
-
- setProxyInterfaceName(String) - Method in class org.hibernate.mapping.PersistentClass
-
- setQName(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- setQName(QName) - Method in class org.hibernate.tuple.ElementWrapper
-
- setQueryableCollection(QueryableCollection) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- setQueryCacheEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Enable or disable the query cache
- setQueryCacheEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setQueryProperties(Query) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- setQuerySpaces(Set) - Method in class org.hibernate.event.AutoFlushEvent
-
- setQueryString(String) - Method in exception org.hibernate.QueryException
-
- setQuerySubstitutions(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Set the query language substitutions
- setQuerySubstitutions(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setQuiet(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Enable "quiet" mode.
- setQuiet(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
Enable "quiet" mode.
- setQuoted(boolean) - Method in class org.hibernate.mapping.Table
-
- setReached(boolean) - Method in class org.hibernate.engine.CollectionEntry
-
- setReadOnly(boolean) - Method in interface org.hibernate.Criteria
-
Set the read-only/modifiable mode for entities and proxies
loaded by this Criteria.
- setReadOnly(boolean, Object) - Method in class org.hibernate.engine.EntityEntry
-
- setReadOnly(Object, boolean) - Method in interface org.hibernate.engine.PersistenceContext
-
Set an unmodified persistent object to read-only mode, or a read-only
object to modifiable mode.
- setReadOnly(boolean) - Method in class org.hibernate.engine.QueryParameters
-
Set the read-only/modifiable mode for entities and proxies loaded by the query.
- setReadOnly(Object, boolean) - Method in class org.hibernate.engine.StatefulPersistenceContext
-
- setReadOnly(boolean) - Method in class org.hibernate.impl.AbstractQueryImpl
-
Set the read-only/modifiable mode for entities and proxies
loaded by this Query.
- setReadOnly(boolean) - Method in class org.hibernate.impl.CriteriaImpl
-
Set the read-only/modifiable mode for entities and proxies
loaded by this Criteria.
- setReadOnly(boolean) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- setReadOnly(Object, boolean) - Method in class org.hibernate.impl.SessionImpl
-
- setReadOnly(boolean) - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Set an associated modifiable proxy to read-only mode, or a read-only
proxy to modifiable mode.
- setReadOnly(boolean) - Method in interface org.hibernate.proxy.LazyInitializer
-
Set an associated modifiable proxy to read-only mode, or a read-only
proxy to modifiable mode.
- setReadOnly(boolean) - Method in interface org.hibernate.Query
-
Set the read-only/modifiable mode for entities and proxies
loaded by this Query.
- setReadOnly(Object, boolean) - Method in interface org.hibernate.Session
-
Set an unmodified persistent object to read-only mode, or a read-only
object to modifiable mode.
- setReadOnlyBeforeAttachedToSession(AbstractLazyInitializer) - Method in class org.hibernate.proxy.AbstractSerializableProxy
-
Set the read-only/modifiable setting from this object in an AbstractLazyInitializer.
- setReferencedColumn(String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- setReferencedEntityName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setReferencedEntityName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setReferencedEntityName(String) - Method in class org.hibernate.mapping.ForeignKey
-
- setReferencedEntityName(String) - Method in class org.hibernate.mapping.OneToMany
-
Associated entity on the "many" side
- setReferencedEntityName(String) - Method in class org.hibernate.mapping.ToOne
-
- setReferencedPropertyName(String) - Method in class org.hibernate.mapping.Collection
-
- setReferencedPropertyName(String) - Method in class org.hibernate.mapping.ToOne
-
- setReferencedTable(Table) - Method in class org.hibernate.mapping.ForeignKey
-
- setReflectionOptimizationEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setRefreshEventListeners(RefreshEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setRelationTargetAuditMode(RelationTargetAuditMode) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
Set the relationTargetAuditMode property value.
- setReplicateEventListeners(ReplicateEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setReplicationMode(ReplicationMode) - Method in class org.hibernate.event.ReplicateEvent
-
- setRequestedId(Serializable) - Method in class org.hibernate.event.MergeEvent
-
- setRequestedId(Serializable) - Method in class org.hibernate.event.SaveOrUpdateEvent
-
- setResolved() - Method in class org.hibernate.hql.ast.tree.FromReferenceNode
-
- setResolvedConstant(String) - Method in class org.hibernate.hql.ast.tree.DotNode
-
- setRestriction(Predicate) - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- setResult(Object) - Method in class org.hibernate.event.LoadEvent
-
- setResult(Object) - Method in class org.hibernate.event.MergeEvent
-
- setResultId(Serializable) - Method in class org.hibernate.event.SaveOrUpdateEvent
-
- setResultSetMapping(String) - Method in class org.hibernate.impl.SQLQueryImpl
-
- setResultSetMapping(String) - Method in interface org.hibernate.SQLQuery
-
Use a predefined named result-set mapping.
- setResultTransformer(ResultTransformer) - Method in interface org.hibernate.Criteria
-
Set a strategy for handling the query results.
- setResultTransformer(ResultTransformer) - Method in class org.hibernate.criterion.DetachedCriteria
-
- setResultTransformer(ResultTransformer) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setResultTransformer(ResultTransformer) - Method in class org.hibernate.impl.CriteriaImpl
-
- setResultTransformer(ResultTransformer) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- setResultTransformer(ResultTransformer) - Method in interface org.hibernate.Query
-
Set a strategy for handling the query results.
- setReturnColumnName(String) - Method in class org.hibernate.sql.CaseFragment
-
- setReturnColumnName(String, String) - Method in class org.hibernate.sql.CaseFragment
-
- setReturnedClass(XClass) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setReturnedClassName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setReturnedClassName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setRevisionTimestampGetter(Getter) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
-
- setRole(String) - Method in class org.hibernate.engine.CollectionEntry
-
- setRole(String) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- setRole(String) - Method in class org.hibernate.mapping.Collection
-
- setRoleName(String) - Method in class org.hibernate.mapping.Component
-
- setRollbackOnly() - Method in class org.hibernate.ejb.TransactionImpl
-
- setRollbackOnly() - Method in class org.hibernate.testing.tm.SimpleJtaTransactionImpl
-
- setRollbackOnly() - Method in class org.hibernate.testing.tm.SimpleJtaTransactionManagerImpl
-
- setRollbackOnly() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
- setRollbackOnly() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
- setRoot(Joinable, String) - Method in class org.hibernate.engine.JoinSequence
-
- setRowId(String) - Method in class org.hibernate.mapping.Table
-
- setRowNumber(int) - Method in class org.hibernate.impl.FetchingScrollableResultsImpl
-
Set the current location in the result set, numbered from either the first row (row number 0), or the last
row (row number -1).
- setRowNumber(int) - Method in class org.hibernate.impl.ScrollableResultsImpl
-
- setRowNumber(int) - Method in interface org.hibernate.ScrollableResults
-
Set the current location in the result set, numbered from either the
first row (row number 0), or the last row (row
number -1).
- setRowSelection(RowSelection) - Method in class org.hibernate.engine.QueryParameters
-
- setSaveEventListeners(SaveOrUpdateEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setSaveOrUpdateCopyEventListeners(MergeEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setSaveOrUpdateEventListeners(SaveOrUpdateEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setScalarColumn(int) - Method in class org.hibernate.hql.ast.tree.AbstractSelectExpression
-
- setScalarColumn(int) - Method in class org.hibernate.hql.ast.tree.ConstructorNode
-
- setScalarColumn(int) - Method in class org.hibernate.hql.ast.tree.MapEntryNode
-
- setScalarColumn(int) - Method in class org.hibernate.hql.ast.tree.QueryNode
-
- setScalarColumn(int) - Method in interface org.hibernate.hql.ast.tree.SelectExpression
-
Sets the index and text for select expression in the projection list.
- setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.AbstractMapComponentNode
-
- setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.AggregateNode
-
- setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.BinaryArithmeticOperatorNode
-
- setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.Case2Node
-
- setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.CaseNode
-
- setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.ConstructorNode
-
- setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.CountNode
-
- setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.DotNode
-
- setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.IdentNode
-
- setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.IndexNode
-
- setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.LiteralNode
-
- setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.MapEntryNode
-
- setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.MethodNode
-
- setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.QueryNode
-
- setScalarColumnText(int) - Method in interface org.hibernate.hql.ast.tree.SelectExpression
-
Appends AST nodes that represent the columns after the current AST node.
- setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.SelectExpressionImpl
-
- setScalarColumnText(int) - Method in class org.hibernate.hql.ast.tree.UnaryArithmeticNode
-
- setScale(int) - Method in class org.hibernate.cfg.Ejb3Column
-
- setScale(int) - Method in class org.hibernate.mapping.Column
-
- setSchema(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
-
- setSchema(String) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setSchema(String) - Method in class org.hibernate.mapping.Table
-
- setSchemaName(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
-
- setSchemaName(String) - Method in interface org.hibernate.cfg.Mappings
-
Sets the currently bound default schema name.
- setScope(boolean) - Method in class org.hibernate.LockOptions
-
Set the cope.
- setScope(boolean) - Method in interface org.hibernate.Session.LockRequest
-
Specify if LockMode should be cascaded to owned collections and relationships.
- setScrollMode(ScrollMode) - Method in class org.hibernate.engine.QueryParameters
-
- setSecondaryTableName(String) - Method in class org.hibernate.cfg.Ejb3Column
-
- setSecondLevelCacheEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Enable or disable the second-level cache
- setSecondLevelCacheEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setSelect(Select) - Method in class org.hibernate.sql.InsertSelect
-
- setSelectable(boolean) - Method in class org.hibernate.mapping.Property
-
- setSelectBeforeUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
-
- setSelectClause(String) - Method in class org.hibernate.sql.Select
-
Sets the selectClause.
- setSelectExpression(SelectExpression) - Method in class org.hibernate.hql.ast.tree.ResultVariableRefNode
-
Set the select expression that defines the result variable.
- setSelection(Selection<? extends T>) - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- setSelector(JoinSequence.Selector) - Method in class org.hibernate.engine.JoinSequence
-
- setSequentialSelect(boolean) - Method in class org.hibernate.mapping.Join
-
- setSerializable(int, Serializable) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setSerializable(String, Serializable) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setSerializable(int, Serializable) - Method in interface org.hibernate.Query
-
- setSerializable(String, Serializable) - Method in interface org.hibernate.Query
-
- setSession(SessionImplementor) - Method in class org.hibernate.impl.CriteriaImpl
-
- setSession(SessionImplementor) - Method in class org.hibernate.intercept.AbstractFieldInterceptor
-
- setSession(SessionImplementor) - Method in interface org.hibernate.intercept.FieldInterceptor
-
Use to associate the entity to which we are bound to the given session.
- setSession(SessionImplementor) - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Associate the proxy with the given session.
- setSession(SessionImplementor) - Method in interface org.hibernate.proxy.LazyInitializer
-
Associate the proxy with the given session.
- setSessionFactory(SessionFactoryImplementor) - Method in class org.hibernate.hql.ast.tree.JavaConstantNode
-
- setSessionFactory(SessionFactoryImplementor) - Method in interface org.hibernate.hql.ast.tree.SessionFactoryAwareNode
-
- setSessionFactory(SessionFactory) - Method in class org.hibernate.jmx.StatisticsService
-
Useful to init this MBean wo a JNDI session factory name
- setSessionFactoryJNDIName(String) - Method in class org.hibernate.jmx.StatisticsService
-
- setSessionFactoryJNDIName(String) - Method in interface org.hibernate.jmx.StatisticsServiceMBean
-
Publish the statistics of a session factory bound to
the default JNDI context
- setSessionFactoryObserver(SessionFactoryObserver) - Method in class org.hibernate.cfg.Configuration
-
- setSessionFactoryObserver(SessionFactoryObserver) - Method in class org.hibernate.ejb.Ejb3Configuration
-
- setSharedCacheMode(String) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- setShort(int, short) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setShort(String, short) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setShort(int, short) - Method in interface org.hibernate.Query
-
- setShort(String, short) - Method in interface org.hibernate.Query
-
- setShowSqlEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Enable logging of SQL to console
- setShowSqlEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- SetSimpleValueTypeSecondPass - Class in org.hibernate.cfg
-
- SetSimpleValueTypeSecondPass(SimpleValueBinder) - Constructor for class org.hibernate.cfg.SetSimpleValueTypeSecondPass
-
- setSnapshot(Serializable, String, Serializable) - Method in class org.hibernate.collection.AbstractPersistentCollection
-
After flushing, re-init snapshot state.
- setSnapshot(Serializable, String, Serializable) - Method in interface org.hibernate.collection.PersistentCollection
-
After flushing, re-init snapshot state.
- setSort(Sort) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setSort(Sort) - Method in class org.hibernate.cfg.annotations.ListBinder
-
- setSorted(boolean) - Method in class org.hibernate.mapping.Collection
-
- setSource(OptimisticCacheSource) - Method in interface org.hibernate.cache.OptimisticCache
-
Indicates the "source" of the cached data.
- setSql(String) - Method in class org.hibernate.loader.JoinWalker
-
- setSqlOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setSqlOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.ListBinder
-
- setSqlOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.SetBinder
-
- setSqlType(String) - Method in class org.hibernate.cfg.Ejb3Column
-
- setSqlType(String) - Method in class org.hibernate.mapping.Column
-
- setSqlTypeCode(Integer) - Method in class org.hibernate.mapping.Column
-
- setStartTime(int) - Method in class org.hibernate.envers.tools.graph.Vertex
-
- setState(Object[]) - Method in class org.hibernate.event.PreLoadEvent
-
- setStatisticsEnabled(boolean) - Method in class org.hibernate.jmx.StatisticsService
-
- setStatisticsEnabled(boolean) - Method in class org.hibernate.stat.ConcurrentStatisticsImpl
-
Enable statistics logs (this is a dynamic parameter)
- setStatisticsEnabled(boolean) - Method in interface org.hibernate.stat.Statistics
-
Enable statistics logs (this is a dynamic parameter)
- setStatisticsEnabled(boolean) - Method in class org.hibernate.stat.StatisticsImpl
-
Deprecated.
Enable statistics logs (this is a dynamic parameter)
- setStatus(Status) - Method in class org.hibernate.engine.EntityEntry
-
- setStore(ModificationStore) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
-
- setStream(InputStream) - Method in class org.hibernate.ejb.packaging.NamedInputStream
-
- setStreamsForBinaryEnabled(String) - Method in class org.hibernate.util.ExternalSessionFactoryConfig
-
- setString(int, String) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setString(String, String) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setString(int, String) - Method in interface org.hibernate.Query
-
- setString(String, String) - Method in interface org.hibernate.Query
-
- setSubselect(String) - Method in class org.hibernate.mapping.Table
-
- setSubselectLoadable(boolean) - Method in class org.hibernate.mapping.Collection
-
- setSubselectLoadableCollections(boolean) - Method in class org.hibernate.mapping.PersistentClass
-
- setSuffix(String) - Method in class org.hibernate.sql.SelectFragment
-
- setSuffixes(String[]) - Method in class org.hibernate.loader.JoinWalker
-
- setSuperclass(PersistentClass) - Method in class org.hibernate.mapping.Subclass
-
- setSuperMappedSuperclass(MappedSuperclass) - Method in class org.hibernate.mapping.PersistentClass
-
- setTable(Table) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setTable(Table) - Method in class org.hibernate.cfg.Ejb3Column
-
- setTable(Table) - Method in class org.hibernate.mapping.Constraint
-
- setTable(Table) - Method in class org.hibernate.mapping.Index
-
- setTable(Table) - Method in class org.hibernate.mapping.Join
-
- setTable(Table) - Method in class org.hibernate.mapping.JoinedSubclass
-
- setTable(Table) - Method in class org.hibernate.mapping.RootClass
-
- setTable(Table) - Method in class org.hibernate.mapping.SimpleValue
-
- setTable(Table) - Method in interface org.hibernate.mapping.TableOwner
-
- setTable(Table) - Method in class org.hibernate.mapping.UnionSubclass
-
- setTableAlias(String) - Method in class org.hibernate.sql.ConditionFragment
-
Sets the tableAlias.
- setTableBinder(TableBinder) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setTableName(String) - Method in class org.hibernate.sql.Delete
-
- setTableName(String) - Method in class org.hibernate.sql.Insert
-
- setTableName(String) - Method in class org.hibernate.sql.InsertSelect
-
- setTableName(String) - Method in class org.hibernate.sql.SimpleSelect
-
- setTableName(String) - Method in class org.hibernate.sql.Update
-
- setTargetEntity(XClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- Setter - Interface in org.hibernate.property
-
Sets values to a particular property.
- setters - Variable in class org.hibernate.bytecode.javassist.BulkAccessor
-
- setters - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- setters - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- setText(String) - Method in class org.hibernate.hql.ast.tree.JavaConstantNode
-
- setText(String) - Method in class org.hibernate.hql.ast.tree.MapEntryNode
-
- setText(String) - Method in interface org.hibernate.hql.ast.tree.ParameterContainer
-
Deprecated.
Set the renderable text of this node.
- setText(String) - Method in interface org.hibernate.hql.ast.tree.SelectExpression
-
Sets the text of the node.
- setText(String) - Method in class org.hibernate.hql.ast.tree.SqlNode
-
- setText(int, String) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setText(String, String) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setText(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- setText(int, String) - Method in interface org.hibernate.Query
-
- setText(String, String) - Method in interface org.hibernate.Query
-
- setText(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Enable "text-only" mode.
- setText(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
Enable "text-only" mode.
- setText(String) - Method in class org.hibernate.tuple.ElementWrapper
-
- setTime(int, Date) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setTime(String, Date) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setTime(int, Date) - Method in interface org.hibernate.Query
-
- setTime(String, Date) - Method in interface org.hibernate.Query
-
- setTimeout(int) - Method in interface org.hibernate.Criteria
-
Set a timeout for the underlying JDBC query.
- setTimeout(Integer) - Method in class org.hibernate.engine.RowSelection
-
- setTimeout(int) - Method in interface org.hibernate.envers.query.AuditQuery
-
- setTimeout(int) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
-
- setTimeout(int) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setTimeout(int) - Method in class org.hibernate.impl.CriteriaImpl
-
- setTimeout(int) - Method in class org.hibernate.impl.CriteriaImpl.Subcriteria
-
- setTimeOut(int) - Method in class org.hibernate.LockOptions
-
Set the timeout setting.
- setTimeout(int) - Method in interface org.hibernate.Query
-
Set a timeout for the underlying JDBC query.
- setTimeOut(int) - Method in interface org.hibernate.Session.LockRequest
-
Specify the pessimistic lock timeout (check if your dialect supports this option).
- setTimeout(int) - Method in class org.hibernate.transaction.CMTTransaction
-
Set the transaction timeout for any transaction started by
a subsequent call to begin() on this instance.
- setTimeout(int) - Method in class org.hibernate.transaction.JDBCTransaction
-
Set the transaction timeout for any transaction started by
a subsequent call to begin() on this instance.
- setTimeout(int) - Method in class org.hibernate.transaction.JTATransaction
-
Set the transaction timeout for any transaction started by
a subsequent call to begin() on this instance.
- setTimeout(int) - Method in interface org.hibernate.Transaction
-
Set the transaction timeout for any transaction started by
a subsequent call to begin() on this instance.
- setTimestamp(long) - Method in class org.hibernate.envers.DefaultRevisionEntity
-
- setTimestamp(int, Date) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setTimestamp(String, Date) - Method in class org.hibernate.impl.AbstractQueryImpl
-
- setTimestamp(int, Date) - Method in interface org.hibernate.Query
-
- setTimestamp(String, Date) - Method in interface org.hibernate.Query
-
- setTimestampVersionType(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- settings - Variable in class org.hibernate.cache.impl.bridge.BaseRegionAdapter
-
- Settings - Class in org.hibernate.cfg
-
Settings that affect the behaviour of Hibernate at runtime.
- settingsFactory - Variable in class org.hibernate.cfg.Configuration
-
- SettingsFactory - Class in org.hibernate.cfg
-
Reads configuration properties and builds a
Settings
instance.
- SettingsFactory() - Constructor for class org.hibernate.cfg.SettingsFactory
-
- setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
- setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
-
- setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
-
Deprecated.
- setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
-
- setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
-
- setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CompositeCustomType
-
- setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
-
- setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
-
A representation of the value to be embedded in an XML element.
- setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
-
- setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.NullableType
-
Deprecated.
- setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.SerializableToBlobType
-
- setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
-
A representation of the value to be embedded in an XML element.
- setTransactionManagerLookupStrategy(String) - Method in class org.hibernate.jmx.HibernateService
-
- setTransactionManagerLookupStrategy(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Set the strategy for obtaining the JTA TransactionManager
- setTransactionStrategy(String) - Method in class org.hibernate.jmx.HibernateService
-
- setTransactionStrategy(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Set the fully qualified class name of the Hibernate TransactionFactory implementation
- setTransactionTimeout(int) - Method in class org.hibernate.jdbc.AbstractBatcher
-
- setTransactionTimeout(int) - Method in interface org.hibernate.jdbc.Batcher
-
Set the transaction timeout to seconds later
than the current system time.
- setTransactionTimeout(int) - Method in class org.hibernate.testing.tm.SimpleJtaTransactionManagerImpl
-
- setTransactionTimeout(int) - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
- setTransactionType(PersistenceUnitTransactionType) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- setTrimCharacter(String) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
-
- setTrimSpecification(TrimFunctionTemplate.Specification) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
-
- setType(XProperty, XClass) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setType(InheritanceType) - Method in class org.hibernate.cfg.InheritanceState
-
- setType(int) - Method in class org.hibernate.hql.ast.HqlToken
-
Sets the type of the token, remembering the previous type.
- SetType - Class in org.hibernate.type
-
- SetType(TypeFactory.TypeScope, String, String, boolean) - Constructor for class org.hibernate.type.SetType
-
- setTypeByReflection(String, String) - Method in class org.hibernate.mapping.Any
-
- setTypeByReflection(String, String) - Method in class org.hibernate.mapping.Component
-
- setTypeIndex(int) - Method in class org.hibernate.mapping.Column
-
- setTypeName(String) - Method in class org.hibernate.mapping.Collection
-
- setTypeName(String) - Method in class org.hibernate.mapping.SimpleValue
-
- setTypeParameters(Properties) - Method in class org.hibernate.mapping.Collection
-
- setTypeParameters(Properties) - Method in class org.hibernate.mapping.SimpleValue
-
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Any
-
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Collection
-
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Component
-
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.DependantValue
-
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.OneToMany
-
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.SimpleValue
-
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.ToOne
-
- setTypeUsingReflection(String, String) - Method in interface org.hibernate.mapping.Value
-
- setUnique(boolean) - Method in class org.hibernate.cfg.Ejb3Column
-
- setUnique(boolean) - Method in class org.hibernate.mapping.Column
-
- setUniqueConstraints(UniqueConstraint[]) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setUnwrap(boolean) - Method in class org.hibernate.proxy.AbstractLazyInitializer
- setUnwrap(boolean) - Method in interface org.hibernate.proxy.LazyInitializer
-
- setUnwrapProxy(boolean) - Method in class org.hibernate.mapping.ToOne
-
- setUp() - Method in class org.hibernate.testing.junit.AbstractClassLoaderIsolatedTestCase
-
- setUp() - Method in class org.hibernate.testing.junit.functional.annotations.HibernateTestCase
-
- setUp() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
Override TestCase.setUp()
to check if we need
to build a locally managed execution environment.
- setUp() - Method in class org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite
-
- setUpdatable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setUpdatable(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setUpdatable(boolean) - Method in class org.hibernate.cfg.Ejb3Column
-
- setUpdateable(boolean) - Method in class org.hibernate.mapping.DependantValue
-
- setUpdateable(boolean) - Method in class org.hibernate.mapping.Property
-
- setUpdateEventListeners(SaveOrUpdateEventListener[]) - Method in class org.hibernate.event.EventListeners
-
- setUsedAliases(String[]) - Method in class org.hibernate.sql.SelectFragment
-
- setUseFromFragment(boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- setUseQuotedIdentifiers(boolean) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- setUserName(String) - Method in class org.hibernate.jmx.HibernateService
-
- setUserName(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Log into the database with this name
- setUserTransactionName(String) - Method in class org.hibernate.jmx.HibernateService
-
- setUserTransactionName(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Set the JNDI name of the JTA UserTransaction object (used only by JTATransaction).
- setUseThetaStyle(boolean) - Method in class org.hibernate.engine.JoinSequence
-
- setUseWhereFragment(boolean) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- setValidationMode(String) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- setValue(Value) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setValue(Value) - Method in class org.hibernate.mapping.Column
-
- setValue(Value) - Method in class org.hibernate.mapping.Property
-
- setValue(Object) - Method in class org.hibernate.util.IdentityMap.IdentityMapEntry
-
- setVerbose(boolean) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
-
- setVersion(boolean) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setVersion(String) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
-
- setVersion(Object[], Object, EntityPersister) - Static method in class org.hibernate.engine.Versioning
-
Inject the optimisitc locking value into the entity state snapshot.
- setVersion(Property) - Method in class org.hibernate.mapping.RootClass
-
- setVersion(Long) - Method in class org.hibernate.testing.cache.VersionedItem
-
- setVersionColumnName(String) - Method in class org.hibernate.sql.Delete
-
- setVersionColumnName(String) - Method in class org.hibernate.sql.Update
-
- setWhere(Where) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setWhere(String) - Method in class org.hibernate.mapping.Collection
-
- setWhere(String) - Method in class org.hibernate.mapping.RootClass
-
- setWhere(String) - Method in class org.hibernate.sql.Delete
-
- setWhere(String) - Method in class org.hibernate.sql.Update
-
- setWhereClause(String) - Method in class org.hibernate.sql.Select
-
Sets the whereClause.
- setWhereTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
-
- setWithClauseFragment(String, String) - Method in class org.hibernate.hql.ast.tree.FromElement
-
- setWrapIdsInEmbeddedComponents(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setXToMany(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- sfi() - Method in class org.hibernate.hql.ast.tree.MapEntryNode
-
- sfi() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- shallowCopy(Property) - Static method in class org.hibernate.cfg.BinderHelper
-
create a property copy reusing the same value
- shallowCopy() - Method in class org.hibernate.type.BasicTypeRegistry
-
- shallowCopy() - Method in class org.hibernate.util.Cloneable
-
Essentially performs a shallow copy of this SessionEventListenerConfig
instance; meaning the SessionEventListenerConfig itself is cloned, but
the individual listeners are not cloned.
- SHARED_CACHE_MODE - Static variable in class org.hibernate.ejb.AvailableSettings
-
Used to indicate whether second-level (what JPA terms shared cache) caching is
enabled as per the rules defined in JPA 2 section 3.1.7.
- SHARED_CACHE_RETRIEVE_MODE - Static variable in class org.hibernate.ejb.AvailableSettings
-
NOTE : Not a valid EMF property...
- SHARED_CACHE_STORE_MODE - Static variable in class org.hibernate.ejb.AvailableSettings
-
NOTE : Not a valid EMF property...
- SHORT - Static variable in class org.hibernate.Hibernate
-
- SHORT - Static variable in class org.hibernate.type.StandardBasicTypes
-
- SHORT_CIRCUIT_INDICATOR - Static variable in class org.hibernate.id.IdentifierGeneratorHelper
-
- ShortType - Class in org.hibernate.type
-
- ShortType() - Constructor for class org.hibernate.type.ShortType
-
- ShortTypeDescriptor - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Short
handling.
- ShortTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ShortTypeDescriptor
-
- ShortValueHandler() - Constructor for class org.hibernate.ejb.criteria.ValueHandlerFactory.ShortValueHandler
-
- shouldAutoClose() - Method in class org.hibernate.impl.SessionImpl
-
- shouldAutoClose() - Method in class org.hibernate.impl.StatelessSessionImpl
-
- shouldAutoClose() - Method in interface org.hibernate.transaction.TransactionFactory.Context
-
- shouldDoManagedFlush(TransactionFactory.Context, Transaction) - Method in interface org.hibernate.transaction.synchronization.BeforeCompletionManagedFlushChecker
-
Check whether we should perform the managed flush
- shouldGetAllProperties(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- shouldInstrumentClass(String) - Method in class org.hibernate.bytecode.util.BasicClassFilter
-
- shouldInstrumentClass(String) - Method in interface org.hibernate.bytecode.util.ClassFilter
-
- shouldInstrumentField(String, String) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter.CustomFieldFilter
-
- shouldInstrumentField(String, String) - Method in interface org.hibernate.bytecode.util.FieldFilter
-
Should this field definition be instrumented?
- shouldIsolateTemporaryTableDDL() - Method in class org.hibernate.hql.ast.exec.AbstractStatementExecutor
-
- shouldOverwriteCurrentVersion(Object, Object, Object, VersionType) - Method in class org.hibernate.ReplicationMode
-
- shouldTransformFieldAccess(String, String, String) - Method in class org.hibernate.bytecode.buildtime.AbstractInstrumenter.CustomFieldFilter
-
- shouldTransformFieldAccess(String, String, String) - Method in interface org.hibernate.bytecode.util.FieldFilter
-
Should we instrument *access to* the given field.
- SHOW_SQL - Static variable in class org.hibernate.cfg.Environment
-
Enable logging of generated SQL to the console
- showAsString(AST, String) - Method in class org.hibernate.hql.ast.util.ASTPrinter
-
Renders the AST into 'ASCII art' form and returns that string representation.
- showAst(AST, PrintStream) - Method in class org.hibernate.hql.ast.HqlParser
-
- showAst(AST, PrintStream) - Method in class org.hibernate.hql.ast.util.ASTPrinter
-
Prints the AST in 'ASCII art' form to the specified print stream.
- showAst(AST, PrintWriter) - Method in class org.hibernate.hql.ast.util.ASTPrinter
-
Prints the AST in 'ASCII art' tree form to the specified print writer.
- SimpleAuditExpression - Class in org.hibernate.envers.query.criteria
-
- SimpleAuditExpression(PropertyNameGetter, Object, String) - Constructor for class org.hibernate.envers.query.criteria.SimpleAuditExpression
-
- SimpleAuxiliaryDatabaseObject - Class in org.hibernate.mapping
-
A simple implementation of AbstractAuxiliaryDatabaseObject in which the CREATE and DROP strings are
provided up front.
- SimpleAuxiliaryDatabaseObject(String, String) - Constructor for class org.hibernate.mapping.SimpleAuxiliaryDatabaseObject
-
- SimpleAuxiliaryDatabaseObject(String, String, HashSet) - Constructor for class org.hibernate.mapping.SimpleAuxiliaryDatabaseObject
-
- SimpleCaseExpression<C,R> - Class in org.hibernate.ejb.criteria.expression
-
Models what ANSI SQL terms a simple case statement.
- SimpleCaseExpression(CriteriaBuilderImpl, Class<R>, Expression<? extends C>) - Constructor for class org.hibernate.ejb.criteria.expression.SimpleCaseExpression
-
- SimpleCaseExpression.WhenClause - Class in org.hibernate.ejb.criteria.expression
-
- simpleExpr(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- SimpleExpression - Class in org.hibernate.criterion
-
superclass for "simple" comparisons (with SQL binary operators)
- SimpleExpression(String, Object, String) - Constructor for class org.hibernate.criterion.SimpleExpression
-
- SimpleExpression(String, Object, String, boolean) - Constructor for class org.hibernate.criterion.SimpleExpression
-
- simpleExprList(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- SimpleIdMapperBuilder - Interface in org.hibernate.envers.entities.mapper.id
-
- SimpleJtaTransactionImpl - Class in org.hibernate.testing.tm
-
SimpleJtaTransactionImpl implementation
- SimpleJtaTransactionImpl(SimpleJtaTransactionManagerImpl) - Constructor for class org.hibernate.testing.tm.SimpleJtaTransactionImpl
-
- SimpleJtaTransactionManagerImpl - Class in org.hibernate.testing.tm
-
TransactionManager implementation specifically designed for use in test suite and simple usage
scenarios.
- SimpleJtaTransactionManagerImpl() - Constructor for class org.hibernate.testing.tm.SimpleJtaTransactionManagerImpl
-
- SimpleMapperBuilder - Interface in org.hibernate.envers.entities.mapper
-
- SimpleMRUCache - Class in org.hibernate.util
-
Cache following a "Most Recently Used" (MRU) algorithm for maintaining a
bounded in-memory size; the "Least Recently Used" (LRU) entry is the first
available for removal from the cache.
- SimpleMRUCache() - Constructor for class org.hibernate.util.SimpleMRUCache
-
- SimpleMRUCache(int) - Constructor for class org.hibernate.util.SimpleMRUCache
-
- SimpleProjection - Class in org.hibernate.criterion
-
A single-column projection that may be aliased
- SimpleProjection() - Constructor for class org.hibernate.criterion.SimpleProjection
-
- simplePropertyPath() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
A simple-property-path is an IDENT followed by one or more (DOT IDENT) sequences
- SimpleSelect - Class in org.hibernate.sql
-
An SQL SELECT statement with no table joins
- SimpleSelect(Dialect) - Constructor for class org.hibernate.sql.SimpleSelect
-
- SimpleSubqueryExpression - Class in org.hibernate.criterion
-
A comparison between a constant value and the the result of a subquery
- SimpleSubqueryExpression(Object, String, String, DetachedCriteria) - Constructor for class org.hibernate.criterion.SimpleSubqueryExpression
-
- SimpleValue - Class in org.hibernate.mapping
-
Any value that maps to columns.
- SimpleValue(Mappings) - Constructor for class org.hibernate.mapping.SimpleValue
-
- SimpleValue(Mappings, Table) - Constructor for class org.hibernate.mapping.SimpleValue
-
- SimpleValueBinder - Class in org.hibernate.cfg.annotations
-
- SimpleValueBinder() - Constructor for class org.hibernate.cfg.annotations.SimpleValueBinder
-
- SINGLE_OBJECT_PARAM_SIGNATURE - Static variable in class org.hibernate.util.ReflectHelper
-
- SingleColumnType<T> - Interface in org.hibernate.type
-
Provide convenient methods for binding and extracting values for use with
BasicType
.
- SingleIdMapper - Class in org.hibernate.envers.entities.mapper.id
-
- SingleIdMapper() - Constructor for class org.hibernate.envers.entities.mapper.id.SingleIdMapper
-
- SingleIdMapper(PropertyData) - Constructor for class org.hibernate.envers.entities.mapper.id.SingleIdMapper
-
- SinglePropertyMapper - Class in org.hibernate.envers.entities.mapper
-
TODO: diff
- SinglePropertyMapper(PropertyData) - Constructor for class org.hibernate.envers.entities.mapper.SinglePropertyMapper
-
- SinglePropertyMapper() - Constructor for class org.hibernate.envers.entities.mapper.SinglePropertyMapper
-
- SingleTableEntityPersister - Class in org.hibernate.persister.entity
-
The default implementation of the EntityPersister interface.
- SingleTableEntityPersister(PersistentClass, EntityRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Constructor for class org.hibernate.persister.entity.SingleTableEntityPersister
-
- SingleTableSubclass - Class in org.hibernate.mapping
-
- SingleTableSubclass(PersistentClass) - Constructor for class org.hibernate.mapping.SingleTableSubclass
-
- SingletonEhCacheProvider - Class in org.hibernate.cache
-
Singleton cache Provider plugin for Hibernate 3.2 and ehcache-1.2.
- SingletonEhCacheProvider() - Constructor for class org.hibernate.cache.SingletonEhCacheProvider
-
- SingletonEhCacheRegionFactory - Class in org.hibernate.cache
-
- SingletonEhCacheRegionFactory(Properties) - Constructor for class org.hibernate.cache.SingletonEhCacheRegionFactory
-
- SingletonIterator - Class in org.hibernate.util
-
- SingletonIterator(Object) - Constructor for class org.hibernate.util.SingletonIterator
-
- SingularAttributeImpl<X,Y> - Class in org.hibernate.ejb.metamodel
-
- SingularAttributeImpl(String, Class<Y>, AbstractManagedType<X>, Member, boolean, boolean, boolean, Type<Y>, Attribute.PersistentAttributeType) - Constructor for class org.hibernate.ejb.metamodel.SingularAttributeImpl
-
- SingularAttributeImpl.Identifier<X,Y> - Class in org.hibernate.ejb.metamodel
-
Subclass used to simply instantiation of singular attributes representing an entity's
identifier.
- SingularAttributeImpl.Version<X,Y> - Class in org.hibernate.ejb.metamodel
-
Subclass used to simply instantiation of singular attributes representing an entity's
version.
- SingularAttributeJoin<Z,X> - Class in org.hibernate.ejb.criteria.path
-
TODO : javadoc
- SingularAttributeJoin(CriteriaBuilderImpl, Class<X>, PathSource<Z>, SingularAttribute<? super Z, ?>, JoinType) - Constructor for class org.hibernate.ejb.criteria.path.SingularAttributeJoin
-
- SingularAttributePath<X> - Class in org.hibernate.ejb.criteria.path
-
Models a path for a SingularAttribute
generally obtained from a
Path.get(SingularAttribute)
call
- SingularAttributePath(CriteriaBuilderImpl, Class<X>, PathSource, SingularAttribute<?, X>) - Constructor for class org.hibernate.ejb.criteria.path.SingularAttributePath
-
- size() - Method in class org.hibernate.collection.PersistentBag
-
- size() - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- size() - Method in class org.hibernate.collection.PersistentList
-
- size() - Method in class org.hibernate.collection.PersistentMap
-
- size() - Method in class org.hibernate.collection.PersistentSet
-
- size(C) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- size(Expression<C>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- size() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
-
- size() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
-
- size() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
-
- size() - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class org.hibernate.proxy.map.MapProxy
-
- size() - Method in class org.hibernate.util.IdentityMap
-
- size() - Method in class org.hibernate.util.IdentitySet
-
- size() - Method in class org.hibernate.util.SimpleMRUCache
-
- size() - Method in class org.hibernate.util.SoftLimitMRUCache
-
Gets the strong reference cache size.
- sizeEq(String, int) - Static method in class org.hibernate.criterion.Restrictions
-
Constrain a collection valued property by size
- SizeExpression - Class in org.hibernate.criterion
-
- SizeExpression(String, int, String) - Constructor for class org.hibernate.criterion.SizeExpression
-
- sizeGe(String, int) - Static method in class org.hibernate.criterion.Restrictions
-
Constrain a collection valued property by size
- sizeGt(String, int) - Static method in class org.hibernate.criterion.Restrictions
-
Constrain a collection valued property by size
- sizeLe(String, int) - Static method in class org.hibernate.criterion.Restrictions
-
Constrain a collection valued property by size
- sizeLt(String, int) - Static method in class org.hibernate.criterion.Restrictions
-
Constrain a collection valued property by size
- sizeNe(String, int) - Static method in class org.hibernate.criterion.Restrictions
-
Constrain a collection valued property by size
- SizeOfCollectionExpression<C extends Collection> - Class in org.hibernate.ejb.criteria.expression
-
Represents a "size of" expression in regards to a persistent collection; the implication is
that of a subquery.
- SizeOfCollectionExpression(CriteriaBuilderImpl, PluralAttributePath<C>) - Constructor for class org.hibernate.ejb.criteria.expression.SizeOfCollectionExpression
-
- Skip(String, String) - Constructor for class org.hibernate.testing.junit.functional.annotations.HibernateTestCase.Skip
-
- skipExpectedFailure(Throwable) - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- skipExpectedFailure(Throwable) - Method in class org.hibernate.testing.junit.UnitTestCase
-
- SkipForDialect - Annotation Type in org.hibernate.testing.junit
-
Annotation used to indicate that a test should be skipped when run against the
indicated dialects.
- SkipLog - Class in org.hibernate.testing.junit
-
Well-known-location lookup for the test-skip log...
- SkipLog() - Constructor for class org.hibernate.testing.junit.SkipLog
-
- slice(String[], int, int) - Static method in class org.hibernate.util.ArrayHelper
-
- slice(Object[], int, int) - Static method in class org.hibernate.util.ArrayHelper
-
- SmallIntTypeDescriptor - Class in org.hibernate.type.descriptor.sql
-
- SmallIntTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
-
- snapshot(BasicCollectionPersister, EntityMode) - Method in class org.hibernate.collection.PersistentSortedMap
-
- snapshot(BasicCollectionPersister, EntityMode) - Method in class org.hibernate.collection.PersistentSortedSet
-
- SoftLimitMRUCache - Class in org.hibernate.util
-
Cache following a "Most Recently Used" (MRU) algorithm for maintaining a
bounded in-memory size; the "Least Recently Used" (LRU) entry is the first
available for removal from the cache.
- SoftLimitMRUCache() - Constructor for class org.hibernate.util.SoftLimitMRUCache
-
Constructs a cache with the default settings.
- SoftLimitMRUCache(int, int) - Constructor for class org.hibernate.util.SoftLimitMRUCache
-
Constructs a cache with the specified settings.
- SoftLock - Interface in org.hibernate.cache.access
-
- softSize() - Method in class org.hibernate.util.SoftLimitMRUCache
-
Gets the soft reference cache size.
- some(Subquery<Y>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- SOME - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- SOME - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- SOME - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- Sort - Annotation Type in org.hibernate.annotations
-
Collection sort
(Java level sorting)
- sort(GraphDefiner<V, R>) - Static method in class org.hibernate.envers.tools.graph.GraphTopologicalSort
-
Sorts a graph topologically.
- sort(Collection<Vertex<R>>) - Method in class org.hibernate.envers.tools.graph.TopologicalSort
-
- SORT_KEY - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
-
- SORT_KEY - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
-
- SORT_SPEC - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
-
- SORT_SPEC - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
-
- sortActions() - Method in class org.hibernate.engine.ActionQueue
-
- sortCollectionActions() - Method in class org.hibernate.engine.ActionQueue
-
- sortedMap(String, String, boolean, Comparator) - Method in class org.hibernate.type.TypeFactory
-
- SortedMapCollectionInitializor - Class in org.hibernate.envers.entities.mapper.relation.lazy.initializor
-
Initializes SortedMap collection with proper Comparator
- SortedMapCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number, Class<? extends SortedMap>, MiddleComponentData, MiddleComponentData, Comparator) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.SortedMapCollectionInitializor
-
- SortedMapCollectionMapper - Class in org.hibernate.envers.entities.mapper.relation
-
- SortedMapCollectionMapper(CommonCollectionMapperData, Class<? extends SortedMap>, Class<? extends SortedMap>, MiddleComponentData, MiddleComponentData, Comparator) - Constructor for class org.hibernate.envers.entities.mapper.relation.SortedMapCollectionMapper
-
- SortedMapProxy<K,V> - Class in org.hibernate.envers.entities.mapper.relation.lazy.proxy
-
- SortedMapProxy() - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
-
- SortedMapProxy(Initializor<SortedMap<K, V>>) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
-
- SortedMapType - Class in org.hibernate.type
-
- SortedMapType(TypeFactory.TypeScope, String, String, Comparator, boolean) - Constructor for class org.hibernate.type.SortedMapType
-
- sortedSet(String, String, boolean, Comparator) - Method in class org.hibernate.type.TypeFactory
-
- SortedSetCollectionInitializor - Class in org.hibernate.envers.entities.mapper.relation.lazy.initializor
-
Initializes SortedSet collection with proper Comparator
- SortedSetCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number, Class<? extends SortedSet>, MiddleComponentData, Comparator) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.SortedSetCollectionInitializor
-
- SortedSetCollectionMapper - Class in org.hibernate.envers.entities.mapper.relation
-
- SortedSetCollectionMapper(CommonCollectionMapperData, Class<? extends SortedSet>, Class<? extends SortedSet>, MiddleComponentData, Comparator) - Constructor for class org.hibernate.envers.entities.mapper.relation.SortedSetCollectionMapper
-
- SortedSetProxy<U> - Class in org.hibernate.envers.entities.mapper.relation.lazy.proxy
-
- SortedSetProxy() - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy
-
- SortedSetProxy(Initializor<SortedSet<U>>) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy
-
- SortedSetType - Class in org.hibernate.type
-
- SortedSetType(TypeFactory.TypeScope, String, String, Comparator, boolean) - Constructor for class org.hibernate.type.SortedSetType
-
- sortKey() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
Reconition rule for what ANSI SQL terms the sort key which is the expression (column, function, etc) upon
which to base the sorting.
- sortKey(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
-
- SortKey - Class in org.hibernate.sql.ordering.antlr
-
Models the container node for the
sort key, which is the term given by the ANSI SQL specification to the
expression upon which to sort for each
SortSpecification
- SortKey() - Constructor for class org.hibernate.sql.ordering.antlr.SortKey
-
- sortKeySpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
-
- sortSpecification() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
Reconition rule for what ANSI SQL terms the sort specification, which is essentially each thing upon which
the results should be sorted.
- sortSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
-
- SortSpecification - Class in org.hibernate.sql.ordering.antlr
-
Models each sorting exprersion.
- SortSpecification() - Constructor for class org.hibernate.sql.ordering.antlr.SortSpecification
-
- SortType - Enum in org.hibernate.annotations
-
Sort strategies
- Source - Annotation Type in org.hibernate.annotations
-
Optional annotation in conjunction with Version
and timestamp version properties.
- SOURCE - Static variable in class org.hibernate.dialect.ResultColumnReferenceStrategy
-
This strategy says to reference the result columns by the qualified column name
found in the result source.
- SourceType - Enum in org.hibernate.annotations
-
Where should Hibernate retrieve the value from? From the database, or from the current JVM?
- SPACE_PLACEHOLDER - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
-
- SPEC_HINT_TIMEOUT - Static variable in class org.hibernate.ejb.QueryHints
-
- specialOneToOne(String, ForeignKeyDirection, String, boolean, boolean, String, String) - Method in class org.hibernate.type.TypeFactory
-
- SpecialOneToOneType - Class in org.hibernate.type
-
A one-to-one association that maps to specific formula(s)
instead of the primary key column of the owning entity.
- SpecialOneToOneType(TypeFactory.TypeScope, String, ForeignKeyDirection, String, boolean, boolean, String, String) - Constructor for class org.hibernate.type.SpecialOneToOneType
-
- split(String, String) - Static method in class org.hibernate.util.StringHelper
-
- split(String, String, boolean) - Static method in class org.hibernate.util.StringHelper
-
- sql(String, Object[], Type[]) - Static method in class org.hibernate.criterion.Expression
-
- sql(String, Object, Type) - Static method in class org.hibernate.criterion.Expression
-
- sql(String) - Static method in class org.hibernate.criterion.Expression
-
- sql - Variable in class org.hibernate.loader.JoinWalker
-
- sql - Variable in class org.hibernate.loader.OuterJoinLoader
-
- SQL_EXCEPTION_CONVERTER - Static variable in class org.hibernate.cfg.Environment
-
- SQL_NE - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- SQL_NE - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- SQL_NE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- SQL_NODE - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- SQL_STATEMENT_LOGGER - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
-
- SQL_TOKEN - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- SQL_TOKEN - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- sqlAlterStrings(Dialect, Mapping, TableMetadata, String, String) - Method in class org.hibernate.mapping.Table
-
- SqlASTFactory - Class in org.hibernate.hql.ast
-
Custom AST factory the intermediate tree that causes ANTLR to create specialized
AST nodes, given the AST node type (from HqlSqlTokenTypes).
- SqlASTFactory(HqlSqlWalker) - Constructor for class org.hibernate.hql.ast.SqlASTFactory
-
Create factory with a specific mapping from token type
to Java AST node type.
- sqlCommentStrings(Dialect, String, String) - Method in class org.hibernate.mapping.Table
-
- sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.Constraint
-
- sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.ForeignKey
-
- sqlConstraintString(Dialect) - Method in class org.hibernate.mapping.Index
-
- sqlConstraintString(Dialect) - Method in class org.hibernate.mapping.PrimaryKey
-
- sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.PrimaryKey
-
- sqlConstraintString(Dialect) - Method in class org.hibernate.mapping.UniqueKey
-
- sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.UniqueKey
-
- sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.Constraint
-
- sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.Index
-
- sqlCreateString(Dialect, Mapping, String, String) - Method in interface org.hibernate.mapping.RelationalModel
-
- sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.SimpleAuxiliaryDatabaseObject
-
- sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.Table
-
- sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.UniqueKey
-
- sqlCreateStrings(Dialect) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
Commands needed to create the underlying structures.
- sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStructure
-
Commands needed to create the underlying structures.
- sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
The SQL required to create the underlying database objects.
- sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
-
The SQL required to create the underlying database objects.
- sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableStructure
-
Commands needed to create the underlying structures.
- sqlCreateStrings(Dialect) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
-
- sqlCreateStrings(Dialect) - Method in interface org.hibernate.id.PersistentIdentifierGenerator
-
The SQL required to create the underlying database objects.
- sqlCreateStrings(Dialect) - Method in class org.hibernate.id.SequenceGenerator
-
- sqlCreateStrings(Dialect) - Method in class org.hibernate.id.TableGenerator
-
- SQLCriterion - Class in org.hibernate.criterion
-
A SQL fragment.
- SQLCriterion(String, Object[], Type[]) - Constructor for class org.hibernate.criterion.SQLCriterion
-
- SQLCustomQuery - Class in org.hibernate.loader.custom.sql
-
Implements Hibernate's built-in support for native SQL queries.
- SQLCustomQuery(String, NativeSQLQueryReturn[], Collection, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.sql.SQLCustomQuery
-
- SQLDelete - Annotation Type in org.hibernate.annotations
-
SqlDelete Annotation for overwriting Hibernate default DELETE method
- SQLDeleteAll - Annotation Type in org.hibernate.annotations
-
SqlDelete Annotation for overwriting Hibernate default DELETE ALL method
- sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.Constraint
-
- sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.ForeignKey
-
- sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.Index
-
- sqlDropString(Dialect, String, String) - Method in interface org.hibernate.mapping.RelationalModel
-
- sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.SimpleAuxiliaryDatabaseObject
-
- sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.Table
-
- sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.UniqueKey
-
- sqlDropStrings(Dialect) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
Commands needed to drop the underlying structures.
- sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStructure
-
Commands needed to drop the underlying structures.
- sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
The SQL required to remove the underlying database objects.
- sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
-
The SQL required to remove the underlying database objects.
- sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableStructure
-
Commands needed to drop the underlying structures.
- sqlDropStrings(Dialect) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
-
- sqlDropStrings(Dialect) - Method in interface org.hibernate.id.PersistentIdentifierGenerator
-
The SQL required to remove the underlying database objects.
- sqlDropStrings(Dialect) - Method in class org.hibernate.id.SequenceGenerator
-
- sqlDropStrings(Dialect) - Method in class org.hibernate.id.TableGenerator
-
- SQLExceptionConverter - Interface in org.hibernate.exception
-
Defines a contract for implementations that know how to convert a SQLException
into Hibernate's JDBCException hierarchy.
- SQLExceptionConverterFactory - Class in org.hibernate.exception
-
A factory for building SQLExceptionConverter instances.
- SqlFragment - Class in org.hibernate.hql.ast.tree
-
Represents an SQL fragment in the AST.
- SqlFragment() - Constructor for class org.hibernate.hql.ast.tree.SqlFragment
-
- SQLFunction - Interface in org.hibernate.dialect.function
-
Provides support routines for the HQL functions as used
in the various SQL Dialects
Provides an interface for supporting various HQL functions that are
translated to SQL.
- SQLFunctionRegistry - Class in org.hibernate.dialect.function
-
- SQLFunctionRegistry(Dialect, Map<String, SQLFunction>) - Constructor for class org.hibernate.dialect.function.SQLFunctionRegistry
-
- sqlFunctions - Variable in class org.hibernate.cfg.Configuration
-
- SQLFunctionTemplate - Class in org.hibernate.dialect.function
-
Represents HQL functions that can have different representations in different SQL dialects.
- SQLFunctionTemplate(Type, String) - Constructor for class org.hibernate.dialect.function.SQLFunctionTemplate
-
- SQLFunctionTemplate(Type, String, boolean) - Constructor for class org.hibernate.dialect.function.SQLFunctionTemplate
-
- SqlGenerator - Class in org.hibernate.hql.ast
-
Generates SQL by overriding callback methods in the base class, which does
the actual SQL AST walking.
- SqlGenerator(SessionFactoryImplementor) - Constructor for class org.hibernate.hql.ast.SqlGenerator
-
- SqlGeneratorBase - Class in org.hibernate.hql.antlr
-
SQL Generator Tree Parser, providing SQL rendering of SQL ASTs produced by the previous phase, HqlSqlWalker.
- SqlGeneratorBase() - Constructor for class org.hibernate.hql.antlr.SqlGeneratorBase
-
- SQLGrammarException - Exception in org.hibernate.exception
-
Implementation of JDBCException indicating that the SQL sent to the database
server was invalid (syntax error, invalid object references, etc).
- SQLGrammarException(String, SQLException) - Constructor for exception org.hibernate.exception.SQLGrammarException
-
Constructor for JDBCException.
- SQLGrammarException(String, SQLException, String) - Constructor for exception org.hibernate.exception.SQLGrammarException
-
Constructor for JDBCException.
- sqlGroupProjection(String, String, String[], Type[]) - Static method in class org.hibernate.criterion.Projections
-
A grouping SQL projection, specifying both select clause and group by clause fragments
- SQLInsert - Annotation Type in org.hibernate.annotations
-
SqlInsert Annotation for overwriting Hibernate default INSERT INTO method
- SQLLoadable - Interface in org.hibernate.persister.entity
-
A class persister that supports queries expressed in the
platform native SQL dialect
- SQLLoadableCollection - Interface in org.hibernate.persister.collection
-
- SqlNode - Class in org.hibernate.hql.ast.tree
-
A base AST node for the intermediate tree.
- SqlNode() - Constructor for class org.hibernate.hql.ast.tree.SqlNode
-
- sqlProjection(String, String[], Type[]) - Static method in class org.hibernate.criterion.Projections
-
A SQL projection, a typed select clause fragment
- SQLProjection - Class in org.hibernate.criterion
-
A SQL fragment.
- SQLProjection(String, String[], Type[]) - Constructor for class org.hibernate.criterion.SQLProjection
-
- SQLProjection(String, String, String[], Type[]) - Constructor for class org.hibernate.criterion.SQLProjection
-
- SQLQuery - Interface in org.hibernate
-
- SQLQuery.FetchReturn - Interface in org.hibernate
-
Allows access to further control how join fetch returns are mapped back from result sets
- SQLQuery.ReturnProperty - Interface in org.hibernate
-
Allows access to further control how properties within a root or join fetch are mapped back from the result set.
- SQLQuery.RootReturn - Interface in org.hibernate
-
Allows access to further control how root returns are mapped back from result sets
- SQLQueryImpl - Class in org.hibernate.impl
-
Implementation of the
SQLQuery
contract.
- SQLQueryParser - Class in org.hibernate.loader.custom.sql
-
- SQLQueryParser(String, SQLQueryParser.ParserContext, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.sql.SQLQueryParser
-
- SQLQueryParser.ParameterSubstitutionRecognizer - Class in org.hibernate.loader.custom.sql
-
- SQLQueryResultMappingBuilder - Interface in org.hibernate
-
Allows programmatic access from
SQLQuery
to define how to map SQL
results
back to in-memory objects, both entities as well as scalars.
- SQLQueryResultMappingBuilder.ReturnsHolder - Interface in org.hibernate
-
- SQLQueryResultMappingBuilder.ScalarReturn - Class in org.hibernate
-
- SQLQueryReturnProcessor - Class in org.hibernate.loader.custom.sql
-
- SQLQueryReturnProcessor(NativeSQLQueryReturn[], SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
-
- sqlRestriction(String, Object[], Type[]) - Static method in class org.hibernate.criterion.Restrictions
-
Apply a constraint expressed in SQL, with the given JDBC
parameters.
- sqlRestriction(String, Object, Type) - Static method in class org.hibernate.criterion.Restrictions
-
Apply a constraint expressed in SQL, with the given JDBC
parameter.
- sqlRestriction(String) - Static method in class org.hibernate.criterion.Restrictions
-
Apply a constraint expressed in SQL.
- sqlResultSetMappings - Variable in class org.hibernate.cfg.Configuration
-
- SQLServer2005Dialect - Class in org.hibernate.dialect
-
A dialect for Microsoft SQL 2005.
- SQLServer2005Dialect() - Constructor for class org.hibernate.dialect.SQLServer2005Dialect
-
- SQLServer2008Dialect - Class in org.hibernate.dialect
-
A dialect for Microsoft SQL Server 2008 with JDBC Driver 3.0 and above
- SQLServer2008Dialect() - Constructor for class org.hibernate.dialect.SQLServer2008Dialect
-
- SQLServerDialect - Class in org.hibernate.dialect
-
A dialect for Microsoft SQL Server 2000
- SQLServerDialect() - Constructor for class org.hibernate.dialect.SQLServerDialect
-
- SQLStateConverter - Class in org.hibernate.exception
-
A SQLExceptionConverter implementation which performs converion based on
the underlying SQLState.
- SQLStateConverter(ViolatedConstraintNameExtracter) - Constructor for class org.hibernate.exception.SQLStateConverter
-
- SQLStatementLogger - Class in org.hibernate.jdbc.util
-
Centralize logging handling for SQL statements.
- SQLStatementLogger() - Constructor for class org.hibernate.jdbc.util.SQLStatementLogger
-
Constructs a new SQLStatementLogger instance.
- SQLStatementLogger(boolean, boolean) - Constructor for class org.hibernate.jdbc.util.SQLStatementLogger
-
Constructs a new SQLStatementLogger instance.
- sqlTemporaryTableCreateString(Dialect, Mapping) - Method in class org.hibernate.mapping.Table
-
- sqlToken(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- SqlTokenTypes - Interface in org.hibernate.hql.antlr
-
- sqlType - Variable in class org.hibernate.cfg.Ejb3Column
-
- sqlType() - Method in class org.hibernate.type.AbstractBynaryType
-
Deprecated.
- sqlType() - Method in class org.hibernate.type.AbstractCharArrayType
-
Deprecated.
- sqlType() - Method in class org.hibernate.type.AbstractSingleColumnStandardBasicType
-
- sqlType() - Method in class org.hibernate.type.NullableType
-
Deprecated.
- sqlType() - Method in interface org.hibernate.type.SingleColumnType
-
- SqlTypeDescriptor - Interface in org.hibernate.type.descriptor.sql
-
Descriptor for the SQL/JDBC side of a value mapping.
- sqlTypes() - Method in class org.hibernate.envers.entities.RevisionTypeType
-
- sqlTypes(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.AnyType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.ByteArrayBlobType
-
Deprecated.
- sqlTypes(Mapping) - Method in class org.hibernate.type.CollectionType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.ComponentType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.CompositeCustomType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.CustomType
-
- sqlTypes() - Method in class org.hibernate.type.EnumType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.ManyToOneType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.MetaType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.NullableType
-
Deprecated.
- sqlTypes(Mapping) - Method in class org.hibernate.type.OneToOneType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.SerializableToBlobType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.SpecialOneToOneType
-
- sqlTypes() - Method in class org.hibernate.type.StringClobType
-
Deprecated.
- sqlTypes(Mapping) - Method in interface org.hibernate.type.Type
-
Return the JDBC types codes (per
Types
) for the columns mapped by this type.
- sqlTypes() - Method in interface org.hibernate.usertype.UserType
-
Return the SQL type codes for the columns mapped by this type.
- SQLUpdate - Annotation Type in org.hibernate.annotations
-
SqlUpdate Annotation for overwriting Hibernate default UPDATE method
- sqlWhereString - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- sqrt(Expression<? extends Number>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- SqrtFunction - Class in org.hibernate.ejb.criteria.expression.function
-
Models the ANSI SQL SQRT function.
- SqrtFunction(CriteriaBuilderImpl, Expression<? extends Number>) - Constructor for class org.hibernate.ejb.criteria.expression.function.SqrtFunction
-
- StaleObjectStateException - Exception in org.hibernate
-
A StaleStateException that carries information
about a particular entity instance that was the source
of the failure.
- StaleObjectStateException(String, Serializable) - Constructor for exception org.hibernate.StaleObjectStateException
-
- StaleStateException - Exception in org.hibernate
-
Thrown when a version number or timestamp check failed, indicating that the
Session contained stale data (when using long transactions
with versioning).
- StaleStateException(String) - Constructor for exception org.hibernate.StaleStateException
-
- STANDARD_WARNING_HANDLER - Static variable in class org.hibernate.util.JDBCExceptionReporter
-
- StandardAnsiSqlAggregationFunctions - Class in org.hibernate.dialect.function
-
TODO : javadoc
- StandardAnsiSqlAggregationFunctions() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions
-
- StandardAnsiSqlAggregationFunctions.AvgFunction - Class in org.hibernate.dialect.function
-
Definition of a standard ANSI SQL compliant AVG function
- StandardAnsiSqlAggregationFunctions.CountFunction - Class in org.hibernate.dialect.function
-
Definition of a standard ANSI SQL compliant COUNT function
- StandardAnsiSqlAggregationFunctions.MaxFunction - Class in org.hibernate.dialect.function
-
- StandardAnsiSqlAggregationFunctions.MinFunction - Class in org.hibernate.dialect.function
-
- StandardAnsiSqlAggregationFunctions.SumFunction - Class in org.hibernate.dialect.function
-
- StandardBasicTypes - Class in org.hibernate.type
-
Centralizes access to the standard set of basic
types
.
- StandardBasicTypes() - Constructor for class org.hibernate.type.StandardBasicTypes
-
- StandardDialectResolver - Class in org.hibernate.dialect.resolver
-
The standard Hibernate resolver.
- StandardDialectResolver() - Constructor for class org.hibernate.dialect.resolver.StandardDialectResolver
-
- StandardGenerationContextLocator(String) - Constructor for class org.hibernate.mapping.Component.StandardGenerationContextLocator
-
- StandardJDBCEscapeFunction - Class in org.hibernate.dialect.function
-
- StandardJDBCEscapeFunction(String) - Constructor for class org.hibernate.dialect.function.StandardJDBCEscapeFunction
-
- StandardJDBCEscapeFunction(String, Type) - Constructor for class org.hibernate.dialect.function.StandardJDBCEscapeFunction
-
- StandardProperty - Class in org.hibernate.tuple
-
Represents a basic property within the Hibernate runtime-metamodel.
- StandardProperty(String, String, Type, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, CascadeStyle, FetchMode) - Constructor for class org.hibernate.tuple.StandardProperty
-
Constructs StandardProperty instances.
- StandardQueryCache - Class in org.hibernate.cache
-
The standard implementation of the Hibernate QueryCache interface.
- StandardQueryCache(Settings, Properties, UpdateTimestampsCache, String) - Constructor for class org.hibernate.cache.StandardQueryCache
-
- StandardQueryCacheFactory - Class in org.hibernate.cache
-
Standard Hibernate implementation of the QueryCacheFactory interface.
- StandardQueryCacheFactory() - Constructor for class org.hibernate.cache.StandardQueryCacheFactory
-
- StandardRandomStrategy - Class in org.hibernate.id.uuid
-
Implements a "random" UUID generation strategy as defined by the
UUID.randomUUID()
method.
- StandardRandomStrategy() - Constructor for class org.hibernate.id.uuid.StandardRandomStrategy
-
- StandardSQLFunction - Class in org.hibernate.dialect.function
-
Provides a standard implementation that supports the majority of the HQL
functions that are translated to SQL.
- StandardSQLFunction(String) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
-
Construct a standard SQL function definition with a variable return type;
the actual return type will depend on the types to which the function
is applied.
- StandardSQLFunction(String, Type) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
-
Construct a standard SQL function definition with a static return type.
- StandardWarningHandler(String) - Constructor for class org.hibernate.util.JDBCExceptionReporter.StandardWarningHandler
-
- STAR - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- STAR - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- STAR - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- start(Properties) - Method in class org.hibernate.cache.AbstractJndiBoundCacheProvider
-
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory
construction.
- start(Properties) - Method in interface org.hibernate.cache.CacheProvider
-
Deprecated.
Callback to perform any necessary initialization of the underlying cache implementation
during SessionFactory construction.
- start(Settings, Properties) - Method in class org.hibernate.cache.DelegatingRegionFactory
-
- start(Properties) - Method in class org.hibernate.cache.EhCacheProvider
-
Callback to perform any necessary initialization of the underlying cache implementation
during SessionFactory construction.
- start(Properties) - Method in class org.hibernate.cache.HashtableCacheProvider
-
Callback to perform any necessary initialization of the underlying cache implementation
during SessionFactory construction.
- start(Settings, Properties) - Method in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
-
- start(Settings, Properties) - Method in class org.hibernate.cache.impl.NoCachingRegionFactory
-
- start(Properties) - Method in class org.hibernate.cache.NoCacheProvider
-
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory
construction.
- start(Settings, Properties) - Method in interface org.hibernate.cache.RegionFactory
-
Lifecycle callback to perform any necessary initialization of the
underlying cache implementation(s).
- start(Properties) - Method in class org.hibernate.cache.SingletonEhCacheProvider
-
Callback to perform any necessary initialization of the underlying cache implementation
during SessionFactory construction.
- START - Static variable in class org.hibernate.criterion.MatchMode
-
Match the start of the string to the pattern
- start(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.ClauseParser
-
- start(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.FromParser
-
- start(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.GroupByParser
-
- start(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.OrderByParser
-
- start(QueryTranslatorImpl) - Method in interface org.hibernate.hql.classic.Parser
-
- start(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PathExpressionParser
-
- start(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.PreprocessingParser
-
- start(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.SelectParser
-
- start(QueryTranslatorImpl) - Method in class org.hibernate.hql.classic.WhereParser
-
- start() - Method in class org.hibernate.jmx.HibernateService
-
- start() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Create the SessionFactory and bind to the jndi name on startup
- startingTestSuite(TestSuite) - Method in interface org.hibernate.testing.junit.TestSuiteVisitor.Handler
-
- startsWithEscapeCallTemplate(String) - Static method in class org.hibernate.engine.query.ParameterParser
-
- stateField() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- StatefulPersistenceContext - Class in org.hibernate.engine
-
A PersistenceContext represents the state of persistent "stuff" which
Hibernate is tracking.
- StatefulPersistenceContext(SessionImplementor) - Constructor for class org.hibernate.engine.StatefulPersistenceContext
-
Constructs a PersistentContext, bound to the given session.
- StatelessSession - Interface in org.hibernate
-
A command-oriented API for performing bulk operations against a database.
- StatelessSessionImpl - Class in org.hibernate.impl
-
- statement() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- statement(AST) - Method in class org.hibernate.hql.antlr.HqlSqlBaseWalker
-
- statement(AST) - Method in class org.hibernate.hql.antlr.SqlGeneratorBase
-
- Statement - Interface in org.hibernate.hql.ast.tree
-
Common interface modeling the different HQL statements (i.e., INSERT, UPDATE, DELETE, SELECT).
- STATEMENT_BATCH_SIZE - Static variable in class org.hibernate.cfg.Environment
-
Maximum JDBC batch size.
- STATEMENT_FETCH_SIZE - Static variable in class org.hibernate.cfg.Environment
-
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database
when more rows are needed.
- StatementExecutor - Interface in org.hibernate.hql.ast.exec
-
Encapsulates the strategy required to execute various types of update, delete,
and insert statements issued through HQL.
- Statistics - Interface in org.hibernate.stat
-
Statistics for a particular SessionFactory.
- StatisticsImpl - Class in org.hibernate.stat
-
- StatisticsImpl() - Constructor for class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- StatisticsImpl(SessionFactoryImplementor) - Constructor for class org.hibernate.stat.StatisticsImpl
-
Deprecated.
- StatisticsImplementor - Interface in org.hibernate.stat
-
Statistics SPI for the Hibernate core.
- StatisticsService - Class in org.hibernate.jmx
-
JMX service for Hibernate statistics
Register this MBean in your JMX server for a specific session factory
- StatisticsService() - Constructor for class org.hibernate.jmx.StatisticsService
-
- StatisticsServiceMBean - Interface in org.hibernate.jmx
-
MBean exposing Session Factory statistics
- Status - Class in org.hibernate.engine
-
Represents the status of an entity with respect to
this session.
- stop() - Method in class org.hibernate.cache.AbstractJndiBoundCacheProvider
-
Callback to perform any necessary cleanup of the underlying cache
implementation during SessionFactory.close().
- stop() - Method in interface org.hibernate.cache.CacheProvider
-
Deprecated.
Callback to perform any necessary cleanup of the underlying cache implementation
during SessionFactory.close().
- stop() - Method in class org.hibernate.cache.DelegatingRegionFactory
-
- stop() - Method in class org.hibernate.cache.EhCacheProvider
-
Callback to perform any necessary cleanup of the underlying cache implementation
during SessionFactory.close().
- stop() - Method in class org.hibernate.cache.HashtableCacheProvider
-
Callback to perform any necessary cleanup of the underlying cache implementation
during SessionFactory.close().
- stop() - Method in class org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
-
- stop() - Method in class org.hibernate.cache.impl.NoCachingRegionFactory
-
- stop() - Method in class org.hibernate.cache.NoCacheProvider
-
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
- stop() - Method in interface org.hibernate.cache.RegionFactory
-
Lifecycle callback to perform any necessary cleanup of the underlying
cache implementation(s).
- stop() - Method in class org.hibernate.cache.SingletonEhCacheProvider
-
Callback to perform any necessary cleanup of the underlying cache implementation
during SessionFactory.close().
- stop() - Method in class org.hibernate.jmx.HibernateService
-
- stop() - Method in interface org.hibernate.jmx.HibernateServiceMBean
-
Unbind the SessionFactory or stub from JNDI
- STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
-
- STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
-
- StreamUtils - Class in org.hibernate.engine.jdbc
-
Stream copying utilities
- StreamUtils() - Constructor for class org.hibernate.engine.jdbc.StreamUtils
-
- STRING - Static variable in class org.hibernate.Hibernate
-
- STRING - Static variable in class org.hibernate.type.StandardBasicTypes
-
- StringClobType - Class in org.hibernate.type
-
- StringClobType() - Constructor for class org.hibernate.type.StringClobType
-
Deprecated.
- StringHelper - Class in org.hibernate.util
-
- StringRepresentableType<T> - Interface in org.hibernate.type
-
Additional, optional contract for types capable of rendering and consuming their values to/from strings.
- stringToObject(String) - Method in class org.hibernate.type.AbstractCharArrayType
-
Deprecated.
- stringToObject(String) - Method in class org.hibernate.type.BigIntegerType
-
Convert the value from the mapping file to a Java object.
- stringToObject(String) - Method in class org.hibernate.type.BooleanType
-
- stringToObject(String) - Method in class org.hibernate.type.ByteType
-
- stringToObject(String) - Method in class org.hibernate.type.CharacterType
-
- stringToObject(String) - Method in class org.hibernate.type.CustomType
-
- stringToObject(String) - Method in class org.hibernate.type.DateType
-
- stringToObject(String) - Method in interface org.hibernate.type.IdentifierType
-
Convert the value from the mapping file to a Java object.
- stringToObject(String) - Method in class org.hibernate.type.IntegerType
-
- stringToObject(String) - Method in class org.hibernate.type.LongType
-
- stringToObject(String) - Method in class org.hibernate.type.NumericBooleanType
-
- stringToObject(String) - Method in class org.hibernate.type.ShortType
-
- stringToObject(String) - Method in class org.hibernate.type.StringType
-
- stringToObject(String) - Method in class org.hibernate.type.TrueFalseType
-
- stringToObject(String) - Method in class org.hibernate.type.UrlType
-
- stringToObject(String) - Method in class org.hibernate.type.YesNoType
-
- StringTools - Class in org.hibernate.envers.tools
-
- StringTools() - Constructor for class org.hibernate.envers.tools.StringTools
-
- StringType - Class in org.hibernate.type
-
- StringType() - Constructor for class org.hibernate.type.StringType
-
- StringTypeDescriptor - Class in org.hibernate.type.descriptor.java
-
Descriptor for
String
handling.
- StringTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.StringTypeDescriptor
-
- StringValueHandler() - Constructor for class org.hibernate.ejb.criteria.ValueHandlerFactory.StringValueHandler
-
- stripAliases(String) - Static method in class org.hibernate.dialect.SQLServer2005Dialect
-
Utility method that strips the aliases.
- structure(Object) - Method in interface org.hibernate.cache.entry.CacheEntryStructure
-
- structure(Object) - Method in class org.hibernate.cache.entry.StructuredCacheEntry
-
- structure(Object) - Method in class org.hibernate.cache.entry.StructuredCollectionCacheEntry
-
- structure(Object) - Method in class org.hibernate.cache.entry.StructuredMapCacheEntry
-
- structure(Object) - Method in class org.hibernate.cache.entry.UnstructuredCacheEntry
-
- StructuredCacheEntry - Class in org.hibernate.cache.entry
-
- StructuredCacheEntry(EntityPersister) - Constructor for class org.hibernate.cache.entry.StructuredCacheEntry
-
- StructuredCollectionCacheEntry - Class in org.hibernate.cache.entry
-
- StructuredCollectionCacheEntry() - Constructor for class org.hibernate.cache.entry.StructuredCollectionCacheEntry
-
- StructuredMapCacheEntry - Class in org.hibernate.cache.entry
-
- StructuredMapCacheEntry() - Constructor for class org.hibernate.cache.entry.StructuredMapCacheEntry
-
- Subclass - Class in org.hibernate.mapping
-
A sublass in a table-per-class-hierarchy mapping
- Subclass(PersistentClass) - Constructor for class org.hibernate.mapping.Subclass
-
- SUBCLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
-
- SubclassPropertyMapper - Class in org.hibernate.envers.entities.mapper
-
A mapper which maps from a parent mapper and a "main" one, but adds only to the "main".
- SubclassPropertyMapper(ExtendedPropertyMapper, ExtendedPropertyMapper) - Constructor for class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
-
- subList(int, int) - Method in class org.hibernate.collection.PersistentBag
-
- subList(int, int) - Method in class org.hibernate.collection.PersistentIdentifierBag
-
- subList(int, int) - Method in class org.hibernate.collection.PersistentList
-
- subList(int, int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
-
- subMap(Object, Object) - Method in class org.hibernate.collection.PersistentSortedMap
-
- subMap(K, K) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
-
- Subqueries - Class in org.hibernate.criterion
-
Factory class for criterion instances that represent expressions
involving subqueries.
- Subqueries() - Constructor for class org.hibernate.criterion.Subqueries
-
- subquery(Class<U>) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
- subquery(Class<U>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
- subquery(Class<U>) - Method in class org.hibernate.ejb.criteria.QueryStructure
-
- subQuery() - Method in class org.hibernate.hql.antlr.HqlBaseParser
-
- SubqueryComparisonModifierExpression<Y> - Class in org.hibernate.ejb.criteria.expression
-
- SubqueryComparisonModifierExpression(CriteriaBuilderImpl, Class<Y>, Subquery<Y>, SubqueryComparisonModifierExpression.Modifier) - Constructor for class org.hibernate.ejb.criteria.expression.SubqueryComparisonModifierExpression
-
- SubqueryComparisonModifierExpression.Modifier - Enum in org.hibernate.ejb.criteria.expression
-
- SubqueryExpression - Class in org.hibernate.criterion
-
- SubqueryExpression(String, String, DetachedCriteria) - Constructor for class org.hibernate.criterion.SubqueryExpression
-
- Subselect - Annotation Type in org.hibernate.annotations
-
Map an immutable and read-only entity to a given SQL subselect expression:
- SubselectCollectionLoader - Class in org.hibernate.loader.collection
-
Implements subselect fetching for a collection
- SubselectCollectionLoader(QueryableCollection, String, Collection, QueryParameters, Map, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.SubselectCollectionLoader
-
- SubselectFetch - Class in org.hibernate.engine
-
- SubselectFetch(String, Loadable, QueryParameters, Set, Map) - Constructor for class org.hibernate.engine.SubselectFetch
-
- SubselectOneToManyLoader - Class in org.hibernate.loader.collection
-
Implements subselect fetching for a one to many association
- SubselectOneToManyLoader(QueryableCollection, String, Collection, QueryParameters, Map, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.SubselectOneToManyLoader
-
- subSet(Object, Object) - Method in class org.hibernate.collection.PersistentSortedSet
-
- subSet(U, U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy
-
- substituteValuesIfNecessary(Object, Serializable, Object[], EntityPersister, SessionImplementor) - Method in class org.hibernate.event.def.AbstractSaveEventListener
-
Perform any property value substitution that is necessary
(interceptor callback, version initialization...)
- substituteValuesIfNecessary(Object, Serializable, Object[], EntityPersister, SessionImplementor) - Method in class org.hibernate.event.def.DefaultReplicateEventListener
-
- subStream(Reader, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
-
Extract a portion of a reader, wrapping the portion in a new reader.
- subStream(InputStream, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
-
Extract a portion of the bytes from the given stream., wrapping them in a new stream.
- substring(Expression<String>, Expression<Integer>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- substring(Expression<String>, int) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- substring(Expression<String>, int, int) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- SubstringFunction - Class in org.hibernate.ejb.criteria.expression.function
-
Models the ANSI SQL SUBSTRING function.
- SubstringFunction(CriteriaBuilderImpl, Expression<String>, Expression<Integer>, Expression<Integer>) - Constructor for class org.hibernate.ejb.criteria.expression.function.SubstringFunction
-
- SubstringFunction(CriteriaBuilderImpl, Expression<String>, Expression<Integer>) - Constructor for class org.hibernate.ejb.criteria.expression.function.SubstringFunction
-
- SubstringFunction(CriteriaBuilderImpl, Expression<String>, int) - Constructor for class org.hibernate.ejb.criteria.expression.function.SubstringFunction
-
- SubstringFunction(CriteriaBuilderImpl, Expression<String>, int, int) - Constructor for class org.hibernate.ejb.criteria.expression.function.SubstringFunction
-
- subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
-
- subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
-
- subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
-
- subtract(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform a subtraction
- suffix(String[], String) - Static method in class org.hibernate.util.StringHelper
-
- suffixes - Variable in class org.hibernate.loader.JoinWalker
-
- suffixes - Variable in class org.hibernate.loader.OuterJoinLoader
-
- sum(String) - Static method in class org.hibernate.criterion.Projections
-
A property value sum
- sum(Expression<N>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- sum(Expression<? extends N>, Expression<? extends N>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- sum(Expression<? extends N>, N) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- sum(N, Expression<? extends N>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
-
- SUM(CriteriaBuilderImpl, Expression<N>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.SUM
-
- SUM(CriteriaBuilderImpl, Expression<? extends Number>, Class<N>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.SUM
-
- SUM - Static variable in interface org.hibernate.hql.antlr.HqlSqlTokenTypes
-
- SUM - Static variable in interface org.hibernate.hql.antlr.HqlTokenTypes
-
- SUM - Static variable in interface org.hibernate.hql.antlr.SqlTokenTypes
-
- sumAsDouble(Expression<Float>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- sumAsLong(Expression<Integer>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
- SumFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
-
- SunONETransactionManagerLookup - Class in org.hibernate.transaction
-
- SunONETransactionManagerLookup() - Constructor for class org.hibernate.transaction.SunONETransactionManagerLookup
-
- SUPERCLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
-
- supportsAggressiveRelease() - Method in class org.hibernate.connection.C3P0ConnectionProvider
-
Does this connection provider support aggressive release of JDBC
connections and re-acquistion of those connections (if need be) later?
This is used in conjunction with
org.hibernate.cfg.Environment.RELEASE_CONNECTIONS
to aggressively release JDBC connections.
- supportsAggressiveRelease() - Method in interface org.hibernate.connection.ConnectionProvider
-
Does this connection provider support aggressive release of JDBC
connections and re-acquistion of those connections (if need be) later?
This is used in conjunction with
org.hibernate.cfg.Environment.RELEASE_CONNECTIONS
to aggressively release JDBC connections.
- supportsAggressiveRelease() - Method in class org.hibernate.connection.DatasourceConnectionProvider
-
- supportsAggressiveRelease() - Method in class org.hibernate.connection.DriverManagerConnectionProvider
-
- supportsAggressiveRelease() - Method in class org.hibernate.connection.ProxoolConnectionProvider
-
- supportsAggressiveRelease() - Method in class org.hibernate.connection.UserSuppliedConnectionProvider
-
- supportsAggressiveRelease() - Method in class org.hibernate.testing.tm.ConnectionProviderImpl
-
- supportsBindAsCallableArgument() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support using a JDBC bind parameter as an argument
to a function or procedure call?
- supportsBindAsCallableArgument() - Method in class org.hibernate.dialect.TeradataDialect
-
- supportsCascadeDelete() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsCascadeDelete() - Method in class org.hibernate.dialect.Dialect
-
- supportsCascadeDelete() - Method in class org.hibernate.dialect.MySQL5InnoDBDialect
-
- supportsCascadeDelete() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsCascadeDelete() - Method in class org.hibernate.dialect.MySQLInnoDBDialect
-
- supportsCascadeDelete() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
RDMS does not support Cascade Deletes.
- supportsCascadeDelete() - Method in class org.hibernate.dialect.SybaseASE15Dialect
-
- supportsCascadeDelete() - Method in class org.hibernate.dialect.TeradataDialect
-
- supportsCheck() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsCircularCascadeDelete() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support definition of cascade delete constraints
which can cause circular chains?
- supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.SQLServerDialect
-
- supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.TeradataDialect
-
- supportsColumnCheck() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support column-level check constraints?
- supportsColumnCheck() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsColumnCheck() - Method in class org.hibernate.dialect.JDataStoreDialect
-
- supportsColumnCheck() - Method in class org.hibernate.dialect.MySQL5Dialect
-
Does this dialect support column-level check constraints?
- supportsColumnCheck() - Method in class org.hibernate.dialect.TimesTenDialect
-
- SupportsColumnCheck() - Constructor for class org.hibernate.testing.junit.DialectChecks.SupportsColumnCheck
-
- supportsCommentOn() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- supportsCommentOn() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsCommentOn() - Method in class org.hibernate.dialect.DerbyDialect
-
- supportsCommentOn() - Method in class org.hibernate.dialect.Dialect
-
- supportsCommentOn() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsCommentOn() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsCommentOn() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- supportsCommentOn() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support a way to retrieve the database's current
timestamp value?
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.HSQLDialect
-
HSQLDB 1.8.x requires CALL CURRENT_TIMESTAMP but this should not
be treated as a callable statement.
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.InformixDialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Ingres9Dialect
-
Does this dialect support a way to retrieve the database's current
timestamp value?
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.TimesTenDialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support empty IN lists?
For example, is [where XYZ in ()] a supported construct?
- supportsEmptyInList() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.IngresDialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- supportsEmptyInList() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.TeradataDialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.TimesTenDialect
-
- supportsExistsInSelect() - Method in class org.hibernate.dialect.Dialect
-
Does the dialect support an exists statement in the select clause?
- supportsExistsInSelect() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsExistsInSelect() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.Dialect
-
Expected LOB usage pattern is such that I can perform an insert
via prepared statement with a parameter binding for a LOB value
without crazy casting to JDBC driver implementation-specific classes...
- supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.IngresDialect
-
- supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.SybaseASE157Dialect
-
- supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.SybaseASE15Dialect
-
Actually Sybase does not support LOB locators at al.
- SupportsExpectedLobUsagePattern() - Constructor for class org.hibernate.testing.junit.DialectChecks.SupportsExpectedLobUsagePattern
-
- supportsExpectedLobUsagePattern() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
Expected LOB usage pattern is such that I can perform an insert
via prepared statement with a parameter binding for a LOB value
without crazy casting to JDBC driver implementation-specific classes...
- supportsForUpdate() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsForUpdate() - Method in class org.hibernate.dialect.MimerSQLDialect
-
Support the FOR UPDATE syntax? For now, returns false since
the current version of the Mimer SQL JDBC Driver does not support
updatable resultsets.
- supportsForUpdateNowait() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsForUpdateOf() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsForUpdateOf() - Method in class org.hibernate.dialect.IngresDialect
-
Does this dialect support FOR UPDATE OF, allowing
particular rows to be locked?
- supportsIdentityColumns() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support identity column key generation?
- supportsIdentityColumns() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.InformixDialect
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.Ingres10Dialect
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.JDataStoreDialect
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.MimerSQLDialect
-
TODO: Check if Mimer SQL cannot handle the way DB2 does
- supportsIdentityColumns() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.TeradataDialect
-
- SupportsIdentityColumns() - Constructor for class org.hibernate.testing.junit.DialectChecks.SupportsIdentityColumns
-
- supportsIdGenWithBulkInsertion(IdentifierGenerator) - Static method in class org.hibernate.hql.ast.HqlSqlWalker
-
- supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.Dialect
-
- supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.Dialect
-
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.Dialect
-
Does the dialect support some form of inserting and selecting
the generated IDENTITY value all in the same statement.
- supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.SybaseAnywhereDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsLimit() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.DB2390Dialect
-
- supportsLimit() - Method in class org.hibernate.dialect.DB2400Dialect
-
- supportsLimit() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsLimit() - Method in class org.hibernate.dialect.DerbyDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support some form of limiting query results
via a SQL clause?
- supportsLimit() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsLimit() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.InformixDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.IngresDialect
-
Does this Dialect have some kind of LIMIT syntax?
- supportsLimit() - Method in class org.hibernate.dialect.InterbaseDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.MimerSQLDialect
-
Mimer SQL does not support limit
- supportsLimit() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- supportsLimit() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- supportsLimit() - Method in class org.hibernate.dialect.SQLServerDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.TimesTenDialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.DB2390Dialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.DB2400Dialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.DerbyDialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect's LIMIT support (if any) additionally
support specifying an offset?
- supportsLimitOffset() - Method in class org.hibernate.dialect.InformixDialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.Ingres9Dialect
-
Does this dialect's LIMIT support (if any) additionally support
specifying an offset?
- supportsLimitOffset() - Method in class org.hibernate.dialect.IngresDialect
-
Does this dialect support an offset?
- supportsLimitOffset() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.SQLServer2005Dialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.SQLServerDialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.TimesTenDialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.DerbyDialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.Dialect
-
Does the dialect support propagating changes to LOB
values back to the database? Talking about mutating the
internal value of the locator as opposed to supplying a new
locator instance...
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.SQLServerDialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.SybaseASE157Dialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.TeradataDialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
Does the current dialect support propogating changes to LOB
values back to the database? Talking about mutating the
underlying value as opposed to supplying a new
LOB instance...
- supportsLockTimeouts() - Method in class org.hibernate.dialect.Dialect
-
Informational metadata about whether this dialect is known to support
specifying timeouts for requested lock acquisitions.
- supportsLockTimeouts() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsNotNullUnique() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsNotNullUnique() - Method in class org.hibernate.dialect.Dialect
-
- supportsNotNullUnique() - Method in class org.hibernate.dialect.IngresDialect
-
Ingres explicitly needs "unique not null", because "with null" is default
- supportsOrdinalParameterMetadata() - Method in class org.hibernate.hql.ast.ParameterTranslationsImpl
-
- supportsOrdinalParameterMetadata() - Method in interface org.hibernate.hql.ParameterTranslations
-
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support FOR UPDATE in conjunction with
outer joined rows?
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.Ingres9Dialect
-
Does this dialect support FOR UPDATE in conjunction with outer
joined rows?
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.MimerSQLDialect
-
For now, simply return false since we don't updatable result sets.
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
Currently, RDMS-JDBC does not support ForUpdate.
- supportsParametersInInsertSelect() - Method in class org.hibernate.dialect.DB2Dialect
-
Does this dialect support parameters within the SELECT clause of
INSERT ...
- supportsParametersInInsertSelect() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support parameters within the SELECT clause of
INSERT ...
- supportsParent() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
-
- supportsParent() - Method in class org.hibernate.tuple.ElementWrapper
-
- supportsPooledSequences() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsPooledSequences() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support "pooled" sequences.
- supportsPooledSequences() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsPooledSequences() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsPooledSequences() - Method in class org.hibernate.dialect.InformixDialect
-
- supportsPooledSequences() - Method in class org.hibernate.dialect.Ingres9Dialect
-
Does this dialect support "pooled" sequences.
- supportsPooledSequences() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsPooledSequences() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- supportsPooledSequences() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support asking the result set its positioning
information on forward only cursors.
- supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.SQLServerDialect
-
- supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.Dialect
-
Is this dialect known to support what ANSI-SQL terms "row value
constructor" syntax; sometimes called tuple syntax.
- supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.Dialect
-
If the dialect supports
row values
,
does it offer such support in IN lists as well?
For example, "...
- supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.Oracle9iDialect
-
HHH-4907, I don't know if oracle 8 supports this syntax, so I'd think it is better add this
method here.
- supportsSequences() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsSequences() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.DB2390Dialect
-
- supportsSequences() - Method in class org.hibernate.dialect.DB2400Dialect
-
- supportsSequences() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsSequences() - Method in class org.hibernate.dialect.DerbyDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support sequences?
- supportsSequences() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsSequences() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.InformixDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.IngresDialect
-
Does this dialect support sequences?
- supportsSequences() - Method in class org.hibernate.dialect.InterbaseDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.MckoiDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.MimerSQLDialect
-
Mimer SQL supports sequences
- supportsSequences() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- supportsSequences() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- supportsSequences() - Method in class org.hibernate.dialect.SAPDBDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.TeradataDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.TimesTenDialect
-
- SupportsSequences() - Constructor for class org.hibernate.testing.junit.DialectChecks.SupportsSequences
-
- supportsSubqueryOnMutatingTable() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support referencing the table being mutated in
a subquery.
- supportsSubqueryOnMutatingTable() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsSubqueryOnMutatingTable() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- supportsSubselectAsInPredicateLHS() - Method in class org.hibernate.dialect.Dialect
-
Are subselects supported as the left-hand-side (LHS) of
IN-predicates.
- supportsSubselectAsInPredicateLHS() - Method in class org.hibernate.dialect.IngresDialect
-
- supportsSubselectOnLeftSideIn() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
- supportsTableCheck() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support table-level check constraints?
- supportsTableCheck() - Method in class org.hibernate.dialect.JDataStoreDialect
-
- supportsTableCheck() - Method in class org.hibernate.dialect.TimesTenDialect
-
- supportsTemporaryTables() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsTemporaryTables() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- supportsTemporaryTables() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsTemporaryTables() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support temporary tables?
- supportsTemporaryTables() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsTemporaryTables() - Method in class org.hibernate.dialect.HSQLDialect
-
Does this dialect support temporary tables?
- supportsTemporaryTables() - Method in class org.hibernate.dialect.IngresDialect
-
Does this dialect support temporary tables?
- supportsTemporaryTables() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsTemporaryTables() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsTemporaryTables() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- supportsTemporaryTables() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- supportsTemporaryTables() - Method in class org.hibernate.dialect.SAPDBDialect
-
- supportsTemporaryTables() - Method in class org.hibernate.dialect.TeradataDialect
-
- supportsTemporaryTables() - Method in class org.hibernate.dialect.TimesTenDialect
-
- supportsTupleCounts() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support `count(a,b)`?
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support `count(distinct a,b)`?
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.IngresDialect
-
Ingres does not support the syntax `count(distinct a,b)`?
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.Oracle9iDialect
-
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.DerbyDialect
-
- supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.Dialect
-
Is it supported to materialize a LOB locator outside the transaction in
which it was created?
Again, part of the trickiness here is the fact that this is largely
driver dependent.
- supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.testing.junit.functional.FunctionalTestCase
-
Is it supported to materialize a LOB locator outside the transaction in
which it was created?
Again, part of the trickiness here is the fact that this is largely
driver dependent.
- supportsUnionAll() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- supportsUnionAll() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsUnionAll() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support UNION ALL, which is generally a faster
variant of UNION?
- supportsUnionAll() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsUnionAll() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsUnionAll() - Method in class org.hibernate.dialect.Ingres9Dialect
-
Does this dialect support UNION ALL, which is generally a faster variant
of UNION?
- supportsUnionAll() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsUnionAll() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- supportsUnionAll() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
- supportsUnionAll() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- supportsUnique() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsUnique() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support the UNIQUE column syntax?
- supportsUnique() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsUnique() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsUnique() - Method in class org.hibernate.dialect.TimesTenDialect
-
- supportsUniqueConstraintInCreateAlterTable() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support adding Unique constraints via create and alter table ?
- supportsUniqueConstraintInCreateAlterTable() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
RDMS does not support adding Unique constraints via create and alter table.
- supportsUniqueConstraintInCreateAlterTable() - Method in class org.hibernate.dialect.SybaseASE15Dialect
-
- supportsUniqueConstraintInCreateAlterTable() - Method in class org.hibernate.dialect.TimesTenDialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.DB2390Dialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.DB2400Dialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.DerbyDialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support bind variables (i.e., prepared statement
parameters) for its limit/offset?
- supportsVariableLimit() - Method in class org.hibernate.dialect.InformixDialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.Ingres9Dialect
-
Does this dialect support bind variables (i.e., prepared statememnt
parameters) for its limit/offset?
- supportsVariableLimit() - Method in class org.hibernate.dialect.IngresDialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.SQLServer2005Dialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.SQLServerDialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.TimesTenDialect
-
- suspend() - Method in class org.hibernate.testing.tm.SimpleJtaTransactionManagerImpl
-
- suspend() - Method in class org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
- Sybase11Dialect - Class in org.hibernate.dialect
-
A SQL dialect suitable for use with Sybase 11.9.2 (specifically: avoids ANSI JOIN syntax)
- Sybase11Dialect() - Constructor for class org.hibernate.dialect.Sybase11Dialect
-
- Sybase11JoinFragment - Class in org.hibernate.sql
-
An old Sybase-style join (before Sybase supported the ANSI style "inner join" etc syntax)
This is needed for Sybase 11.9.2 and earlier, using the HQL 2.* syntax with Collections.
- Sybase11JoinFragment() - Constructor for class org.hibernate.sql.Sybase11JoinFragment
-
- SybaseAnywhereDialect - Class in org.hibernate.dialect
-
SQL Dialect for Sybase Anywhere
extending Sybase (Enterprise) Dialect
(Tested on ASA 8.x)
- SybaseAnywhereDialect() - Constructor for class org.hibernate.dialect.SybaseAnywhereDialect
-
- SybaseASE157Dialect - Class in org.hibernate.dialect
-
An SQL dialect targeting Sybase Adaptive Server Enterprise (ASE) 15.7 and higher.
- SybaseASE157Dialect() - Constructor for class org.hibernate.dialect.SybaseASE157Dialect
-
- SybaseASE15Dialect - Class in org.hibernate.dialect
-
An SQL dialect targeting Sybase Adaptive Server Enterprise (ASE) 15 and higher.
- SybaseASE15Dialect() - Constructor for class org.hibernate.dialect.SybaseASE15Dialect
-
- SybaseDialect - Class in org.hibernate.dialect
-
- SybaseDialect() - Constructor for class org.hibernate.dialect.SybaseDialect
-
Deprecated.
- syncAnnotatedClasses() - Method in class org.hibernate.cfg.Configuration.MetadataSourceQueue
-
- SynchronizationRegistry - Class in org.hibernate.engine.transaction
-
- SynchronizationRegistry() - Constructor for class org.hibernate.engine.transaction.SynchronizationRegistry
-
- Synchronize - Annotation Type in org.hibernate.annotations
-
Ensures that auto-flush happens correctly and that queries against the derived
entity do not return stale data.
- synchronizedTables - Variable in class org.hibernate.mapping.PersistentClass
-
- SyntheticAndFactory - Class in org.hibernate.hql.ast.util
-
Creates synthetic and nodes based on the where fragment part of a JoinSequence.
- SyntheticAndFactory(HqlSqlWalker) - Constructor for class org.hibernate.hql.ast.util.SyntheticAndFactory
-
- SyntheticProperty - Class in org.hibernate.mapping
-
Models a property which does not actually exist in the model.
- SyntheticProperty() - Constructor for class org.hibernate.mapping.SyntheticProperty
-