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.
QueryKey
           
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.
 

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
          A cache for query result sets.
 

Classes in net.sf.hibernate.cache used by net.sf.hibernate.impl
QueryCache
          A cache for query result sets.
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.