|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JDBCMediator
Method Summary | |
---|---|
void |
applyChanges(boolean sortUpdates,
DataObject datagraph)
Flush all changes made to the datagraph back to a data source. |
void |
applyChanges(DataObject datagraph)
Flush all changes made to the datagraph back to a data source. |
ConnectionWrapper |
getConnectionWrapper()
Get the ConnectionWrapper object |
DataObject |
getEmptyGraph()
Create an empty datagraph and return its root data object |
DataObject |
getGraph()
Create a DataGraph and return its root data object |
DataObject |
getGraph(DataObject parameters)
Create a DataGraph with the given parameters and return its root data object |
long |
getKey()
Return a unique key value |
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)
|
Method Detail |
---|
void applyChanges(DataObject datagraph) throws MediatorException
datagraph
-
MediatorException
void applyChanges(boolean sortUpdates, DataObject datagraph) throws MediatorException
sortUpdates
- datagraph
-
MediatorException
DataObject getGraph() throws MediatorException
MediatorException
DataObject getGraph(DataObject parameters) throws MediatorException
parameters
-
MediatorException
org.eclipse.emf.ecore.EClass getSchema() throws MediatorException
MediatorException
DataObject getEmptyGraph() throws MediatorException
MediatorException
long getKey() throws MediatorException
MediatorException
void setConnectionWrapper(ConnectionWrapper connectionWrapper)
connectionWrapper
- ConnectionWrapper getConnectionWrapper()
DataObject getParameterDataObject() throws MediatorException
MediatorException
void setResultSetInfo(com.ibm.websphere.sdo.mediator.ResultSetInfo info) throws MediatorException
MediatorException
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |