Package | Description |
---|---|
org.hibernate.cache |
This package defines API of the Hibernate second level cache service.
|
org.hibernate.cache.ehcache |
Defines the integration with Ehcache as a second-level cache service.
|
org.hibernate.cache.infinispan |
Defines the integration with Infinispan as a second-level cache service.
|
org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
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.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.testing.cache |
Modifier and Type | Interface and Description |
---|---|
interface |
RegionFactory
Deprecated.
Moved, but still need this definition for ehcache
|
Modifier and Type | Class and Description |
---|---|
class |
EhCacheRegionFactory
A non-singleton EhCacheRegionFactory implementation.
|
class |
SingletonEhCacheRegionFactory
A singleton EhCacheRegionFactory implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
InfinispanRegionFactory
A
RegionFactory for Infinispan-backed cache
regions. |
class |
JndiInfinispanRegionFactory
A
RegionFactory for Infinispan-backed cache
regions that finds its cache manager in JNDI rather than creating one itself. |
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) |
RegionFactory |
RegionFactoryInitiator.initiateService(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) |
Modifier and Type | Method and Description |
---|---|
RegionFactory |
Settings.getRegionFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RegionFactory |
CacheImplementor.getRegionFactory() |
Modifier and Type | Method and Description |
---|---|
RegionFactory |
CacheImpl.getRegionFactory() |
Modifier and Type | Class and Description |
---|---|
class |
CachingRegionFactory |
Copyright © 2024. All rights reserved.