public interface CacheEntry extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
areLazyPropertiesUnfetched() |
Serializable[] |
getDisassembledState() |
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() |
boolean isReferenceEntry()
String getSubclass()
Object getVersion()
boolean areLazyPropertiesUnfetched()
Serializable[] getDisassembledState()
Copyright © 2018 JBoss by Red Hat. All rights reserved.