Package | Description |
---|---|
org.hibernate.cache |
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
|
org.hibernate.cache.impl.bridge |
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".
|
Modifier and Type | Class and Description |
---|---|
class |
BaseGeneralDataRegionAdapter
|
class |
QueryResultsRegionAdapter
Adapter specifically briding
QueryResultsRegion to Cache . |
class |
TimestampsRegionAdapter
Adapter specifically briding
TimestampsRegion to Cache . |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved