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

Uses of Package net.sf.hibernate.cache (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Package
net.sf.hibernate.cache

Packages that use net.sf.hibernate.cache
net.sf.hibernate.cache   
net.sf.hibernate.cfg   
net.sf.hibernate.collection   
net.sf.hibernate.engine   
net.sf.hibernate.impl   
net.sf.hibernate.mapping   
net.sf.hibernate.persister   
 

Classes in net.sf.hibernate.cache used by net.sf.hibernate.cache
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.
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 net.sf.hibernate.cache used by net.sf.hibernate.cfg
CacheConcurrencyStrategy
          Implementors manage transactional access to cached data.
CacheProvider
          Support for pluggable caches.
QueryCacheFactory
          Defines a factory for query cache instances.
 

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

Classes in net.sf.hibernate.cache used by net.sf.hibernate.engine
QueryCache
          Defines the contract for caches capable of storing query results.
 

Classes in net.sf.hibernate.cache used by net.sf.hibernate.impl
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 net.sf.hibernate.cache used by net.sf.hibernate.mapping
CacheConcurrencyStrategy
          Implementors manage transactional access to cached data.
 

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