程序包的使用
org.hibernate
-
使用org.hibernate的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.action.internal Internals for action processing.org.hibernate.action.spi Defines SPI hooks into theActionQueue.org.hibernate.annotations Package containing all the Hibernate specific annotations.org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.archive.spi Defines the SPI for support of "scanning" of "archives".org.hibernate.boot.internal org.hibernate.boot.jaxb.hbm.internal JAXB details.org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.jaxb.internal.stax Contains basic support for Java XML Processing (JAXP) via Streaming API for XML (StAX)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.source.internal.hbm org.hibernate.boot.model.source.spi 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.bytecode.enhance.spi package defining bytecode code enhancement (instrumentation) support.org.hibernate.bytecode.enhance.spi.interceptor interceptor implementationsorg.hibernate.bytecode.internal org.hibernate.bytecode.internal.bytebuddy Byte Buddy support internalsorg.hibernate.bytecode.internal.javassist Javassist support internalsorg.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.cache This package defines API of the Hibernate second level cache service.org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching allowing "caching back ends" to be plugged in as a caching provider.org.hibernate.cache.spi.access Defines contracts for transactional and concurrent access to cachedentityandcollectiondata.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, and classes for building the Hibernate configuration-time metamodel.org.hibernate.cfg.annotations org.hibernate.cfg.beanvalidation org.hibernate.classic This package implements backward-compatibility with Hibernate 2.1 APIs now deprecated in Hibernate3.org.hibernate.collection.internal Internal implementations and support for persistent collectionsorg.hibernate.collection.spi SPI definitions for persistent collectionsorg.hibernate.context Defines support for "current session" feature.org.hibernate.context.internal Internal implementations and support around "current session" handling.org.hibernate.context.spi SPI level contracts around "current session" support.org.hibernate.criterion A framework for defining restriction criteria and order criteria.org.hibernate.dialect This package abstracts the SQL dialect of the underlying database.org.hibernate.dialect.function A framework for defining database-specific SQL functions that are available via the dialect.org.hibernate.dialect.identity org.hibernate.dialect.lock Support for Dialect-specific locking strategiesorg.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms.org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.jdbc.connections.internal Internals for accessing JDBC Connectionsorg.hibernate.engine.jdbc.dialect.internal Internal support for Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.engine.jdbc.dialect.spi Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.engine.jdbc.env.internal 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.query.spi.sql org.hibernate.engine.spi org.hibernate.engine.transaction.internal org.hibernate.engine.transaction.jta.platform.spi org.hibernate.engine.transaction.spi org.hibernate.event.internal This package defines a default set of event listeners that implements the default behaviors of Hibernate.org.hibernate.event.service.spi org.hibernate.event.spi org.hibernate.exception This package is a fork of Apache commons-lang nestable exceptions.org.hibernate.exception.internal org.hibernate.exception.spi org.hibernate.graph Hibernate's (extended) support for JPA's entity graphsorg.hibernate.hikaricp.internal Implementation of ConnectionProvider using HikariCP.org.hibernate.hql.internal org.hibernate.hql.internal.ast An ANTLR-based parser for Hibernate Query Language.org.hibernate.hql.internal.ast.exec org.hibernate.hql.internal.ast.tree org.hibernate.hql.internal.ast.util org.hibernate.hql.internal.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed.org.hibernate.hql.spi org.hibernate.hql.spi.id Support for multi-table update and delete statements via id-tables.org.hibernate.id This package contains internal implementation classes for the main API interfaces.org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configurationorg.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.internal.util Internal utility classes.org.hibernate.internal.util.beans org.hibernate.internal.util.collections org.hibernate.internal.util.config org.hibernate.internal.util.xml org.hibernate.jdbc org.hibernate.jpa org.hibernate.jpa.internal.util 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.collection This package defines collection initializersorg.hibernate.loader.collection.plan org.hibernate.loader.criteria This package defines the criteria query compiler and loaderorg.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQLorg.hibernate.loader.custom.sql org.hibernate.loader.entity This package defines entity loadersorg.hibernate.loader.entity.plan org.hibernate.loader.hql This package defines a loader for the AST-based query parserorg.hibernate.loader.plan.build.internal Contains the internal implementations used for building a metamodel-driven LoadPlan.org.hibernate.loader.plan.build.internal.spaces Contains the internal implementations of query spaces in a metamodel-driven LoadPlan.org.hibernate.loader.plan.exec.internal Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.org.hibernate.loader.plan.exec.process.internal org.hibernate.loader.plan.exec.process.spi org.hibernate.loader.plan.exec.query.internal Provides the internal implementation for generating the load query for the LoadPlan.org.hibernate.loader.plan.exec.query.spi Defines the SPI for obtaining values for options that impact the load query.org.hibernate.loader.plan.exec.spi Defines the SPI for the load query generated for the LoadPlan and the ResultSet processor.org.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan.org.hibernate.mapping This package defines the Hibernate configuration-time metamodel.org.hibernate.metadata This package defines an API for accessing the Hibernate runtime metamodel.org.hibernate.metamodel.internal org.hibernate.metamodel.model.domain org.hibernate.metamodel.spi org.hibernate.persister.collection This package abstracts the persistence mechanism for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel.org.hibernate.persister.internal org.hibernate.persister.spi org.hibernate.persister.walking.internal org.hibernate.persister.walking.spi org.hibernate.procedure org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.procedure.spi org.hibernate.property.access.internal org.hibernate.property.access.spi Defines strategies for accessing the persistent properties of an entity or composite.org.hibernate.proxy This package defines a framework for lazy-initializing entity proxies.org.hibernate.proxy.map org.hibernate.proxy.pojo.bytebuddy org.hibernate.proxy.pojo.javassist org.hibernate.query org.hibernate.query.criteria.internal.compile org.hibernate.query.internal org.hibernate.query.procedure org.hibernate.query.procedure.spi org.hibernate.query.spi org.hibernate.resource.beans.container.internal org.hibernate.resource.jdbc.spi org.hibernate.resource.transaction Defines the resource-level transaction capabilities of Hibernate, which revolves around theTransactionCoordinatorcontract.org.hibernate.resource.transaction.backend.jdbc.internal org.hibernate.resource.transaction.backend.jta.internal org.hibernate.resource.transaction.spi Extended SPI contracts for the resource-level transaction capabilities of Hibernate.org.hibernate.result org.hibernate.result.internal org.hibernate.secure.spi org.hibernate.service org.hibernate.service.internal org.hibernate.service.spi org.hibernate.sql This package defines helper classes for rendering SQL fragments and SQL statements.org.hibernate.sql.ast org.hibernate.sql.ordering.antlr org.hibernate.tool.hbm2ddl The hbm2ddl tool.org.hibernate.tool.schema.extract.internal org.hibernate.tool.schema.extract.spi org.hibernate.tool.schema.spi org.hibernate.tuple This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes.org.hibernate.tuple.component org.hibernate.tuple.entity org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.descriptor.java org.hibernate.type.spi org.hibernate.usertype Interfaces for user-defined custom types. -
org.hibernate使用的org.hibernate中的类 类 说明 BasicQueryContract 已过时。(since 5.2) useCommonQueryContractinstead.Cache Provides an API for querying/managing the second level cache regions.CacheMode Controls how the session interacts with the second-level cache and query cache.CallbackException Intended to be thrown fromLifecycleandInterceptorcallbacks.ConnectionAcquisitionMode Indicates the manner in which JDBC Connections should be acquired.ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection.Criteria Criteria is a simplified API for retrieving entities by composing Criterion objects.CustomEntityDirtinessStrategy.AttributeChecker Responsible for identifying when attributes are dirty.CustomEntityDirtinessStrategy.AttributeInformation ProvidesCustomEntityDirtinessStrategy.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.EntityMode Defines the representation modes available for entities.FetchMode Represents an association fetching strategy.Filter Type definition of Filter.FlushMode Represents a flushing strategy.HibernateException The base exception type for Hibernate exceptions.IdentifierLoadAccess Loads an entity by its primary identifier.Interceptor Allows user code to inspect and/or change property values.JDBCException Wraps aSQLException.LobHelper Asession'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 occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.MultiIdentifierLoadAccess Loads multiple entities at once by identifiers, ultimately via one of theMultiIdentifierLoadAccess.multiLoad(K...)methods, using the various options specified (if any)MultiTenancyStrategy Describes the methods for multi-tenancy understood by Hibernate.NaturalIdLoadAccess Loads an entity by its natural identifier.NullPrecedence Defines precedence of null values withinORDER BYclause.PropertyAccessException A problem occurred accessing a property of an instance of a persistent class by reflection, or via enhanced entities.Query 已过时。(since 5.2) useQueryinsteadQueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.ReplicationMode Represents a replication strategy.ScrollableResults A result iterator that allows moving around within the results by arbitrary increments.ScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults.Session The main runtime interface between a Java application and Hibernate.Session.LockRequest Contains locking details (LockMode, Timeout and Scope).SessionBuilder Represents a consolidation of all session creation options into a builder style delegate.SessionEventListener NOTE : Consider this an incubating API, likely to change as wider usage indicates changes that need to be madeSessionFactory The main contract here is the creation ofSessioninstances.SharedSessionBuilder SpecializedSessionBuilderwith access to stuff from another session.SharedSessionContract Contract methods shared betweenSessionandStatelessSession.SimpleNaturalIdLoadAccess Loads an entity by its natural identifier.SQLQuery 已过时。(since 5.2) useNativeQueryinstead.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.StaleStateException Thrown when a version number or timestamp check failed, indicating that the Session contained stale data (when using long transactions with versioning).StatelessSession A command-oriented API for performing bulk operations against a database.StatelessSessionBuilder Represents a consolidation of all stateless session creation options into a builder style delegate.SynchronizeableQuery A unifying interface for queries which can define tables (query spaces) to synchronize on.Transaction Defines the contract for abstracting applications from the configured underlying means of transaction management.TransientObjectException Thrown when the user passes a transient instance to a Session method that expects a persistent instance.TypeHelper Provides access to the variousTypeinstances 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. -
org.hibernate.action.internal使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.PropertyValueException Thrown when the (illegal) value of a property can not be persisted. -
org.hibernate.action.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.annotations使用的org.hibernate中的类 类 说明 CacheMode Controls how the session interacts with the second-level cache and query cache.EntityMode Defines the representation modes available for entities. -
org.hibernate.boot使用的org.hibernate中的类 类 说明 ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection.CustomEntityDirtinessStrategy During a flush cycle, Hibernate needs to determine which of the entities associated with aSession.EntityMode Defines the representation modes available for entities.EntityNameResolver Contract for resolving an entity-name from a given entity instance.HibernateException The base exception type for Hibernate exceptions.Interceptor Allows user code to inspect and/or change property values.InvalidMappingException Thrown when a mapping is found to be invalid.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.MultiTenancyStrategy Describes the methods for multi-tenancy understood by Hibernate.NullPrecedence Defines precedence of null values withinORDER BYclause.SessionFactory The main contract here is the creation ofSessioninstances.SessionFactoryObserver Allows reaction to basicSessionFactoryoccurrences. -
org.hibernate.boot.archive.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.boot.internal使用的org.hibernate中的类 类 说明 ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection.CustomEntityDirtinessStrategy During a flush cycle, Hibernate needs to determine which of the entities associated with aSession.CustomEntityDirtinessStrategy.DirtyCheckContext A callback to drive dirty checking.DuplicateMappingException Raised whenever a duplicate for a certain type occurs.EntityMode Defines the representation modes available for entities.EntityNameResolver Contract for resolving an entity-name from a given entity instance.Interceptor Allows user code to inspect and/or change property values.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.MultiTenancyStrategy Describes the methods for multi-tenancy understood by Hibernate.NullPrecedence Defines precedence of null values withinORDER BYclause.Session The main runtime interface between a Java application and Hibernate.SessionFactory The main contract here is the creation ofSessioninstances.SessionFactoryObserver Allows reaction to basicSessionFactoryoccurrences. -
org.hibernate.boot.jaxb.hbm.internal使用的org.hibernate中的类 类 说明 CacheMode Controls how the session interacts with the second-level cache and query cache.EntityMode Defines the representation modes available for entities.FlushMode Represents a flushing strategy.LockMode Instances represent a lock mode for a row of a relational database table. -
org.hibernate.boot.jaxb.hbm.spi使用的org.hibernate中的类 类 说明 CacheMode Controls how the session interacts with the second-level cache and query cache.EntityMode Defines the representation modes available for entities.FlushMode Represents a flushing strategy.LockMode Instances represent a lock mode for a row of a relational database table. -
org.hibernate.boot.jaxb.internal.stax使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.boot.model.naming使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.boot.model.source.internal.hbm使用的org.hibernate中的类 类 说明 EntityMode Defines the representation modes available for entities.HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.boot.model.source.spi使用的org.hibernate中的类 类 说明 EntityMode Defines the representation modes available for entities. -
org.hibernate.boot.registry.classloading.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.boot.registry.selector.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.boot.spi使用的org.hibernate中的类 类 说明 ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection.CustomEntityDirtinessStrategy During a flush cycle, Hibernate needs to determine which of the entities associated with aSession.DuplicateMappingException Raised whenever a duplicate for a certain type occurs.EntityMode Defines the representation modes available for entities.EntityNameResolver Contract for resolving an entity-name from a given entity instance.HibernateException The base exception type for Hibernate exceptions.Interceptor Allows user code to inspect and/or change property values.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.MultiTenancyStrategy Describes the methods for multi-tenancy understood by Hibernate.NullPrecedence Defines precedence of null values withinORDER BYclause.SessionFactory The main contract here is the creation ofSessioninstances.SessionFactoryObserver Allows reaction to basicSessionFactoryoccurrences. -
org.hibernate.bytecode.enhance.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.bytecode.enhance.spi.interceptor使用的org.hibernate中的类 类 说明 Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
org.hibernate.bytecode.internal使用的org.hibernate中的类 类 说明 SessionFactory The main contract here is the creation ofSessioninstances.SessionFactoryObserver Allows reaction to basicSessionFactoryoccurrences. -
org.hibernate.bytecode.internal.bytebuddy使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.bytecode.internal.javassist使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.bytecode.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.cache使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.cache.internal使用的org.hibernate中的类 类 说明 Cache Provides an API for querying/managing the second level cache regions.HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.cache.spi使用的org.hibernate中的类 类 说明 Cache Provides an API for querying/managing the second level cache regions.Filter Type definition of Filter.HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.cache.spi.access使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.cache.spi.entry使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.Interceptor Allows user code to inspect and/or change property values. -
org.hibernate.cfg使用的org.hibernate中的类 类 说明 AnnotationException Annotation related exception.ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection.EntityMode Defines the representation modes available for entities.FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.Interceptor Allows user code to inspect and/or change property values.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.MultiTenancyStrategy Describes the methods for multi-tenancy understood by Hibernate.NullPrecedence Defines precedence of null values withinORDER BYclause.SessionEventListener NOTE : Consider this an incubating API, likely to change as wider usage indicates changes that need to be madeSessionFactory The main contract here is the creation ofSessioninstances.SessionFactoryObserver Allows reaction to basicSessionFactoryoccurrences. -
org.hibernate.cfg.annotations使用的org.hibernate中的类 类 说明 CacheMode Controls how the session interacts with the second-level cache and query cache.FlushMode Represents a flushing strategy.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings. -
org.hibernate.cfg.beanvalidation使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.classic使用的org.hibernate中的类 类 说明 CallbackException Intended to be thrown fromLifecycleandInterceptorcallbacks.Session The main runtime interface between a Java application and Hibernate. -
org.hibernate.collection.internal使用的org.hibernate中的类 类 说明 EntityMode Defines the representation modes available for entities.HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.collection.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.context使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.context.internal使用的org.hibernate中的类 类 说明 ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection.HibernateException The base exception type for Hibernate exceptions.Session The main runtime interface between a Java application and Hibernate.SessionFactory The main contract here is the creation ofSessioninstances. -
org.hibernate.context.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.Session The main runtime interface between a Java application and Hibernate.SessionBuilder Represents a consolidation of all session creation options into a builder style delegate. -
org.hibernate.criterion使用的org.hibernate中的类 类 说明 Criteria Criteria is a simplified API for retrieving entities by composing Criterion objects.FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.NullPrecedence Defines precedence of null values withinORDER BYclause.Session The main runtime interface between a Java application and Hibernate. -
org.hibernate.dialect使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.NullPrecedence Defines precedence of null values withinORDER BYclause.ScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults. -
org.hibernate.dialect.function使用的org.hibernate中的类 类 说明 QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
org.hibernate.dialect.identity使用的org.hibernate中的类 类 说明 MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings. -
org.hibernate.dialect.lock使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.JDBCException Wraps aSQLException.LockMode Instances represent a lock mode for a row of a relational database table.StaleObjectStateException A specialized StaleStateException that carries information about the particular entity instance that was the source of the failure. -
org.hibernate.engine使用的org.hibernate中的类 类 说明 JDBCException Wraps aSQLException. -
org.hibernate.engine.internal使用的org.hibernate中的类 类 说明 BaseSessionEventListener A no-op implementation of SessionEventListener.EntityMode Defines the representation modes available for entities.HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.SessionEventListener NOTE : Consider this an incubating API, likely to change as wider usage indicates changes that need to be madeTransientObjectException Thrown when the user passes a transient instance to a Session method that expects a persistent instance. -
org.hibernate.engine.jdbc.connections.internal使用的org.hibernate中的类 类 说明 JDBCException Wraps aSQLException. -
org.hibernate.engine.jdbc.dialect.internal使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.engine.jdbc.dialect.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.JDBCException Wraps aSQLException. -
org.hibernate.engine.jdbc.env.internal使用的org.hibernate中的类 类 说明 MultiTenancyStrategy Describes the methods for multi-tenancy understood by Hibernate. -
org.hibernate.engine.jdbc.spi使用的org.hibernate中的类 类 说明 ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection.JDBCException Wraps aSQLException.ScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults. -
org.hibernate.engine.jndi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.engine.query使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.engine.query.spi使用的org.hibernate中的类 类 说明 Filter Type definition of Filter.HibernateException The base exception type for Hibernate exceptions.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
org.hibernate.engine.query.spi.sql使用的org.hibernate中的类 类 说明 LockMode Instances represent a lock mode for a row of a relational database table. -
org.hibernate.engine.spi使用的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.ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection.Criteria Criteria is a simplified API for retrieving entities by composing Criterion objects.CustomEntityDirtinessStrategy During a flush cycle, Hibernate needs to determine which of the entities associated with aSession.EntityMode Defines the representation modes available for entities.EntityNameResolver Contract for resolving an entity-name from a given entity instance.Filter Type definition of Filter.FlushMode Represents a flushing strategy.HibernateException The base exception type for Hibernate exceptions.IdentifierLoadAccess Loads an entity by its primary identifier.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.Interceptor Allows user code to inspect and/or change property values.JDBCException Wraps aSQLException.LobHelper Asession'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 occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.MultiIdentifierLoadAccess Loads multiple entities at once by identifiers, ultimately via one of theMultiIdentifierLoadAccess.multiLoad(K...)methods, using the various options specified (if any)NaturalIdLoadAccess Loads an entity by its natural identifier.PropertyValueException Thrown when the (illegal) value of a property can not be persisted.Query 已过时。(since 5.2) useQueryinsteadQueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.ReplicationMode Represents a replication strategy.ScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults.Session The main runtime interface between a Java application and Hibernate.Session.LockRequest Contains locking details (LockMode, Timeout and Scope).SessionBuilder Represents a consolidation of all session creation options into a builder style delegate.SessionEventListener NOTE : Consider this an incubating API, likely to change as wider usage indicates changes that need to be madeSessionFactory The main contract here is the creation ofSessioninstances.SessionFactoryObserver Allows reaction to basicSessionFactoryoccurrences.SharedSessionBuilder SpecializedSessionBuilderwith access to stuff from another session.SharedSessionContract Contract methods shared betweenSessionandStatelessSession.SimpleNaturalIdLoadAccess Loads an entity by its natural identifier.StatelessSession A command-oriented API for performing bulk operations against a database.StatelessSessionBuilder Represents a consolidation of all stateless session creation options into a builder style delegate.Transaction Defines the contract for abstracting applications from the configured underlying means of transaction management.TypeHelper Provides access to the variousTypeinstances associated with theSessionFactory.UnknownProfileException Used to indicate a request against an unknown profile name. -
org.hibernate.engine.transaction.internal使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.Transaction Defines the contract for abstracting applications from the configured underlying means of transaction management. -
org.hibernate.engine.transaction.jta.platform.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.engine.transaction.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.Transaction Defines the contract for abstracting applications from the configured underlying means of transaction management. -
org.hibernate.event.internal使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.LockOptions Contains locking details (LockMode, Timeout and Scope). -
org.hibernate.event.service.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
org.hibernate.event.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).ReplicationMode Represents a replication strategy.Session The main runtime interface between a Java application and Hibernate.SharedSessionContract Contract methods shared betweenSessionandStatelessSession. -
org.hibernate.exception使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.JDBCException Wraps aSQLException. -
org.hibernate.exception.internal使用的org.hibernate中的类 类 说明 JDBCException Wraps aSQLException. -
org.hibernate.exception.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.JDBCException Wraps aSQLException. -
org.hibernate.graph使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.Session The main runtime interface between a Java application and Hibernate. -
org.hibernate.hikaricp.internal使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.hql.internal使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
org.hibernate.hql.internal.ast使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
org.hibernate.hql.internal.ast.exec使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.hql.internal.ast.tree使用的org.hibernate中的类 类 说明 QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
org.hibernate.hql.internal.ast.util使用的org.hibernate中的类 类 说明 MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
org.hibernate.hql.internal.classic使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
org.hibernate.hql.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
org.hibernate.hql.spi.id使用的org.hibernate中的类 类 说明 JDBCException Wraps aSQLException. -
org.hibernate.id使用的org.hibernate中的类 类 说明 FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings. -
org.hibernate.id.enhanced使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings. -
org.hibernate.internal使用的org.hibernate中的类 类 说明 CacheMode Controls how the session interacts with the second-level cache and query cache.ConnectionAcquisitionMode Indicates the manner in which JDBC Connections should be acquired.ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection.Criteria Criteria is a simplified API for retrieving entities by composing Criterion objects.CustomEntityDirtinessStrategy During a flush cycle, Hibernate needs to determine which of the entities associated with aSession.EntityMode Defines the representation modes available for entities.EntityNameResolver Contract for resolving an entity-name from a given entity instance.FetchMode Represents an association fetching strategy.Filter Type definition of Filter.FlushMode Represents a flushing strategy.HibernateException The base exception type for Hibernate exceptions.Interceptor Allows user code to inspect and/or change property values.JDBCException Wraps aSQLException.LobHelper Asession'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 occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.MultiIdentifierLoadAccess Loads multiple entities at once by identifiers, ultimately via one of theMultiIdentifierLoadAccess.multiLoad(K...)methods, using the various options specified (if any)NaturalIdLoadAccess Loads an entity by its natural identifier.Query 已过时。(since 5.2) useQueryinsteadReplicationMode Represents a replication strategy.ScrollableResults A result iterator that allows moving around within the results by arbitrary increments.ScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults.Session The main runtime interface between a Java application and Hibernate.Session.LockRequest Contains locking details (LockMode, Timeout and Scope).SessionBuilder Represents a consolidation of all session creation options into a builder style delegate.SessionEventListener NOTE : Consider this an incubating API, likely to change as wider usage indicates changes that need to be madeSessionFactory The main contract here is the creation ofSessioninstances.SessionFactoryObserver Allows reaction to basicSessionFactoryoccurrences.SharedSessionBuilder SpecializedSessionBuilderwith access to stuff from another session.SharedSessionContract Contract methods shared betweenSessionandStatelessSession.SimpleNaturalIdLoadAccess Loads an entity by its natural identifier.StaleStateException Thrown when a version number or timestamp check failed, indicating that the Session contained stale data (when using long transactions with versioning).StatelessSession A command-oriented API for performing bulk operations against a database.StatelessSessionBuilder Represents a consolidation of all stateless session creation options into a builder style delegate.Transaction Defines the contract for abstracting applications from the configured underlying means of transaction management.TypeHelper Provides access to the variousTypeinstances associated with theSessionFactory.UnknownProfileException Used to indicate a request against an unknown profile name. -
org.hibernate.internal.util使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.PropertyNotFoundException Indicates that an expected getter or setter method could not be found on a class. -
org.hibernate.internal.util.beans使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.internal.util.collections使用的org.hibernate中的类 类 说明 LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope). -
org.hibernate.internal.util.config使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.internal.util.xml使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.jdbc使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.jpa使用的org.hibernate中的类 类 说明 Metamodel Query 已过时。(since 5.2) useQueryinsteadSession The main runtime interface between a Java application and Hibernate. -
org.hibernate.jpa.internal.util使用的org.hibernate中的类 类 说明 CacheMode Controls how the session interacts with the second-level cache and query cache.FlushMode Represents a flushing strategy.HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope). -
org.hibernate.jpa.spi使用的org.hibernate中的类 类 说明 LockOptions Contains locking details (LockMode, Timeout and Scope).Query 已过时。(since 5.2) useQueryinstead -
org.hibernate.loader使用的org.hibernate中的类 类 说明 FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
org.hibernate.loader.collection使用的org.hibernate中的类 类 说明 FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings. -
org.hibernate.loader.collection.plan使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings. -
org.hibernate.loader.criteria使用的org.hibernate中的类 类 说明 Criteria Criteria is a simplified API for retrieving entities by composing Criterion objects.FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.ScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults. -
org.hibernate.loader.custom使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
org.hibernate.loader.custom.sql使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
org.hibernate.loader.entity使用的org.hibernate中的类 类 说明 FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings. -
org.hibernate.loader.entity.plan使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope). -
org.hibernate.loader.hql使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
org.hibernate.loader.plan.build.internal使用的org.hibernate中的类 类 说明 LockMode Instances represent a lock mode for a row of a relational database table. -
org.hibernate.loader.plan.build.internal.spaces使用的org.hibernate中的类 类 说明 QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
org.hibernate.loader.plan.exec.internal使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.ScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults. -
org.hibernate.loader.plan.exec.process.internal使用的org.hibernate中的类 类 说明 LockMode Instances represent a lock mode for a row of a relational database table. -
org.hibernate.loader.plan.exec.process.spi使用的org.hibernate中的类 类 说明 LockMode Instances represent a lock mode for a row of a relational database table. -
org.hibernate.loader.plan.exec.query.internal使用的org.hibernate中的类 类 说明 LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope). -
org.hibernate.loader.plan.exec.query.spi使用的org.hibernate中的类 类 说明 LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope). -
org.hibernate.loader.plan.exec.spi使用的org.hibernate中的类 类 说明 LockMode Instances represent a lock mode for a row of a relational database table. -
org.hibernate.loader.plan.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.mapping使用的org.hibernate中的类 类 说明 EntityMode Defines the representation modes available for entities.FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.PropertyNotFoundException Indicates that an expected getter or setter method could not be found on a class. -
org.hibernate.metadata使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.metamodel.internal使用的org.hibernate中的类 类 说明 EntityNameResolver Contract for resolving an entity-name from a given entity instance.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.Metamodel -
org.hibernate.metamodel.model.domain使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.metamodel.spi使用的org.hibernate中的类 类 说明 EntityNameResolver Contract for resolving an entity-name from a given entity instance.Metamodel -
org.hibernate.persister.collection使用的org.hibernate中的类 类 说明 FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
org.hibernate.persister.entity使用的org.hibernate中的类 类 说明 EntityMode Defines the representation modes available for entities.FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.QueryException A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. -
org.hibernate.persister.internal使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.persister.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.persister.walking.internal使用的org.hibernate中的类 类 说明 FetchMode Represents an association fetching strategy. -
org.hibernate.persister.walking.spi使用的org.hibernate中的类 类 说明 HibernateError Marks a group of exceptions that generally indicate an internal Hibernate error or bug.HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.procedure使用的org.hibernate中的类 类 说明 BasicQueryContract 已过时。(since 5.2) useCommonQueryContractinstead.HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.Session The main runtime interface between a Java application and Hibernate.SynchronizeableQuery A unifying interface for queries which can define tables (query spaces) to synchronize on. -
org.hibernate.procedure.internal使用的org.hibernate中的类 类 说明 BasicQueryContract 已过时。(since 5.2) useCommonQueryContractinstead.Query 已过时。(since 5.2) useQueryinsteadSynchronizeableQuery A unifying interface for queries which can define tables (query spaces) to synchronize on. -
org.hibernate.procedure.spi使用的org.hibernate中的类 类 说明 BasicQueryContract 已过时。(since 5.2) useCommonQueryContractinstead.Query 已过时。(since 5.2) useQueryinsteadSynchronizeableQuery A unifying interface for queries which can define tables (query spaces) to synchronize on. -
org.hibernate.property.access.internal使用的org.hibernate中的类 类 说明 EntityMode Defines the representation modes available for entities. -
org.hibernate.property.access.spi使用的org.hibernate中的类 类 说明 EntityMode Defines the representation modes available for entities.HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.proxy使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.proxy.map使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.proxy.pojo.bytebuddy使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.proxy.pojo.javassist使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.query使用的org.hibernate中的类 类 说明 BasicQueryContract 已过时。(since 5.2) useCommonQueryContractinstead.CacheMode Controls how the session interacts with the second-level cache and query cache.FlushMode Represents a flushing strategy.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.Query 已过时。(since 5.2) useQueryinsteadScrollableResults A result iterator that allows moving around within the results by arbitrary increments.ScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults.SQLQuery 已过时。(since 5.2) useNativeQueryinstead.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.SynchronizeableQuery A unifying interface for queries which can define tables (query spaces) to synchronize on. -
org.hibernate.query.criteria.internal.compile使用的org.hibernate中的类 类 说明 BasicQueryContract 已过时。(since 5.2) useCommonQueryContractinstead.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 已过时。(since 5.2) useQueryinsteadScrollableResults 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. -
org.hibernate.query.internal使用的org.hibernate中的类 类 说明 BasicQueryContract 已过时。(since 5.2) useCommonQueryContractinstead.CacheMode Controls how the session interacts with the second-level cache and query cache.FlushMode Represents a flushing strategy.HibernateException The base exception type for Hibernate exceptions.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.NonUniqueResultException Thrown when the application calls Query.uniqueResult() and the query returned more than one result.Query 已过时。(since 5.2) useQueryinsteadScrollMode Specifies the type of JDBC scrollable result set to use underneath aScrollableResults.SQLQuery 已过时。(since 5.2) useNativeQueryinstead.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.SynchronizeableQuery A unifying interface for queries which can define tables (query spaces) to synchronize on. -
org.hibernate.query.procedure使用的org.hibernate中的类 类 说明 Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
org.hibernate.query.procedure.spi使用的org.hibernate中的类 类 说明 Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
org.hibernate.query.spi使用的org.hibernate中的类 类 说明 BasicQueryContract 已过时。(since 5.2) useCommonQueryContractinstead.CacheMode Controls how the session interacts with the second-level cache and query cache.FlushMode Represents a flushing strategy.HibernateException The base exception type for Hibernate exceptions.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.LockMode Instances represent a lock mode for a row of a relational database table.LockOptions Contains locking details (LockMode, Timeout and Scope).MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.Query 已过时。(since 5.2) useQueryinsteadScrollableResults A result iterator that allows moving around within the results by arbitrary increments.SQLQuery 已过时。(since 5.2) useNativeQueryinstead.SQLQuery.RootReturn 已过时。Allows access to further control how root returns are mapped back from result sets.SynchronizeableQuery A unifying interface for queries which can define tables (query spaces) to synchronize on. -
org.hibernate.resource.beans.container.internal使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.resource.jdbc.spi使用的org.hibernate中的类 类 说明 ConnectionAcquisitionMode Indicates the manner in which JDBC Connections should be acquired.ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection. -
org.hibernate.resource.transaction使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.resource.transaction.backend.jdbc.internal使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.resource.transaction.backend.jta.internal使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.resource.transaction.spi使用的org.hibernate中的类 类 说明 ConnectionAcquisitionMode Indicates the manner in which JDBC Connections should be acquired.ConnectionReleaseMode Defines the various policies by which Hibernate might release its underlying JDBC connection. -
org.hibernate.result使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.result.internal使用的org.hibernate中的类 类 说明 JDBCException Wraps aSQLException. -
org.hibernate.secure.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.service使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.service.internal使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.service.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.sql使用的org.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. -
org.hibernate.sql.ast使用的org.hibernate中的类 类 说明 Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
org.hibernate.sql.ordering.antlr使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.tool.hbm2ddl使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.tool.schema.extract.internal使用的org.hibernate中的类 类 说明 JDBCException Wraps aSQLException. -
org.hibernate.tool.schema.extract.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
org.hibernate.tool.schema.spi使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating. -
org.hibernate.tuple使用的org.hibernate中的类 类 说明 FetchMode Represents an association fetching strategy.Session The main runtime interface between a Java application and Hibernate. -
org.hibernate.tuple.component使用的org.hibernate中的类 类 说明 EntityMode Defines the representation modes available for entities.FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.tuple.entity使用的org.hibernate中的类 类 说明 EntityMode Defines the representation modes available for entities.EntityNameResolver Contract for resolving an entity-name from a given entity instance.HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.type使用的org.hibernate中的类 类 说明 EntityMode Defines the representation modes available for entities.FetchMode Represents an association fetching strategy.HibernateException The base exception type for Hibernate exceptions.MappingException An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings. -
org.hibernate.type.descriptor.java使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions. -
org.hibernate.type.spi使用的org.hibernate中的类 类 说明 Incubating Marks (recursively) certain of Hibernate's packages, types and methods as incubating.SessionFactory The main contract here is the creation ofSessioninstances.SessionFactoryObserver Allows reaction to basicSessionFactoryoccurrences. -
org.hibernate.usertype使用的org.hibernate中的类 类 说明 HibernateException The base exception type for Hibernate exceptions.