org.springframework.jdbc.support.incrementer
Class Diagram incrementer

Class Summary
AbstractDataFieldMaxValueIncrementerImplementation of DataFieldMaxValueIncrementer Uses Template Method design pattern Subclasses should provide implementations of protected abstract methods.
AbstractNextMaxValueProviderAbstract implementation of Classes NextMaxValueProvider used as inner Class by several NextMaxValueProvider classes.
DataFieldMaxValueIncrementerInterface that defines contract of incrementing any data store field's maximum value.
HsqlMaxValueIncrementerClass to increment maximum value of a given HSQL table with the equivalent of an auto-increment column.
MySQLMaxValueIncrementerClass to increment maximum value of a given MySQL table with the equivalent of an auto-increment column.
OracleSequenceMaxValueIncrementerClass to retrieve the next value of a given Oracle SEQUENCE If the cacheSize is set then we will retrive that number of values from sequence and then serve the intermediate values without querying the database