org.jpox.sco
Interface SCOContainer

All Superinterfaces:
SCO
All Known Subinterfaces:
SCOCollection, SCOList, SCOMap
All Known Implementing Classes:
ArrayList, ArrayList, Collection, Collection, HashMap, HashMap, HashSet, HashSet, Hashtable, Hashtable, LinkedHashMap, LinkedHashMap, LinkedHashSet, LinkedHashSet, LinkedList, LinkedList, List, List, Map, Map, PriorityQueue, PriorityQueue, Properties, Properties, Queue, Queue, Set, Set, SortedMap, SortedMap, SortedSet, SortedSet, Stack, Stack, TreeMap, TreeMap, TreeSet, TreeSet, Vector, Vector

public interface SCOContainer
extends SCO

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).
 
Methods inherited from interface org.jpox.sco.SCO
attachCopy, clone, detachCopy, getFieldName, getOwner, getValue, initialise, initialise, unsetOwner
 

Method Detail

load

void load()
Inform the SCO that it should load itself fully now (in case it is using lazy loading).


flush

void flush()
Inform the SCO that it should flush any queued updates to the datastore now (in case it is in queued mode).



Copyright © -2008 . All Rights Reserved.