Uses of Class
org.hibernate.cache.access.AccessType

Packages that use AccessType
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.cache.jbc2.collection   
org.hibernate.cache.jbc2.entity   
 

Uses of AccessType in org.hibernate.cache
 

Methods in org.hibernate.cache with parameters of type AccessType
 EntityRegionAccessStrategy EntityRegion.buildAccessStrategy(AccessType accessType)
          Build an access strategy for the requested access type.
 CollectionRegionAccessStrategy CollectionRegion.buildAccessStrategy(AccessType accessType)
          Build an access strategy for the requested access type.
 

Uses of AccessType in org.hibernate.cache.access
 

Fields in org.hibernate.cache.access declared as AccessType
static AccessType AccessType.NONSTRICT_READ_WRITE
           
static AccessType AccessType.READ_ONLY
           
static AccessType AccessType.READ_WRITE
           
static AccessType AccessType.TRANSACTIONAL
           
 

Methods in org.hibernate.cache.access that return AccessType
static AccessType AccessType.parse(String name)
           
 

Uses of AccessType in org.hibernate.cache.impl.bridge
 

Methods in org.hibernate.cache.impl.bridge with parameters of type AccessType
 CollectionRegionAccessStrategy CollectionRegionAdapter.buildAccessStrategy(AccessType accessType)
           
 EntityRegionAccessStrategy EntityRegionAdapter.buildAccessStrategy(AccessType accessType)
           
 

Uses of AccessType in org.hibernate.cache.jbc2.collection
 

Methods in org.hibernate.cache.jbc2.collection with parameters of type AccessType
 CollectionRegionAccessStrategy CollectionRegionImpl.buildAccessStrategy(AccessType accessType)
           
 

Uses of AccessType in org.hibernate.cache.jbc2.entity
 

Methods in org.hibernate.cache.jbc2.entity with parameters of type AccessType
 EntityRegionAccessStrategy EntityRegionImpl.buildAccessStrategy(AccessType accessType)
          Build an access strategy for the requested access type.
 



Copyright © 2009 Hibernate.org. All Rights Reserved.