public interface SequenceIdGenerator extends IdGenerator
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Initializes this generator.
|
void |
setAllocationSize(long allocationSize)
Sets the allocation size.
|
void |
setInitialValue(long initialValue)
Sets the initial value.
|
void |
setQualifiedSequenceName(java.lang.String qualifiedSequenceName)
Sets the qualified name of the sequence.
|
generatePostInsert, generatePreInsert, getGenerationType, includesIdentityColumn, supportsAutoGeneratedKeys, supportsBatchvoid setQualifiedSequenceName(java.lang.String qualifiedSequenceName)
qualifiedSequenceName - the qualified name of the sequencevoid setInitialValue(long initialValue)
initialValue - the initial valuevoid setAllocationSize(long allocationSize)
allocationSize - the allocation sizevoid initialize()
JdbcException - if the initialization is failed