|
||||||||||
| 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 | |
| org.hibernate.cache.jbc | |
| org.hibernate.cache.jbc.collection | |
| Uses of CollectionRegion in org.hibernate.cache |
|---|
| Methods in org.hibernate.cache that return CollectionRegion | |
|---|---|
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
|
| Uses of CollectionRegion in org.hibernate.cache.jbc |
|---|
| Methods in org.hibernate.cache.jbc that return CollectionRegion | |
|---|---|
CollectionRegion |
JBossCacheRegionFactory.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
|
| Uses of CollectionRegion in org.hibernate.cache.jbc.collection |
|---|
| Methods in org.hibernate.cache.jbc.collection that return CollectionRegion | |
|---|---|
CollectionRegion |
TransactionalAccess.getRegion()
Get the wrapped collection cache region |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||