com.ibm.websphere.sdo.access.util
Class JDBCMediatorUtil

java.lang.Object
  |
  +--com.ibm.websphere.sdo.access.util.JDBCMediatorUtil

public class JDBCMediatorUtil
extends java.lang.Object

Author:
kbauer To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
JDBCMediatorUtil()
           
 
Method Summary
static void delete(JDBCMediatorAccessBean mediator, DataGraphAccessBean graph)
          Delete all DataObjects in a DataGraph from the back-end
static void delete(JDBCMediatorAccessBean mediator, DataListAccessBean dlab)
          Delete all DataObjects in a DataGraph from the back-end
static void delete(JDBCMediatorAccessBean mediator, DataObjectAccessBean doab)
          Delete all DataObjects in a DataGraph from the back-end
static void update(JDBCMediatorAccessBean mediator, DataGraphAccessBean graph)
          Update all DataObjects in a DataGraph on the back-end.
static void update(JDBCMediatorAccessBean mediator, DataListAccessBean dlab)
          Update all DataObjects in a DataGraph on the back-end.
static void update(JDBCMediatorAccessBean mediator, DataObjectAccessBean doab)
          Update all DataObjects in a DataGraph on the back-end.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCMediatorUtil

public JDBCMediatorUtil()
Method Detail

update

public static void update(JDBCMediatorAccessBean mediator,
                          DataObjectAccessBean doab)
                   throws com.ibm.websphere.wdo.mediator.exception.MediatorException,
                          java.io.IOException
Update all DataObjects in a DataGraph on the back-end.
Parameters:
graph -  
Throws:
com.ibm.websphere.wdo.mediator.exception.MediatorException -  
java.io.IOException -  

update

public static void update(JDBCMediatorAccessBean mediator,
                          DataListAccessBean dlab)
                   throws com.ibm.websphere.wdo.mediator.exception.MediatorException,
                          java.io.IOException
Update all DataObjects in a DataGraph on the back-end.
Parameters:
graph -  
Throws:
com.ibm.websphere.wdo.mediator.exception.MediatorException -  
java.io.IOException -  

update

public static void update(JDBCMediatorAccessBean mediator,
                          DataGraphAccessBean graph)
                   throws com.ibm.websphere.wdo.mediator.exception.MediatorException,
                          java.io.IOException
Update all DataObjects in a DataGraph on the back-end.
Parameters:
graph -  
Throws:
com.ibm.websphere.wdo.mediator.exception.MediatorException -  
java.io.IOException -  

delete

public static void delete(JDBCMediatorAccessBean mediator,
                          DataObjectAccessBean doab)
                   throws com.ibm.websphere.wdo.mediator.exception.MediatorException,
                          java.io.IOException
Delete all DataObjects in a DataGraph from the back-end
Parameters:
graph -  
Throws:
com.ibm.websphere.wdo.mediator.exception.MediatorException -  
java.io.IOException -  

delete

public static void delete(JDBCMediatorAccessBean mediator,
                          DataListAccessBean dlab)
                   throws com.ibm.websphere.wdo.mediator.exception.MediatorException,
                          java.io.IOException
Delete all DataObjects in a DataGraph from the back-end
Parameters:
graph -  
Throws:
com.ibm.websphere.wdo.mediator.exception.MediatorException -  
java.io.IOException -  

delete

public static void delete(JDBCMediatorAccessBean mediator,
                          DataGraphAccessBean graph)
                   throws com.ibm.websphere.wdo.mediator.exception.MediatorException,
                          java.io.IOException
Delete all DataObjects in a DataGraph from the back-end
Parameters:
graph -  
Throws:
com.ibm.websphere.wdo.mediator.exception.MediatorException -  
java.io.IOException -