Tuscany DAS for Relational Databases

org.apache.tuscany.das.rdb.impl
Class InsertList

java.lang.Object
  extended by org.apache.tuscany.das.rdb.impl.InsertList

public class InsertList
extends java.lang.Object

InsertList will sort ChangeOperation objects so that parents are inserted before children


Constructor Summary
InsertList()
           
 
Method Summary
 void add(ChangeOperation op)
           
 java.util.Collection getSortedList()
           
 void setOrder(java.util.ArrayList insertOrder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertList

public InsertList()
Method Detail

add

public void add(ChangeOperation op)

getSortedList

public java.util.Collection getSortedList()

setOrder

public void setOrder(java.util.ArrayList insertOrder)

Tuscany DAS for Relational Databases

-