| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Classes in org.hibernate used by org.hibernate | |
|---|---|
| Cache Provides an API for querying/managing the second level cache regions. | |
| CacheMode Controls how the session interacts with the second-level cache and query cache. | |
| CallbackException Should be thrown by persistent objects from Lifecycle or Interceptor callbacks. | |
| ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection. | |
| Criteria Criteria is a simplified API for retrieving entities by composing Criterion objects. | |
| DuplicateMappingException.Type | |
| EntityMode Defines the representation modes available for entities. | |
| FetchMode Represents an association fetching strategy. | |
| Filter Type definition of Filter. | |
| FlushMode Represents a flushing strategy. | |
| HibernateException The base Throwabletype for Hibernate. | |
| Interceptor Allows user code to inspect and/or change property values. | |
| JDBCException Wraps an SQLException. | |
| LobHelper A session'shelper 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 usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| MultiTenancyStrategy Describes the methods for multi-tenancy understood by Hibernate. | |
| Query An object-oriented representation of a Hibernate query. | |
| QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. | |
| ReplicationMode Represents a replication strategy. | |
| ScrollableResults A result iterator that allows moving around within the results by arbitrary increments. | |
| ScrollMode Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults | |
| Session The main runtime interface between a Java application and Hibernate. | |
| Session.LockRequest Contains locking details (LockMode, Timeout and Scope). | |
| SessionBuilder Represents a consolidation of all session creation options into a builder style delegate. | |
| SessionFactory The main contract here is the creation of Sessioninstances. | |
| SessionFactory.SessionFactoryOptions | |
| SharedSessionBuilder Specialized SessionBuilderwith access to stuff from another session | |
| SharedSessionContract Contract methods shared between SessionandStatelessSession | |
| SQLQuery Represents a "native sql" query and allows the user to define certain aspects about its execution, such as: result-set value mapping (see below) Tables used via SQLQuery.addSynchronizedQuerySpace(java.lang.String),SQLQuery.addSynchronizedEntityName(java.lang.String)andSQLQuery.addSynchronizedEntityClass(java.lang.Class). | |
| SQLQuery.FetchReturn Allows access to further control how join fetch returns are mapped back from result sets | |
| SQLQuery.ReturnProperty Allows access to further control how properties within a root or join fetch are mapped back from the result set. | |
| SQLQuery.RootReturn Allows access to further control how root returns are mapped back from result sets | |
| SQLQueryResultMappingBuilder.ReturnsHolder | |
| 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. | |
| Transaction Defines the contract for abstracting applications from the configured underlying means of transaction management. | |
| TypeHelper Provides access to the various Typeinstances associated with theSessionFactory. | |
| UnknownProfileException Used to indicate a request against an unknown profile name. | |
| UnresolvableObjectException Thrown when Hibernate could not resolve an object by id, especially when loading an association. | |
| Classes in org.hibernate used by org.hibernate.action.internal | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.action.spi | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.cache | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.cache.ehcache | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.cache.ehcache.management.impl | |
|---|---|
| SessionFactory The main contract here is the creation of Sessioninstances. | |
| Classes in org.hibernate used by org.hibernate.cache.internal | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.cache.spi | |
|---|---|
| Filter Type definition of Filter. | |
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.cache.spi.access | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.cache.spi.entry | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Interceptor Allows user code to inspect and/or change property values. | |
| Classes in org.hibernate used by org.hibernate.cfg | |
|---|---|
| AnnotationException Annotation related exception. | |
| CacheMode Controls how the session interacts with the second-level cache and query cache. | |
| ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection. | |
| DuplicateMappingException Raised whenever a duplicate for a certain type occurs. | |
| EntityMode Defines the representation modes available for entities. | |
| FetchMode Represents an association fetching strategy. | |
| FlushMode Represents a flushing strategy. | |
| HibernateException The base Throwabletype for Hibernate. | |
| Interceptor Allows user code to inspect and/or change property values. | |
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| MultiTenancyStrategy Describes the methods for multi-tenancy understood by Hibernate. | |
| SessionFactory The main contract here is the creation of Sessioninstances. | |
| SessionFactoryObserver Allows reaction to basic SessionFactoryoccurrences. | |
| Classes in org.hibernate used by org.hibernate.cfg.annotations | |
|---|---|
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Classes in org.hibernate used by org.hibernate.classic | |
|---|---|
| CallbackException Should be thrown by persistent objects from Lifecycle or Interceptor callbacks. | |
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.collection.internal | |
|---|---|
| EntityMode Defines the representation modes available for entities. | |
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.collection.spi | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.context.internal | |
|---|---|
| ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection. | |
| HibernateException The base Throwabletype for Hibernate. | |
| Session The main runtime interface between a Java application and Hibernate. | |
| SessionFactory The main contract here is the creation of Sessioninstances. | |
| Classes in org.hibernate used by org.hibernate.context.spi | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.criterion | |
|---|---|
| Criteria Criteria is a simplified API for retrieving entities by composing Criterion objects. | |
| FetchMode Represents an association fetching strategy. | |
| HibernateException The base Throwabletype for Hibernate. | |
| LockMode Instances represent a lock mode for a row of a relational database table. | |
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.dialect | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| JDBCException Wraps an SQLException. | |
| 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 usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| StaleObjectStateException A StaleStateException that carries information about a particular entity instance that was the source of the failure. | |
| Classes in org.hibernate used by org.hibernate.dialect.function | |
|---|---|
| QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. | |
| Classes in org.hibernate used by org.hibernate.dialect.lock | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| JDBCException Wraps an SQLException. | |
| LockMode Instances represent a lock mode for a row of a relational database table. | |
| StaleObjectStateException A StaleStateException that carries information about a particular entity instance that was the source of the failure. | |
| Classes in org.hibernate used by org.hibernate.dialect.resolver | |
|---|---|
| JDBCException Wraps an SQLException. | |
| Classes in org.hibernate used by org.hibernate.ejb | |
|---|---|
| CacheMode Controls how the session interacts with the second-level cache and query cache. | |
| HibernateException The base Throwabletype for Hibernate. | |
| Interceptor Allows user code to inspect and/or change property values. | |
| 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 usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Query An object-oriented representation of a Hibernate query. | |
| Session The main runtime interface between a Java application and Hibernate. | |
| SessionFactory The main contract here is the creation of Sessioninstances. | |
| SessionFactoryObserver Allows reaction to basic SessionFactoryoccurrences. | |
| StaleStateException Thrown when a version number or timestamp check failed, indicating that the Session contained stale data (when using long transactions with versioning). | |
| Classes in org.hibernate used by org.hibernate.ejb.connection | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.ejb.internal | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.ejb.util | |
|---|---|
| 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.engine | |
|---|---|
| JDBCException Wraps an SQLException. | |
| Classes in org.hibernate used by org.hibernate.engine.internal | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| LockMode Instances represent a lock mode for a row of a relational database table. | |
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| PropertyValueException Thrown when the (illegal) value of a property can not be persisted. | |
| Classes in org.hibernate used by org.hibernate.engine.jdbc.internal | |
|---|---|
| ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection. | |
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.engine.jdbc.spi | |
|---|---|
| ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection. | |
| JDBCException Wraps an SQLException. | |
| ScrollMode Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults | |
| Classes in org.hibernate used by org.hibernate.engine.query.spi | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| MappingException An exception that usually occurs at configuration time, rather than runtime, 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. | |
| Classes in org.hibernate used by org.hibernate.engine.query.spi.sql | |
|---|---|
| LockMode Instances represent a lock mode for a row of a relational database table. | |
| Classes in org.hibernate used by org.hibernate.engine.spi | |
|---|---|
| CacheMode Controls how the session interacts with the second-level cache and query cache. | |
| EntityMode Defines the representation modes available for entities. | |
| Filter Type definition of Filter. | |
| FlushMode Represents a flushing strategy. | |
| HibernateException The base Throwabletype for Hibernate. | |
| Interceptor Allows user code to inspect and/or change property values. | |
| 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 usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Query An object-oriented representation of a Hibernate query. | |
| 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 a ScrollableResults | |
| Session The main runtime interface between a Java application and Hibernate. | |
| SessionFactory The main contract here is the creation of Sessioninstances. | |
| SessionFactoryObserver Allows reaction to basic SessionFactoryoccurrences. | |
| UnknownProfileException Used to indicate a request against an unknown profile name. | |
| Classes in org.hibernate used by org.hibernate.engine.transaction.internal | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.engine.transaction.internal.jdbc | |
|---|---|
| ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection. | |
| HibernateException The base Throwabletype for Hibernate. | |
| Transaction Defines the contract for abstracting applications from the configured underlying means of transaction management. | |
| TransactionException Indicates that a transaction could not be begun, committed or rolled back. | |
| Classes in org.hibernate used by org.hibernate.engine.transaction.internal.jta | |
|---|---|
| ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection. | |
| HibernateException The base Throwabletype for Hibernate. | |
| Transaction Defines the contract for abstracting applications from the configured underlying means of transaction management. | |
| TransactionException Indicates that a transaction could not be begun, committed or rolled back. | |
| Classes in org.hibernate used by org.hibernate.engine.transaction.spi | |
|---|---|
| ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection. | |
| HibernateException The base Throwabletype for Hibernate. | |
| Transaction Defines the contract for abstracting applications from the configured underlying means of transaction management. | |
| Classes in org.hibernate used by org.hibernate.envers | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.envers.entities | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.envers.entities.mapper.id | |
|---|---|
| Query An object-oriented representation of a Hibernate query. | |
| Classes in org.hibernate used by org.hibernate.envers.entities.mapper.relation.lazy | |
|---|---|
| CacheMode Controls how the session interacts with the second-level cache and query cache. | |
| FlushMode Represents a flushing strategy. | |
| HibernateException The base Throwabletype for Hibernate. | |
| Interceptor Allows user code to inspect and/or change property values. | |
| Query An object-oriented representation of a Hibernate query. | |
| 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 a ScrollableResults | |
| Classes in org.hibernate used by org.hibernate.envers.entities.mapper.relation.query | |
|---|---|
| Query An object-oriented representation of a Hibernate query. | |
| Classes in org.hibernate used by org.hibernate.envers.exception | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.envers.internal | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.envers.query | |
|---|---|
| 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.envers.query.impl | |
|---|---|
| CacheMode Controls how the session interacts with the second-level cache and query cache. | |
| FlushMode Represents a flushing strategy. | |
| LockMode Instances represent a lock mode for a row of a relational database table. | |
| LockOptions Contains locking details (LockMode, Timeout and Scope). | |
| Query An object-oriented representation of a Hibernate query. | |
| Classes in org.hibernate used by org.hibernate.envers.reader | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.envers.revisioninfo | |
|---|---|
| Criteria Criteria is a simplified API for retrieving entities by composing Criterion objects. | |
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.envers.strategy | |
|---|---|
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.envers.synchronization | |
|---|---|
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.envers.synchronization.work | |
|---|---|
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.envers.test | |
|---|---|
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.envers.test.entities.customtype | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.envers.test.entities.ids | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.envers.test.integration.collection.norevision | |
|---|---|
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Classes in org.hibernate used by org.hibernate.envers.test.integration.components | |
|---|---|
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Classes in org.hibernate used by org.hibernate.envers.test.integration.entityNames.auditedEntity | |
|---|---|
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Classes in org.hibernate used by org.hibernate.envers.test.integration.entityNames.manyToManyAudited | |
|---|---|
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Classes in org.hibernate used by org.hibernate.envers.test.integration.entityNames.oneToManyNotAudited | |
|---|---|
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Classes in org.hibernate used by org.hibernate.envers.test.integration.entityNames.singleAssociatedAudited | |
|---|---|
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Classes in org.hibernate used by org.hibernate.envers.test.integration.entityNames.singleAssociatedNotAudited | |
|---|---|
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Classes in org.hibernate used by org.hibernate.envers.test.integration.flush | |
|---|---|
| FlushMode Represents a flushing strategy. | |
| Classes in org.hibernate used by org.hibernate.envers.test.integration.proxy | |
|---|---|
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Classes in org.hibernate used by org.hibernate.envers.test.integration.reventity.trackmodifiedentities | |
|---|---|
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Classes in org.hibernate used by org.hibernate.envers.test.performance | |
|---|---|
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Classes in org.hibernate used by org.hibernate.envers.tools | |
|---|---|
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.envers.tools.query | |
|---|---|
| Query An object-oriented representation of a Hibernate query. | |
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.event.internal | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| 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.event.service.spi | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.event.spi | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| LockMode Instances represent a lock mode for a row of a relational database table. | |
| LockOptions Contains locking details (LockMode, Timeout and Scope). | |
| ReplicationMode Represents a replication strategy. | |
| Session The main runtime interface between a Java application and Hibernate. | |
| SharedSessionContract Contract methods shared between SessionandStatelessSession | |
| Classes in org.hibernate used by org.hibernate.exception | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| JDBCException Wraps an SQLException. | |
| Classes in org.hibernate used by org.hibernate.exception.internal | |
|---|---|
| JDBCException Wraps an SQLException. | |
| Classes in org.hibernate used by org.hibernate.exception.spi | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| JDBCException Wraps an SQLException. | |
| Classes in org.hibernate used by org.hibernate.hql.internal | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. | |
| Classes in org.hibernate used by org.hibernate.hql.internal.ast | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. | |
| Classes in org.hibernate used by org.hibernate.hql.internal.ast.exec | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.hql.internal.ast.tree | |
|---|---|
| QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. | |
| Classes in org.hibernate used by org.hibernate.hql.internal.ast.util | |
|---|---|
| QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. | |
| Classes in org.hibernate used by org.hibernate.hql.internal.classic | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| 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 usually occurs at configuration time, rather than runtime, 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. | |
| Classes in org.hibernate used by org.hibernate.hql.spi | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| MappingException An exception that usually occurs at configuration time, rather than runtime, 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. | |
| Classes in org.hibernate used by org.hibernate.id | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Classes in org.hibernate used by org.hibernate.id.enhanced | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Classes in org.hibernate used by org.hibernate.internal | |
|---|---|
| Cache Provides an API for querying/managing the second level cache regions. | |
| CacheMode Controls how the session interacts with the second-level cache and query cache. | |
| ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection. | |
| Criteria Criteria is a simplified API for retrieving entities by composing Criterion objects. | |
| EntityMode Defines the representation modes available for entities. | |
| EntityNameResolver Contract for resolving an entity-name from a given entity instance. | |
| FetchMode Represents an association fetching strategy. | |
| Filter Type definition of Filter. | |
| FlushMode Represents a flushing strategy. | |
| HibernateException The base Throwabletype for Hibernate. | |
| Interceptor Allows user code to inspect and/or change property values. | |
| JDBCException Wraps an SQLException. | |
| LobHelper A session'shelper 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 usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Query An object-oriented representation of a Hibernate query. | |
| QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. | |
| ReplicationMode Represents a replication strategy. | |
| ScrollableResults A result iterator that allows moving around within the results by arbitrary increments. | |
| ScrollMode Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults | |
| Session The main runtime interface between a Java application and Hibernate. | |
| Session.LockRequest Contains locking details (LockMode, Timeout and Scope). | |
| SessionBuilder Represents a consolidation of all session creation options into a builder style delegate. | |
| SessionFactory The main contract here is the creation of Sessioninstances. | |
| SessionFactory.SessionFactoryOptions | |
| SessionFactoryObserver Allows reaction to basic SessionFactoryoccurrences. | |
| SharedSessionBuilder Specialized SessionBuilderwith access to stuff from another session | |
| SharedSessionContract Contract methods shared between SessionandStatelessSession | |
| SQLQuery Represents a "native sql" query and allows the user to define certain aspects about its execution, such as: result-set value mapping (see below) Tables used via SQLQuery.addSynchronizedQuerySpace(java.lang.String),SQLQuery.addSynchronizedEntityName(java.lang.String)andSQLQuery.addSynchronizedEntityClass(java.lang.Class). | |
| SQLQuery.FetchReturn Allows access to further control how join fetch returns are mapped back from result sets | |
| SQLQuery.RootReturn Allows access to further control how root returns are mapped back from result sets | |
| StatelessSession A command-oriented API for performing bulk operations against a database. | |
| StatelessSessionBuilder Represents a consolidation of all stateless session creation options into a builder style delegate. | |
| Transaction Defines the contract for abstracting applications from the configured underlying means of transaction management. | |
| TypeHelper Provides access to the various Typeinstances associated with theSessionFactory. | |
| UnknownProfileException Used to indicate a request against an unknown profile name. | |
| Classes in org.hibernate used by org.hibernate.internal.util | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| PropertyNotFoundException Indicates that an expected getter or setter method could not be found on a class. | |
| Classes in org.hibernate used by org.hibernate.internal.util.beans | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.internal.util.collections | |
|---|---|
| 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.internal.util.config | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.jdbc | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.jmx | |
|---|---|
| Cache Provides an API for querying/managing the second level cache regions. | |
| HibernateException The base Throwabletype for Hibernate. | |
| Session The main runtime interface between a Java application and Hibernate. | |
| SessionBuilder Represents a consolidation of all session creation options into a builder style delegate. | |
| SessionFactory The main contract here is the creation of Sessioninstances. | |
| SessionFactory.SessionFactoryOptions | |
| 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. | |
| TypeHelper Provides access to the various Typeinstances associated with theSessionFactory. | |
| Classes in org.hibernate used by org.hibernate.loader | |
|---|---|
| FetchMode Represents an association fetching strategy. | |
| HibernateException The base Throwabletype for Hibernate. | |
| 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 usually occurs at configuration time, rather than runtime, 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. | |
| Classes in org.hibernate used by org.hibernate.loader.collection | |
|---|---|
| FetchMode Represents an association fetching strategy. | |
| HibernateException The base Throwabletype for Hibernate. | |
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Classes in org.hibernate used by org.hibernate.loader.criteria | |
|---|---|
| Criteria Criteria is a simplified API for retrieving entities by composing Criterion objects. | |
| FetchMode Represents an association fetching strategy. | |
| HibernateException The base Throwabletype for Hibernate. | |
| 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 usually occurs at configuration time, rather than runtime, 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 a ScrollableResults | |
| Classes in org.hibernate used by org.hibernate.loader.custom | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| 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. | |
| ScrollableResults A result iterator that allows moving around within the results by arbitrary increments. | |
| Classes in org.hibernate used by org.hibernate.loader.custom.sql | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.loader.entity | |
|---|---|
| FetchMode Represents an association fetching strategy. | |
| HibernateException The base Throwabletype for Hibernate. | |
| 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 usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Classes in org.hibernate used by org.hibernate.loader.hql | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| 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. | |
| ScrollableResults A result iterator that allows moving around within the results by arbitrary increments. | |
| Classes in org.hibernate used by org.hibernate.mapping | |
|---|---|
| EntityMode Defines the representation modes available for entities. | |
| FetchMode Represents an association fetching strategy. | |
| HibernateException The base Throwabletype for Hibernate. | |
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| PropertyNotFoundException Indicates that an expected getter or setter method could not be found on a class. | |
| Classes in org.hibernate used by org.hibernate.metadata | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.metamodel | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Interceptor Allows user code to inspect and/or change property values. | |
| SessionFactory The main contract here is the creation of Sessioninstances. | |
| Classes in org.hibernate used by org.hibernate.metamodel.binding | |
|---|---|
| EntityMode Defines the representation modes available for entities. | |
| FetchMode Represents an association fetching strategy. | |
| Classes in org.hibernate used by org.hibernate.metamodel.relational | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Classes in org.hibernate used by org.hibernate.metamodel.source | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.metamodel.source.annotations | |
|---|---|
| AssertionFailure Indicates failure of an assertion: a possible bug in Hibernate. | |
| FetchMode Represents an association fetching strategy. | |
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.metamodel.source.annotations.attribute | |
|---|---|
| FetchMode Represents an association fetching strategy. | |
| Classes in org.hibernate used by org.hibernate.metamodel.source.annotations.entity | |
|---|---|
| EntityMode Defines the representation modes available for entities. | |
| Classes in org.hibernate used by org.hibernate.metamodel.source.binder | |
|---|---|
| EntityMode Defines the representation modes available for entities. | |
| FetchMode Represents an association fetching strategy. | |
| Classes in org.hibernate used by org.hibernate.metamodel.source.hbm | |
|---|---|
| EntityMode Defines the representation modes available for entities. | |
| FetchMode Represents an association fetching strategy. | |
| Classes in org.hibernate used by org.hibernate.metamodel.source.internal | |
|---|---|
| Interceptor Allows user code to inspect and/or change property values. | |
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| SessionFactory The main contract here is the creation of Sessioninstances. | |
| Classes in org.hibernate used by org.hibernate.persister.collection | |
|---|---|
| FetchMode Represents an association fetching strategy. | |
| HibernateException The base Throwabletype for Hibernate. | |
| MappingException An exception that usually occurs at configuration time, rather than runtime, 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 | |
|---|---|
| EntityMode Defines the representation modes available for entities. | |
| FetchMode Represents an association fetching strategy. | |
| HibernateException The base Throwabletype for Hibernate. | |
| 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 usually occurs at configuration time, rather than runtime, 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.internal | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.persister.spi | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.property | |
|---|---|
| EntityMode Defines the representation modes available for entities. | |
| HibernateException The base Throwabletype for Hibernate. | |
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| PropertyNotFoundException Indicates that an expected getter or setter method could not be found on a class. | |
| Classes in org.hibernate used by org.hibernate.proxy | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.proxy.dom4j | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.proxy.map | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.proxy.pojo.javassist | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.secure.internal | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.service | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.service.classloading.spi | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.service.internal | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.service.jdbc.connections.internal | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.service.jdbc.dialect.internal | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.service.jdbc.dialect.spi | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.service.jndi | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.service.jta.platform.spi | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.service.spi | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.sql | |
|---|---|
| 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.ordering.antlr | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.annotations.entity | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.annotations.generics | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.annotations.type | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.collection.original | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.cut | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.dynamicentity.interceptor | |
|---|---|
| EmptyInterceptor An interceptor that does nothing. | |
| EntityMode Defines the representation modes available for entities. | |
| Interceptor Allows user code to inspect and/or change property values. | |
| Classes in org.hibernate used by org.hibernate.test.dynamicentity.tuplizer | |
|---|---|
| EmptyInterceptor An interceptor that does nothing. | |
| Interceptor Allows user code to inspect and/or change property values. | |
| Classes in org.hibernate used by org.hibernate.test.dynamicentity.tuplizer2 | |
|---|---|
| EntityNameResolver Contract for resolving an entity-name from a given entity instance. | |
| Classes in org.hibernate used by org.hibernate.test.event.collection | |
|---|---|
| SessionFactory The main contract here is the creation of Sessioninstances. | |
| Classes in org.hibernate used by org.hibernate.test.hql | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| MappingException An exception that usually occurs at configuration time, rather than runtime, 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.test.idbag | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.instrument.cases | |
|---|---|
| SessionFactory The main contract here is the creation of Sessioninstances. | |
| Classes in org.hibernate used by org.hibernate.test.instrument.domain | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.interceptor | |
|---|---|
| CallbackException Should be thrown by persistent objects from Lifecycle or Interceptor callbacks. | |
| EmptyInterceptor An interceptor that does nothing. | |
| EntityMode Defines the representation modes available for entities. | |
| Interceptor Allows user code to inspect and/or change property values. | |
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.legacy | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Query An object-oriented representation of a Hibernate query. | |
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.mixed | |
|---|---|
| CallbackException Should be thrown by persistent objects from Lifecycle or Interceptor callbacks. | |
| EntityMode Defines the representation modes available for entities. | |
| Interceptor Allows user code to inspect and/or change property values. | |
| Transaction Defines the contract for abstracting applications from the configured underlying means of transaction management. | |
| Classes in org.hibernate used by org.hibernate.test.nonflushedchanges | |
|---|---|
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.onetomany | |
|---|---|
| CacheMode Controls how the session interacts with the second-level cache and query cache. | |
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.querycache | |
|---|---|
| CacheMode Controls how the session interacts with the second-level cache and query cache. | |
| Criteria Criteria is a simplified API for retrieving entities by composing Criterion objects. | |
| Query An object-oriented representation of a Hibernate query. | |
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.queryplan | |
|---|---|
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.readonly | |
|---|---|
| CacheMode Controls how the session interacts with the second-level cache and query cache. | |
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.rowid | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.sql.hand | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.sql.hand.custom | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.typeparameters | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.test.usercollection.basic | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.testing.junit4 | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Interceptor Allows user code to inspect and/or change property values. | |
| Session The main runtime interface between a Java application and Hibernate. | |
| Classes in org.hibernate used by org.hibernate.tool.hbm2ddl | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.transaction | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.tuple | |
|---|---|
| FetchMode Represents an association fetching strategy. | |
| Classes in org.hibernate used by org.hibernate.tuple.component | |
|---|---|
| EntityMode Defines the representation modes available for entities. | |
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.tuple.entity | |
|---|---|
| EntityMode Defines the representation modes available for entities. | |
| EntityNameResolver Contract for resolving an entity-name from a given entity instance. | |
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.type | |
|---|---|
| EntityMode Defines the representation modes available for entities. | |
| FetchMode Represents an association fetching strategy. | |
| HibernateException The base Throwabletype for Hibernate. | |
| MappingException An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. | |
| Classes in org.hibernate used by org.hibernate.type.descriptor.java | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| Classes in org.hibernate used by org.hibernate.usertype | |
|---|---|
| HibernateException The base Throwabletype for Hibernate. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||