org.apache.tuscany.das.rdb.impl
Class InsertList
java.lang.Object
org.apache.tuscany.das.rdb.impl.InsertList
public class InsertList
- extends Object
InsertList will sort ChangeOperation objects so that parents are inserted
before children
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InsertList
public InsertList()
add
public void add(ChangeOperation op)
getSortedList
public Collection getSortedList()
setOrder
public void setOrder(ArrayList insertOrder)
-