spring-framework / org.springframework.jdbc.support.incrementer / MySQLMaxValueIncrementer / <init>

<init>

MySQLMaxValueIncrementer()

Default constructor for bean property style usage.

See Also
#setDataSource#setIncrementerName#setColumnName

MySQLMaxValueIncrementer(dataSource: DataSource, incrementerName: String, columnName: String)

Convenience constructor.

Parameters

dataSource - the DataSource to use

incrementerName - the name of the sequence table to use

columnName - the name of the column in the sequence table to use