org.hibernate.cache.infinispan.impl
Class BaseTransactionalDataRegion

java.lang.Object
  extended by org.hibernate.cache.infinispan.impl.BaseRegion
      extended by org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion
All Implemented Interfaces:
Region, TransactionalDataRegion
Direct Known Subclasses:
CollectionRegionImpl, EntityRegionImpl, NaturalIdRegionImpl, QueryResultsRegionImpl

public abstract class BaseTransactionalDataRegion
extends BaseRegion
implements TransactionalDataRegion

Support for Inifinispan TransactionalDataRegion implementors.

Since:
3.5

Field Summary
 
Fields inherited from class org.hibernate.cache.infinispan.impl.BaseRegion
cache
 
Constructor Summary
BaseTransactionalDataRegion(org.infinispan.AdvancedCache cache, String name, CacheDataDescription metadata, RegionFactory factory)
           
 
Method Summary
 CacheDataDescription getCacheDataDescription()
           
 
Methods inherited from class org.hibernate.cache.infinispan.impl.BaseRegion
checkValid, contains, destroy, getCache, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, getTransactionManager, invalidateRegion, isTransactionAware, isValid, nextTimestamp, resume, suspend, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.hibernate.cache.spi.TransactionalDataRegion
isTransactionAware
 
Methods inherited from interface org.hibernate.cache.spi.Region
contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap
 

Constructor Detail

BaseTransactionalDataRegion

public BaseTransactionalDataRegion(org.infinispan.AdvancedCache cache,
                                   String name,
                                   CacheDataDescription metadata,
                                   RegionFactory factory)
Method Detail

getCacheDataDescription

public CacheDataDescription getCacheDataDescription()
Specified by:
getCacheDataDescription in interface TransactionalDataRegion


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