|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionalDataRegion | |
---|---|
org.hibernate.cache | This package defines APIs/SPIs and implementations for the Hibernate second-level cache. |
org.hibernate.cache.impl.bridge | |
org.hibernate.cache.infinispan.collection | |
org.hibernate.cache.infinispan.entity | |
org.hibernate.cache.infinispan.impl | |
org.hibernate.cache.infinispan.query |
Uses of TransactionalDataRegion in org.hibernate.cache |
---|
Subinterfaces of TransactionalDataRegion in org.hibernate.cache | |
---|---|
interface |
CollectionRegion
Defines the contract for a cache region which will specifically be used to store collection data. |
interface |
EntityRegion
Defines the contract for a cache region which will specifically be used to store entity data. |
Uses of TransactionalDataRegion in org.hibernate.cache.impl.bridge |
---|
Classes in org.hibernate.cache.impl.bridge that implement TransactionalDataRegion | |
---|---|
class |
BaseTransactionalDataRegionAdapter
|
class |
CollectionRegionAdapter
Adapter specifically bridging CollectionRegion to Cache . |
class |
EntityRegionAdapter
Adapter specifically bridging EntityRegion to Cache . |
Uses of TransactionalDataRegion in org.hibernate.cache.infinispan.collection |
---|
Classes in org.hibernate.cache.infinispan.collection that implement TransactionalDataRegion | |
---|---|
class |
CollectionRegionImpl
|
Uses of TransactionalDataRegion in org.hibernate.cache.infinispan.entity |
---|
Classes in org.hibernate.cache.infinispan.entity that implement TransactionalDataRegion | |
---|---|
class |
EntityRegionImpl
|
Uses of TransactionalDataRegion in org.hibernate.cache.infinispan.impl |
---|
Classes in org.hibernate.cache.infinispan.impl that implement TransactionalDataRegion | |
---|---|
class |
BaseTransactionalDataRegion
Support for Inifinispan TransactionalDataRegion implementors. |
Uses of TransactionalDataRegion in org.hibernate.cache.infinispan.query |
---|
Classes in org.hibernate.cache.infinispan.query that implement TransactionalDataRegion | |
---|---|
class |
QueryResultsRegionImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |