|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Suggested interface for all objects that will be persisted. Ensures that transient objects can be persisted correctly, allows for callbacks in the event that the object is changed in a different JVM, etc.
Field Summary | |
static java.lang.String |
STOMP
a default schema group for users who are not tying multiple db schemas together |
Method Summary | |
void |
dataChanged()
a hint from the JDOCache that the objects persistent data may have been changed. |
ObjectId |
getDeletedInfo()
returns a JDO object id holder that contains extra information about the type of this object. |
java.lang.String |
getSchemaGroup()
identifies the schema group this object is a part of. |
Methods inherited from interface stomp.jdo.TransientTransactional |
findInPm |
Field Detail |
public static final java.lang.String STOMP
Method Detail |
public void dataChanged()
public ObjectId getDeletedInfo()
public java.lang.String getSchemaGroup()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |