|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionRegion | |
---|---|
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.infinispan.collection |
Uses of CollectionRegion in org.hibernate.cache |
---|
Methods in org.hibernate.cache that return CollectionRegion | |
---|---|
CollectionRegion |
DelegatingRegionFactory.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
|
CollectionRegion |
RegionFactory.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing collection data. |
Uses of CollectionRegion in org.hibernate.cache.access |
---|
Methods in org.hibernate.cache.access that return CollectionRegion | |
---|---|
CollectionRegion |
CollectionRegionAccessStrategy.getRegion()
Get the wrapped collection cache region |
Uses of CollectionRegion in org.hibernate.cache.impl |
---|
Methods in org.hibernate.cache.impl that return CollectionRegion | |
---|---|
CollectionRegion |
NoCachingRegionFactory.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
|
Uses of CollectionRegion in org.hibernate.cache.impl.bridge |
---|
Classes in org.hibernate.cache.impl.bridge that implement CollectionRegion | |
---|---|
class |
CollectionRegionAdapter
Adapter specifically bridging CollectionRegion to Cache . |
Methods in org.hibernate.cache.impl.bridge that return CollectionRegion | |
---|---|
CollectionRegion |
RegionFactoryCacheProviderBridge.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
|
CollectionRegion |
CollectionAccessStrategyAdapter.getRegion()
|
Constructors in org.hibernate.cache.impl.bridge with parameters of type CollectionRegion | |
---|---|
CollectionAccessStrategyAdapter(CollectionRegion region,
CacheConcurrencyStrategy ccs,
Settings settings)
|
Uses of CollectionRegion in org.hibernate.cache.infinispan |
---|
Methods in org.hibernate.cache.infinispan that return CollectionRegion | |
---|---|
CollectionRegion |
InfinispanRegionFactory.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing collection data. |
Uses of CollectionRegion in org.hibernate.cache.infinispan.collection |
---|
Classes in org.hibernate.cache.infinispan.collection that implement CollectionRegion | |
---|---|
class |
CollectionRegionImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |