Package | Description |
---|---|
org.hibernate.cache.ehcache.internal.regions |
Defines
RegionFactory support for the Ehcache integration |
org.hibernate.cache.infinispan.impl |
Internal Infinispan-specific base cache region implementations
|
org.hibernate.cache.infinispan.query |
Internal Infinispan-based implementation of the "query results" cache region
|
org.hibernate.cache.infinispan.timestamp |
Internal Infinispan-based implementation of the "update timestamps" cache region
|
org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
Modifier and Type | Class and Description |
---|---|
class |
EhcacheQueryResultsRegion
A query results region specific wrapper around an Ehcache instance.
|
class |
EhcacheTimestampsRegion
A timestamps region specific wrapper around an Ehcache instance.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseGeneralDataRegion
Support for Infinispan
GeneralDataRegion implementors. |
Modifier and Type | Class and Description |
---|---|
class |
QueryResultsRegionImpl
Region for caching query results.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusteredTimestampsRegionImpl
Timestamp cache region for clustered environments.
|
class |
TimestampsRegionImpl
Defines the behavior of the timestamps cache region for Infinispan.
|
Modifier and Type | Interface and Description |
---|---|
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".
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.