类 DefaultDataFieldMaxValueIncrementerFactory

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementergetIncrementer​(java.lang.String incrementerType, java.lang.String incrementerName)
      Return the DataFieldMaxValueIncrementer for the provided database type.
      java.lang.String[]getSupportedIncrementerTypes()
      Returns the list of supported database incrementer types
      booleanisSupportedIncrementerType​(java.lang.String incrementerType)
      Returns boolean indicated whether or not the provided string is supported by this factory.
      voidsetIncrementerColumnName​(java.lang.String incrementerColumnName)
      - * Public setter for the column name (defaults to "ID") in the incrementer. - * Only used by some platforms (Derby, HSQL, MySQL, SQL Server and Sybase), - * and should be fine for use with Spring Batch meta data as long as the default batch schema hasn't been changed.
      • 从类继承的方法 java.lang.Object

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