|
||||||||||
| 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 |
detach(FetchPlanState state)
Method to detach this object. |
void |
load()
Inform the SCO that it should load itself fully now (in case it is using lazy loading). |
void |
loadFieldsInFetchPlan(FetchPlanState state)
Method to load all fields in the fetch plan (of all subobjects). |
void |
makeTransient(FetchPlanState state)
Method to make the object transient. |
void |
runReachability(java.util.Set reachables)
Method to run reachability from this SCO. |
| Methods inherited from interface org.jpox.sco.SCO |
|---|
attachCopy, clone, detachCopy, getFieldName, getOwner, setValueFrom, unsetOwner |
| Method Detail |
|---|
void load()
void runReachability(java.util.Set reachables)
reachables - List of StateManagers reachable so farvoid makeTransient(FetchPlanState state)
state - State of the fetchplan processvoid loadFieldsInFetchPlan(FetchPlanState state)
state - The FetchPlanStatevoid detach(FetchPlanState state)
state - State for the detachment process
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||