Uses of Package
org.hibernate
-
Classes in org.hibernate used by org.hibernate Class Description Cache An API for directly querying and managing the second level cache.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 Allows control over an enabled filter at runtime.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 certain of packages, types, etc.Interceptor Allows user code to inspect and/or change entity property values before they are written to the database, or after the are read from the database.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 used bySession.replicate(Object, ReplicationMode)
.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 Allows creation of a newSession
with specific options.SessionEventListener NOTE : Consider this an incubating API, likely to change as wider usage indicates changes that need to be madeSessionFactory ASessionFactory
represents an "instance" of Hibernate: it maintains the runtime metamodel representing persistent entities, their attributes, their associations, and their mappings to relational database tables, along with configuration that affects the runtime behavior of Hibernate, and instances of services that Hibernate needs to perform its duties.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.TimeZoneStorageStrategy Describes the storage strategies understood by Hibernate.Transaction Represents a resource-local transaction, where resource-local is interpreted by Hibernate to mean any transaction under the control of Hibernate.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.FetchMode Represents an association fetching strategy.Incubating Marks certain of packages, types, etc. -
Classes in org.hibernate used by org.hibernate.boot Class Description CustomEntityDirtinessStrategy During a flush cycle, Hibernate needs to determine which of the entities associated with aSession
are dirty, meaning modified.EntityNameResolver An object capable of determining the entity name for a given entity instance.HibernateException The base exception type for Hibernate exceptions.Interceptor Allows user code to inspect and/or change entity property values before they are written to the database, or after the are read from the database.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.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 ASessionFactory
represents an "instance" of Hibernate: it maintains the runtime metamodel representing persistent entities, their attributes, their associations, and their mappings to relational database tables, along with configuration that affects the runtime behavior of Hibernate, and instances of services that Hibernate needs to perform its duties.SessionFactoryObserver Allows reaction to basicSessionFactory
lifecycle events. -
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.convert.spi Class Description Incubating Marks certain of packages, types, etc. -
Classes in org.hibernate used by org.hibernate.boot.model.naming Class Description HibernateException The base exception type for Hibernate exceptions.Incubating Marks certain of packages, types, etc. -
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 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.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.CustomEntityDirtinessStrategy During a flush cycle, Hibernate needs to determine which of the entities associated with aSession
are dirty, meaning modified.DuplicateMappingException Raised whenever a duplicate for a certain type occurs.EntityNameResolver An object capable of determining the entity name for a given entity instance.FlushMode Represents a flushing strategy.HibernateException The base exception type for Hibernate exceptions.Incubating Marks certain of packages, types, etc.Interceptor Allows user code to inspect and/or change entity property values before they are written to the database, or after the are read from the database.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).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.SessionFactory ASessionFactory
represents an "instance" of Hibernate: it maintains the runtime metamodel representing persistent entities, their attributes, their associations, and their mappings to relational database tables, along with configuration that affects the runtime behavior of Hibernate, and instances of services that Hibernate needs to perform its duties.SessionFactoryObserver Allows reaction to basicSessionFactory
lifecycle events.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 certain of packages, types, etc. -
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 An API for directly querying and managing the second level cache.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. -
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 entity property values before they are written to the database, or after the are read from the database. -
Classes in org.hibernate used by org.hibernate.cfg Class Description AnnotationException Annotation related exception.FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.Interceptor Allows user code to inspect and/or change entity property values before they are written to the database, or after the are read from the database.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 ASessionFactory
represents an "instance" of Hibernate: it maintains the runtime metamodel representing persistent entities, their attributes, their associations, and their mappings to relational database tables, along with configuration that affects the runtime behavior of Hibernate, and instances of services that Hibernate needs to perform its duties.SessionFactoryObserver Allows reaction to basicSessionFactory
lifecycle events. -
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 certain of packages, types, etc.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 Allows creation of a newSession
with specific options. -
Classes in org.hibernate used by org.hibernate.dialect Class Description Incubating Marks certain of packages, types, etc.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.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 certain of packages, types, etc. -
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.CustomEntityDirtinessStrategy During a flush cycle, Hibernate needs to determine which of the entities associated with aSession
are dirty, meaning modified.Filter Allows control over an enabled filter at runtime.FlushMode Represents a flushing strategy.HibernateException The base exception type for Hibernate exceptions.IdentifierLoadAccess Loads an entity by its primary identifier.Incubating Marks certain of packages, types, etc.Interceptor Allows user code to inspect and/or change entity property values before they are written to the database, or after the are read from the database.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.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 used bySession.replicate(Object, ReplicationMode)
.Session The main runtime interface between a Java application and Hibernate.Session.LockRequest Contains locking details (LockMode, Timeout and Scope).SessionBuilder Allows creation of a newSession
with specific options.SessionEventListener NOTE : Consider this an incubating API, likely to change as wider usage indicates changes that need to be madeSessionFactory ASessionFactory
represents an "instance" of Hibernate: it maintains the runtime metamodel representing persistent entities, their attributes, their associations, and their mappings to relational database tables, along with configuration that affects the runtime behavior of Hibernate, and instances of services that Hibernate needs to perform its duties.SessionFactoryObserver Allows reaction to basicSessionFactory
lifecycle events.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 Represents a resource-local transaction, where resource-local is interpreted by Hibernate to mean any transaction under the control of Hibernate.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 Represents a resource-local transaction, where resource-local is interpreted by Hibernate to mean any transaction under the control of Hibernate. -
Classes in org.hibernate used by org.hibernate.event.service.spi Class Description HibernateException The base exception type for Hibernate exceptions.Incubating Marks certain of packages, types, etc. -
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 used bySession.replicate(Object, ReplicationMode)
.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 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 certain of packages, types, etc. -
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 certain of packages, types, etc. -
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.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 certain of packages, types, etc.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 certain of packages, types, etc.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 certain of packages, types, etc. -
Classes in org.hibernate used by org.hibernate.metamodel.mapping Class Description Filter Allows control over an enabled filter at runtime.Incubating Marks certain of packages, types, etc.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.spi Class Description Incubating Marks certain of packages, types, etc.SessionFactory ASessionFactory
represents an "instance" of Hibernate: it maintains the runtime metamodel representing persistent entities, their attributes, their associations, and their mappings to relational database tables, along with configuration that affects the runtime behavior of Hibernate, and instances of services that Hibernate needs to perform its duties. -
Classes in org.hibernate used by org.hibernate.metamodel.model.domain Class Description HibernateException The base exception type for Hibernate exceptions.Incubating Marks certain of packages, types, etc. -
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 An object capable of determining the entity name for a given entity instance.Incubating Marks certain of packages, types, etc.Metamodel Deprecated.PreferJpaMetamodel
-
Classes in org.hibernate used by org.hibernate.persister.collection Class Description FetchMode Represents an association fetching strategy.Filter Allows control over an enabled filter at runtime.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 Allows control over an enabled filter at runtime.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.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. -
Classes in org.hibernate used by org.hibernate.procedure.spi Class Description Incubating Marks certain of packages, types, etc.Session The main runtime interface between a Java application and Hibernate. -
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.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 certain of packages, types, etc.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 certain of packages, types, etc. -
Classes in org.hibernate used by org.hibernate.query.hql.spi Class Description CacheMode Controls how the session interacts with the second-level cache and query cache.FlushMode Represents a flushing strategy.Incubating Marks certain of packages, types, etc.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.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 certain of packages, types, etc. -
Classes in org.hibernate used by org.hibernate.query.procedure Class Description Incubating Marks certain of packages, types, etc. -
Classes in org.hibernate used by org.hibernate.query.results Class Description HibernateException The base exception type for Hibernate exceptions.Incubating Marks certain of packages, types, etc.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 certain of packages, types, etc.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 callsQuery.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 certain of packages, types, etc.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 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.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 certain of packages, types, etc.LockOptions Contains locking details (LockMode, Timeout and Scope). -
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.expression 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.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 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).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 certain of packages, types, etc. -
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.ast.tree.expression Class Description Incubating Marks certain of packages, types, etc. -
Classes in org.hibernate used by org.hibernate.sql.ast.tree.from Class Description HibernateException The base exception type for Hibernate exceptions. -
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 certain of packages, types, etc.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 Incubating Marks certain of packages, types, etc.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 certain of packages, types, etc. -
Classes in org.hibernate used by org.hibernate.sql.results.spi Class Description Incubating Marks certain of packages, types, etc. -
Classes in org.hibernate used by org.hibernate.tool.schema.extract.spi Class Description HibernateException The base exception type for Hibernate exceptions.Incubating Marks certain of packages, types, etc. -
Classes in org.hibernate used by org.hibernate.tool.schema.spi Class Description HibernateException The base exception type for Hibernate exceptions.Incubating Marks certain of packages, types, etc.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 certain of packages, types, etc.Session The main runtime interface between a Java application and Hibernate. -
Classes in org.hibernate used by org.hibernate.tuple.entity Class Description 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.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. -
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 certain of packages, types, etc.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 certain of packages, types, etc.SessionFactory ASessionFactory
represents an "instance" of Hibernate: it maintains the runtime metamodel representing persistent entities, their attributes, their associations, and their mappings to relational database tables, along with configuration that affects the runtime behavior of Hibernate, and instances of services that Hibernate needs to perform its duties.SessionFactoryObserver Allows reaction to basicSessionFactory
lifecycle events. -
Classes in org.hibernate used by org.hibernate.usertype Class Description HibernateException The base exception type for Hibernate exceptions.Incubating Marks certain of packages, types, etc.