Uses of Interface
com.ibm.websphere.sdo.DataObjectAccessBean

Packages that use DataObjectAccessBean
com.ibm.websphere.sdo   
com.ibm.websphere.sdo.access.util   
com.ibm.websphere.sdo.jdbc   
 

Uses of DataObjectAccessBean in com.ibm.websphere.sdo
 

Methods in com.ibm.websphere.sdo that return DataObjectAccessBean
 DataObjectAccessBean DataListAccessBean.createNewDataObject()
          Creates and returns a DataObject for insertion in the back-end No changes are pushed to the back-end until the DataGraph is passed to the applyChanges method of a MediatorAccessBean
 DataObjectAccessBean DataListAccessBean.getDataObjectAccessBean(int index)
          Return the ith DataObjectAccessBean in this List
 DataObjectAccessBean DataGraphAccessBean.createDataObject()
          Creates and returns a DataObject for insertion in the back-end No changes are pushed to the back-end until the DataGraph is passed to the applyChanges method of a MediatorAccessBean
 DataObjectAccessBean DataGraphAccessBean.getDataObjectAccessBean()
          Returns a wrapper the first top level DataObject in this DataGraph
 DataObjectAccessBean DataObjectAccessBean.getDataObjectAccessBean(java.lang.String name)
          Return the DataObjectAccessBean at the given path By default relationships between tables are name Table1_Table2 i.e.
 

Uses of DataObjectAccessBean in com.ibm.websphere.sdo.access.util
 

Methods in com.ibm.websphere.sdo.access.util with parameters of type DataObjectAccessBean
static void JDBCMediatorUtil.update(JDBCMediatorAccessBean mediator, DataObjectAccessBean doab)
          Update all DataObjects in a DataGraph on the back-end.
static void JDBCMediatorUtil.delete(JDBCMediatorAccessBean mediator, DataObjectAccessBean doab)
          Delete all DataObjects in a DataGraph from the back-end
 

Uses of DataObjectAccessBean in com.ibm.websphere.sdo.jdbc
 

Methods in com.ibm.websphere.sdo.jdbc with parameters of type DataObjectAccessBean
 void JDBCMediatorAccessBean.autoGenerateKey(DataObjectAccessBean dataObject)
          Populates all the columns of the Primary key with values from the Key generator.