Class SqlServerSequenceMaxValueIncrementer

java.lang.Object
org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
org.springframework.cloud.task.repository.support.SqlServerSequenceMaxValueIncrementer
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer

public class SqlServerSequenceMaxValueIncrementer extends org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Incrementer using SQL Server's sequence.
Since:
2.3.2
Author:
Glenn Renfro
  • Field Summary

    Fields inherited from class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer

    paddingLength
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     

    Methods inherited from class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer

    getNextKey

    Methods inherited from class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer

    afterPropertiesSet, getDataSource, getIncrementerName, getPaddingLength, nextIntValue, nextLongValue, nextStringValue, setDataSource, setIncrementerName, setPaddingLength

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getSequenceQuery

      protected String getSequenceQuery()
      Specified by:
      getSequenceQuery in class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer