程序包的使用
org.hibernate.persister.entity
-
使用org.hibernate.persister.entity的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.action.internal Internals for action processing.org.hibernate.boot.internal 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.beanvalidation org.hibernate.dialect This package abstracts the SQL dialect of the underlying database.org.hibernate.dialect.lock Support for Dialect-specific locking strategiesorg.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.profile Models the fetch profiles defined by the applicationorg.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.spi 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.id Support for multi-table update and delete statements via id-tables.org.hibernate.hql.spi.id.cte org.hibernate.hql.spi.id.inline 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.internal An internal package containing mostly implementations of central Hibernate APIs.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.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.returns Contains the internal implementations of the building blocks that make up 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.spi org.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan.org.hibernate.loader.spi org.hibernate.metamodel.internal org.hibernate.metamodel.model.domain.spi 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.pretty Classes for pretty printing things for exception and log messages.org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.stat.internal 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使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.action.internal使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping.Queryable Extends the generic EntityPersister contract to add operations required by the Hibernate Query Language -
org.hibernate.boot.internal使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.cache.internal使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.cache.spi使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.cache.spi.access使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.cache.spi.entry使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.cache.spi.support使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.cfg.beanvalidation使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.dialect使用的org.hibernate.persister.entity中的类 类 说明 Lockable Contract for things that can be locked via aLockingStrategy. -
org.hibernate.dialect.lock使用的org.hibernate.persister.entity中的类 类 说明 Lockable Contract for things that can be locked via aLockingStrategy. -
org.hibernate.engine.internal使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping.Joinable Anything that can be loaded by outer join - namely persisters for classes or collections.OuterJoinLoadable A EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association. -
org.hibernate.engine.profile使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.engine.spi使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping.Loadable Implemented by a EntityPersister that may be loaded using Loader. -
org.hibernate.event.internal使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.event.spi使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.hql.internal.ast.exec使用的org.hibernate.persister.entity中的类 类 说明 Queryable Extends the generic EntityPersister contract to add operations required by the Hibernate Query Language -
org.hibernate.hql.internal.ast.tree使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping.PropertyMapping Contract for all things that know how to map a property to the needed bits of SQL.Queryable Extends the generic EntityPersister contract to add operations required by the Hibernate Query Language -
org.hibernate.hql.internal.ast.util使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping.PropertyMapping Contract for all things that know how to map a property to the needed bits of SQL.Queryable Extends the generic EntityPersister contract to add operations required by the Hibernate Query Language -
org.hibernate.hql.internal.classic使用的org.hibernate.persister.entity中的类 类 说明 Loadable Implemented by a EntityPersister that may be loaded using Loader. -
org.hibernate.hql.spi.id使用的org.hibernate.persister.entity中的类 类 说明 Queryable Extends the generic EntityPersister contract to add operations required by the Hibernate Query Language -
org.hibernate.hql.spi.id.cte使用的org.hibernate.persister.entity中的类 类 说明 Queryable Extends the generic EntityPersister contract to add operations required by the Hibernate Query Language -
org.hibernate.hql.spi.id.inline使用的org.hibernate.persister.entity中的类 类 说明 Queryable Extends the generic EntityPersister contract to add operations required by the Hibernate Query Language -
org.hibernate.hql.spi.id.persistent使用的org.hibernate.persister.entity中的类 类 说明 Queryable Extends the generic EntityPersister contract to add operations required by the Hibernate Query Language -
org.hibernate.id使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.internal使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.loader使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping.Joinable Anything that can be loaded by outer join - namely persisters for classes or collections.Loadable Implemented by a EntityPersister that may be loaded using Loader.OuterJoinLoadable A EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association. -
org.hibernate.loader.collection使用的org.hibernate.persister.entity中的类 类 说明 OuterJoinLoadable A EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association. -
org.hibernate.loader.criteria使用的org.hibernate.persister.entity中的类 类 说明 Joinable Anything that can be loaded by outer join - namely persisters for classes or collections.OuterJoinLoadable A EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association. -
org.hibernate.loader.custom使用的org.hibernate.persister.entity中的类 类 说明 Loadable Implemented by a EntityPersister that may be loaded using Loader. -
org.hibernate.loader.custom.sql使用的org.hibernate.persister.entity中的类 类 说明 SQLLoadable A class persister that supports queries expressed in the platform native SQL dialect -
org.hibernate.loader.entity使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping.MultiLoadOptions Encapsulation of the options for performing a load by multiple identifiers.OuterJoinLoadable A EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association. -
org.hibernate.loader.entity.plan使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping.OuterJoinLoadable A EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association. -
org.hibernate.loader.hql使用的org.hibernate.persister.entity中的类 类 说明 Loadable Implemented by a EntityPersister that may be loaded using Loader. -
org.hibernate.loader.plan.build.internal.returns使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.loader.plan.build.internal.spaces使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping.PropertyMapping Contract for all things that know how to map a property to the needed bits of SQL. -
org.hibernate.loader.plan.build.spi使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.loader.plan.exec.internal使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.loader.plan.exec.process.spi使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.loader.plan.spi使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping.PropertyMapping Contract for all things that know how to map a property to the needed bits of SQL. -
org.hibernate.loader.spi使用的org.hibernate.persister.entity中的类 类 说明 Loadable Implemented by a EntityPersister that may be loaded using Loader. -
org.hibernate.metamodel.internal使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.metamodel.model.domain.spi使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.metamodel.spi使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.persister.collection使用的org.hibernate.persister.entity中的类 类 说明 AbstractPropertyMapping Basic implementation of thePropertyMappingcontract.EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping.Joinable Anything that can be loaded by outer join - namely persisters for classes or collections.PropertyMapping Contract for all things that know how to map a property to the needed bits of SQL. -
org.hibernate.persister.entity使用的org.hibernate.persister.entity中的类 类 说明 AbstractEntityPersister Basic functionality for persisting an entity via JDBC through either generated or custom SQLAbstractEntityPersister.CacheEntryHelper Consolidated these onto a single helper because the 2 pieces work in tandem.AbstractEntityPersister.InclusionChecker AbstractPropertyMapping Basic implementation of thePropertyMappingcontract.BasicEntityPropertyMapping DiscriminatorMetadata Provides the information needed to properly handle type discrimination in HQL queries, either by 'something.class' or 'type(something)' references.EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping.Joinable Anything that can be loaded by outer join - namely persisters for classes or collections.Loadable Implemented by a EntityPersister that may be loaded using Loader.Lockable Contract for things that can be locked via aLockingStrategy.MultiLoadOptions Encapsulation of the options for performing a load by multiple identifiers.OuterJoinLoadable A EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association.PropertyMapping Contract for all things that know how to map a property to the needed bits of SQL.Queryable Extends the generic EntityPersister contract to add operations required by the Hibernate Query LanguageQueryable.Declarer SQLLoadable A class persister that supports queries expressed in the platform native SQL dialectUniqueKeyLoadable -
org.hibernate.persister.internal使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.persister.spi使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.persister.walking.internal使用的org.hibernate.persister.entity中的类 类 说明 AbstractEntityPersister Basic functionality for persisting an entity via JDBC through either generated or custom SQLEntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.persister.walking.spi使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.pretty使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.procedure.internal使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.stat.internal使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.tuple使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping. -
org.hibernate.tuple.component使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping.Joinable Anything that can be loaded by outer join - namely persisters for classes or collections. -
org.hibernate.tuple.entity使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping.Joinable Anything that can be loaded by outer join - namely persisters for classes or collections. -
org.hibernate.type使用的org.hibernate.persister.entity中的类 类 说明 EntityPersister Contract describing mapping information and persistence logic for a particular strategy of entity mapping.Joinable Anything that can be loaded by outer join - namely persisters for classes or collections.