Uses of Package
org.hibernate.cache.access

Packages that use org.hibernate.cache.access
org.hibernate.cache This package defines APIs/SPIs and implementations for the Hibernate second-level cache. 
org.hibernate.cache.access Defines contracts for transactional and concurrent access to cached entity and collection data. 
org.hibernate.cache.impl.bridge   
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.access used by org.hibernate.cache
AccessType
          The types of access strategies available.
CollectionRegionAccessStrategy
          Contract for managing transactional and concurrent access to cached collection data.
EntityRegionAccessStrategy
          Contract for managing transactional and concurrent access to cached entity data.
SoftLock
          Moved up from inner definition on the now deprecated CacheConcurrencyStrategy.
 

Classes in org.hibernate.cache.access used by org.hibernate.cache.access
AccessType
          The types of access strategies available.
SoftLock
          Moved up from inner definition on the now deprecated CacheConcurrencyStrategy.
 

Classes in org.hibernate.cache.access used by org.hibernate.cache.impl.bridge
AccessType
          The types of access strategies available.
CollectionRegionAccessStrategy
          Contract for managing transactional and concurrent access to cached collection data.
EntityRegionAccessStrategy
          Contract for managing transactional and concurrent access to cached entity data.
SoftLock
          Moved up from inner definition on the now deprecated CacheConcurrencyStrategy.
 

Classes in org.hibernate.cache.access used by org.hibernate.persister
CollectionRegionAccessStrategy
          Contract for managing transactional and concurrent access to cached collection data.
EntityRegionAccessStrategy
          Contract for managing transactional and concurrent access to cached entity data.
 

Classes in org.hibernate.cache.access used by org.hibernate.persister.collection
CollectionRegionAccessStrategy
          Contract for managing transactional and concurrent access to cached collection data.
 

Classes in org.hibernate.cache.access used by org.hibernate.persister.entity
EntityRegionAccessStrategy
          Contract for managing transactional and concurrent access to cached entity data.
 



Copyright © 2008 Hibernate.org. All Rights Reserved.