public static interface PersistentContextServices.ObjectReference
Modifier and Type | Method and Description |
---|---|
PersistentIdentifier |
getId()
Return the persistent identifier associated to the
object reference.
|
Object |
getObject()
Return the object associated to the object reference.
|
PersistentState |
getState()
Return the state associated to this object reference.
|
boolean |
hasObject()
Return true if the reference has an object associated.
|
PersistentIdentifier getId()
Object getObject()
boolean hasObject()
PersistentState getState()