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

Packages that use DataListAccessBean
com.ibm.websphere.sdo   
com.ibm.websphere.sdo.access.util   
 

Uses of DataListAccessBean in com.ibm.websphere.sdo
 

Methods in com.ibm.websphere.sdo that return DataListAccessBean
 DataListAccessBean DataGraphAccessBean.getDataListAccessBean()
          Returns the top level List of DataObjects in this DataGraph
 DataListAccessBean DataObjectAccessBean.getDataListAccessBean(java.lang.String name)
          Return the DataListAccessBean at the given path By default relationships between tables are name Table1_Table2 i.e.
 

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

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