| Package | Description |
|---|---|
| org.hibernate.cache |
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
|
| org.hibernate.cache.impl | |
| org.hibernate.cache.impl.bridge | |
| org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingRegionFactory |
class |
EhCacheRegionFactory |
class |
SingletonEhCacheRegionFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
NoCachingRegionFactory
Factory used if no caching enabled in config...
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegionFactoryCacheProviderBridge
Acts as a bridge between the
RegionFactory contract and the older
CacheProvider contract. |
| Modifier and Type | Method and Description |
|---|---|
static RegionFactory |
SettingsFactory.createRegionFactory(Properties properties,
boolean cachingEnabled) |
RegionFactory |
Settings.getRegionFactory() |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved