Class SqliteMaxValueIncrementer

All Implemented Interfaces:
InitializingBean, DataFieldMaxValueIncrementer

public class SqliteMaxValueIncrementer extends AbstractColumnMaxValueIncrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given table with the equivalent of an auto-increment column, using a SQLite select max(rowid) query.
Since:
7.0
Author:
Luke Taylor, Juergen Hoeller