站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

Uses of Package org.hibernate.cache (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Package
org.hibernate.cache

Packages that use org.hibernate.cache
org.hibernate.action This package defines "actions" that are scheduled for asycnchronous execution by the event listeners. 
org.hibernate.cache This package defines APIs and implementations for the second-level cache and query cache. 
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.id This package contains internal implementation classes for the main API interfaces. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.persister A persister defines a mapping strategy for a collection or entity. 
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. 
 

Classes in org.hibernate.cache used by org.hibernate.action
CacheException
          Something went wrong in the cache
 

Classes in org.hibernate.cache used by org.hibernate.cache
AbstractJndiBoundCacheProvider
          Support for CacheProvider implementations which are backed by caches bound into JNDI namespace.
Cache
          Implementors define a caching algorithm.
CacheConcurrencyStrategy
          Implementors manage transactional access to cached data.
CacheConcurrencyStrategy.SoftLock
          Marker interface, denoting a client-visible "soft lock" on a cached item.
CacheException
          Something went wrong in the cache
CacheProvider
          Support for pluggable caches.
OptimisticCache
          A contract for transactional cache implementations which support optimistic locking of items within the cache.
OptimisticCacheSource
          Contract for sources of optimistically lockable data sent to the second level cache.
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
ReadWriteCache.Lock
          A soft lock which supports concurrent locking, timestamped with the time it was released
ReadWriteCache.Lockable
           
UpdateTimestampsCache
          Tracks the timestamps of the most recent updates to particular tables.
 

Classes in org.hibernate.cache used by org.hibernate.cfg
CacheProvider
          Support for pluggable caches.
QueryCacheFactory
          Defines a factory for query cache instances.
 

Classes in org.hibernate.cache used by org.hibernate.engine
Cache
          Implementors define a caching algorithm.
QueryCache
          Defines the contract for caches capable of storing query results.
UpdateTimestampsCache
          Tracks the timestamps of the most recent updates to particular tables.
 

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

Classes in org.hibernate.cache used by org.hibernate.impl
Cache
          Implementors define a caching algorithm.
QueryCache
          Defines the contract for caches capable of storing query results.
UpdateTimestampsCache
          Tracks the timestamps of the most recent updates to particular tables.
 

Classes in org.hibernate.cache used by org.hibernate.persister
CacheConcurrencyStrategy
          Implementors manage transactional access to cached data.
 

Classes in org.hibernate.cache used by org.hibernate.persister.collection
CacheConcurrencyStrategy
          Implementors manage transactional access to cached data.
CacheException
          Something went wrong in the cache
 

Classes in org.hibernate.cache used by org.hibernate.persister.entity
CacheConcurrencyStrategy
          Implementors manage transactional access to cached data.
OptimisticCacheSource
          Contract for sources of optimistically lockable data sent to the second level cache.