|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is implemented by classes that can be detached from the persistence context and later attached. The interface includes the contract by which the StateManager can set the object id and version so they are preserved while outside the persistence environment.
Method Summary | |
void |
jdoProvideLoadedFieldList()
Provide the loaded field list in the detached object. |
void |
jdoProvideModifiedFieldList()
Provide the modified field list in the detached object. |
void |
jdoReplaceLoadedFieldList()
Replace the loaded field list in the detached object. |
void |
jdoReplaceModifiedFieldList()
Replace the modified field list in the detached object. |
void |
jdoReplaceObjectId()
Replace the object id in the detached object. |
void |
jdoReplaceVersion()
Replace the version in the detached object. |
Method Detail |
public void jdoReplaceObjectId()
public void jdoReplaceVersion()
public void jdoProvideLoadedFieldList()
public void jdoReplaceLoadedFieldList()
public void jdoProvideModifiedFieldList()
public void jdoReplaceModifiedFieldList()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |