public class H2SequenceIdGenerator extends SequenceIdGenerator
backgroundExecutor, backgroundLoadMonitor, batchSize, currentlyBackgroundLoading, dataSource, idList, monitor, seqNameAUTO_UUID| Constructor and Description |
|---|
H2SequenceIdGenerator(BackgroundExecutor be,
DataSource ds,
String seqName,
int batchSize)
Construct given a dataSource and sql to return the next sequence value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSql(int batchSize) |
closeResources, getMoreIds, getName, isDbSequence, loadBatchInBackground, loadLargeAllocation, loadMoreIds, nextId, preAllocateIdspublic H2SequenceIdGenerator(BackgroundExecutor be, DataSource ds, String seqName, int batchSize)
public String getSql(int batchSize)
getSql in class SequenceIdGeneratorCopyright © 2016. All rights reserved.