public abstract class AbstractHydratedCacheManager extends Object implements HydratedCacheManager, HydratedAnnotationManager
Constructor and Description |
---|
AbstractHydratedCacheManager() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
protected String |
createHeapKey(String cacheRegion,
String cacheName,
String elementItemName,
Serializable elementKey) |
protected String |
createNameKey(String cacheRegion,
String cacheName,
Serializable elementKey) |
HydrationDescriptor |
getHydrationDescriptor(Object entity) |
protected Class<?> |
getTopEntityClass(Object entity) |
protected boolean |
useCacheRegionInKey() |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHydratedCacheElementItem, getHydratedCacheElementItem
public HydrationDescriptor getHydrationDescriptor(Object entity)
getHydrationDescriptor
in interface HydratedAnnotationManager
protected String createNameKey(String cacheRegion, String cacheName, Serializable elementKey)
protected String createHeapKey(String cacheRegion, String cacheName, String elementItemName, Serializable elementKey)
protected boolean useCacheRegionInKey()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2022. All rights reserved.