|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdGeneratorCategorySpec
A definition of an ID generator for a specific category.
Method Summary | |
---|---|
int |
getBlockSize()
Returns the block size to be reserved for in-memory incrementing. |
java.lang.String |
getCategoryName()
Returns the unique category name. |
java.lang.String |
getIdPrefix()
Returns a string that must be used as prefix of any generated ID's string representation or null if no prefix is wanted. |
int |
getLength()
Returns the length of the IDs. |
char |
getPaddingChar()
Returns the character to be used for filling up generated IDs to a common fixed length. |
long |
getStartId()
Returns the initial identifier value to start generation with. |
Method Detail |
---|
java.lang.String getCategoryName()
long getStartId()
int getBlockSize()
int getLength()
getPaddingChar()
char getPaddingChar()
getLength().
java.lang.String getIdPrefix()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |