|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.Cache cache)
|
CacheAdapter |
CacheAdapterImpl.withFlags(FlagAdapter... flagAdapters)
|
CacheAdapter |
CacheAdapter.withFlags(FlagAdapter... flagAdapters)
A builder-style method that adds flags to any cache API call. |
Methods in org.hibernate.cache.infinispan.util with parameters of type CacheAdapter | |
---|---|
static void |
CacheHelper.initInternalEvict(CacheAdapter cacheAdapter,
AddressAdapter member)
|
static void |
CacheHelper.sendEvictAllNotification(CacheAdapter cacheAdapter,
AddressAdapter member)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |