程序包的使用
org.hibernate.cache.spi
-
使用org.hibernate.cache.spi的程序包 程序包 说明 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.spi org.hibernate.cache This package defines API of the Hibernate second level cache service.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.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.engine.spi 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.custom This package defines a framework for custom loaders that accept handwritten SQLorg.hibernate.stat.internal -
org.hibernate.boot使用的org.hibernate.cache.spi中的类 类 说明 TimestampsCacheFactory Responsible for building the TimestampsRegionAccessFactory to use for managing query results in regards to staleness of the underlying tables (sometimes called "query spaces" or "table spaces") -
org.hibernate.boot.internal使用的org.hibernate.cache.spi中的类 类 说明 TimestampsCacheFactory Responsible for building the TimestampsRegionAccessFactory to use for managing query results in regards to staleness of the underlying tables (sometimes called "query spaces" or "table spaces") -
org.hibernate.boot.spi使用的org.hibernate.cache.spi中的类 类 说明 TimestampsCacheFactory Responsible for building the TimestampsRegionAccessFactory to use for managing query results in regards to staleness of the underlying tables (sometimes called "query spaces" or "table spaces") -
org.hibernate.cache使用的org.hibernate.cache.spi中的类 类 说明 RegionFactory Contract for building second level cache regions. -
org.hibernate.cache.cfg.spi使用的org.hibernate.cache.spi中的类 类 说明 CacheKeysFactory -
org.hibernate.cache.internal使用的org.hibernate.cache.spi中的类 类 说明 AbstractCacheTransactionSynchronization CacheImplementor SPI contract for Hibernate's second-level cache engineCacheKeysFactory CacheTransactionSynchronization Defines a context object that aRegionFactoryis asked to create (RegionFactory.createTransactionContext(org.hibernate.engine.spi.SharedSessionContractImplementor)}) when a Hibernate Session is created.DomainDataRegion A Region for cacheable domain data - entity, collection, natural-id.QueryCache 已过时。UseQueryResultsCacheinstead -CacheImplementor.getQueryResultsCache(java.lang.String)rather thanCacheImplementor.getQueryCache()QueryKey A key that identifies a particular query with bound parameter values.QueryResultsCache Defines the responsibility for managing query result data caching in regards to a specific region.QueryResultsRegion Defines the contract for a cache region which will specifically be used to store query results.Region Contract for a named "region".RegionFactory Contract for building second level cache regions.TimestampsCache Wrapper for aTimestampsRegionadding handling of stale resultsTimestampsCacheFactory Responsible for building the TimestampsRegionAccessFactory to use for managing query results in regards to staleness of the underlying tables (sometimes called "query spaces" or "table spaces")TimestampsRegion UpdateTimestampsCache 已过时。UseTimestampsCacheinstead -
org.hibernate.cache.spi使用的org.hibernate.cache.spi中的类 类 说明 AbstractCacheTransactionSynchronization CacheImplementor SPI contract for Hibernate's second-level cache engineCacheTransactionSynchronization Defines a context object that aRegionFactoryis asked to create (RegionFactory.createTransactionContext(org.hibernate.engine.spi.SharedSessionContractImplementor)}) when a Hibernate Session is created.DirectAccessRegion Specialized Region whose data is accessed directly (not requiring key/item wrapping, e.g.DomainDataRegion A Region for cacheable domain data - entity, collection, natural-id.FilterKey Allows cached queries to be keyed by enabled filters.QueryCache 已过时。UseQueryResultsCacheinstead -CacheImplementor.getQueryResultsCache(java.lang.String)rather thanCacheImplementor.getQueryCache()QueryKey A key that identifies a particular query with bound parameter values.QueryResultsCache Defines the responsibility for managing query result data caching in regards to a specific region.QueryResultsRegion Defines the contract for a cache region which will specifically be used to store query results.QuerySpacesHelper Region Contract for a named "region".RegionFactory Contract for building second level cache regions.SecondLevelCacheLogger TimestampsCache Wrapper for aTimestampsRegionadding handling of stale resultsTimestampsRegion UpdateTimestampsCache 已过时。UseTimestampsCacheinstead -
org.hibernate.cache.spi.access使用的org.hibernate.cache.spi中的类 类 说明 DomainDataRegion A Region for cacheable domain data - entity, collection, natural-id. -
org.hibernate.cache.spi.support使用的org.hibernate.cache.spi中的类 类 说明 AbstractRegionFactory CacheKeysFactory DirectAccessRegion Specialized Region whose data is accessed directly (not requiring key/item wrapping, e.g.DomainDataRegion A Region for cacheable domain data - entity, collection, natural-id.QueryResultsRegion Defines the contract for a cache region which will specifically be used to store query results.Region Contract for a named "region".RegionFactory Contract for building second level cache regions.TimestampsRegion -
org.hibernate.cfg使用的org.hibernate.cache.spi中的类 类 说明 RegionFactory Contract for building second level cache regions.TimestampsCacheFactory Responsible for building the TimestampsRegionAccessFactory to use for managing query results in regards to staleness of the underlying tables (sometimes called "query spaces" or "table spaces") -
org.hibernate.engine.spi使用的org.hibernate.cache.spi中的类 类 说明 CacheImplementor SPI contract for Hibernate's second-level cache engineCacheTransactionSynchronization Defines a context object that aRegionFactoryis asked to create (RegionFactory.createTransactionContext(org.hibernate.engine.spi.SharedSessionContractImplementor)}) when a Hibernate Session is created.QueryCache 已过时。UseQueryResultsCacheinstead -CacheImplementor.getQueryResultsCache(java.lang.String)rather thanCacheImplementor.getQueryCache()QueryResultsCache Defines the responsibility for managing query result data caching in regards to a specific region.Region Contract for a named "region".RegionFactory Contract for building second level cache regions.TimestampsCache Wrapper for aTimestampsRegionadding handling of stale resultsUpdateTimestampsCache 已过时。UseTimestampsCacheinstead -
org.hibernate.internal使用的org.hibernate.cache.spi中的类 类 说明 CacheImplementor SPI contract for Hibernate's second-level cache engineCacheTransactionSynchronization Defines a context object that aRegionFactoryis asked to create (RegionFactory.createTransactionContext(org.hibernate.engine.spi.SharedSessionContractImplementor)}) when a Hibernate Session is created. -
org.hibernate.loader使用的org.hibernate.cache.spi中的类 类 说明 QueryKey A key that identifies a particular query with bound parameter values.QueryResultsCache Defines the responsibility for managing query result data caching in regards to a specific region. -
org.hibernate.loader.custom使用的org.hibernate.cache.spi中的类 类 说明 QueryKey A key that identifies a particular query with bound parameter values.QueryResultsCache Defines the responsibility for managing query result data caching in regards to a specific region. -
org.hibernate.stat.internal使用的org.hibernate.cache.spi中的类 类 说明 Region Contract for a named "region".