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.infinispan.collection |
Internal Infinispan-based implementation of the collection cache region
|
org.hibernate.cache.infinispan.entity |
Internal Infinispan-based implementation of the entity cache region
|
org.hibernate.cache.infinispan.impl |
Internal Infinispan-specific base cache region implementations
|
org.hibernate.cache.infinispan.naturalid |
Internal Infinispan-based implementation of the natural-id cache region
|
org.hibernate.cache.infinispan.query |
Internal Infinispan-based implementation of the "query results" cache region
|
org.hibernate.cache.infinispan.timestamp |
Internal Infinispan-based implementation of the "update timestamps" cache region
|
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. |
Constructor and Description |
---|
CollectionRegionImpl(org.infinispan.AdvancedCache cache,
String name,
CacheDataDescription metadata,
RegionFactory factory)
Construct a collection region
|
Constructor and Description |
---|
EntityRegionImpl(org.infinispan.AdvancedCache cache,
String name,
CacheDataDescription metadata,
RegionFactory factory)
Construct a entity region
|
Constructor and Description |
---|
BaseGeneralDataRegion(org.infinispan.AdvancedCache cache,
String name,
RegionFactory factory)
General data region constructor.
|
BaseRegion(org.infinispan.AdvancedCache cache,
String name,
RegionFactory factory)
Base region constructor.
|
BaseTransactionalDataRegion(org.infinispan.AdvancedCache cache,
String name,
CacheDataDescription metadata,
RegionFactory factory)
Base transactional region constructor
|
Constructor and Description |
---|
NaturalIdRegionImpl(org.infinispan.AdvancedCache cache,
String name,
CacheDataDescription metadata,
RegionFactory factory)
Constructor for the natural id region.
|
Constructor and Description |
---|
QueryResultsRegionImpl(org.infinispan.AdvancedCache cache,
String name,
RegionFactory factory)
Query region constructor
|
Constructor and Description |
---|
ClusteredTimestampsRegionImpl(org.infinispan.AdvancedCache cache,
String name,
RegionFactory factory)
Clustered timestamps region constructor.
|
TimestampsRegionImpl(org.infinispan.AdvancedCache cache,
String name,
RegionFactory factory)
Local timestamps region constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
NoCachingRegionFactory
Factory used if no caching enabled in config...
|
Modifier and Type | Method and Description |
---|---|
RegionFactory |
RegionFactoryInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
Class<RegionFactory> |
RegionFactoryInitiator.getServiceInitiated() |
Modifier and Type | Method and Description |
---|---|
static RegionFactory |
SettingsFactory.createRegionFactory(Properties properties,
boolean cachingEnabled) |
RegionFactory |
Settings.getRegionFactory() |
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 © 2001-2015 Red Hat, Inc. All Rights Reserved.