Uses of Package
org.hibernate
-
Classes in org.hibernate used by org.hibernate 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.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.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.FetchMode Represents an association fetching strategy.Filter Type definition of Filter.FlushMode Represents a flushing strategy.Hibernate.CollectionInterface Operations for obtaining references to persistent collections of a certain type.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.NaturalIdMultiLoadAccess Defines the ability to load multiple entities by simple natural-id simultaneously.NotImplementedYetException Marker interface for exceptions that indicate that something hasn't been implemented yet for a certain versionPropertyAccessException A problem occurred accessing a property of an instance of a persistent class by reflection, or via enhanced entities.QueryException 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.SharedSessionBuilder SpecializedSessionBuilder
with access to stuff from another session.SharedSessionContract Declares operations that are common betweenSession
andStatelessSession
.SimpleNaturalIdLoadAccess Loads an entity by its natural identifier.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.TimeZoneStorageStrategy Describes the storage strategies understood by Hibernate.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.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.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
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
.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.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.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.query Class Description CacheMode Controls how the session interacts with the second-level cache and query cache.FlushMode Represents a flushing strategy.LockOptions Contains locking details (LockMode, Timeout and Scope). -
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 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.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.EntityNameResolver Contract for resolving an entity-name from a given entity instance.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.Interceptor Allows user code to inspect and/or change property values.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.SessionFactory The main contract here is the creation ofSession
instances.SessionFactoryObserver Allows reaction to basicSessionFactory
occurrences.TimeZoneStorageStrategy Describes the storage strategies understood by Hibernate. -
Classes in org.hibernate used by org.hibernate.boot.xsd Class Description Internal Annotation used to identify a package, class, interface or method as "internal", meaning that applications should expect no guarantees with regard to the binary stability from release to release. -
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.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.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.Internal Annotation used to identify a package, class, interface or method as "internal", meaning that applications should expect no guarantees with regard to the binary stability from release to release.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.TimeZoneStorageStrategy Describes the storage strategies understood by Hibernate. -
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.LockMode Instances represent a lock mode for a row of a relational database table. -
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.dialect Class Description 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).ScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults
. -
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.dialect.pagination Class Description LockOptions Contains locking details (LockMode, Timeout and Scope). -
Classes in org.hibernate used by org.hibernate.dialect.sequence 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.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 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 Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
Classes in org.hibernate used by org.hibernate.engine.spi Class Description 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.CustomEntityDirtinessStrategy During a flush cycle, Hibernate needs to determine which of the entities associated with aSession
.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.NaturalIdMultiLoadAccess Defines the ability to load multiple entities by simple natural-id simultaneously.PropertyValueException Thrown when the (illegal) value of a property can not be persisted.ReplicationMode Represents a replication strategy.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 Declares operations that are common 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.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.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 Declares operations that are common 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.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.id.factory.spi Class Description Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
Classes in org.hibernate used by org.hibernate.id.uuid Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.integrator.spi Class Description Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
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 Deprecated.(since 6.0) PreferJpaMetamodel
Session The main runtime interface between a Java application and Hibernate. -
Classes in org.hibernate used by org.hibernate.jpa.boot.spi Class Description Internal Annotation used to identify a package, class, interface or method as "internal", meaning that applications should expect no guarantees with regard to the binary stability from release to release. -
Classes in org.hibernate used by org.hibernate.loader Class Description HibernateException The base exception type for Hibernate exceptions.SharedSessionContract Declares operations that are common betweenSession
andStatelessSession
. -
Classes in org.hibernate used by org.hibernate.loader.access Class Description CacheMode Controls how the session interacts with the second-level cache and query cache.IdentifierLoadAccess Loads an entity by its primary identifier.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.Internal Annotation used to identify a package, class, interface or method as "internal", meaning that applications should expect no guarantees with regard to the binary stability from release to release.LockOptions Contains locking details (LockMode, Timeout and Scope).NaturalIdLoadAccess Loads an entity by its natural identifier.SimpleNaturalIdLoadAccess Loads an entity by its natural identifier. -
Classes in org.hibernate used by org.hibernate.loader.ast.spi Class Description LockOptions Contains locking details (LockMode, Timeout and Scope). -
Classes in org.hibernate used by org.hibernate.loader.entity Class Description 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). -
Classes in org.hibernate used by org.hibernate.mapping Class Description FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.Internal Annotation used to identify a package, class, interface or method as "internal", meaning that applications should expect no guarantees with regard to the binary stability from release to release.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.TimeZoneStorageStrategy Describes the storage strategies understood by Hibernate. -
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 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.metamodel.mapping Class Description Filter Type definition of Filter.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.Internal Annotation used to identify a package, class, interface or method as "internal", meaning that applications should expect no guarantees with regard to the binary stability from release to release. -
Classes in org.hibernate used by org.hibernate.metamodel.mapping.ordering.ast Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.metamodel.model.convert Class Description SessionFactory The main contract here is the creation ofSession
instances. -
Classes in org.hibernate used by org.hibernate.metamodel.model.convert.spi Class Description Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
Classes in org.hibernate used by org.hibernate.metamodel.model.domain 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.metamodel.relational 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.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.Metamodel Deprecated.(since 6.0) PreferJpaMetamodel
-
Classes in org.hibernate used by org.hibernate.persister.collection Class Description FetchMode Represents an association fetching strategy.Filter Type definition of Filter.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 FetchMode Represents an association fetching strategy.Filter Type definition of Filter.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 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.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 Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.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.property.access.spi Class Description 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 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.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.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
.SharedSessionContract Declares operations that are common betweenSession
andStatelessSession
. -
Classes in org.hibernate used by org.hibernate.query.hql 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.query.hql.spi Class Description Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.LockOptions Contains locking details (LockMode, Timeout and Scope). -
Classes in org.hibernate used by org.hibernate.query.named Class Description 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. -
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.results Class Description HibernateException The base exception type for Hibernate exceptions.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.Internal Annotation used to identify a package, class, interface or method as "internal", meaning that applications should expect no guarantees with regard to the binary stability from release to release.LockMode Instances represent a lock mode for a row of a relational database table. -
Classes in org.hibernate used by org.hibernate.query.results.complete Class Description LockMode Instances represent a lock mode for a row of a relational database table. -
Classes in org.hibernate used by org.hibernate.query.results.dynamic Class Description LockMode Instances represent a lock mode for a row of a relational database table. -
Classes in org.hibernate used by org.hibernate.query.spi Class Description 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).NonUniqueResultException Thrown when the application calls Query.uniqueResult() and the query returned more than one result.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
. -
Classes in org.hibernate used by org.hibernate.query.sql.spi 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.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.query.sqm Class Description HibernateException The base exception type for Hibernate exceptions.Internal Annotation used to identify a package, class, interface or method as "internal", meaning that applications should expect no guarantees with regard to the binary stability from release to release.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
Classes in org.hibernate used by org.hibernate.query.sqm.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.sqm.sql Class Description HibernateException The base exception type for Hibernate exceptions.Internal Annotation used to identify a package, class, interface or method as "internal", meaning that applications should expect no guarantees with regard to the binary stability from release to release.LockMode Instances represent a lock mode for a row of a relational database table. -
Classes in org.hibernate used by org.hibernate.query.sqm.tree.from Class Description HibernateException The base exception type for Hibernate exceptions. -
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.result 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.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 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.sql.ast.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.sql.exec 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.sql.exec.spi Class Description Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.ScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults
. -
Classes in org.hibernate used by org.hibernate.sql.results Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.sql.results.graph Class Description LockMode Instances represent a lock mode for a row of a relational database table. -
Classes in org.hibernate used by org.hibernate.sql.results.graph.basic Class Description Internal Annotation used to identify a package, class, interface or method as "internal", meaning that applications should expect no guarantees with regard to the binary stability from release to release. -
Classes in org.hibernate used by org.hibernate.sql.results.graph.entity Class Description LockMode Instances represent a lock mode for a row of a relational database table. -
Classes in org.hibernate used by org.hibernate.sql.results.graph.tuple Class Description Internal Annotation used to identify a package, class, interface or method as "internal", meaning that applications should expect no guarantees with regard to the binary stability from release to release. -
Classes in org.hibernate used by org.hibernate.sql.results.jdbc.spi Class Description Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
Classes in org.hibernate used by org.hibernate.sql.results.spi Class Description Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
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.Internal Annotation used to identify a package, class, interface or method as "internal", meaning that applications should expect no guarantees with regard to the binary stability from release to release. -
Classes in org.hibernate used by org.hibernate.tuple Class Description FetchMode Represents an association fetching strategy.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.tuple.component Class Description FetchMode Represents an association fetching strategy. -
Classes in org.hibernate used by org.hibernate.tuple.entity Class Description 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 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.converter Class Description SharedSessionContract Declares operations that are common betweenSession
andStatelessSession
. -
Classes in org.hibernate used by org.hibernate.type.descriptor.java Class Description HibernateException The base exception type for Hibernate exceptions.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.SharedSessionContract Declares operations that are common betweenSession
andStatelessSession
. -
Classes in org.hibernate used by org.hibernate.type.descriptor.java.spi Class Description HibernateException The base exception type for Hibernate exceptions. -
Classes in org.hibernate used by org.hibernate.type.descriptor.jdbc Class Description TimeZoneStorageStrategy Describes the storage strategies understood by Hibernate. -
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.