Package | Description |
---|---|
org.hibernate.cache.infinispan.impl | |
org.hibernate.cache.infinispan.query | |
org.hibernate.cache.infinispan.timestamp | |
org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
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 © 2018 JBoss by Red Hat. All rights reserved.