Tuscany DAS for Relational Databases

Uses of Class
org.apache.tuscany.das.rdb.impl.UpdateCommandImpl

Packages that use UpdateCommandImpl
org.apache.tuscany.das.rdb.generator.impl   
org.apache.tuscany.das.rdb.impl   
 

Uses of UpdateCommandImpl in org.apache.tuscany.das.rdb.generator.impl
 

Methods in org.apache.tuscany.das.rdb.generator.impl that return UpdateCommandImpl
 UpdateCommandImpl CudGenerator.getUpdateCommand(MappingWrapper mapping, commonj.sdo.DataObject changedObject, Table table)
           
 UpdateCommandImpl UpdateGenerator.getUpdateCommand(MappingWrapper mapping, commonj.sdo.DataObject changedObject, Table table)
           
 

Uses of UpdateCommandImpl in org.apache.tuscany.das.rdb.impl
 

Subclasses of UpdateCommandImpl in org.apache.tuscany.das.rdb.impl
 class OptimisticWriteCommandImpl
           
 

Methods in org.apache.tuscany.das.rdb.impl with parameters of type UpdateCommandImpl
 void ChangeFactory.setUpdateCommand(UpdateCommandImpl cmd)
           
 

Constructors in org.apache.tuscany.das.rdb.impl with parameters of type UpdateCommandImpl
ChangeOperation(UpdateCommandImpl command, commonj.sdo.DataObject changedObject)
           
UpdateOperation(UpdateCommandImpl command, commonj.sdo.DataObject changedObject, java.lang.String id)
           
 


Tuscany DAS for Relational Databases

-