Uses of Package
org.hibernate.cache.spi

Packages that use org.hibernate.cache.spi
org.hibernate.cache This package defines API of the Hibernate second level cache service. 
org.hibernate.cache.ehcache   
org.hibernate.cache.ehcache.internal.nonstop   
org.hibernate.cache.ehcache.internal.regions   
org.hibernate.cache.ehcache.internal.strategy   
org.hibernate.cache.infinispan   
org.hibernate.cache.infinispan.collection   
org.hibernate.cache.infinispan.entity   
org.hibernate.cache.infinispan.impl   
org.hibernate.cache.infinispan.naturalid   
org.hibernate.cache.infinispan.query   
org.hibernate.cache.infinispan.timestamp   
org.hibernate.cache.internal   
org.hibernate.cache.spi Defines the Hibernate second level caching SPI. 
org.hibernate.cache.spi.access Defines contracts for transactional and concurrent access to cached entity and collection data. 
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.envers.entities.mapper.relation.lazy   
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.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
org.hibernate.testing.cache   
 

Classes in org.hibernate.cache.spi used by org.hibernate.cache
RegionFactory
          Contract for building second level cache regions.
 

Classes in org.hibernate.cache.spi used by org.hibernate.cache.ehcache
RegionFactory
          Contract for building second level cache regions.
 

Classes in org.hibernate.cache.spi used by org.hibernate.cache.ehcache.internal.nonstop
CollectionRegion
          Defines the contract for a cache region which will specifically be used to store collection data.
EntityRegion
          Defines the contract for a cache region which will specifically be used to store entity data.
NaturalIdRegion
          Defines the contract for a cache region which will specifically be used to store naturalId data.
 

Classes in org.hibernate.cache.spi used by org.hibernate.cache.ehcache.internal.regions
CacheDataDescription
          Describes attributes regarding the type of data to be cached.
CollectionRegion
          Defines the contract for a cache region which will specifically be used to store collection data.
EntityRegion
          Defines the contract for a cache region which will specifically be used to store entity data.
GeneralDataRegion
          Contract for general-purpose cache regions.
NaturalIdRegion
          Defines the contract for a cache region which will specifically be used to store naturalId data.
QueryResultsRegion
          Defines the contract for a cache region which will specifically be used to store query results.
Region
          Defines a contract for accessing a particular named region within the underlying cache implementation.
TimestampsRegion
          Defines the contract for a cache region which will specifically be used to store entity "update timestamps".
TransactionalDataRegion
          Defines contract for regions which hold transactionally-managed data.
 

Classes in org.hibernate.cache.spi used by org.hibernate.cache.ehcache.internal.strategy
CollectionRegion
          Defines the contract for a cache region which will specifically be used to store collection data.
EntityRegion
          Defines the contract for a cache region which will specifically be used to store entity data.
NaturalIdRegion
          Defines the contract for a cache region which will specifically be used to store naturalId data.
 

Classes in org.hibernate.cache.spi used by org.hibernate.cache.infinispan
CacheDataDescription
          Describes attributes regarding the type of data to be cached.
CollectionRegion
          Defines the contract for a cache region which will specifically be used to store collection data.
EntityRegion
          Defines the contract for a cache region which will specifically be used to store entity data.
NaturalIdRegion
          Defines the contract for a cache region which will specifically be used to store naturalId data.
QueryResultsRegion
          Defines the contract for a cache region which will specifically be used to store query results.
RegionFactory
          Contract for building second level cache regions.
TimestampsRegion
          Defines the contract for a cache region which will specifically be used to store entity "update timestamps".
 

Classes in org.hibernate.cache.spi used by org.hibernate.cache.infinispan.collection
CacheDataDescription
          Describes attributes regarding the type of data to be cached.
CollectionRegion
          Defines the contract for a cache region which will specifically be used to store collection data.
Region
          Defines a contract for accessing a particular named region within the underlying cache implementation.
RegionFactory
          Contract for building second level cache regions.
TransactionalDataRegion
          Defines contract for regions which hold transactionally-managed data.
 

Classes in org.hibernate.cache.spi used by org.hibernate.cache.infinispan.entity
CacheDataDescription
          Describes attributes regarding the type of data to be cached.
EntityRegion
          Defines the contract for a cache region which will specifically be used to store entity data.
Region
          Defines a contract for accessing a particular named region within the underlying cache implementation.
RegionFactory
          Contract for building second level cache regions.
TransactionalDataRegion
          Defines contract for regions which hold transactionally-managed data.
 

Classes in org.hibernate.cache.spi used by org.hibernate.cache.infinispan.impl
CacheDataDescription
          Describes attributes regarding the type of data to be cached.
GeneralDataRegion
          Contract for general-purpose cache regions.
Region
          Defines a contract for accessing a particular named region within the underlying cache implementation.
RegionFactory
          Contract for building second level cache regions.
TransactionalDataRegion
          Defines contract for regions which hold transactionally-managed data.
 

Classes in org.hibernate.cache.spi used by org.hibernate.cache.infinispan.naturalid
CacheDataDescription
          Describes attributes regarding the type of data to be cached.
NaturalIdRegion
          Defines the contract for a cache region which will specifically be used to store naturalId data.
Region
          Defines a contract for accessing a particular named region within the underlying cache implementation.
RegionFactory
          Contract for building second level cache regions.
TransactionalDataRegion
          Defines contract for regions which hold transactionally-managed data.
 

