|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionalDataRegion | |
---|---|
org.hibernate.cache.ehcache.internal.regions | |
org.hibernate.cache.infinispan.collection | |
org.hibernate.cache.infinispan.entity | |
org.hibernate.cache.infinispan.impl | |
org.hibernate.cache.infinispan.naturalid | |
org.hibernate.cache.infinispan.query | |
org.hibernate.cache.spi | Defines the Hibernate second level caching SPI. |
Uses of TransactionalDataRegion in org.hibernate.cache.ehcache.internal.regions |
---|
Classes in org.hibernate.cache.ehcache.internal.regions that implement TransactionalDataRegion | |
---|---|
class |
EhcacheCollectionRegion
A collection region specific wrapper around an Ehcache instance. |
class |
EhcacheEntityRegion
An entity region specific wrapper around an Ehcache instance. |
class |
EhcacheNaturalIdRegion
A collection region specific wrapper around an Ehcache instance. |
class |
EhcacheTransactionalDataRegion
An Ehcache specific TransactionalDataRegion. |
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.naturalid |
---|
Classes in org.hibernate.cache.infinispan.naturalid that implement TransactionalDataRegion | |
---|---|
class |
NaturalIdRegionImpl
|
Uses of TransactionalDataRegion in org.hibernate.cache.infinispan.query |
---|
Classes in org.hibernate.cache.infinispan.query that implement TransactionalDataRegion | |
---|---|
class |
QueryResultsRegionImpl
|
Uses of TransactionalDataRegion in org.hibernate.cache.spi |
---|
Subinterfaces of TransactionalDataRegion in org.hibernate.cache.spi | |
---|---|
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. |
interface |
NaturalIdRegion
Defines the contract for a cache region which will specifically be used to store naturalId data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |