Package | Description |
---|---|
org.hibernate.cache.ehcache.internal.regions | |
org.hibernate.cache.infinispan.collection | |
org.hibernate.cache.infinispan.entity | |
org.hibernate.cache.infinispan.impl | |
org.hibernate.cache.infinispan.naturalid | |
org.hibernate.cache.infinispan.query | |
org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
Modifier and Type | Class and Description |
---|---|
class |
EhcacheCollectionRegion
A collection region specific wrapper around an Ehcache instance.
|
class |
EhcacheEntityRegion
An entity region specific wrapper around an Ehcache instance.
|
class |
EhcacheNaturalIdRegion
A collection region specific wrapper around an Ehcache instance.
|
class |
EhcacheTransactionalDataRegion
An Ehcache specific TransactionalDataRegion.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionRegionImpl |
Modifier and Type | Class and Description |
---|---|
class |
EntityRegionImpl |
Modifier and Type | Class and Description |
---|---|
class |
BaseTransactionalDataRegion
Support for Inifinispan
TransactionalDataRegion implementors. |
Modifier and Type | Class and Description |
---|---|
class |
NaturalIdRegionImpl
Natural ID cache region
|
Modifier and Type | Class and Description |
---|---|
class |
QueryResultsRegionImpl |
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.
|
interface |
NaturalIdRegion
Defines the contract for a cache region which will specifically be used to
store naturalId data.
|
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.