Classes in org.hibernate.cache.spi used by org.hibernate.cache.infinispan.query
GeneralDataRegion
          Contract for general-purpose cache regions.
QueryResultsRegion
          Defines the contract for a cache region which will specifically be used to store query results.
Region
          Defines a contract for accessing a particular named region within the underlying cache implementation.
RegionFactory
          Contract for building second level cache regions.
TransactionalDataRegion
          Defines contract for regions which hold transactionally-managed data.
 

Classes in org.hibernate.cache.spi used by org.hibernate.cache.infinispan.timestamp
GeneralDataRegion
          Contract for general-purpose cache regions.
Region
          Defines a contract for accessing a particular named region within the underlying cache implementation.
RegionFactory
          Contract for building second level cache regions.
TimestampsRegion
          Defines the contract for a cache region which will specifically be used to store entity "update timestamps".
 

Classes in org.hibernate.cache.spi used by org.hibernate.cache.internal
CacheDataDescription
          Describes attributes regarding the type of data to be cached.
CollectionRegion
          Defines the contract for a cache region which will specifically be used to store collection data.
EntityRegion
          Defines the contract for a cache region which will specifically be used to store entity data.
NaturalIdRegion
          Defines the contract for a cache region which will specifically be used to store naturalId data.
QueryCache
          Defines the contract for caches capable of storing query results.
QueryCacheFactory
          Defines a factory for query cache instances.
QueryKey
          A key that identifies a particular query with bound parameter values.
QueryResultsRegion
          Defines the contract for a cache region which will specifically be used to store query results.
RegionFactory
          Contract for building second level cache regions.
TimestampsRegion
          Defines the contract for a cache region which will specifically be used to store entity "update timestamps".
UpdateTimestampsCache
          Tracks the timestamps of the most recent updates to particular tables.
 

Classes in org.hibernate.cache.spi used by org.hibernate.cache.spi
CacheDataDescription
          Describes attributes regarding the type of data to be cached.
CollectionRegion
          Defines the contract for a cache region which will specifically be used to store collection data.
EntityRegion
          Defines the contract for a cache region which will specifically be used to store entity data.
FilterKey
          Allows cached queries to be keyed by enabled filters.
GeneralDataRegion
          Contract for general-purpose cache regions.
NaturalIdRegion
          Defines the contract for a cache region which will specifically be used to store naturalId data.
QueryCache
          Defines the contract for caches capable of storing query results.
QueryKey
          A key that identifies a particular query with bound parameter values.
QueryResultsRegion
          Defines the contract for a cache region which will specifically be used to store query results.
Region
          Defines a contract for accessing a particular named region within the underlying cache implementation.
TimestampsRegion
          Defines the contract for a cache region which will specifically be used to store entity "update timestamps".
TransactionalDataRegion
          Defines contract for regions which hold transactionally-managed data.
UpdateTimestampsCache
          Tracks the timestamps of the most recent updates to particular tables.
 

Classes in org.hibernate.cache.spi used by org.hibernate.cache.spi.access
CollectionRegion
          Defines the contract for a cache region which will specifically be used to store collection data.
EntityRegion
          Defines the contract for a cache region which will specifically be used to store entity data.
NaturalIdRegion
          Defines the contract for a cache region which will specifically be used to store naturalId data.
 

Classes in org.hibernate.cache.spi used by org.hibernate.cfg
QueryCacheFactory
          Defines a factory for query cache instances.
RegionFactory
          Contract for building second level cache regions.
 

Classes in org.hibernate.cache.spi used by org.hibernate.engine.spi
CacheKey
          Allows multiple entity classes / collection roles to be stored in the same cache region.
QueryCache
          Defines the contract for caches capable of storing query results.
Region
          Defines a contract for accessing a particular named region within the underlying cache implementation.
UpdateTimestampsCache
          Tracks the timestamps of the most recent updates to particular tables.
 

Classes in org.hibernate.cache.spi used by org.hibernate.envers.entities.mapper.relation.lazy
CacheKey
          Allows multiple entity classes / collection roles to be stored in the same cache region.
 

Classes in org.hibernate.cache.spi used by org.hibernate.id
OptimisticCacheSource
          Contract for sources of optimistically lockable data sent to the second level cache.
 

Classes in org.hibernate.cache.spi used by org.hibernate.internal
CacheKey
          Allows multiple entity classes / collection roles to be stored in the same cache region.
QueryCache
          Defines the contract for caches capable of storing query results.
Region
          Defines a contract for accessing a particular named region within the underlying cache implementation.
UpdateTimestampsCache
          Tracks the timestamps of the most recent updates to particular tables.
 

Classes in org.hibernate.cache.spi used by org.hibernate.persister.entity
OptimisticCacheSource
          Contract for sources of optimistically lockable data sent to the second level cache.
 

Classes in org.hibernate.cache.spi used by org.hibernate.testing.cache
CacheDataDescription
          Describes attributes regarding the type of data to be cached.
CollectionRegion
          Defines the contract for a cache region which will specifically be used to store collection data.
EntityRegion
          Defines the contract for a cache region which will specifically be used to store entity data.
NaturalIdRegion
          Defines the contract for a cache region which will specifically be used to store naturalId data.
QueryResultsRegion
          Defines the contract for a cache region which will specifically be used to store query results.
RegionFactory
          Contract for building second level cache regions.
TimestampsRegion
          Defines the contract for a cache region which will specifically be used to store entity "update timestamps".
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.