Class NuoDbSequence

java.lang.Object
io.ebean.config.dbplatform.SequenceIdGenerator
io.ebean.config.dbplatform.SequenceStepIdGenerator
io.ebean.config.dbplatform.nuodb.NuoDbSequence
All Implemented Interfaces:
io.ebean.config.dbplatform.PlatformIdGenerator

public class NuoDbSequence
extends io.ebean.config.dbplatform.SequenceStepIdGenerator
  • Field Summary

    Fields inherited from interface io.ebean.config.dbplatform.PlatformIdGenerator

    AUTO_UUID
  • Constructor Summary

    Constructors 
    Constructor Description
    NuoDbSequence​(BackgroundExecutor be, DataSource ds, String seqName, int stepSize)
    Construct where batchSize is the sequence step size.
  • Method Summary

    Modifier and Type Method Description
    String getSql​(int batchSize)  

    Methods inherited from class io.ebean.config.dbplatform.SequenceIdGenerator

    getName, isDbSequence, nextId, preAllocateIds

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait