public interface JDBCMediator
| Modifier and Type | Method and Description |
|---|---|
void |
applyChanges(boolean sortUpdates,
commonj.sdo.DataObject datagraph)
Flush all changes made to the datagraph back to a data source.
|
void |
applyChanges(commonj.sdo.DataObject datagraph)
Flush all changes made to the datagraph back to a data source.
|
ConnectionWrapper |
getConnectionWrapper()
Get the ConnectionWrapper object
|
commonj.sdo.DataObject |
getEmptyGraph()
Create an empty datagraph and return its root data object
|
commonj.sdo.DataObject |
getGraph()
Create a DataGraph and return its root data object
|
commonj.sdo.DataObject |
getGraph(commonj.sdo.DataObject parameters)
Create a DataGraph with the given parameters and return its root data object
|
long |
getKey()
Return a unique key value
|
commonj.sdo.DataObject |
getParameterDataObject()
Create and return a DataObject to be used by getGraph(DataObject).
|
org.eclipse.emf.ecore.EClass |
getSchema()
Return the datagraph schema
|
void |
setConnectionWrapper(ConnectionWrapper connectionWrapper)
Set the ConnectionWrapper object
|
void |
setResultSetInfo(com.ibm.websphere.sdo.mediator.ResultSetInfo info) |
void applyChanges(commonj.sdo.DataObject datagraph)
throws MediatorException
datagraph - MediatorExceptionvoid applyChanges(boolean sortUpdates,
commonj.sdo.DataObject datagraph)
throws MediatorException
sortUpdates - datagraph - MediatorExceptioncommonj.sdo.DataObject getGraph()
throws MediatorException
MediatorExceptioncommonj.sdo.DataObject getGraph(commonj.sdo.DataObject parameters)
throws MediatorException
parameters - MediatorExceptionorg.eclipse.emf.ecore.EClass getSchema()
throws MediatorException
MediatorExceptioncommonj.sdo.DataObject getEmptyGraph()
throws MediatorException
MediatorExceptionlong getKey()
throws MediatorException
MediatorExceptionvoid setConnectionWrapper(ConnectionWrapper connectionWrapper)
connectionWrapper - ConnectionWrapper getConnectionWrapper()
commonj.sdo.DataObject getParameterDataObject()
throws MediatorException
MediatorExceptionvoid setResultSetInfo(com.ibm.websphere.sdo.mediator.ResultSetInfo info)
throws MediatorException
MediatorException