Uses of Interface
org.hibernate.cache.infinispan.util.CacheAdapter

Packages that use CacheAdapter
org.hibernate.cache.infinispan   
org.hibernate.cache.infinispan.access   
org.hibernate.cache.infinispan.collection   
org.hibernate.cache.infinispan.entity   
org.hibernate.cache.infinispan.impl   
org.hibernate.cache.infinispan.naturalid   
org.hibernate.cache.infinispan.query   
org.hibernate.cache.infinispan.timestamp   
org.hibernate.cache.infinispan.util   
 

Uses of CacheAdapter in org.hibernate.cache.infinispan
 

Methods in org.hibernate.cache.infinispan with parameters of type CacheAdapter
protected  TimestampsRegionImpl InfinispanRegionFactory.createTimestampsRegion(CacheAdapter cacheAdapter, String regionName)
           
 

Uses of CacheAdapter in org.hibernate.cache.infinispan.access
 

Fields in org.hibernate.cache.infinispan.access declared as CacheAdapter
protected  CacheAdapter TransactionalAccessDelegate.cacheAdapter
           
 

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

Constructors in org.hibernate.cache.infinispan.collection with parameters of type CacheAdapter
CollectionRegionImpl(CacheAdapter cacheAdapter, String name, CacheDataDescription metadata, TransactionManager transactionManager, RegionFactory factory)
           
 

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

Constructors in org.hibernate.cache.infinispan.entity with parameters of type CacheAdapter
EntityRegionImpl(CacheAdapter cacheAdapter, String name, CacheDataDescription metadata, TransactionManager transactionManager, RegionFactory factory)
           
 

Uses of CacheAdapter in org.hibernate.cache.infinispan.impl
 

Fields in org.hibernate.cache.infinispan.impl declared as CacheAdapter
protected  CacheAdapter BaseRegion.cacheAdapter
           
 

Methods in org.hibernate.cache.infinispan.impl that return CacheAdapter
 CacheAdapter BaseRegion.getCacheAdapter()
           
 

Constructors in org.hibernate.cache.infinispan.impl with parameters of type CacheAdapter
BaseGeneralDataRegion(CacheAdapter cacheAdapter, String name, TransactionManager transactionManager, RegionFactory factory)
           
BaseRegion(CacheAdapter cacheAdapter, String name, TransactionManager transactionManager, RegionFactory factory)
           
BaseTransactionalDataRegion(CacheAdapter cacheAdapter, String name, CacheDataDescription metadata, TransactionManager transactionManager, RegionFactory factory)
           
 

Uses of CacheAdapter in org.hibernate.cache.infinispan.naturalid
 

Constructors in org.hibernate.cache.infinispan.naturalid with parameters of type CacheAdapter
NaturalIdRegionImpl(CacheAdapter cacheAdapter, String name, CacheDataDescription metadata, TransactionManager transactionManager, RegionFactory factory)
           
 

Uses of CacheAdapter in org.hibernate.cache.infinispan.query
 

Constructors in org.hibernate.cache.infinispan.query with parameters of type CacheAdapter
QueryResultsRegionImpl(CacheAdapter cacheAdapter, String name, Properties properties, TransactionManager transactionManager, RegionFactory factory)
           
 

Uses of CacheAdapter in org.hibernate.cache.infinispan.timestamp
 

Constructors in org.hibernate.cache.infinispan.timestamp with parameters of type CacheAdapter
TimestampsRegionImpl(CacheAdapter cacheAdapter, String name, TransactionManager transactionManager, RegionFactory factory)
           
 

Uses of CacheAdapter in org.hibernate.cache.infinispan.util
 

Classes in org.hibernate.cache.infinispan.util that implement CacheAdapter
 class CacheAdapterImpl
          CacheAdapterImpl.
 

Methods in org.hibernate.cache.infinispan.util that return CacheAdapter
static CacheAdapter CacheAdapterImpl.newInstance(org.infinispan.AdvancedCache cache)
           
 CacheAdapter CacheAdapter.withFlags(FlagAdapter... flagAdapters)
          A builder-style method that adds flags to any cache API call.
 CacheAdapter CacheAdapterImpl.withFlags(FlagAdapter... flagAdapters)
           
 



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