| Modifier and Type | Method and Description |
|---|---|
LocalCacheManager<?,?,?> |
EhcacheDatastoreProvider.getCacheManager() |
| Modifier and Type | Method and Description |
|---|---|
LocalCacheManager<EK,AK,ISK> |
PersistenceStrategy.getCacheManager()
Returns the
LocalCacheManager of this strategy, providing access to the actual ISPN caches. |
| Modifier and Type | Class and Description |
|---|---|
class |
OnePerKindCacheManager
A
LocalCacheManager which uses one cache for all entities, one cache for all associations and one cache for
all id sources. |
| Modifier and Type | Class and Description |
|---|---|
class |
PerTableCacheManager
A
LocalCacheManager which uses a dedicated Cache per entity/association/id source table. |
Copyright © 2010-2015 Hibernate. All Rights Reserved.