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
- MediatorException
void applyChanges(boolean sortUpdates, commonj.sdo.DataObject datagraph) throws MediatorException
sortUpdates
- datagraph
- MediatorException
commonj.sdo.DataObject getGraph() throws MediatorException
MediatorException
commonj.sdo.DataObject getGraph(commonj.sdo.DataObject parameters) throws MediatorException
parameters
- MediatorException
org.eclipse.emf.ecore.EClass getSchema() throws MediatorException
MediatorException
commonj.sdo.DataObject getEmptyGraph() throws MediatorException
MediatorException
long getKey() throws MediatorException
MediatorException
void setConnectionWrapper(ConnectionWrapper connectionWrapper)
connectionWrapper
- ConnectionWrapper getConnectionWrapper()
commonj.sdo.DataObject getParameterDataObject() throws MediatorException
MediatorException
void setResultSetInfo(com.ibm.websphere.sdo.mediator.ResultSetInfo info) throws MediatorException
MediatorException