Package | Description |
---|---|
org.hibernate.cache |
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
|
org.hibernate.cache.access |
Defines contracts for transactional and concurrent access to cached
entity and
collection data. |
org.hibernate.cache.impl | |
org.hibernate.cache.impl.bridge | |
org.hibernate.cache.infinispan | |
org.hibernate.cache.jbc | |
org.hibernate.cache.jbc.entity |
Modifier and Type | Method and Description |
---|---|
EntityRegion |
DelegatingRegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
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 |
NoCachingRegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
Modifier and Type | Class and Description |
---|---|
class |
EntityRegionAdapter
Adapter specifically bridging
EntityRegion to Cache . |
Modifier and Type | Method and Description |
---|---|
EntityRegion |
RegionFactoryCacheProviderBridge.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
EntityRegion |
EntityAccessStrategyAdapter.getRegion() |
Constructor and Description |
---|
EntityAccessStrategyAdapter(EntityRegion region,
CacheConcurrencyStrategy ccs,
Settings settings) |
Modifier and Type | Method and Description |
---|---|
EntityRegion |
InfinispanRegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing entity data.
|
Modifier and Type | Method and Description |
---|---|
EntityRegion |
JBossCacheRegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityRegionImpl
Defines the behavior of the entity cache regions for JBossCache.
|
Modifier and Type | Method and Description |
---|---|
EntityRegion |
TransactionalAccess.getRegion() |
Copyright © 2002-2013 Red Hat Middleware, LLC. All Rights Reserved