Uses of Class
org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Packages that use AbstractSequenceMaxValueIncrementer
Package
Description
Provides a support framework for incrementing database table values
 via sequences, with implementations for various databases.
- 
Uses of AbstractSequenceMaxValueIncrementer in org.springframework.jdbc.support.incrementerModifier and TypeClassDescriptionclassDataFieldMaxValueIncrementerthat retrieves the next value of a given sequence on DB2 LUW (for Linux, Unix and Windows).classDataFieldMaxValueIncrementerthat retrieves the next value of a given sequence on DB2 for the mainframe (z/OS, DB2/390, DB2/400).classDataFieldMaxValueIncrementerthat retrieves the next value of a given H2 sequence.classDataFieldMaxValueIncrementerthat retrieves the next value of a given SAP HANA sequence.classDataFieldMaxValueIncrementerthat retrieves the next value of a given HSQL sequence.classDataFieldMaxValueIncrementerthat retrieves the next value of a given MariaDB sequence.classDataFieldMaxValueIncrementerthat retrieves the next value of a given Oracle sequence.classDataFieldMaxValueIncrementerthat retrieves the next value of a given PostgreSQL sequence.classDataFieldMaxValueIncrementerthat retrieves the next value of a given SQL Server sequence.