|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeneralDataRegion | |
|---|---|
| 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.impl | |
| org.hibernate.cache.infinispan.query | |
| org.hibernate.cache.infinispan.timestamp | |
| org.hibernate.cache.jbc.timestamp | |
| Uses of GeneralDataRegion in org.hibernate.cache |
|---|
| Subinterfaces of GeneralDataRegion in org.hibernate.cache | |
|---|---|
interface |
QueryResultsRegion
Defines the contract for a cache region which will specifically be used to store query results. |
interface |
TimestampsRegion
Defines the contract for a cache region which will specifically be used to store entity "update timestamps". |
| Uses of GeneralDataRegion in org.hibernate.cache.impl.bridge |
|---|
| Classes in org.hibernate.cache.impl.bridge that implement GeneralDataRegion | |
|---|---|
class |
BaseGeneralDataRegionAdapter
|
class |
QueryResultsRegionAdapter
Adapter specifically briding QueryResultsRegion to Cache. |
class |
TimestampsRegionAdapter
Adapter specifically briding TimestampsRegion to Cache. |
| Uses of GeneralDataRegion in org.hibernate.cache.infinispan.impl |
|---|
| Classes in org.hibernate.cache.infinispan.impl that implement GeneralDataRegion | |
|---|---|
class |
BaseGeneralDataRegion
Support for Infinispan GeneralDataRegion implementors. |
| Uses of GeneralDataRegion in org.hibernate.cache.infinispan.query |
|---|
| Classes in org.hibernate.cache.infinispan.query that implement GeneralDataRegion | |
|---|---|
class |
QueryResultsRegionImpl
|
| Uses of GeneralDataRegion in org.hibernate.cache.infinispan.timestamp |
|---|
| Classes in org.hibernate.cache.infinispan.timestamp that implement GeneralDataRegion | |
|---|---|
class |
TimestampsRegionImpl
Defines the behavior of the timestamps cache region for Infinispan. |
| Uses of GeneralDataRegion in org.hibernate.cache.jbc.timestamp |
|---|
| Classes in org.hibernate.cache.jbc.timestamp that implement GeneralDataRegion | |
|---|---|
class |
ClusteredConcurrentTimestampsRegionImpl
Prototype of a clustered timestamps cache region impl usable if the TimestampsRegion API is changed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||