|
Kodo 4.2.0. generated on July 28 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kodo.runtime.SequenceGenerator
public class SequenceGenerator
Kodo 3.x backwards compatible interface to sequences.
Constructor Summary | |
---|---|
SequenceGenerator(Seq seq,
Broker broker,
ClassMetaData cls)
Deprecated. Constructor; supply broker context and metadata, if any. |
Method Summary | |
---|---|
boolean |
ensureCapacity(int count)
Deprecated. Ensure that the sequence can efficiently provide count
sequence values. |
Seq |
getDelegate()
Deprecated. Return the internal sequence. |
Number |
getNext()
Deprecated. Return the next sequence value. |
long |
next()
Deprecated. Return the next sequence value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SequenceGenerator(Seq seq, Broker broker, ClassMetaData cls)
Method Detail |
---|
public Seq getDelegate()
public Number getNext()
public long next()
public boolean ensureCapacity(int count)
count
sequence values.
|
Kodo 4.2.0. generated on July 28 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |