| Package | Description | 
|---|---|
| org.hibernate.cache.ehcache | 
 Defines the integration with Ehcache as a second-level cache service. 
 | 
| org.hibernate.cache.ehcache.internal.regions | 
 Defines  
RegionFactory support for the Ehcache integration | 
| org.hibernate.cache.ehcache.internal.strategy | 
 Defines  
RegionAccessStrategy support for the Ehcache integration | 
| org.hibernate.cache.infinispan | 
 Defines the integration with Infinispan as a second-level cache service. 
 | 
| org.hibernate.cache.infinispan.tm | 
 Internal bridging between Infinispan and Hibernate notions of talking to JTA 
 | 
| org.hibernate.cache.internal | 
 Internal implementations and support for second-level caching. 
 | 
| org.hibernate.cache.spi | 
 
            Defines the Hibernate second level caching SPI. 
 | 
| 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 | Method and Description | 
|---|---|
void | 
SingletonEhCacheRegionFactory.start(Settings settings,
     Properties properties)  | 
void | 
EhCacheRegionFactory.start(Settings settings,
     Properties properties)  | 
| Modifier and Type | Method and Description | 
|---|---|
Settings | 
EhcacheTransactionalDataRegion.getSettings()
Access the Hibernate settings associated with the persistence unit. 
 | 
| Constructor and Description | 
|---|
EhcacheCollectionRegion(EhcacheAccessStrategyFactory accessStrategyFactory,
                       net.sf.ehcache.Ehcache underlyingCache,
                       Settings settings,
                       CacheDataDescription metadata,
                       Properties properties)
Constructs an EhcacheCollectionRegion around the given underlying cache. 
 | 
EhcacheEntityRegion(EhcacheAccessStrategyFactory accessStrategyFactory,
                   net.sf.ehcache.Ehcache underlyingCache,
                   Settings settings,
                   CacheDataDescription metadata,
                   Properties properties)
Constructs an EhcacheCollectionRegion around the given underlying cache. 
 | 
EhcacheNaturalIdRegion(EhcacheAccessStrategyFactory accessStrategyFactory,
                      net.sf.ehcache.Ehcache underlyingCache,
                      Settings settings,
                      CacheDataDescription metadata,
                      Properties properties)
Constructs an EhcacheNaturalIdRegion around the given underlying cache. 
 | 
| Constructor and Description | 
|---|
NonStrictReadWriteEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion region,
                                                       Settings settings)
Create a non-strict read/write access strategy accessing the given collection region. 
 | 
NonStrictReadWriteEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion region,
                                                   Settings settings)
Create a non-strict read/write access strategy accessing the given collection region. 
 | 
NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion region,
                                                      Settings settings)
Create a non-strict read/write access strategy accessing the given NaturalId region. 
 | 
ReadOnlyEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion region,
                                             Settings settings)
Create a read-only access strategy accessing the given collection region. 
 | 
ReadOnlyEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion region,
                                         Settings settings)
Create a read-only access strategy accessing the given entity region. 
 | 
ReadOnlyEhcacheNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion region,
                                            Settings settings)
Create a read-only access strategy accessing the given NaturalId region. 
 | 
ReadWriteEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion region,
                                              Settings settings)
Create a read/write access strategy accessing the given collection region. 
 | 
ReadWriteEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion region,
                                          Settings settings)
Create a read/write access strategy accessing the given entity region. 
 | 
ReadWriteEhcacheNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion region,
                                             Settings settings)
Create a read/write access strategy accessing the given NaturalId region. 
 | 
TransactionalEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion region,
                                                  net.sf.ehcache.Ehcache ehcache,
                                                  Settings settings)
Construct a new collection region access strategy. 
 | 
TransactionalEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion region,
                                              net.sf.ehcache.Ehcache ehcache,
                                              Settings settings)
Construct a new entity region access strategy. 
 | 
TransactionalEhcacheNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion region,
                                                 net.sf.ehcache.Ehcache ehcache,
                                                 Settings settings)
Construct a new collection region access strategy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected org.infinispan.transaction.lookup.TransactionManagerLookup | 
InfinispanRegionFactory.createTransactionManagerLookup(Settings settings,
                              Properties properties)  | 
void | 
InfinispanRegionFactory.start(Settings settings,
     Properties properties)  | 
| Constructor and Description | 
|---|
HibernateTransactionManagerLookup(Settings settings,
                                 Properties properties)
Transaction manager lookup constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueryCache | 
StandardQueryCacheFactory.getQueryCache(String regionName,
             UpdateTimestampsCache updateTimestampsCache,
             Settings settings,
             Properties props)  | 
void | 
NoCachingRegionFactory.start(Settings settings,
     Properties properties)  | 
| Constructor and Description | 
|---|
StandardQueryCache(Settings settings,
                  Properties props,
                  UpdateTimestampsCache updateTimestampsCache,
                  String regionName)
Constructs a StandardQueryCache instance 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueryCache | 
QueryCacheFactory.getQueryCache(String regionName,
             UpdateTimestampsCache updateTimestampsCache,
             Settings settings,
             Properties props)
Builds a named query cache. 
 | 
void | 
RegionFactory.start(Settings settings,
     Properties properties)
Lifecycle callback to perform any necessary initialization of the
 underlying cache implementation(s). 
 | 
| Constructor and Description | 
|---|
UpdateTimestampsCache(Settings settings,
                     Properties props)
Constructs an UpdateTimestampsCache. 
 | 
UpdateTimestampsCache(Settings settings,
                     Properties props,
                     SessionFactoryImplementor factory)
Constructs an UpdateTimestampsCache. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Settings | 
Configuration.buildSettings(Properties props,
             ServiceRegistry serviceRegistry)  | 
Settings | 
SettingsFactory.buildSettings(Properties props,
             ServiceRegistry serviceRegistry)  | 
Settings | 
Configuration.buildSettings(ServiceRegistry serviceRegistry)
Create an object-oriented view of the configuration properties 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Settings | 
SessionFactoryImplementor.getSettings()  | 
| Modifier and Type | Method and Description | 
|---|---|
Settings | 
SessionFactoryImpl.getSettings()  | 
| Constructor and Description | 
|---|
SessionFactoryImpl(Configuration cfg,
                  Mapping mapping,
                  ServiceRegistry serviceRegistry,
                  Settings settings,
                  SessionFactoryObserver observer)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CachingRegionFactory.start(Settings settings,
     Properties properties)  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.