public class SqlServerStepSequence extends SequenceStepIdGenerator
AUTO_UUID| Constructor and Description |
|---|
SqlServerStepSequence(BackgroundExecutor be,
DataSource ds,
String seqName,
int stepSize)
Construct where batchSize is the sequence step size.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSql(int batchSize) |
getName, isDbSequence, nextId, preAllocateIdspublic SqlServerStepSequence(BackgroundExecutor be, DataSource ds, String seqName, int stepSize)
public String getSql(int batchSize)
getSql in class SequenceIdGeneratorCopyright © 2019. All rights reserved.