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.collection | |
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 |
---|---|
CollectionRegion |
NonstopAwareCollectionRegionAccessStrategy.getRegion()
Get the wrapped collection cache region
|
Modifier and Type | Class and Description |
---|---|
class |
EhcacheCollectionRegion
A collection region specific wrapper around an Ehcache instance.
|
Modifier and Type | Method and Description |
---|---|
CollectionRegion |
ReadOnlyEhcacheCollectionRegionAccessStrategy.getRegion()
Get the wrapped collection cache region
|
CollectionRegion |
ReadWriteEhcacheCollectionRegionAccessStrategy.getRegion()
Get the wrapped collection cache region
|
CollectionRegion |
NonStrictReadWriteEhcacheCollectionRegionAccessStrategy.getRegion()
Get the wrapped collection cache region
|
CollectionRegion |
TransactionalEhcacheCollectionRegionAccessStrategy.getRegion()
Get the wrapped collection cache region
|
Modifier and Type | Method and Description |
---|---|
CollectionRegion |
InfinispanRegionFactory.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing collection data.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionRegionImpl |
Modifier and Type | Method and Description |
---|---|
CollectionRegion |
NoCachingRegionFactory.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
Modifier and Type | Method and Description |
---|---|
CollectionRegion |
RegionFactory.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing collection data.
|
Modifier and Type | Method and Description |
---|---|
CollectionRegion |
CollectionRegionAccessStrategy.getRegion()
Get the wrapped collection cache region
|
Modifier and Type | Method and Description |
---|---|
CollectionRegion |
CachingRegionFactory.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.