public interface CacheEntry
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.io.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.
|
java.lang.String |
getSubclass()
Hibernate stores all entries pertaining to a given entity hierarchy in a single region.
|
java.lang.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()
java.lang.String getSubclass()
java.lang.Object getVersion()
java.io.Serializable[] getDisassembledState()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.