Package | Description |
---|---|
org.hibernate.cache |
This package defines API of the Hibernate second level cache service.
|
org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
RegionFactory
Deprecated.
Moved, but still need this definition for ehcache
|
Modifier and Type | Class and Description |
---|---|
class |
NoCachingRegionFactory
Factory used if no caching enabled in config...
|
Modifier and Type | Method and Description |
---|---|
RegionFactory |
StrategyCreatorRegionFactoryImpl.create(Class<? extends RegionFactory> strategyClass) |
protected RegionFactory |
RegionFactoryInitiator.getFallback(Map configurationValues,
ServiceRegistryImplementor registry) |
RegionFactory |
DisabledCaching.getRegionFactory() |
RegionFactory |
EnabledCaching.getRegionFactory() |
RegionFactory |
RegionFactoryInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
protected RegionFactory |
RegionFactoryInitiator.resolveRegionFactory(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
Class<RegionFactory> |
RegionFactoryInitiator.getServiceInitiated() |
Modifier and Type | Method and Description |
---|---|
RegionFactory |
StrategyCreatorRegionFactoryImpl.create(Class<? extends RegionFactory> strategyClass) |
Constructor and Description |
---|
NoCachingTransactionSynchronizationImpl(RegionFactory regionFactory) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRegionFactory |
Modifier and Type | Method and Description |
---|---|
RegionFactory |
CacheImplementor.getRegionFactory()
The underlying RegionFactory in use.
|
RegionFactory |
Region.getRegionFactory()
The RegionFactory that generated this Region
|
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.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.