Package | Description |
---|---|
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.entity | |
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.testing.cache |
Modifier and Type | Method and Description |
---|---|
EntityRegion |
NonstopAwareEntityRegionAccessStrategy.getRegion()
Get the wrapped entity cache region
|
Modifier and Type | Class and Description |
---|---|
class |
EhcacheEntityRegion
An entity region specific wrapper around an Ehcache instance.
|
Modifier and Type | Method and Description |
---|---|
EntityRegion |
NonStrictReadWriteEhcacheEntityRegionAccessStrategy.getRegion()
Get the wrapped entity cache region
|
EntityRegion |
TransactionalEhcacheEntityRegionAccessStrategy.getRegion()
Get the wrapped entity cache region
|
EntityRegion |
ReadOnlyEhcacheEntityRegionAccessStrategy.getRegion()
Get the wrapped entity cache region
|
EntityRegion |
ReadWriteEhcacheEntityRegionAccessStrategy.getRegion()
Get the wrapped entity cache region
|
Modifier and Type | Method and Description |
---|---|
EntityRegion |
InfinispanRegionFactory.buildEntityRegion(java.lang.String regionName,
java.util.Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing entity data.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityRegionImpl |
Modifier and Type | Method and Description |
---|---|
EntityRegion |
NoCachingRegionFactory.buildEntityRegion(java.lang.String regionName,
java.util.Properties properties,
CacheDataDescription metadata) |
Modifier and Type | Method and Description |
---|---|
EntityRegion |
RegionFactory.buildEntityRegion(java.lang.String regionName,
java.util.Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing entity data.
|
Modifier and Type | Method and Description |
---|---|
EntityRegion |
EntityRegionAccessStrategy.getRegion()
Get the wrapped entity cache region
|
Modifier and Type | Method and Description |
---|---|
EntityRegion |
CachingRegionFactory.buildEntityRegion(java.lang.String regionName,
java.util.Properties properties,
CacheDataDescription metadata) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.