public interface SequenceGenerator
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasLastSequence(org.plasma.sdo.PlasmaType type) |
boolean |
isUpdated() |
Long |
lastSequence(org.plasma.sdo.PlasmaType type) |
byte[] |
marshal() |
String |
marshalAsString() |
String |
marshalAsString(boolean formatted) |
Long |
nextSequence(commonj.sdo.DataObject dataObject)
Creates and adds a sequence number mapped to the UUID within the given data
object.
|
Long |
nextSequence(org.plasma.sdo.PlasmaType type) |
boolean isUpdated()
void close()
boolean hasLastSequence(org.plasma.sdo.PlasmaType type)
Long lastSequence(org.plasma.sdo.PlasmaType type)
Long nextSequence(commonj.sdo.DataObject dataObject)
dataObject - the data objectIllegalArgumentException - if the data object is already mappedLong nextSequence(org.plasma.sdo.PlasmaType type)
String marshalAsString()
String marshalAsString(boolean formatted)
byte[] marshal()
Copyright © 2024. All Rights Reserved.