Uses of Package
org.hibernate
-
Packages that use org.hibernate Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionandSessionFactory.org.hibernate.action.spi Defines SPI hooks into theActionQueue, mainly for registering customAfterTransactionCompletionProcessandBeforeTransactionCompletionProcesshooks.org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.binder This package defines an easy way to extend Hibernate with user-defined annotations that define customized O/R mappings of annotated entity attributes.org.hibernate.boot This package contains the contracts that make up the bootstrap API for Hibernate.org.hibernate.boot.archive.spi org.hibernate.boot.beanvalidation Support for integrating Jakarta Bean Validationorg.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.jaxb.mapping org.hibernate.boot.jaxb.mapping.marshall org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an understanding of the application's domain model (its entities, attributes, etc.) and the mapping of those "domain model parts" to the database.org.hibernate.boot.model.convert.spi org.hibernate.boot.model.naming Represents a proposed new approach to allowing hooks into the process of determining the name of database objects (tables, columns, constraints, etc).org.hibernate.boot.model.relational org.hibernate.boot.query Support for handling named queries during the bootstrap process.org.hibernate.boot.registry Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.org.hibernate.boot.registry.classloading.spi The class loading service SPI.org.hibernate.boot.registry.selector.spi Defines actual contract used for strategy selection :StrategySelector.org.hibernate.boot.spi org.hibernate.boot.xsd Support for XSD handlingorg.hibernate.bytecode.enhance.spi package defining bytecode code enhancement (instrumentation) support.org.hibernate.bytecode.enhance.spi.interceptor interceptor implementationsorg.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.cache This package defines the API of the second-level cache service.org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.org.hibernate.cache.spi.access Defines contracts for transactional and concurrent access to cached entity and collection data.org.hibernate.cache.spi.entry This package defines formats for disassembled state kept in the second level cache.org.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.classic This package historically provided backward-compatibility with Hibernate 2.1 APIs which were deprecated in Hibernate 3.org.hibernate.collection.spi SPI definitions for persistent collections.org.hibernate.context org.hibernate.context.spi SPI-level contracts around "current session" and "current tenant" support.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.aggregate org.hibernate.dialect.identity org.hibernate.dialect.lock Support for Dialect-specific locking strategiesorg.hibernate.dialect.pagination Support for Dialect-specific pagination strategiesorg.hibernate.dialect.sequence org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.engine.jdbc.dialect.spi Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.engine.jdbc.mutation Package defining support for performing mutation SQL (INSERT, UPDATE, DELETE) against an entity or collectionorg.hibernate.engine.jdbc.mutation.group org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.engine.jndi Support for JNDI within Hibernateorg.hibernate.engine.query org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.engine.transaction.jta.platform.spi org.hibernate.engine.transaction.spi org.hibernate.event.service.spi org.hibernate.event.spi org.hibernate.exception Defines certain very important flavors ofJDBCException, along with an SPI for interpreting product-specificSQLExceptions arising from a JDBC driver into something more uniform and meaningful.org.hibernate.exception.spi An SPI forDialect-specific exception interpretation and conversion.org.hibernate.generator This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.org.hibernate.graph Implements and extends the JPA-definedentity graphAPI.org.hibernate.id This package contains the built-in id generators, all of which implementIdentifierGeneratororPostInsertIdentifierGenerator.org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configurationorg.hibernate.id.factory org.hibernate.id.factory.spi org.hibernate.integrator.spi org.hibernate.jdbc Abstracts certain very specific aspects of the low-level interaction between Hibernate and JDBC.org.hibernate.jpa.boot.spi org.hibernate.jpa.spi org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.org.hibernate.loader.ast.spi org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metadata This package defines an API for accessing details about model mapping.org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.ordering.ast org.hibernate.metamodel.model.convert.spi org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.spi org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context eventsorg.hibernate.persister.spi org.hibernate.pretty Contains some functions for pretty-printing things for exception and log messages.org.hibernate.procedure Defines support for executing database stored procedures and functions and accessing its outputs.org.hibernate.procedure.spi org.hibernate.property.access.spi Integration contracts related withPropertyAccessStrategyorg.hibernate.proxy This package defines a framework for lazy-initializing entity proxies.org.hibernate.proxy.pojo.bytebuddy org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.criteria Hibernate's support for JPA criteria queries.org.hibernate.query.criteria.spi org.hibernate.query.derived org.hibernate.query.hql Package defining support for HQL queries (including supprt for JPQL as a subset of HQL).org.hibernate.query.hql.spi org.hibernate.query.named Support for named queriesorg.hibernate.query.procedure org.hibernate.query.results Support for defining result-set mappings used inNativeQueryandProcedureCall/StoredProcedureQuery.org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such as JPA'sSqlResultSetMappingor `hbm.xml` mapping<resultset/>.org.hibernate.query.results.dynamic Support for mutable result/fetch builder graphs nodes built dynamically via Hibernate'sNativeQueryAPIsorg.hibernate.query.spi org.hibernate.query.sql.spi org.hibernate.query.sqm org.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptorhandling.org.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.tree.domain org.hibernate.query.sqm.tree.expression org.hibernate.query.sqm.tree.from org.hibernate.query.sqm.tree.insert org.hibernate.relational Programmatic access to the schema management tool.org.hibernate.resource.jdbc.spi org.hibernate.resource.transaction Defines the resource-level transaction capabilities of Hibernate, which revolves around theTransactionCoordinatorcontract.org.hibernate.result Defines support for dealing with database results, accounting for mixed result sets and update counts hiding the complexity of how this is exposed via the JDBC API.org.hibernate.service Defines a framework for pluggable services, allowing for customization of key components of Hibernate, and abstraction of these components as SPI interfaces.org.hibernate.service.spi org.hibernate.spi A tiny SPI for dealing with compound names.org.hibernate.sql This package defines helper classes for rendering SQL fragments and SQL statements.org.hibernate.sql.ast Package defining a SQL AST for use in creating and executing various JDBC operationsorg.hibernate.sql.ast.spi Package defining support for creating and consuming SQL ASTorg.hibernate.sql.ast.tree.expression Contracts related to expressions in a SQL treeorg.hibernate.sql.ast.tree.from org.hibernate.sql.exec Package defining support for execution of SQL statements through JDBC.org.hibernate.sql.exec.spi org.hibernate.sql.model Package contains specialized SQL AST nodes and builders for table mutations for model parts originating from normal persistence-context events related to flush, etc.org.hibernate.sql.model.ast SQL AST extensions for model mutationsorg.hibernate.sql.results Package for processing JDBC ResultSets into hydrated domain model graphs based on a "load plan" defined by a "domain result graph" - one or moreDomainResultnodes with zero-or-moreFetchnodesorg.hibernate.sql.results.graph org.hibernate.sql.results.graph.basic org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.tuple org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi org.hibernate.tool.schema.extract.spi org.hibernate.tool.schema.spi org.hibernate.tuple Most contracts here have been replaced by Hibernate's mapping-model.org.hibernate.tuple.entity org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.descriptor.converter Support for handling JPAAttributeConverterinstances as part of the HibernateTypesystem.org.hibernate.type.descriptor.java Integrates a range of types defined by the JDK with the type system of Hibernate.org.hibernate.type.descriptor.java.spi org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types.org.hibernate.type.descriptor.sql org.hibernate.type.spi org.hibernate.usertype An API for user-defined custom types. -
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 or query cache.CallbackException Intended to be thrown fromLifecycleandInterceptorcallbacks.ConnectionAcquisitionMode Indicates the manner in which JDBC connections are acquired.ConnectionReleaseMode Enumerates various policies for releasing JDBC connections.CustomEntityDirtinessStrategy.AttributeChecker Responsible for identifying when attributes are dirty.CustomEntityDirtinessStrategy.AttributeInformation ProvidesCustomEntityDirtinessStrategy.AttributeCheckerwith 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 type for exceptions thrown by Hibernate.IdentifierLoadAccess Loads an entity by its primary identifier.Incubating Marks the annotated Java element as incubating, potentially recursively.Interceptor Allows user code to inspect and/or change entity property values before they are written to the database, or after they are read from the database.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely no guarantees with regard to the binary stability from release to release.JDBCException Wraps aSQLExceptionarising from the JDBC driver.LobHelper Asession'shelper for creating LOB data.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains a set of options describing how a row of a database table mapped by an entity should be locked.MappingException An exception that occurs while reading mapping sources, either XML or 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.PropertyAccessException 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, or some similar problem.ReplicationMode Deprecated.sinceSession.replicate(Object, ReplicationMode)is deprecatedScrollMode 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 Deprecated.simply construct aLockOptionsand pass it toSession.lock(Object, LockOptions).SessionBuilder Allows creation of a newSessionwith specific options.SessionEventListener Implemented by custom listeners that respond to low-level events involving interactions between theSessionand the database or second-level cache.SessionFactory ASessionFactoryrepresents 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 SpecializedSessionBuilderwith access to stuff from another session.SharedSessionContract Declares operations that are common betweenSessionandStatelessSession.SimpleNaturalIdLoadAccess Loads an entity by its natural identifier.StaleStateException Thrown when a version number or timestamp check failed, indicating that theSessioncontained stale data (when using long transactions with versioning).StatelessSession A command-oriented API often used for performing bulk operations against the database.StatelessSessionBuilder Represents a consolidation of all stateless session creation options into a builder style delegate.TimeZoneStorageStrategy Enumerates the possible storage strategies for offset or zoned datetimes.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 aSessionmethod 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 type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.annotations Class Description CacheMode Controls how the session interacts with the second-level cache or query cache.FetchMode Represents an association fetching strategy.Incubating Marks the annotated Java element as incubating, potentially recursively.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely no guarantees with regard to the binary stability from release to release.Remove Indicates that the annotated element is planned for removal as part of a deprecation process. -
Classes in org.hibernate used by org.hibernate.binder Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
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 aSessionare dirty, meaning modified.EntityNameResolver An object capable of determining the entity name for a given entity instance.HibernateException The base type for exceptions thrown by Hibernate.Interceptor Allows user code to inspect and/or change entity property values before they are written to the database, or after they are read from the database.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely 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, either XML or annotations, usually as a result of something screwy in the O/R mappings.Remove Indicates that the annotated element is planned for removal as part of a deprecation process.SessionFactory ASessionFactoryrepresents 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 basicSessionFactorylifecycle events. -
Classes in org.hibernate used by org.hibernate.boot.archive.spi Class Description HibernateException The base type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.boot.beanvalidation Class Description HibernateException The base type for exceptions thrown by Hibernate. -
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 or 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.jaxb.mapping Class Description CacheMode Controls how the session interacts with the second-level cache or query cache.FlushMode Represents a flushing strategy. -
Classes in org.hibernate used by org.hibernate.boot.jaxb.mapping.marshall Class Description CacheMode Controls how the session interacts with the second-level cache or query cache.FlushMode Represents a flushing strategy. -
Classes in org.hibernate used by org.hibernate.boot.model Class Description Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely no guarantees with regard to the binary stability from release to release. -
Classes in org.hibernate used by org.hibernate.boot.model.convert.spi Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.boot.model.naming Class Description HibernateException The base type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.boot.model.relational Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.boot.query Class Description CacheMode Controls how the session interacts with the second-level cache or query cache.FlushMode Represents a flushing strategy.LockOptions Contains a set of options describing how a row of a database table mapped by an entity should be locked. -
Classes in org.hibernate used by org.hibernate.boot.registry Class Description Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely 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 type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.boot.registry.selector.spi Class Description HibernateException The base type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.boot.spi Class Description CacheMode Controls how the session interacts with the second-level cache or query cache.CustomEntityDirtinessStrategy During a flush cycle, Hibernate needs to determine which of the entities associated with aSessionare dirty, meaning modified.DuplicateMappingException Raised whenever a duplicate for a certain type occurs, such as a duplicate class, table, or property name.EntityNameResolver An object capable of determining the entity name for a given entity instance.FlushMode Represents a flushing strategy.HibernateException The base type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively.Interceptor Allows user code to inspect and/or change entity property values before they are written to the database, or after they are read from the database.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely no guarantees with regard to the binary stability from release to release.LockOptions Contains a set of options describing how a row of a database table mapped by an entity should be locked.MappingException An exception that occurs while reading mapping sources, either XML or annotations, usually as a result of something screwy in the O/R mappings.SessionFactory ASessionFactoryrepresents 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 basicSessionFactorylifecycle events.TimeZoneStorageStrategy Enumerates the possible storage strategies for offset or zoned datetimes. -
Classes in org.hibernate used by org.hibernate.boot.xsd Class Description Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely 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 type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.bytecode.enhance.spi.interceptor Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.bytecode.spi Class Description HibernateException The base type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.cache Class Description HibernateException The base type for exceptions thrown by Hibernate. -
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 type for exceptions thrown by Hibernate.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely no guarantees with regard to the binary stability from release to release.Remove Indicates that the annotated element is planned for removal as part of a deprecation process. -
Classes in org.hibernate used by org.hibernate.cache.spi.access Class Description HibernateException The base type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.cache.spi.entry Class Description HibernateException The base type for exceptions thrown by Hibernate.Interceptor Allows user code to inspect and/or change entity property values before they are written to the database, or after they are read from the database. -
Classes in org.hibernate used by org.hibernate.cfg Class Description AnnotationException An exception that occurs while reading mapping annotations.EntityNameResolver An object capable of determining the entity name for a given entity instance.HibernateException The base type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively.Interceptor Allows user code to inspect and/or change entity property values before they are written to the database, or after they are read from the database.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely no guarantees with regard to the binary stability from release to release.MappingException An exception that occurs while reading mapping sources, either XML or annotations, usually as a result of something screwy in the O/R mappings.SessionFactory ASessionFactoryrepresents 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 basicSessionFactorylifecycle events. -
Classes in org.hibernate used by org.hibernate.classic Class Description CallbackException Intended to be thrown fromLifecycleandInterceptorcallbacks.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 type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely 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.context Class Description HibernateException The base type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.context.spi Class Description HibernateException The base type for exceptions thrown by Hibernate.Session The main runtime interface between a Java application and Hibernate.SessionBuilder Allows creation of a newSessionwith specific options. -
Classes in org.hibernate used by org.hibernate.dialect Class Description Incubating Marks the annotated Java element as incubating, potentially recursively.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely 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 a set of options describing how a row of a database table mapped by an entity should be locked.ScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults. -
Classes in org.hibernate used by org.hibernate.dialect.aggregate Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.dialect.identity Class Description MappingException An exception that occurs while reading mapping sources, either XML or annotations, usually as a result of something screwy in the O/R mappings.Remove Indicates that the annotated element is planned for removal as part of a deprecation process. -
Classes in org.hibernate used by org.hibernate.dialect.lock Class Description HibernateException The base type for exceptions thrown by Hibernate.JDBCException Wraps aSQLExceptionarising from the JDBC driver.LockMode Instances represent a lock mode for a row of a relational database table.StaleObjectStateException A specializedStaleStateExceptionthat 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 a set of options describing how a row of a database table mapped by an entity should be locked. -
Classes in org.hibernate used by org.hibernate.dialect.sequence Class Description MappingException An exception that occurs while reading mapping sources, either XML or annotations, usually as a result of something screwy in the O/R mappings. -
Classes in org.hibernate used by org.hibernate.engine.jdbc.batch.spi Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.engine.jdbc.dialect.spi Class Description HibernateException The base type for exceptions thrown by Hibernate.JDBCException Wraps aSQLExceptionarising from the JDBC driver. -
Classes in org.hibernate used by org.hibernate.engine.jdbc.mutation Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.engine.jdbc.mutation.group Class Description HibernateException The base type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.engine.jdbc.spi Class Description JDBCException Wraps aSQLExceptionarising from the JDBC driver.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 type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.engine.query Class Description HibernateException The base type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.engine.query.spi Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.engine.spi Class Description CacheMode Controls how the session interacts with the second-level cache or query cache.CustomEntityDirtinessStrategy During a flush cycle, Hibernate needs to determine which of the entities associated with aSessionare dirty, meaning modified.Filter Allows control over an enabled filter at runtime.FlushMode Represents a flushing strategy.HibernateException The base type for exceptions thrown by Hibernate.IdentifierLoadAccess Loads an entity by its primary identifier.Incubating Marks the annotated Java element as incubating, potentially recursively.Interceptor Allows user code to inspect and/or change entity property values before they are written to the database, or after they are read from the database.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely no guarantees with regard to the binary stability from release to release.JDBCException Wraps aSQLExceptionarising from the JDBC driver.LobHelper Asession'shelper for creating LOB data.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains a set of options describing how a row of a database table mapped by an entity should be locked.MappingException An exception that occurs while reading mapping sources, either XML or 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 Deprecated.sinceSession.replicate(Object, ReplicationMode)is deprecatedSession The main runtime interface between a Java application and Hibernate.Session.LockRequest Deprecated.simply construct aLockOptionsand pass it toSession.lock(Object, LockOptions).SessionBuilder Allows creation of a newSessionwith specific options.SessionEventListener Implemented by custom listeners that respond to low-level events involving interactions between theSessionand the database or second-level cache.SessionFactory ASessionFactoryrepresents 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 basicSessionFactorylifecycle events.SharedSessionBuilder SpecializedSessionBuilderwith access to stuff from another session.SharedSessionContract Declares operations that are common betweenSessionandStatelessSession.SimpleNaturalIdLoadAccess Loads an entity by its natural identifier.StatelessSession A command-oriented API often used for performing bulk operations against the 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 type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.engine.transaction.spi Class Description HibernateException The base type for exceptions thrown by Hibernate.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 type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.event.spi Class Description HibernateException The base type for exceptions thrown by Hibernate.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains a set of options describing how a row of a database table mapped by an entity should be locked.ReplicationMode Deprecated.sinceSession.replicate(Object, ReplicationMode)is deprecatedSession The main runtime interface between a Java application and Hibernate.SharedSessionContract Declares operations that are common betweenSessionandStatelessSession. -
Classes in org.hibernate used by org.hibernate.exception Class Description HibernateException The base type for exceptions thrown by Hibernate.JDBCException Wraps aSQLExceptionarising from the JDBC driver. -
Classes in org.hibernate used by org.hibernate.exception.spi Class Description JDBCException Wraps aSQLExceptionarising from the JDBC driver. -
Classes in org.hibernate used by org.hibernate.generator Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.graph Class Description HibernateException The base type for exceptions thrown by Hibernate.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 type for exceptions thrown by Hibernate.MappingException An exception that occurs while reading mapping sources, either XML or 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 type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively.MappingException An exception that occurs while reading mapping sources, either XML or annotations, usually as a result of something screwy in the O/R mappings. -
Classes in org.hibernate used by org.hibernate.id.factory Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.id.factory.spi Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.integrator.spi Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.jdbc Class Description HibernateException The base type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.jpa.boot.spi Class Description Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely no guarantees with regard to the binary stability from release to release. -
Classes in org.hibernate used by org.hibernate.jpa.spi Class Description Remove Indicates that the annotated element is planned for removal as part of a deprecation process. -
Classes in org.hibernate used by org.hibernate.loader Class Description HibernateException The base type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.loader.ast.spi Class Description LockOptions Contains a set of options describing how a row of a database table mapped by an entity should be locked. -
Classes in org.hibernate used by org.hibernate.mapping Class Description FetchMode Represents an association fetching strategy.HibernateException The base type for exceptions thrown by Hibernate.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely no guarantees with regard to the binary stability from release to release.MappingException An exception that occurs while reading mapping sources, either XML or 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.Remove Indicates that the annotated element is planned for removal as part of a deprecation process.TimeZoneStorageStrategy Enumerates the possible storage strategies for offset or zoned datetimes. -
Classes in org.hibernate used by org.hibernate.metadata Class Description HibernateException The base type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.metamodel Class Description HibernateException The base type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.metamodel.mapping Class Description Filter Allows control over an enabled filter at runtime.Incubating Marks the annotated Java element as incubating, potentially recursively.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely 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 type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.metamodel.model.convert.spi Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.metamodel.model.domain Class Description HibernateException The base type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively. -
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 the annotated Java element as incubating, potentially recursively.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 type for exceptions thrown by Hibernate.MappingException An exception that occurs while reading mapping sources, either XML or 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, or some similar problem.Remove Indicates that the annotated element is planned for removal as part of a deprecation process. -
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 type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely 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 a set of options describing how a row of a database table mapped by an entity should be locked.MappingException An exception that occurs while reading mapping sources, either XML or 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, or some similar problem.Remove Indicates that the annotated element is planned for removal as part of a deprecation process. -
Classes in org.hibernate used by org.hibernate.persister.entity.mutation Class Description Incubating Marks the annotated Java element as incubating, potentially recursively.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely no guarantees with regard to the binary stability from release to release. -
Classes in org.hibernate used by org.hibernate.persister.spi Class Description HibernateException The base type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.pretty Class Description Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely no guarantees with regard to the binary stability from release to release. -
Classes in org.hibernate used by org.hibernate.procedure Class Description HibernateException The base type for exceptions thrown by Hibernate.MappingException An exception that occurs while reading mapping sources, either XML or 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 the annotated Java element as incubating, potentially recursively.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 type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.proxy Class Description HibernateException The base type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.proxy.pojo.bytebuddy Class Description HibernateException The base type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.query Class Description CacheMode Controls how the session interacts with the second-level cache or query cache.FlushMode Represents a flushing strategy.HibernateException The base type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains a set of options describing how a row of a database table mapped by an entity should be locked.MappingException An exception that occurs while reading mapping sources, either XML or 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, or some similar problem.Remove Indicates that the annotated element is planned for removal as part of a deprecation process.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 betweenSessionandStatelessSession. -
Classes in org.hibernate used by org.hibernate.query.criteria Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.query.criteria.spi Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.query.derived Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.query.hql Class Description HibernateException The base type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.query.hql.spi Class Description CacheMode Controls how the session interacts with the second-level cache or query cache.FlushMode Represents a flushing strategy.Incubating Marks the annotated Java element as incubating, potentially recursively.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains a set of options describing how a row of a database table mapped by an entity should be locked. -
Classes in org.hibernate used by org.hibernate.query.named Class Description CacheMode Controls how the session interacts with the second-level cache or query cache.FlushMode Represents a flushing strategy.HibernateException The base type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.query.procedure Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.query.results Class Description HibernateException The base type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely 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 or query cache.FlushMode Represents a flushing strategy.HibernateException The base type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains a set of options describing how a row of a database table mapped by an entity should be locked.NonUniqueResultException Thrown when the application callsQuery.getSingleResult()orQuery.uniqueResult()and the query returns more than one row from the database.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 or query cache.FlushMode Represents a flushing strategy.Incubating Marks the annotated Java element as incubating, potentially recursively.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains a set of options describing how a row of a database table mapped by an entity should be locked.MappingException An exception that occurs while reading mapping sources, either XML or 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 or query cache.FlushMode Represents a flushing strategy.HibernateException The base type for exceptions thrown by Hibernate.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely 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, or some similar problem. -
Classes in org.hibernate used by org.hibernate.query.sqm.produce.function Class Description Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely no guarantees with regard to the binary stability from release to release. -
Classes in org.hibernate used by org.hibernate.query.sqm.spi Class Description Incubating Marks the annotated Java element as incubating, potentially recursively.LockOptions Contains a set of options describing how a row of a database table mapped by an entity should be locked. -
Classes in org.hibernate used by org.hibernate.query.sqm.sql Class Description HibernateException The base type for exceptions thrown by Hibernate.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely 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.domain Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.query.sqm.tree.expression Class Description Incubating Marks the annotated Java element as incubating, potentially recursively.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely 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 type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.query.sqm.tree.insert Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.relational Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.resource.jdbc.spi Class Description ConnectionAcquisitionMode Indicates the manner in which JDBC connections are acquired.ConnectionReleaseMode Enumerates various policies for releasing JDBC connections. -
Classes in org.hibernate used by org.hibernate.resource.transaction Class Description HibernateException The base type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.result Class Description HibernateException The base type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.service Class Description HibernateException The base type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.service.spi Class Description HibernateException The base type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.spi Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.sql Class Description Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely 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 a set of options describing how a row of a database table mapped by an entity should be locked.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, or some similar problem. -
Classes in org.hibernate used by org.hibernate.sql.ast Class Description HibernateException The base type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively. -
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 a set of options describing how a row of a database table mapped by an entity should be locked. -
Classes in org.hibernate used by org.hibernate.sql.ast.tree.expression Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.sql.ast.tree.from Class Description HibernateException The base type for exceptions thrown by Hibernate. -
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 type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.sql.exec.spi Class Description Incubating Marks the annotated Java element as incubating, potentially recursively.ScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults. -
Classes in org.hibernate used by org.hibernate.sql.model Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.sql.model.ast Class Description Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely no guarantees with regard to the binary stability from release to release. -
Classes in org.hibernate used by org.hibernate.sql.results Class Description HibernateException The base type for exceptions thrown by Hibernate. -
Classes in org.hibernate used by org.hibernate.sql.results.graph Class Description Incubating Marks the annotated Java element as incubating, potentially recursively.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 Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely 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 Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely 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 the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.sql.results.spi Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.tool.schema.extract.spi Class Description HibernateException The base type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.tool.schema.spi Class Description HibernateException The base type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely 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.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely no guarantees with regard to the binary stability from release to release.Remove Indicates that the annotated element is planned for removal as part of a deprecation process.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 type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.type Class Description FetchMode Represents an association fetching strategy.HibernateException The base type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively.Internal Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely no guarantees with regard to the binary stability from release to release.MappingException An exception that occurs while reading mapping sources, either XML or annotations, usually as a result of something screwy in the O/R mappings.Remove Indicates that the annotated element is planned for removal as part of a deprecation process. -
Classes in org.hibernate used by org.hibernate.type.descriptor.converter Class Description SharedSessionContract Declares operations that are common betweenSessionandStatelessSession. -
Classes in org.hibernate used by org.hibernate.type.descriptor.java Class Description HibernateException The base type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively.SharedSessionContract Declares operations that are common betweenSessionandStatelessSession. -
Classes in org.hibernate used by org.hibernate.type.descriptor.java.spi Class Description HibernateException The base type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.type.descriptor.jdbc Class Description Incubating Marks the annotated Java element as incubating, potentially recursively.TimeZoneStorageStrategy Enumerates the possible storage strategies for offset or zoned datetimes. -
Classes in org.hibernate used by org.hibernate.type.descriptor.sql Class Description Incubating Marks the annotated Java element as incubating, potentially recursively. -
Classes in org.hibernate used by org.hibernate.type.spi Class Description Incubating Marks the annotated Java element as incubating, potentially recursively.SessionFactory ASessionFactoryrepresents 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 basicSessionFactorylifecycle events. -
Classes in org.hibernate used by org.hibernate.usertype Class Description HibernateException The base type for exceptions thrown by Hibernate.Incubating Marks the annotated Java element as incubating, potentially recursively.