public class GraphDispatcher extends Object implements org.plasma.sdo.access.DataGraphDispatcher
| Constructor and Description |
|---|
GraphDispatcher(org.plasma.sdo.core.SnapshotMap snapshotMap,
String username,
Connection con) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.plasma.sdo.core.SnapshotMap |
commit(commonj.sdo.DataGraph dataGraph) |
org.plasma.sdo.core.SnapshotMap |
commit(commonj.sdo.DataGraph[] dataGraphs) |
protected org.plasma.sdo.access.provider.common.PropertyPair |
createValue(org.plasma.sdo.PlasmaDataObject dataObject,
Object value,
Object oldValue,
commonj.sdo.Property property) |
protected org.plasma.sdo.access.provider.common.PropertyPair |
createValue(org.plasma.sdo.PlasmaDataObject dataObject,
Object value,
commonj.sdo.Property property) |
protected org.plasma.sdo.access.provider.common.PropertyPair |
findResultValue(org.plasma.sdo.PlasmaDataObject dataObject,
Object value,
commonj.sdo.Property property) |
protected String |
printDataObjectInfo(commonj.sdo.DataObject vo) |
public GraphDispatcher(org.plasma.sdo.core.SnapshotMap snapshotMap,
String username,
Connection con)
public void close()
close in interface org.plasma.sdo.access.DataGraphDispatcherpublic org.plasma.sdo.core.SnapshotMap commit(commonj.sdo.DataGraph[] dataGraphs)
commit in interface org.plasma.sdo.access.DataGraphDispatcherpublic org.plasma.sdo.core.SnapshotMap commit(commonj.sdo.DataGraph dataGraph)
commit in interface org.plasma.sdo.access.DataGraphDispatcherprotected org.plasma.sdo.access.provider.common.PropertyPair createValue(org.plasma.sdo.PlasmaDataObject dataObject,
Object value,
commonj.sdo.Property property)
throws IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
protected org.plasma.sdo.access.provider.common.PropertyPair createValue(org.plasma.sdo.PlasmaDataObject dataObject,
Object value,
Object oldValue,
commonj.sdo.Property property)
throws IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
protected org.plasma.sdo.access.provider.common.PropertyPair findResultValue(org.plasma.sdo.PlasmaDataObject dataObject,
Object value,
commonj.sdo.Property property)
throws IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
protected String printDataObjectInfo(commonj.sdo.DataObject vo)
Copyright © 2017. All Rights Reserved.