| Package | Description |
|---|---|
| org.hibernate.cache.infinispan | |
| org.hibernate.cache.infinispan.query | |
| org.hibernate.cache.internal | |
| org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResultsRegion |
InfinispanRegionFactory.buildQueryResultsRegion(String regionName,
Properties properties)
Build a cache region specialized for storing query results
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryResultsRegionImpl |
| Modifier and Type | Method and Description |
|---|---|
QueryResultsRegion |
NoCachingRegionFactory.buildQueryResultsRegion(String regionName,
Properties properties) |
QueryResultsRegion |
StandardQueryCache.getRegion() |
| Modifier and Type | Method and Description |
|---|---|
QueryResultsRegion |
RegionFactory.buildQueryResultsRegion(String regionName,
Properties properties)
Build a cache region specialized for storing query results
|
QueryResultsRegion |
QueryCache.getRegion() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.