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   
org.hibernate.cache.infinispan   
org.hibernate.cache.infinispan.collection   
org.hibernate.cache.infinispan.entity   
org.hibernate.cache.jbc   
org.hibernate.cache.jbc.collection   
org.hibernate.cache.jbc.entity   
 

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 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(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
 EntityRegionAccessStrategy EntityRegionAdapter.buildAccessStrategy(AccessType accessType)
           
 CollectionRegionAccessStrategy CollectionRegionAdapter.buildAccessStrategy(AccessType accessType)
           
 

Uses of AccessType in org.hibernate.cache.infinispan
 

Methods in org.hibernate.cache.infinispan that return AccessType
 AccessType InfinispanRegionFactory.getDefaultAccessType()
           
 

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

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

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

Methods in org.hibernate.cache.infinispan.entity with parameters of type AccessType
 EntityRegionAccessStrategy EntityRegionImpl.buildAccessStrategy(AccessType accessType)
           
 

Uses of AccessType in org.hibernate.cache.jbc
 

Methods in org.hibernate.cache.jbc that return AccessType
 AccessType JBossCacheRegionFactory.getDefaultAccessType()
           
 

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

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

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

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



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.