Package | Description |
---|---|
org.hibernate.cache.spi |
Defines the integration aspect of Hibernate's second-level
caching allowing "caching back ends" to be plugged in as
a caching provider.
|
org.hibernate.cache.spi.support |
Package intended for simplifying the worked needed to implement
a caching provider.
|
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 |
Modifier and Type | Class and Description |
---|---|
class |
DirectAccessRegionTemplate
Bridge between DirectAccessRegion and StorageAccess
|
class |
QueryResultsRegionTemplate |
class |
TimestampsRegionTemplate |
Copyright © 2019 JBoss by Red Hat. All rights reserved.