Uses of Package
org.hibernate.cache.spi.access

Packages that use org.hibernate.cache.spi.access
org.hibernate.annotations   
org.hibernate.cache.ehcache.internal.nonstop   
org.hibernate.cache.ehcache.internal.regions   
org.hibernate.cache.ehcache.internal.strategy   
org.hibernate.cache.infinispan   
org.hibernate.cache.infinispan.access   
org.hibernate.cache.infinispan.collection   
org.hibernate.cache.infinispan.entity   
org.hibernate.cache.infinispan.naturalid   
org.hibernate.cache.internal   
org.hibernate.cache.spi Defines the Hibernate second level caching SPI. 
org.hibernate.cache.spi.access Defines contracts for transactional and concurrent access to cached entity and collection data. 
org.hibernate.metamodel NOTE: This package is currently unfinished and therefore considered experimental and unsupported. 
org.hibernate.metamodel.binding   
org.hibernate.metamodel.source   
org.hibernate.metamodel.source.internal   
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. 
org.hibernate.persister.internal   
org.hibernate.persister.spi   
org.hibernate.testing.cache   
 

Classes in org.hibernate.cache.spi.access used by org.hibernate.annotations
AccessType
          The types of access strategies available.
 

Classes in org.hibernate.cache.spi.access used by org.hibernate.cache.ehcache.internal.nonstop
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.
NaturalIdRegionAccessStrategy
          Contract for managing transactional and concurrent access to cached naturalId data.
RegionAccessStrategy
           
SoftLock
          Marker object for use by synchronous concurrency strategies
 

Classes in org.hibernate.cache.spi.access used by org.hibernate.cache.ehcache.internal.regions
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.
NaturalIdRegionAccessStrategy
          Contract for managing transactional and concurrent access to cached naturalId data.
 

Classes in org.hibernate.cache.spi.access used by org.hibernate.cache.ehcache.internal.strategy
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.
NaturalIdRegionAccessStrategy
          Contract for managing transactional and concurrent access to cached naturalId data.
RegionAccessStrategy
           
SoftLock
          Marker object for use by synchronous concurrency strategies
 

Classes in org.hibernate.cache.spi.access used by org.hibernate.cache.infinispan
AccessType
          The types of access strategies available.
 

Classes in org.hibernate.cache.spi.access used by org.hibernate.cache.infinispan.access
SoftLock
          Marker object for use by synchronous concurrency strategies
 

Classes in org.hibernate.cache.spi.access used by org.hibernate.cache.infinispan.collection
AccessType
          The types of access strategies available.
CollectionRegionAccessStrategy
          Contract for managing transactional and concurrent access to cached collection data.
 

Classes in org.hibernate.cache.spi.access used by org.hibernate.cache.infinispan.entity
AccessType
          The types of access strategies available.
EntityRegionAccessStrategy
          Contract for managing transactional and concurrent access to cached entity data.
 

Classes in org.hibernate.cache.spi.access used by org.hibernate.cache.infinispan.naturalid
AccessType
          The types of access strategies available.
NaturalIdRegionAccessStrategy
          Contract for managing transactional and concurrent access to cached naturalId data.
 

Classes in org.hibernate.cache.spi.access used by org.hibernate.cache.internal
AccessType
          The types of access strategies available.
 

Classes in org.hibernate.cache.spi.access used by org.hibernate.cache.spi
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.
NaturalIdRegionAccessStrategy
          Contract for managing transactional and concurrent access to cached naturalId data.
 

Classes in org.hibernate.cache.spi.access used by org.hibernate.cache.spi.access
AccessType
          The types of access strategies available.
RegionAccessStrategy
           
SoftLock
          Marker object for use by synchronous concurrency strategies
 

Classes in org.hibernate.cache.spi.access used by org.hibernate.metamodel
AccessType
          The types of access strategies available.
 

Classes in org.hibernate.cache.spi.access used by org.hibernate.metamodel.binding
AccessType
          The types of access strategies available.
 

Classes in org.hibernate.cache.spi.access used by org.hibernate.metamodel.source
AccessType
          The types of access strategies available.
 

Classes in org.hibernate.cache.spi.access used by org.hibernate.metamodel.source.internal
AccessType
          The types of access strategies available.
 

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

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

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

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

Classes in org.hibernate.cache.spi.access used by org.hibernate.testing.cache
AccessType
          The types of access strategies available.
 



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