|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--stomp.jdo.AbstractPersistentObject
Convenience class which clients may extend to pick up much of the Persistent interface functionality.
Constructor Summary | |
AbstractPersistentObject()
|
Method Summary | |
void |
dataChanged()
a hint from the JDOCache that the objects persistent data may have been changed. |
ObjectId |
getHcmObjectId()
returns a JDO object id holder that contains extra information about the type of this object. |
protected java.lang.Object |
writeReplace()
replace this object with a JDO ID that can be used to refind the data during deserialization. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface stomp.jdo.TransientTransactional |
findInPm |
Constructor Detail |
public AbstractPersistentObject()
Method Detail |
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
public void dataChanged()
dataChanged
in interface Persistent
public ObjectId getHcmObjectId()
Persistent
getHcmObjectId
in interface Persistent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |