|
Cumulus4j API (1.2.0-SNAPSHOT) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.cumulus4j.store.model.Sequence
Sequence2
.
@Deprecated public class Sequence
Persistent sequence entity used by Cumulus4jIncrementGenerator
.
Constructor Summary | |
---|---|
protected |
Sequence()
Deprecated. Default constructor. |
protected |
Sequence(String sequenceName)
Deprecated. Constructor creating a Sequence with the given primary key. |
Method Summary | |
---|---|
long |
getNextValue()
Deprecated. Get the next value (i.e. |
String |
getSequenceName()
Deprecated. Get the name of the sequence. |
void |
setNextValue(long nextValue)
Deprecated. Set the next value (i.e. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Sequence()
protected Sequence(String sequenceName)
Sequence
with the given primary key.
sequenceName
- the name of the sequence; must not be null
.Method Detail |
---|
public String getSequenceName()
public long getNextValue()
public void setNextValue(long nextValue)
nextValue
- the next value (i.e. the first unused value) for this sequence.
|
Cumulus4j API (1.2.0-SNAPSHOT) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |