|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SCOContainer
Representation of a SCO that contains other (persistable) objects.
| Method Summary | |
|---|---|
void |
flush()
Inform the SCO that it should flush any queued updates to the datastore now (in case it is in queued mode). |
boolean |
isLoaded()
Method to return if the SCO has its contents loaded. |
void |
load()
Inform the SCO that it should load itself fully now (in case it is using lazy loading). |
| Methods inherited from interface org.datanucleus.sco.SCO |
|---|
attachCopy, clone, detachCopy, getFieldName, getOwner, getValue, initialise, initialise, unsetOwner |
| Method Detail |
|---|
void load()
void flush()
boolean isLoaded()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||