|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Generator
Represents a store sequence.
Field Summary | |
---|---|
static String |
UUID_HEX
|
static String |
UUID_STRING
|
Method Summary | |
---|---|
void |
allocate(int additional)
Hint to the sequence to allocate additional values up-front for efficiency. |
Object |
current()
The current sequence value, or null if the sequence does not support current values. |
String |
getName()
The sequence name. |
Object |
next()
The next sequence value. |
Field Detail |
---|
static final String UUID_HEX
static final String UUID_STRING
Method Detail |
---|
String getName()
Object next()
Object current()
void allocate(int additional)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |