Package | Description |
---|---|
org.hibernate.cache |
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
|
org.hibernate.cache.impl.bridge | |
org.hibernate.cache.infinispan.impl | |
org.hibernate.cache.jbc | |
org.hibernate.cache.jbc.collection | |
org.hibernate.cache.jbc.entity | |
org.hibernate.cache.jbc.query | |
org.hibernate.cache.jbc.timestamp |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionRegion
Defines the contract for a cache region which will specifically be used to
store collection data.
|
interface |
EntityRegion
Defines the contract for a cache region which will specifically be used to
store entity data.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseTransactionalDataRegionAdapter |
class |
CollectionRegionAdapter
Adapter specifically bridging
CollectionRegion to Cache . |
class |
EntityRegionAdapter
Adapter specifically bridging
EntityRegion to Cache . |
Modifier and Type | Class and Description |
---|---|
class |
BaseTransactionalDataRegion
Support for Inifinispan
TransactionalDataRegion implementors. |
Modifier and Type | Class and Description |
---|---|
class |
TransactionalDataRegionAdapter |
Modifier and Type | Class and Description |
---|---|
class |
CollectionRegionImpl
Defines the behavior of the collection cache regions for JBossCache 2.x.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityRegionImpl
Defines the behavior of the entity cache regions for JBossCache.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryResultsRegionImpl
Defines the behavior of the query cache regions for JBossCache 2.x.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusteredConcurrentTimestampsRegionImpl
Prototype of a clustered timestamps cache region impl usable if the
TimestampsRegion API is changed.
|
class |
TimestampsRegionImpl
Defines the behavior of the timestamps cache region for JBossCache 2.x.
|
Copyright © 2002-2013 Red Hat Middleware, LLC. All Rights Reserved