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

<init>

DerbyMaxValueIncrementer()

Default constructor for bean property style usage.

See Also
#setDataSource#setIncrementerName#setColumnName

DerbyMaxValueIncrementer(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

DerbyMaxValueIncrementer(dataSource: DataSource, incrementerName: String, columnName: String, dummyName: 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

dummyName - the name of the dummy column used for inserts