Uses of Package
org.hibernate
-
Classes in org.hibernate used by org.hibernate Class Description BasicQueryContract Deprecated.(since 5.2) useCommonQueryContract
instead.Cache Provides an API for querying/managing the second level cache regions.CacheMode Controls how the session interacts with the second-level cache and query cache.CallbackException Intended to be thrown fromLifecycle
andInterceptor
callbacks.ConnectionAcquisitionMode Indicates the manner in which JDBC Connections should be acquired.ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection.Criteria Criteria is a simplified API for retrieving entities by composing Criterion objects.CustomEntityDirtinessStrategy.AttributeChecker Responsible for identifying when attributes are dirty.CustomEntityDirtinessStrategy.AttributeInformation ProvidesCustomEntityDirtinessStrategy.AttributeChecker
with meta information about the attributes being checked.CustomEntityDirtinessStrategy.DirtyCheckContext A callback to drive dirty checking.DuplicateMappingException.Type Enumeration of the types of things that can be duplicated.EntityMode Defines the representation modes available for entities.FetchMode Represents an association fetching strategy.Filter Type definition of Filter.FlushMode Represents a flushing strategy.HibernateException The base exception type for Hibernate exceptions.IdentifierLoadAccess Loads an entity by its primary identifier.Interceptor Allows user code to inspect and/or change property values.JDBCException Wraps aSQLException
.LobHelper Asession's
helper for creating LOB data.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.MultiIdentifierLoadAccess Loads multiple entities at once by identifiers, ultimately via one of theMultiIdentifierLoadAccess.multiLoad(K...)
methods, using the various options specified (if any)MultiTenancyStrategy Describes the methods for multi-tenancy understood by Hibernate.NaturalIdLoadAccess Loads an entity by its natural identifier.NullPrecedence Defines precedence of null values withinORDER BY
clause.PropertyAccessException A problem occurred accessing a property of an instance of a persistent class by reflection, or via enhanced entities.Query Deprecated.(since 5.2) useQuery
insteadQueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.ReplicationMode Represents a replication strategy.ScrollableResults A result iterator that allows moving around within the results by arbitrary increments.ScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults
.Session The main runtime interface between a Java application and Hibernate.Session.LockRequest Contains locking details (LockMode, Timeout and Scope).SessionBuilder Represents a consolidation of all session creation options into a builder style delegate.SessionEventListener NOTE : Consider this an incubating API, likely to change as wider usage indicates changes that need to be madeSessionFactory The main contract here is the creation ofSession
instances.SharedSessionBuilder SpecializedSessionBuilder
with access to stuff from another session.SharedSessionContract Contract methods shared betweenSession
andStatelessSession
.SimpleNaturalIdLoadAccess Loads an entity by its natural identifier.SQLQuery Deprecated.(since 5.2) useNativeQuery
instead.SQLQuery.FetchReturn Deprecated.Allows access to further control how join fetch returns are mapped back from result sets.SQLQuery.ReturnProperty Deprecated.Allows access to further control how properties within a root or join fetch are mapped back from the result set.SQLQuery.RootReturn Deprecated.Allows access to further control how root returns are mapped back from result sets.StaleStateException Thrown when a version number or timestamp check failed, indicating that the Session contained stale data (when using long transactions with versioning).StatelessSession A command-oriented API for performing bulk operations against a database.StatelessSessionBuilder Represents a consolidation of all stateless session creation options into a builder style delegate.SynchronizeableQuery A unifying interface for queries which can define tables (query spaces) to synchronize on.Transaction Defines the contract for abstracting applications from the configured underlying means of transaction management.TransientObjectException Thrown when the user passes a transient instance to a Session method that expects a persistent instance.TypeHelper Provides access to the variousType
instances associated with theSessionFactory
.UnknownProfileException Used to indicate a request against an unknown profile name.UnresolvableObjectException Thrown when Hibernate could not resolve an object by id, especially when loading an association. -
Classes in org.hibernate used by org.hibernate.action.spi Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.annotations Class Description CacheMode Controls how the session interacts with the second-level cache and query cache.EntityMode Defines the representation modes available for entities.FetchMode Represents an association fetching strategy. -
Classes in org.hibernate used by org.hibernate.boot Class Description ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection.CustomEntityDirtinessStrategy During a flush cycle, Hibernate needs to determine which of the entities associated with aSession
.EntityMode Defines the representation modes available for entities.EntityNameResolver Contract for resolving an entity-name from a given entity instance.HibernateException The base exception type for Hibernate exceptions.Interceptor Allows user code to inspect and/or change property values.InvalidMappingException Thrown when a mapping is found to be invalid.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.MultiTenancyStrategy Describes the methods for multi-tenancy understood by Hibernate.NullPrecedence Defines precedence of null values withinORDER BY
clause.SessionFactory The main contract here is the creation ofSession
instances.SessionFactoryObserver Allows reaction to basicSessionFactory
occurrences. -
Classes in org.hibernate used by org.hibernate.boot.archive.spi Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.boot.jaxb.hbm.spi Class Description CacheMode Controls how the session interacts with the second-level cache and query cache.EntityMode Defines the representation modes available for entities.FlushMode Represents a flushing strategy.LockMode Instances represent a lock mode for a row of a relational database table. -
Classes in org.hibernate used by org.hibernate.boot.model.naming Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.boot.model.source.spi Class Description EntityMode Defines the representation modes available for entities. -
Classes in org.hibernate used by org.hibernate.boot.registry.classloading.spi Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.boot.registry.selector.spi Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.boot.spi Class Description ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection.CustomEntityDirtinessStrategy During a flush cycle, Hibernate needs to determine which of the entities associated with aSession
.DuplicateMappingException Raised whenever a duplicate for a certain type occurs.EntityMode Defines the representation modes available for entities.EntityNameResolver Contract for resolving an entity-name from a given entity instance.HibernateException The base exception type for Hibernate exceptions.Interceptor Allows user code to inspect and/or change property values.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.MultiTenancyStrategy Describes the methods for multi-tenancy understood by Hibernate.NullPrecedence Defines precedence of null values withinORDER BY
clause.SessionFactory The main contract here is the creation ofSession
instances.SessionFactoryObserver Allows reaction to basicSessionFactory
occurrences. -
Classes in org.hibernate used by org.hibernate.bytecode.enhance.spi Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.bytecode.enhance.spi.interceptor Class Description Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
Classes in org.hibernate used by org.hibernate.bytecode.spi Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.cache Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.cache.spi Class Description Cache Provides an API for querying/managing the second level cache regions.Filter Type definition of Filter.HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.cache.spi.access Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.cache.spi.entry Class Description HibernateException The base exception type for Hibernate exceptions.Interceptor Allows user code to inspect and/or change property values. -
Classes in org.hibernate used by org.hibernate.cfg Class Description AnnotationException Annotation related exception.ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection.EntityMode Defines the representation modes available for entities.FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.Interceptor Allows user code to inspect and/or change property values.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.MultiTenancyStrategy Describes the methods for multi-tenancy understood by Hibernate.NullPrecedence Defines precedence of null values withinORDER BY
clause.SessionEventListener NOTE : Consider this an incubating API, likely to change as wider usage indicates changes that need to be madeSessionFactory The main contract here is the creation ofSession
instances.SessionFactoryObserver Allows reaction to basicSessionFactory
occurrences. -
Classes in org.hibernate used by org.hibernate.cfg.annotations Class Description CacheMode Controls how the session interacts with the second-level cache and query cache.FlushMode Represents a flushing strategy.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings. -
Classes in org.hibernate used by org.hibernate.cfg.beanvalidation Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.classic Class Description CallbackException Intended to be thrown fromLifecycle
andInterceptor
callbacks.Session The main runtime interface between a Java application and Hibernate. -
Classes in org.hibernate used by org.hibernate.collection.spi Class Description HibernateException The base exception type for Hibernate exceptions.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
Classes in org.hibernate used by org.hibernate.context Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.context.spi Class Description HibernateException The base exception type for Hibernate exceptions.Session The main runtime interface between a Java application and Hibernate.SessionBuilder Represents a consolidation of all session creation options into a builder style delegate. -
Classes in org.hibernate used by org.hibernate.criterion Class Description Criteria Criteria is a simplified API for retrieving entities by composing Criterion objects.FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.NullPrecedence Defines precedence of null values withinORDER BY
clause.Session The main runtime interface between a Java application and Hibernate. -
Classes in org.hibernate used by org.hibernate.dialect Class Description HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.NullPrecedence Defines precedence of null values withinORDER BY
clause.ScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults
. -
Classes in org.hibernate used by org.hibernate.dialect.function Class Description QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
Classes in org.hibernate used by org.hibernate.dialect.identity Class Description MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings. -
Classes in org.hibernate used by org.hibernate.dialect.lock Class Description HibernateException The base exception type for Hibernate exceptions.JDBCException Wraps aSQLException
.LockMode Instances represent a lock mode for a row of a relational database table.StaleObjectStateException A specialized StaleStateException that carries information about the particular entity instance that was the source of the failure. -
Classes in org.hibernate used by org.hibernate.engine Class Description JDBCException Wraps aSQLException
. -
Classes in org.hibernate used by org.hibernate.engine.jdbc.dialect.spi Class Description HibernateException The base exception type for Hibernate exceptions.JDBCException Wraps aSQLException
. -
Classes in org.hibernate used by org.hibernate.engine.jdbc.spi Class Description ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection.JDBCException Wraps aSQLException
.ScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults
. -
Classes in org.hibernate used by org.hibernate.engine.jndi Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.engine.query Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.engine.query.spi Class Description Filter Type definition of Filter.HibernateException The base exception type for Hibernate exceptions.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
Classes in org.hibernate used by org.hibernate.engine.query.spi.sql Class Description LockMode Instances represent a lock mode for a row of a relational database table. -
Classes in org.hibernate used by org.hibernate.engine.spi Class Description Cache Provides an API for querying/managing the second level cache regions.CacheMode Controls how the session interacts with the second-level cache and query cache.ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection.Criteria Criteria is a simplified API for retrieving entities by composing Criterion objects.CustomEntityDirtinessStrategy During a flush cycle, Hibernate needs to determine which of the entities associated with aSession
.EntityMode Defines the representation modes available for entities.EntityNameResolver Contract for resolving an entity-name from a given entity instance.Filter Type definition of Filter.FlushMode Represents a flushing strategy.HibernateException The base exception type for Hibernate exceptions.IdentifierLoadAccess Loads an entity by its primary identifier.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.Interceptor Allows user code to inspect and/or change property values.JDBCException Wraps aSQLException
.LobHelper Asession's
helper for creating LOB data.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.MultiIdentifierLoadAccess Loads multiple entities at once by identifiers, ultimately via one of theMultiIdentifierLoadAccess.multiLoad(K...)
methods, using the various options specified (if any)NaturalIdLoadAccess Loads an entity by its natural identifier.PropertyValueException Thrown when the (illegal) value of a property can not be persisted.Query Deprecated.(since 5.2) useQuery
insteadQueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.ReplicationMode Represents a replication strategy.ScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults
.Session The main runtime interface between a Java application and Hibernate.Session.LockRequest Contains locking details (LockMode, Timeout and Scope).SessionBuilder Represents a consolidation of all session creation options into a builder style delegate.SessionEventListener NOTE : Consider this an incubating API, likely to change as wider usage indicates changes that need to be madeSessionFactory The main contract here is the creation ofSession
instances.SessionFactoryObserver Allows reaction to basicSessionFactory
occurrences.SharedSessionBuilder SpecializedSessionBuilder
with access to stuff from another session.SharedSessionContract Contract methods shared betweenSession
andStatelessSession
.SimpleNaturalIdLoadAccess Loads an entity by its natural identifier.StatelessSession A command-oriented API for performing bulk operations against a database.StatelessSessionBuilder Represents a consolidation of all stateless session creation options into a builder style delegate.Transaction Defines the contract for abstracting applications from the configured underlying means of transaction management.TypeHelper Provides access to the variousType
instances associated with theSessionFactory
.UnknownProfileException Used to indicate a request against an unknown profile name. -
Classes in org.hibernate used by org.hibernate.engine.transaction.jta.platform.spi Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.engine.transaction.spi Class Description HibernateException The base exception type for Hibernate exceptions.Transaction Defines the contract for abstracting applications from the configured underlying means of transaction management. -
Classes in org.hibernate used by org.hibernate.envers Class Description HibernateException The base exception type for Hibernate exceptions.Session The main runtime interface between a Java application and Hibernate. -
Classes in org.hibernate used by org.hibernate.envers.boot.spi Class Description Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
Classes in org.hibernate used by org.hibernate.envers.exception Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.envers.query Class Description CacheMode Controls how the session interacts with the second-level cache and query cache.FlushMode Represents a flushing strategy.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.LockMode Instances represent a lock mode for a row of a relational database table. -
Classes in org.hibernate used by org.hibernate.envers.strategy Class Description Session The main runtime interface between a Java application and Hibernate. -
Classes in org.hibernate used by org.hibernate.envers.strategy.spi Class Description Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.Session The main runtime interface between a Java application and Hibernate. -
Classes in org.hibernate used by org.hibernate.event.service.spi Class Description HibernateException The base exception type for Hibernate exceptions.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
Classes in org.hibernate used by org.hibernate.event.spi Class Description HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).ReplicationMode Represents a replication strategy.Session The main runtime interface between a Java application and Hibernate.SharedSessionContract Contract methods shared betweenSession
andStatelessSession
. -
Classes in org.hibernate used by org.hibernate.exception Class Description HibernateException The base exception type for Hibernate exceptions.JDBCException Wraps aSQLException
. -
Classes in org.hibernate used by org.hibernate.exception.spi Class Description HibernateException The base exception type for Hibernate exceptions.JDBCException Wraps aSQLException
. -
Classes in org.hibernate used by org.hibernate.graph Class Description HibernateException The base exception type for Hibernate exceptions.Session The main runtime interface between a Java application and Hibernate. -
Classes in org.hibernate used by org.hibernate.hql.spi Class Description HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
Classes in org.hibernate used by org.hibernate.hql.spi.id Class Description JDBCException Wraps aSQLException
. -
Classes in org.hibernate used by org.hibernate.id Class Description FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings. -
Classes in org.hibernate used by org.hibernate.id.enhanced Class Description HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings. -
Classes in org.hibernate used by org.hibernate.jdbc Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.jpa Class Description Metamodel Query Deprecated.(since 5.2) useQuery
insteadSession The main runtime interface between a Java application and Hibernate. -
Classes in org.hibernate used by org.hibernate.jpa.spi Class Description LockOptions Contains locking details (LockMode, Timeout and Scope).Query Deprecated.(since 5.2) useQuery
instead -
Classes in org.hibernate used by org.hibernate.loader Class Description FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
Classes in org.hibernate used by org.hibernate.loader.collection Class Description FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings. -
Classes in org.hibernate used by org.hibernate.loader.collection.plan Class Description HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings. -
Classes in org.hibernate used by org.hibernate.loader.criteria Class Description Criteria Criteria is a simplified API for retrieving entities by composing Criterion objects.FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.ScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults
. -
Classes in org.hibernate used by org.hibernate.loader.custom Class Description HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
Classes in org.hibernate used by org.hibernate.loader.custom.sql Class Description HibernateException The base exception type for Hibernate exceptions.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
Classes in org.hibernate used by org.hibernate.loader.entity Class Description FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings. -
Classes in org.hibernate used by org.hibernate.loader.entity.plan Class Description HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope). -
Classes in org.hibernate used by org.hibernate.loader.hql Class Description HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
Classes in org.hibernate used by org.hibernate.loader.plan.exec.process.spi Class Description LockMode Instances represent a lock mode for a row of a relational database table. -
Classes in org.hibernate used by org.hibernate.loader.plan.exec.query.spi Class Description LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope). -
Classes in org.hibernate used by org.hibernate.loader.plan.exec.spi Class Description LockMode Instances represent a lock mode for a row of a relational database table. -
Classes in org.hibernate used by org.hibernate.loader.plan.spi Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.mapping Class Description EntityMode Defines the representation modes available for entities.FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.PropertyNotFoundException Indicates that an expected getter or setter method could not be found on a class. -
Classes in org.hibernate used by org.hibernate.metadata Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.metamodel.model.domain Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.metamodel.spi Class Description EntityNameResolver Contract for resolving an entity-name from a given entity instance.Metamodel -
Classes in org.hibernate used by org.hibernate.persister.collection Class Description FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
Classes in org.hibernate used by org.hibernate.persister.entity Class Description EntityMode Defines the representation modes available for entities.FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
Classes in org.hibernate used by org.hibernate.persister.spi Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.persister.walking.spi Class Description HibernateError Marks a group of exceptions that generally indicate an internal Hibernate error or bug.HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.procedure Class Description BasicQueryContract Deprecated.(since 5.2) useCommonQueryContract
instead.HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.Session The main runtime interface between a Java application and Hibernate.SynchronizeableQuery A unifying interface for queries which can define tables (query spaces) to synchronize on. -
Classes in org.hibernate used by org.hibernate.procedure.spi Class Description BasicQueryContract Deprecated.(since 5.2) useCommonQueryContract
instead.Query Deprecated.(since 5.2) useQuery
insteadSynchronizeableQuery A unifying interface for queries which can define tables (query spaces) to synchronize on. -
Classes in org.hibernate used by org.hibernate.property.access.spi Class Description EntityMode Defines the representation modes available for entities.HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.proxy Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.proxy.map Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.proxy.pojo.bytebuddy Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.query Class Description BasicQueryContract Deprecated.(since 5.2) useCommonQueryContract
instead.CacheMode Controls how the session interacts with the second-level cache and query cache.FlushMode Represents a flushing strategy.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.Query Deprecated.(since 5.2) useQuery
insteadScrollableResults A result iterator that allows moving around within the results by arbitrary increments.ScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults
.SQLQuery Deprecated.(since 5.2) useNativeQuery
instead.SQLQuery.FetchReturn Deprecated.Allows access to further control how join fetch returns are mapped back from result sets.SQLQuery.RootReturn Deprecated.Allows access to further control how root returns are mapped back from result sets.SynchronizeableQuery A unifying interface for queries which can define tables (query spaces) to synchronize on. -
Classes in org.hibernate used by org.hibernate.query.procedure Class Description Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
Classes in org.hibernate used by org.hibernate.query.procedure.spi Class Description Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
Classes in org.hibernate used by org.hibernate.query.spi Class Description BasicQueryContract Deprecated.(since 5.2) useCommonQueryContract
instead.CacheMode Controls how the session interacts with the second-level cache and query cache.FlushMode Represents a flushing strategy.HibernateException The base exception type for Hibernate exceptions.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.Query Deprecated.(since 5.2) useQuery
insteadScrollableResults A result iterator that allows moving around within the results by arbitrary increments.SQLQuery Deprecated.(since 5.2) useNativeQuery
instead.SQLQuery.RootReturn Deprecated.Allows access to further control how root returns are mapped back from result sets.SynchronizeableQuery A unifying interface for queries which can define tables (query spaces) to synchronize on. -
Classes in org.hibernate used by org.hibernate.resource.jdbc.spi Class Description ConnectionAcquisitionMode Indicates the manner in which JDBC Connections should be acquired.ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection. -
Classes in org.hibernate used by org.hibernate.resource.transaction Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.resource.transaction.spi Class Description ConnectionAcquisitionMode Indicates the manner in which JDBC Connections should be acquired.ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection. -
Classes in org.hibernate used by org.hibernate.result Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.secure.spi Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.service Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.service.spi Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.spatial.criterion Class Description Criteria Criteria is a simplified API for retrieving entities by composing Criterion objects.HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.spatial.dialect.db2 Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.spatial.dialect.mysql Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.spatial.dialect.oracle.criterion Class Description Criteria Criteria is a simplified API for retrieving entities by composing Criterion objects.HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.sql Class Description LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
Classes in org.hibernate used by org.hibernate.sql.ast Class Description Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
Classes in org.hibernate used by org.hibernate.sql.ordering.antlr Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.stat Class Description SessionFactory The main contract here is the creation ofSession
instances. -
Classes in org.hibernate used by org.hibernate.testing.junit4 Class Description HibernateException The base exception type for Hibernate exceptions.Interceptor Allows user code to inspect and/or change property values.Session The main runtime interface between a Java application and Hibernate.StatelessSession A command-oriented API for performing bulk operations against a database. -
Classes in org.hibernate used by org.hibernate.testing.orm.junit Class Description Interceptor Allows user code to inspect and/or change property values.SessionBuilder Represents a consolidation of all session creation options into a builder style delegate.StatelessSession A command-oriented API for performing bulk operations against a database. -
Classes in org.hibernate used by org.hibernate.testing.orm.transaction Class Description StatelessSession A command-oriented API for performing bulk operations against a database. -
Classes in org.hibernate used by org.hibernate.testing.transaction Class Description Session The main runtime interface between a Java application and Hibernate.SessionBuilder Represents a consolidation of all session creation options into a builder style delegate.SessionFactory The main contract here is the creation ofSession
instances.StatelessSession A command-oriented API for performing bulk operations against a database. -
Classes in org.hibernate used by org.hibernate.tool.hbm2ddl Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.tool.schema.ast Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.tool.schema.extract.spi Class Description HibernateException The base exception type for Hibernate exceptions.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
Classes in org.hibernate used by org.hibernate.tool.schema.spi Class Description HibernateException The base exception type for Hibernate exceptions.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
Classes in org.hibernate used by org.hibernate.tuple Class Description FetchMode Represents an association fetching strategy.Session The main runtime interface between a Java application and Hibernate. -
Classes in org.hibernate used by org.hibernate.tuple.component Class Description EntityMode Defines the representation modes available for entities.FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.tuple.entity Class Description EntityMode Defines the representation modes available for entities.EntityNameResolver Contract for resolving an entity-name from a given entity instance.HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.type Class Description EntityMode Defines the representation modes available for entities.FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings. -
Classes in org.hibernate used by org.hibernate.type.descriptor.java Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.type.spi Class Description Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.SessionFactory The main contract here is the creation ofSession
instances.SessionFactoryObserver Allows reaction to basicSessionFactory
occurrences. -
Classes in org.hibernate used by org.hibernate.usertype Class Description HibernateException The base exception type for Hibernate exceptions.