Package | Description |
---|---|
org.hibernate.cache.ehcache.internal.nonstop |
Support for handling non-stop caches.
|
org.hibernate.cache.ehcache.internal.regions |
Defines
RegionFactory support for the Ehcache integration |
org.hibernate.cache.ehcache.internal.strategy |
Defines
RegionAccessStrategy support for the Ehcache integration |
org.hibernate.cache.infinispan |
Defines the integration with Infinispan as a second-level cache service.
|
org.hibernate.cache.infinispan.entity |
Internal Infinispan-based implementation of the entity cache region
|
org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
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() |
Modifier and Type | Class and Description |
---|---|
class |
EhcacheEntityRegion
An entity region specific wrapper around an Ehcache instance.
|
Modifier and Type | Method and Description |
---|---|
EntityRegion |
ReadOnlyEhcacheEntityRegionAccessStrategy.getRegion() |
EntityRegion |
TransactionalEhcacheEntityRegionAccessStrategy.getRegion() |
EntityRegion |
ReadWriteEhcacheEntityRegionAccessStrategy.getRegion() |
EntityRegion |
NonStrictReadWriteEhcacheEntityRegionAccessStrategy.getRegion() |
Modifier and Type | Method and Description |
---|---|
EntityRegion |
InfinispanRegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
Modifier and Type | Class and Description |
---|---|
class |
EntityRegionImpl
Entity region implementation
|
Modifier and Type | Method and Description |
---|---|
EntityRegion |
NoCachingRegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
Modifier and Type | Method and Description |
---|---|
EntityRegion |
RegionFactory.buildEntityRegion(String regionName,
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(String regionName,
Properties properties,
CacheDataDescription metadata) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.