| org.jpox.sco.SCOContainer
SCOContainer | public interface SCOContainer extends SCO(Code) | | Representation of a SCO that contains other (persistable) objects.
version: $Revision: 1.3 $ |
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). | void | load() Inform the SCO that it should load itself fully now (in case it is using lazy loading). |
flush | void flush()(Code) | | Inform the SCO that it should flush any queued updates to the datastore now (in case it is in queued mode).
|
load | void load()(Code) | | Inform the SCO that it should load itself fully now (in case it is using lazy loading).
|
|
|