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.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.
|
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) |
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() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.