Cache
to avoid accessing the cache using wrong key objects.EhcacheDatastoreProvider
.persistence.xml
or
StandardServiceRegistryBuilder
.LocalCacheManager
of this strategy, providing access to the actual ISPN caches.KeyProvider
of this strategy, converting OGM core's key objects into the keys persisted in
the datastore.Map
.Logger
instances.LocalCacheManager
which uses one cache for all entities, one cache for all associations and one cache for
all id sources.LocalCacheManager
which uses a dedicated Cache
per entity/association/id source table.AssociationKey
objects in Ehcache.EntityKey
objects in Ehcache.IdSourceKey
objects in Ehcache.AssociationKey
objects in Ehcache.EntityKey
objects in Ehcache.IdSourceKey
objects in Ehcache.AssociationSnapshot
based on a serializable map.RowKey
objects in Ehcache.Copyright © 2010–2016 Hibernate. All rights reserved.