public interface CacheEntry extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
Serializable[] | 
getDisassembledState()
Get the underlying disassembled state
 todo : this was added to support initializing an entity's EntityEntry snapshot during reattach;
 this should be refactored to instead expose a method to assemble a EntityEntry based on this
 state for return. 
 | 
String | 
getSubclass()
Hibernate stores all entries pertaining to a given entity hierarchy in a single region. 
 | 
Object | 
getVersion()
Retrieves the version (optimistic locking) associated with this cache entry. 
 | 
boolean | 
isReferenceEntry()
Does this entry represent a direct entity reference (rather than disassembled state)? 
 | 
boolean isReferenceEntry()
String getSubclass()
Object getVersion()
Serializable[] getDisassembledState()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.