Java org.springframework.jdbc.support.incrementer AbstractColumnMaxValueIncrementer fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jdbc.support.incrementer AbstractColumnMaxValueIncrementer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jdbc.support.incrementer AbstractColumnMaxValueIncrementer.

The text is from its open source code.

Method

voidsetColumnName(String columnName)
Set the name of the column in the sequence table.
voidsetDataSource(DataSource dataSource)
Set the data source to retrieve the value from.
voidsetIncrementerName(String incrementerName)
Set the name of the sequence/table.