Tuscany DAS for Relational Databases

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

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

public class DeleteOperation
extends ChangeOperation


Field Summary
 
Fields inherited from class org.apache.tuscany.das.rdb.impl.ChangeOperation
dObject, propagatedID
 
Constructor Summary
DeleteOperation(DeleteCommandImpl command, commonj.sdo.DataObject changedObject)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.das.rdb.impl.ChangeOperation
execute, getTableName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteOperation

public DeleteOperation(DeleteCommandImpl command,
                       commonj.sdo.DataObject changedObject)
Parameters:
command -
changedObject - Objects deleted from the graph have lost their "settings" and must be restored

Tuscany DAS for Relational Databases

-