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

Packages that use AccessType
org.hibernate.annotations   
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   
org.hibernate.cache.impl.bridge   
 

Uses of AccessType in org.hibernate.annotations
 

Methods in org.hibernate.annotations that return AccessType
 AccessType CacheConcurrencyStrategy.toAccessType()
           
 

Methods in org.hibernate.annotations with parameters of type AccessType
static CacheConcurrencyStrategy CacheConcurrencyStrategy.fromAccessType(AccessType accessType)
           
 

Uses of AccessType in org.hibernate.cache
 

Methods in org.hibernate.cache that return AccessType
 AccessType DelegatingRegionFactory.getDefaultAccessType()
           
 AccessType RegionFactory.getDefaultAccessType()
          Get the default access type for entity and collection regions.
 

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(java.lang.String name)
           
 

Uses of AccessType in org.hibernate.cache.impl
 

Methods in org.hibernate.cache.impl that return AccessType
 AccessType NoCachingRegionFactory.getDefaultAccessType()
           
 

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

Methods in org.hibernate.cache.impl.bridge that return AccessType
 AccessType RegionFactoryCacheProviderBridge.getDefaultAccessType()
          Get the default access type for entity and collection regions.
 

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



Copyright © 2012. All Rights Reserved.