| Package | Description |
|---|---|
| org.hibernate.cache |
This package defines API of the Hibernate second level cache service.
|
| 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.
|
| org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
| org.hibernate.engine.spi | |
| org.hibernate.testing.cache | |
| org.jboss.as.jpa.hibernate5.service |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RegionFactory
Deprecated.
Moved, but still need this definition for ehcache
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRegionFactory |
| Modifier and Type | Method and Description |
|---|---|
RegionFactory |
Region.getRegionFactory()
The RegionFactory that generated this Region
|
RegionFactory |
CacheImplementor.getRegionFactory()
The underlying RegionFactory in use.
|
| Constructor and Description |
|---|
AbstractCacheTransactionSynchronization(RegionFactory regionFactory) |
StandardCacheTransactionSynchronization(RegionFactory regionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
RegionFactoryTemplate |
| Modifier and Type | Method and Description |
|---|---|
RegionFactory |
AbstractRegion.getRegionFactory() |
| Modifier and Type | Method and Description |
|---|---|
RegionFactory |
Settings.getRegionFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RegionFactory |
CacheImplementor.getRegionFactory()
Deprecated.
The underlying RegionFactory in use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachingRegionFactory |
| Modifier and Type | Method and Description |
|---|---|
protected RegionFactory |
CustomRegionFactoryInitiator.getFallback(Map configurationValues,
ServiceRegistryImplementor registry) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.