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.naturalid |
Internal Infinispan-based implementation of the natural-id 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 |
---|---|
NaturalIdRegion |
NonstopAwareNaturalIdRegionAccessStrategy.getRegion() |
Modifier and Type | Class and Description |
---|---|
class |
EhcacheNaturalIdRegion
A collection region specific wrapper around an Ehcache instance.
|
Modifier and Type | Method and Description |
---|---|
NaturalIdRegion |
NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy.getRegion() |
NaturalIdRegion |
TransactionalEhcacheNaturalIdRegionAccessStrategy.getRegion() |
NaturalIdRegion |
ReadWriteEhcacheNaturalIdRegionAccessStrategy.getRegion() |
NaturalIdRegion |
ReadOnlyEhcacheNaturalIdRegionAccessStrategy.getRegion() |
Modifier and Type | Method and Description |
---|---|
NaturalIdRegion |
InfinispanRegionFactory.buildNaturalIdRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
Modifier and Type | Class and Description |
---|---|
class |
NaturalIdRegionImpl
Natural ID cache region
|
Modifier and Type | Method and Description |
---|---|
NaturalIdRegion |
NoCachingRegionFactory.buildNaturalIdRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
Modifier and Type | Method and Description |
---|---|
NaturalIdRegion |
RegionFactory.buildNaturalIdRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing NaturalId to Primary Key mappings.
|
Modifier and Type | Method and Description |
---|---|
NaturalIdRegion |
NaturalIdRegionAccessStrategy.getRegion()
Get the wrapped naturalId cache region
|
Modifier and Type | Method and Description |
---|---|
NaturalIdRegion |
CachingRegionFactory.buildNaturalIdRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.