Uses of Interface
org.apache.tuscany.das.rdb.config.Update

Packages that use Update
org.apache.tuscany.das.rdb.config   
org.apache.tuscany.das.rdb.config.impl   
org.apache.tuscany.das.rdb.impl   
org.apache.tuscany.das.rdb.util   
 

Uses of Update in org.apache.tuscany.das.rdb.config
 

Methods in org.apache.tuscany.das.rdb.config that return Update
 Update ConfigFactory.createUpdate()
          Returns a new object of class 'Update'.
 Update Table.getUpdate()
          Returns the value of the 'Update' containment reference.
 

Methods in org.apache.tuscany.das.rdb.config with parameters of type Update
 void Table.setUpdate(Update value)
          Sets the value of the 'Update' containment reference.
 

Uses of Update in org.apache.tuscany.das.rdb.config.impl
 

Classes in org.apache.tuscany.das.rdb.config.impl that implement Update
 class UpdateImpl
          An implementation of the model object 'Update'.
 

Fields in org.apache.tuscany.das.rdb.config.impl declared as Update
protected  Update TableImpl.update
          The cached value of the 'Update' containment reference.
 

Methods in org.apache.tuscany.das.rdb.config.impl that return Update
 Update ConfigFactoryImpl.createUpdate()
           
 Update TableImpl.getUpdate()
           
 

Methods in org.apache.tuscany.das.rdb.config.impl with parameters of type Update
 org.apache.tuscany.sdo.impl.DataObjectBase.ChangeContext TableImpl.basicSetUpdate(Update newUpdate, org.apache.tuscany.sdo.impl.DataObjectBase.ChangeContext changeContext)
           
 void TableImpl.setUpdate(Update newUpdate)
           
 

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

Constructors in org.apache.tuscany.das.rdb.impl with parameters of type Update
OptimisticWriteCommandImpl(Update update)
           
UpdateCommandImpl(Update update)
           
 

Uses of Update in org.apache.tuscany.das.rdb.util
 

Methods in org.apache.tuscany.das.rdb.util with parameters of type Update
static java.lang.String ConfigUtil.getParameters(Update updateCommand)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.