程序包的使用
org.hibernate.engine.spi
-
使用org.hibernate.engine.spi的程序包 程序包 说明 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.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.internal org.hibernate.boot.jaxb.hbm.internal JAXB details.org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model org.hibernate.boot.spi org.hibernate.bytecode.enhance.internal.tracker specialized classes to keep track of changesorg.hibernate.bytecode.enhance.spi package defining bytecode code enhancement (instrumentation) support.org.hibernate.bytecode.enhance.spi.interceptor interceptor implementationsorg.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.cfg.spi 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.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider.org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.cfg.beanvalidation org.hibernate.collection.internal Internal implementations and support for persistent collectionsorg.hibernate.collection.spi SPI definitions for persistent collectionsorg.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.dialect.pagination Support for Dialect-specific pagination strategiesorg.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.loading.internal Internal classes used to track loading of data, potentially across multiple ResultSetsorg.hibernate.engine.query.internal org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.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.internal org.hibernate.event.spi org.hibernate.graph Hibernate's (extended) support for JPA's entity graphsorg.hibernate.graph.internal org.hibernate.graph.internal.parse org.hibernate.graph.spi 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.hql.spi.id.cte org.hibernate.hql.spi.id.global org.hibernate.hql.spi.id.inline org.hibernate.hql.spi.id.local org.hibernate.hql.spi.id.persistent Package contains an implementation of MultiTableBulkIdStrategy based on the use of a persistent (ANSI SQL term) table to hold id values.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.id.insert org.hibernate.id.uuid org.hibernate.integrator.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.internal.util Internal utility classes.org.hibernate.jdbc org.hibernate.jpa org.hibernate.jpa.event.internal Internal details of implementing support for JPA callbacksorg.hibernate.jpa.internal Defines Hibernate implementation of Java Persistence specification.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.build.spi Defines the SPI for building a metamodel-driven LoadPlanorg.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.spi 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.convert.internal org.hibernate.metamodel.model.convert.spi org.hibernate.metamodel.model.domain.internal org.hibernate.metamodel.model.domain.spi org.hibernate.metamodel.spi org.hibernate.param 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.spi org.hibernate.persister.walking.internal org.hibernate.persister.walking.spi org.hibernate.pretty Classes for pretty printing things for exception and log messages.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 org.hibernate.proxy.pojo.bytebuddy org.hibernate.proxy.pojo.javassist org.hibernate.query.criteria.internal.compile org.hibernate.query.internal org.hibernate.query.procedure.internal org.hibernate.query.spi org.hibernate.resource.jdbc.spi org.hibernate.resource.transaction.backend.jta.internal.synchronization Internal implementation details for reacting to JTA transaction completion viaSynchronizationcallbacksorg.hibernate.result.spi org.hibernate.secure.internal org.hibernate.secure.spi 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.ordering.antlr org.hibernate.stat.internal org.hibernate.stat.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.spi org.hibernate.usertype Interfaces for user-defined custom types. -
org.hibernate使用的org.hibernate.engine.spi中的类 类 说明 FilterDefinition A FilterDefinition defines the global attributes of a dynamic filter.RowSelection Represents a selection criteria for rows in a JDBCResultSetSessionImplementor Defines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.action.internal使用的org.hibernate.engine.spi中的类 类 说明 EntityKey Uniquely identifies of an entity instance in a particular Session by identifier.SessionImplementor Defines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.action.spi使用的org.hibernate.engine.spi中的类 类 说明 SessionImplementor Defines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.boot使用的org.hibernate.engine.spi中的类 类 说明 FilterDefinition A FilterDefinition defines the global attributes of a dynamic filter.Mapping Defines operations common to "compiled" mappings (ie.NamedQueryDefinition Definition of a named query, defined in the mapping metadata.NamedSQLQueryDefinition Definition of a named native SQL query, defined in the mapping metadata. -
org.hibernate.boot.internal使用的org.hibernate.engine.spi中的类 类 说明 FilterDefinition A FilterDefinition defines the global attributes of a dynamic filter.Mapping Defines operations common to "compiled" mappings (ie.NamedQueryDefinition Definition of a named query, defined in the mapping metadata.NamedSQLQueryDefinition Definition of a named native SQL query, defined in the mapping metadata.SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.boot.jaxb.hbm.internal使用的org.hibernate.engine.spi中的类 类 说明 ExecuteUpdateResultCheckStyle For persistence operations (INSERT, UPDATE, DELETE) what style of determining results (success/failure) is to be used. -
org.hibernate.boot.jaxb.hbm.spi使用的org.hibernate.engine.spi中的类 类 说明 ExecuteUpdateResultCheckStyle For persistence operations (INSERT, UPDATE, DELETE) what style of determining results (success/failure) is to be used. -
org.hibernate.boot.model使用的org.hibernate.engine.spi中的类 类 说明 ExecuteUpdateResultCheckStyle For persistence operations (INSERT, UPDATE, DELETE) what style of determining results (success/failure) is to be used. -
org.hibernate.boot.spi使用的org.hibernate.engine.spi中的类 类 说明 FilterDefinition A FilterDefinition defines the global attributes of a dynamic filter.Mapping Defines operations common to "compiled" mappings (ie.NamedQueryDefinition Definition of a named query, defined in the mapping metadata.NamedSQLQueryDefinition Definition of a named native SQL query, defined in the mapping metadata.SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.bytecode.enhance.internal.tracker使用的org.hibernate.engine.spi中的类 类 说明 CompositeOwner -
org.hibernate.bytecode.enhance.spi使用的org.hibernate.engine.spi中的类 类 说明 SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.bytecode.enhance.spi.interceptor使用的org.hibernate.engine.spi中的类 类 说明 EntityKey Uniquely identifies of an entity instance in a particular Session by identifier.PersistentAttributeInterceptor The base contract for interceptors that can be injected into enhanced entities for the purpose of intercepting attribute accessSharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.bytecode.internal.bytebuddy使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.bytecode.internal.javassist使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.bytecode.spi使用的org.hibernate.engine.spi中的类 类 说明 EntityKey Uniquely identifies of an entity instance in a particular Session by identifier.PersistentAttributeInterceptable PersistentAttributeInterceptor The base contract for interceptors that can be injected into enhanced entities for the purpose of intercepting attribute accessSessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.cache.cfg.spi使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.cache.internal使用的org.hibernate.engine.spi中的类 类 说明 CacheImplementor 已过时。Moved toCacheImplementorSessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.cache.spi使用的org.hibernate.engine.spi中的类 类 说明 CacheImplementor 已过时。Moved toCacheImplementorQueryParameters SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.cache.spi.access使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.cache.spi.entry使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.cache.spi.support使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.cfg使用的org.hibernate.engine.spi中的类 类 说明 NamedQueryDefinition Definition of a named query, defined in the mapping metadata. -
org.hibernate.cfg.beanvalidation使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.collection.internal使用的org.hibernate.engine.spi中的类 类 说明 SessionImplementor Defines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.collection.spi使用的org.hibernate.engine.spi中的类 类 说明 SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.context.internal使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.context.spi使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.criterion使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.TypedValue An ordered pair of a value and its Hibernate type. -
org.hibernate.dialect使用的org.hibernate.engine.spi中的类 类 说明 QueryParameters SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.dialect.function使用的org.hibernate.engine.spi中的类 类 说明 Mapping Defines operations common to "compiled" mappings (ie.SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.dialect.identity使用的org.hibernate.engine.spi中的类 类 说明 SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.dialect.lock使用的org.hibernate.engine.spi中的类 类 说明 SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.dialect.pagination使用的org.hibernate.engine.spi中的类 类 说明 RowSelection Represents a selection criteria for rows in a JDBCResultSet -
org.hibernate.engine.internal使用的org.hibernate.engine.spi中的类 类 说明 BatchFetchQueue Tracks entity and collection keys that are available for batch fetching, and the queries which were used to load entities, which can be re-used as a subquery for loading owned collections.CascadingAction A session action that may be cascaded from parent entity to its childrenCollectionEntry We need an entry to tell us all about the current state of a collection with respect to its persistent stateCollectionKey Uniquely identifies a collection instance in a particular session.EntityEntry We need an entry to tell us all about the current state of an object with respect to its persistent state Implementation Warning: Hibernate needs to instantiate a high amount of instances of this class, therefore we need to take care of its impact on memory consumption.EntityEntryExtraState Navigation methods for extra state objects attached toEntityEntry.EntityEntryFactory Contract to buildEntityEntryEntityKey Uniquely identifies of an entity instance in a particular Session by identifier.EntityUniqueKey Used to uniquely key an entity instance in relation to a particular session by some unique property reference, as opposed to identifier.IdentifierValue A strategy for determining if an identifier value is an identifier of a new transient instance or a previously persistent transient instance.Mapping Defines operations common to "compiled" mappings (ie.PersistenceContext Represents the state of "stuff" Hibernate is tracking, including (not exhaustive): entities collections snapshots proxiesPersistenceContext.NaturalIdHelper Provides centralized access to natural-id-related functionality.PersistentAttributeInterceptable QueryParameters SessionEventListenerManager SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SessionImplementor Defines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session".Status Represents the status of an entity with respect to this session.VersionValue A strategy for determining if a version value is a version of a new transient instance or a previously persistent transient instance. -
org.hibernate.engine.jdbc.internal使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.engine.loading.internal使用的org.hibernate.engine.spi中的类 类 说明 CollectionKey Uniquely identifies a collection instance in a particular session.PersistenceContext Represents the state of "stuff" Hibernate is tracking, including (not exhaustive): entities collections snapshots proxies -
org.hibernate.engine.query.internal使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.engine.query.spi使用的org.hibernate.engine.spi中的类 类 说明 QueryParameters SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.engine.spi使用的org.hibernate.engine.spi中的类 类 说明 AbstractDelegatingSessionBuilder Base class forSessionBuilderimplementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.ActionQueue Responsible for maintaining the queue of actions related to events.ActionQueue.TransactionCompletionProcesses Wrapper class allowing to bind the same transaction completion process queues in different sessions.BatchFetchQueue Tracks entity and collection keys that are available for batch fetching, and the queries which were used to load entities, which can be re-used as a subquery for loading owned collections.CachedNaturalIdValueSource The type of action from which the cache call is originating.CacheInitiator Initiator for second level cache supportCascadeStyle A contract for defining the aspects of cascading various persistence actions.CascadeStyles.BaseCascadeStyle CascadingAction A session action that may be cascaded from parent entity to its childrenCollectionEntry We need an entry to tell us all about the current state of a collection with respect to its persistent stateCollectionKey Uniquely identifies a collection instance in a particular session.CompositeOwner EffectiveEntityGraph Think of this as the composite modeling of a graph and the semantic.EntityEntry We need an entry to tell us all about the current state of an object with respect to its persistent state Implementation Warning: Hibernate needs to instantiate a high amount of instances of this class, therefore we need to take care of its impact on memory consumption.EntityEntryExtraState Navigation methods for extra state objects attached toEntityEntry.EntityKey Uniquely identifies of an entity instance in a particular Session by identifier.EntityUniqueKey Used to uniquely key an entity instance in relation to a particular session by some unique property reference, as opposed to identifier.ExceptionConverter ExecutableList.Sorter Provides a sorting interface for ExecutableList.ExecuteUpdateResultCheckStyle For persistence operations (INSERT, UPDATE, DELETE) what style of determining results (success/failure) is to be used.FilterDefinition A FilterDefinition defines the global attributes of a dynamic filter.IdentifierValue A strategy for determining if an identifier value is an identifier of a new transient instance or a previously persistent transient instance.LoadQueryInfluencers Centralize all options which can influence the SQL query needed to load an entity.Managed Contract for classes (specifically, entities and components/embeddables) that are "managed".ManagedEntity SpecializedManagedcontract for entity classes.Mapping Defines operations common to "compiled" mappings (ie.NamedQueryDefinition Definition of a named query, defined in the mapping metadata.NamedQueryDefinitionBuilder NamedSQLQueryDefinition Definition of a named native SQL query, defined in the mapping metadata.NamedSQLQueryDefinitionBuilder PersistenceContext Represents the state of "stuff" Hibernate is tracking, including (not exhaustive): entities collections snapshots proxiesPersistenceContext.NaturalIdHelper Provides centralized access to natural-id-related functionality.PersistentAttributeInterceptable PersistentAttributeInterceptor The base contract for interceptors that can be injected into enhanced entities for the purpose of intercepting attribute accessQueryParameters RowSelection Represents a selection criteria for rows in a JDBCResultSetSelfDirtinessTracker Contract for an entity to report that it tracks the dirtiness of its own state, as opposed to needing Hibernate to perform state-diff dirty calculations.SessionBuilderImplementor Defines the internal contract between the SessionBuilder and other parts of Hibernate..SessionEventListenerManager SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SessionFactoryImplementor.DeserializationResolver Contract for resolving this SessionFactory on deserializationSessionImplementor Defines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations.SessionOwner 已过时。(since 5.2) since consolidating hibernate-entitymanager into hibernate-core I believe this is no longer needed.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session".Status Represents the status of an entity with respect to this session.SubselectFetch TypedValue An ordered pair of a value and its Hibernate type.UnsavedValueStrategy The base contract for determining transient status versus detached status.ValueInclusion An enum of the different ways a value might be "included".VersionValue A strategy for determining if a version value is a version of a new transient instance or a previously persistent transient instance. -
org.hibernate.event.internal使用的org.hibernate.engine.spi中的类 类 说明 CascadingAction A session action that may be cascaded from parent entity to its childrenEntityEntry We need an entry to tell us all about the current state of an object with respect to its persistent state Implementation Warning: Hibernate needs to instantiate a high amount of instances of this class, therefore we need to take care of its impact on memory consumption.EntityKey Uniquely identifies of an entity instance in a particular Session by identifier.SessionImplementor Defines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations. -
org.hibernate.event.service.internal使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.event.spi使用的org.hibernate.engine.spi中的类 类 说明 ActionQueue Responsible for maintaining the queue of actions related to events.EntityEntry We need an entry to tell us all about the current state of an object with respect to its persistent state Implementation Warning: Hibernate needs to instantiate a high amount of instances of this class, therefore we need to take care of its impact on memory consumption.SessionImplementor Defines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.graph使用的org.hibernate.engine.spi中的类 类 说明 SessionImplementor Defines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations. -
org.hibernate.graph.internal使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.graph.internal.parse使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.graph.spi使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.hql.internal使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.hql.internal.ast使用的org.hibernate.engine.spi中的类 类 说明 QueryParameters SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.hql.internal.ast.exec使用的org.hibernate.engine.spi中的类 类 说明 QueryParameters SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.hql.internal.ast.tree使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.hql.internal.ast.util使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.hql.internal.classic使用的org.hibernate.engine.spi中的类 类 说明 QueryParameters SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.hql.spi使用的org.hibernate.engine.spi中的类 类 说明 QueryParameters SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.hql.spi.id使用的org.hibernate.engine.spi中的类 类 说明 QueryParameters SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.hql.spi.id.cte使用的org.hibernate.engine.spi中的类 类 说明 QueryParameters SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.hql.spi.id.global使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.hql.spi.id.inline使用的org.hibernate.engine.spi中的类 类 说明 QueryParameters SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.hql.spi.id.local使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.hql.spi.id.persistent使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.id使用的org.hibernate.engine.spi中的类 类 说明 Mapping Defines operations common to "compiled" mappings (ie.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.id.enhanced使用的org.hibernate.engine.spi中的类 类 说明 SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.id.insert使用的org.hibernate.engine.spi中的类 类 说明 SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.id.uuid使用的org.hibernate.engine.spi中的类 类 说明 SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.integrator.spi使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.internal使用的org.hibernate.engine.spi中的类 类 说明 ActionQueue Responsible for maintaining the queue of actions related to events.ActionQueue.TransactionCompletionProcesses Wrapper class allowing to bind the same transaction completion process queues in different sessions.CollectionKey Uniquely identifies a collection instance in a particular session.EntityEntry We need an entry to tell us all about the current state of an object with respect to its persistent state Implementation Warning: Hibernate needs to instantiate a high amount of instances of this class, therefore we need to take care of its impact on memory consumption.EntityKey Uniquely identifies of an entity instance in a particular Session by identifier.ExceptionConverter FilterDefinition A FilterDefinition defines the global attributes of a dynamic filter.LoadQueryInfluencers Centralize all options which can influence the SQL query needed to load an entity.Mapping Defines operations common to "compiled" mappings (ie.NamedQueryDefinition Definition of a named query, defined in the mapping metadata.NamedSQLQueryDefinition Definition of a named native SQL query, defined in the mapping metadata.PersistenceContext Represents the state of "stuff" Hibernate is tracking, including (not exhaustive): entities collections snapshots proxiesQueryParameters SessionBuilderImplementor Defines the internal contract between the SessionBuilder and other parts of Hibernate..SessionEventListenerManager SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SessionFactoryImplementor.DeserializationResolver Contract for resolving this SessionFactory on deserializationSessionImplementor Defines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations.SessionOwner 已过时。(since 5.2) since consolidating hibernate-entitymanager into hibernate-core I believe this is no longer needed.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.internal.util使用的org.hibernate.engine.spi中的类 类 说明 EntityKey Uniquely identifies of an entity instance in a particular Session by identifier.SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.TypedValue An ordered pair of a value and its Hibernate type. -
org.hibernate.jdbc使用的org.hibernate.engine.spi中的类 类 说明 ExecuteUpdateResultCheckStyle For persistence operations (INSERT, UPDATE, DELETE) what style of determining results (success/failure) is to be used. -
org.hibernate.jpa使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.jpa.event.internal使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.jpa.internal使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SessionImplementor Defines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations. -
org.hibernate.jpa.spi使用的org.hibernate.engine.spi中的类 类 说明 SessionImplementor Defines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations. -
org.hibernate.loader使用的org.hibernate.engine.spi中的类 类 说明 CascadeStyle A contract for defining the aspects of cascading various persistence actions.EntityKey Uniquely identifies of an entity instance in a particular Session by identifier.LoadQueryInfluencers Centralize all options which can influence the SQL query needed to load an entity.QueryParameters RowSelection Represents a selection criteria for rows in a JDBCResultSetSessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session".TypedValue An ordered pair of a value and its Hibernate type. -
org.hibernate.loader.collection使用的org.hibernate.engine.spi中的类 类 说明 CascadeStyle A contract for defining the aspects of cascading various persistence actions.LoadQueryInfluencers Centralize all options which can influence the SQL query needed to load an entity.QueryParameters SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.loader.collection.plan使用的org.hibernate.engine.spi中的类 类 说明 LoadQueryInfluencers Centralize all options which can influence the SQL query needed to load an entity.SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.loader.criteria使用的org.hibernate.engine.spi中的类 类 说明 CascadeStyle A contract for defining the aspects of cascading various persistence actions.LoadQueryInfluencers Centralize all options which can influence the SQL query needed to load an entity.QueryParameters SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session".TypedValue An ordered pair of a value and its Hibernate type. -
org.hibernate.loader.custom使用的org.hibernate.engine.spi中的类 类 说明 QueryParameters SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.loader.custom.sql使用的org.hibernate.engine.spi中的类 类 说明 QueryParameters SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.loader.entity使用的org.hibernate.engine.spi中的类 类 说明 CascadeStyle A contract for defining the aspects of cascading various persistence actions.CascadingAction A session action that may be cascaded from parent entity to its childrenEntityKey Uniquely identifies of an entity instance in a particular Session by identifier.LoadQueryInfluencers Centralize all options which can influence the SQL query needed to load an entity.QueryParameters SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.loader.entity.plan使用的org.hibernate.engine.spi中的类 类 说明 LoadQueryInfluencers Centralize all options which can influence the SQL query needed to load an entity.QueryParameters SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.loader.hql使用的org.hibernate.engine.spi中的类 类 说明 QueryParameters SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.loader.plan.build.internal使用的org.hibernate.engine.spi中的类 类 说明 CascadingAction A session action that may be cascaded from parent entity to its childrenLoadQueryInfluencers Centralize all options which can influence the SQL query needed to load an entity.SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.loader.plan.build.internal.spaces使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.loader.plan.build.spi使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.loader.plan.exec.internal使用的org.hibernate.engine.spi中的类 类 说明 QueryParameters RowSelection Represents a selection criteria for rows in a JDBCResultSetSessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.loader.plan.exec.process.internal使用的org.hibernate.engine.spi中的类 类 说明 EntityKey Uniquely identifies of an entity instance in a particular Session by identifier.QueryParameters SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.loader.plan.exec.process.spi使用的org.hibernate.engine.spi中的类 类 说明 EntityKey Uniquely identifies of an entity instance in a particular Session by identifier.QueryParameters SessionImplementor Defines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.loader.plan.exec.query.internal使用的org.hibernate.engine.spi中的类 类 说明 LoadQueryInfluencers Centralize all options which can influence the SQL query needed to load an entity. -
org.hibernate.loader.plan.exec.query.spi使用的org.hibernate.engine.spi中的类 类 说明 LoadQueryInfluencers Centralize all options which can influence the SQL query needed to load an entity. -
org.hibernate.loader.spi使用的org.hibernate.engine.spi中的类 类 说明 SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.mapping使用的org.hibernate.engine.spi中的类 类 说明 CascadeStyle A contract for defining the aspects of cascading various persistence actions.ExecuteUpdateResultCheckStyle For persistence operations (INSERT, UPDATE, DELETE) what style of determining results (success/failure) is to be used.Mapping Defines operations common to "compiled" mappings (ie.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.metadata使用的org.hibernate.engine.spi中的类 类 说明 SessionImplementor Defines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.metamodel.internal使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.metamodel.model.convert.internal使用的org.hibernate.engine.spi中的类 类 说明 SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.metamodel.model.convert.spi使用的org.hibernate.engine.spi中的类 类 说明 SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.metamodel.model.domain.internal使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.metamodel.model.domain.spi使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.metamodel.spi使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.param使用的org.hibernate.engine.spi中的类 类 说明 QueryParameters SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.persister.collection使用的org.hibernate.engine.spi中的类 类 说明 ExecuteUpdateResultCheckStyle For persistence operations (INSERT, UPDATE, DELETE) what style of determining results (success/failure) is to be used.LoadQueryInfluencers Centralize all options which can influence the SQL query needed to load an entity.Mapping Defines operations common to "compiled" mappings (ie.SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session".SubselectFetch -
org.hibernate.persister.entity使用的org.hibernate.engine.spi中的类 类 说明 CascadeStyle A contract for defining the aspects of cascading various persistence actions.EntityEntry We need an entry to tell us all about the current state of an object with respect to its persistent state Implementation Warning: Hibernate needs to instantiate a high amount of instances of this class, therefore we need to take care of its impact on memory consumption.EntityEntryFactory Contract to buildEntityEntryExecuteUpdateResultCheckStyle For persistence operations (INSERT, UPDATE, DELETE) what style of determining results (success/failure) is to be used.LoadQueryInfluencers Centralize all options which can influence the SQL query needed to load an entity.Mapping Defines operations common to "compiled" mappings (ie.SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session".ValueInclusion An enum of the different ways a value might be "included". -
org.hibernate.persister.spi使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.persister.walking.internal使用的org.hibernate.engine.spi中的类 类 说明 LoadQueryInfluencers Centralize all options which can influence the SQL query needed to load an entity.SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.persister.walking.spi使用的org.hibernate.engine.spi中的类 类 说明 CascadeStyle A contract for defining the aspects of cascading various persistence actions.LoadQueryInfluencers Centralize all options which can influence the SQL query needed to load an entity.SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.pretty使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.procedure使用的org.hibernate.engine.spi中的类 类 说明 SessionImplementor Defines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.procedure.internal使用的org.hibernate.engine.spi中的类 类 说明 QueryParameters SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.procedure.spi使用的org.hibernate.engine.spi中的类 类 说明 SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.property.access.internal使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.property.access.spi使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.proxy使用的org.hibernate.engine.spi中的类 类 说明 SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.proxy.map使用的org.hibernate.engine.spi中的类 类 说明 SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.proxy.pojo使用的org.hibernate.engine.spi中的类 类 说明 SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.proxy.pojo.bytebuddy使用的org.hibernate.engine.spi中的类 类 说明 SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.proxy.pojo.javassist使用的org.hibernate.engine.spi中的类 类 说明 SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.query.criteria.internal.compile使用的org.hibernate.engine.spi中的类 类 说明 RowSelection Represents a selection criteria for rows in a JDBCResultSetSharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.query.internal使用的org.hibernate.engine.spi中的类 类 说明 ExceptionConverter NamedSQLQueryDefinition Definition of a named native SQL query, defined in the mapping metadata.QueryParameters RowSelection Represents a selection criteria for rows in a JDBCResultSetSessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session".TypedValue An ordered pair of a value and its Hibernate type. -
org.hibernate.query.procedure.internal使用的org.hibernate.engine.spi中的类 类 说明 SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session".TypedValue An ordered pair of a value and its Hibernate type. -
org.hibernate.query.spi使用的org.hibernate.engine.spi中的类 类 说明 NamedQueryDefinition Definition of a named query, defined in the mapping metadata.NamedSQLQueryDefinition Definition of a named native SQL query, defined in the mapping metadata.SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session".TypedValue An ordered pair of a value and its Hibernate type. -
org.hibernate.resource.jdbc.spi使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.resource.transaction.backend.jta.internal.synchronization使用的org.hibernate.engine.spi中的类 类 说明 SessionImplementor Defines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations. -
org.hibernate.result.spi使用的org.hibernate.engine.spi中的类 类 说明 QueryParameters SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.secure.internal使用的org.hibernate.engine.spi中的类 类 说明 SessionImplementor Defines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations. -
org.hibernate.secure.spi使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.service.internal使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.service.spi使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.sql使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.sql.ordering.antlr使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.stat.internal使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SessionImplementor Defines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations. -
org.hibernate.stat.spi使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.tuple使用的org.hibernate.engine.spi中的类 类 说明 CascadeStyle A contract for defining the aspects of cascading various persistence actions.IdentifierValue A strategy for determining if an identifier value is an identifier of a new transient instance or a previously persistent transient instance.SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.tuple.component使用的org.hibernate.engine.spi中的类 类 说明 CascadeStyle A contract for defining the aspects of cascading various persistence actions.LoadQueryInfluencers Centralize all options which can influence the SQL query needed to load an entity.SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.tuple.entity使用的org.hibernate.engine.spi中的类 类 说明 CascadeStyle A contract for defining the aspects of cascading various persistence actions.EntityKey Uniquely identifies of an entity instance in a particular Session by identifier.LoadQueryInfluencers Centralize all options which can influence the SQL query needed to load an entity.PersistentAttributeInterceptable PersistentAttributeInterceptor The base contract for interceptors that can be injected into enhanced entities for the purpose of intercepting attribute accessSessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session".VersionValue A strategy for determining if a version value is a version of a new transient instance or a previously persistent transient instance. -
org.hibernate.type使用的org.hibernate.engine.spi中的类 类 说明 CascadeStyle A contract for defining the aspects of cascading various persistence actions.Mapping Defines operations common to "compiled" mappings (ie.SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session". -
org.hibernate.type.spi使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type. -
org.hibernate.usertype使用的org.hibernate.engine.spi中的类 类 说明 SessionFactoryImplementor Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.SharedSessionContractImplementor Defines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session".