public interface RowState
| Modifier and Type | Method and Description |
|---|---|
void |
addDataObject(commonj.sdo.DataObject dataObject)
Adds the given data object as associated with the row operation.
|
void |
addDataObject(commonj.sdo.DataObject dataObject,
Long sequence,
org.plasma.sdo.PlasmaType type) |
boolean |
contains(commonj.sdo.DataObject dataObject)
Returns true if this row operation is associated with the given data
object.
|
boolean |
contains(commonj.sdo.DataObject dataObject,
Long sequence,
org.plasma.sdo.PlasmaType type) |
boolean |
contains(Long sequence,
org.plasma.sdo.PlasmaType type)
Returns true if this row operation is associated with the given sequence
for the given base type.
|
boolean |
contains(UUID uuid)
Returns true if this row operation is associated with the given data object
UUID .
|
GraphStatefullColumnKeyFactory |
getColumnKeyFactory()
Returns the column key factory for this row context
|
DataGraphMapping |
getDataGraph() |
commonj.sdo.DataObject |
getDataObject(Long sequence,
org.plasma.sdo.PlasmaType type)
Returns the data object associated with the given sequence for the given
base type.
|
commonj.sdo.DataObject |
getDataObject(UUID uuid)
Returns the data object associated with this row operation based on the
given data object UUID .
|
commonj.sdo.DataObject |
getRootDataObject()
Returns the root data object associated with the row operation.
|
org.plasma.sdo.PlasmaType |
getRootType()
Returns the root type associated with the row operation.
|
byte[] |
getRowKey()
Returns the composite row key bytes for this row context
|
SequenceGenerator |
getSequenceMapping()
Returns the sequence mapping for this row context
|
byte[] getRowKey()
DataGraphMapping getDataGraph()
commonj.sdo.DataObject getRootDataObject()
org.plasma.sdo.PlasmaType getRootType()
void addDataObject(commonj.sdo.DataObject dataObject)
dataObject - the root data objectboolean contains(commonj.sdo.DataObject dataObject)
boolean contains(UUID uuid)
boolean contains(Long sequence, org.plasma.sdo.PlasmaType type)
sequence - the sequencetype - the typecommonj.sdo.DataObject getDataObject(Long sequence, org.plasma.sdo.PlasmaType type)
sequence - the sequencetype - the typeboolean contains(commonj.sdo.DataObject dataObject,
Long sequence,
org.plasma.sdo.PlasmaType type)
void addDataObject(commonj.sdo.DataObject dataObject,
Long sequence,
org.plasma.sdo.PlasmaType type)
commonj.sdo.DataObject getDataObject(UUID uuid)
SequenceGenerator getSequenceMapping() throws IOException
IOExceptionGraphStatefullColumnKeyFactory getColumnKeyFactory() throws IOException
IOExceptionCopyright © 2024. All Rights Reserved.