public class JCacheEntityRegion extends JCacheTransactionalDataRegion implements org.hibernate.cache.spi.EntityRegion
cache| Constructor and Description |
|---|
JCacheEntityRegion(javax.cache.Cache<Object,Object> cache,
org.hibernate.cache.spi.CacheDataDescription metadata,
org.hibernate.boot.spi.SessionFactoryOptions options) |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.cache.spi.access.EntityRegionAccessStrategy |
buildAccessStrategy(org.hibernate.cache.spi.access.AccessType accessType) |
protected org.hibernate.cache.spi.access.EntityRegionAccessStrategy |
createTransactionalEntityRegionAccessStrategy() |
clear, get, getCacheDataDescription, getSessionFactoryOptions, isTransactionAware, put, putIfAbsent, remove, replace, supportedAccessTypes, throwIfAccessTypeUnsupportedcontains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic org.hibernate.cache.spi.access.EntityRegionAccessStrategy buildAccessStrategy(org.hibernate.cache.spi.access.AccessType accessType)
throws org.hibernate.cache.CacheException
buildAccessStrategy in interface org.hibernate.cache.spi.EntityRegionorg.hibernate.cache.CacheExceptionprotected org.hibernate.cache.spi.access.EntityRegionAccessStrategy createTransactionalEntityRegionAccessStrategy()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.