Uses of Interface
org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer
Packages that use DataFieldMaxValueIncrementer
Package
Description
Provides a support framework for incrementing database table values
 via sequences, with implementations for various databases.
- 
Uses of DataFieldMaxValueIncrementer in org.springframework.jdbc.support.incrementerClasses in org.springframework.jdbc.support.incrementer that implement DataFieldMaxValueIncrementerModifier and TypeClassDescriptionclassAbstract base class forDataFieldMaxValueIncrementerimplementations that use a column in a custom sequence table.classBase implementation ofDataFieldMaxValueIncrementerthat delegates to a singleAbstractDataFieldMaxValueIncrementer.getNextKey()template method that returns along.classAbstract base class forDataFieldMaxValueIncrementerimplementations which are based on identity columns in a sequence-like table.classAbstract base class forDataFieldMaxValueIncrementerimplementations that use a database sequence.classDataFieldMaxValueIncrementerthat 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 increments the maximum value of a given Derby table with the equivalent of an auto-increment column.classDataFieldMaxValueIncrementerthat retrieves the next value of a given H2 sequence.classDataFieldMaxValueIncrementerthat retrieves the next value of a given SAP HANA sequence.classDataFieldMaxValueIncrementerthat increments the maximum value of a given HSQL table with the equivalent of an auto-increment column.classDataFieldMaxValueIncrementerthat retrieves the next value of a given HSQL sequence.classDataFieldMaxValueIncrementerthat retrieves the next value of a given MariaDB sequence.classDataFieldMaxValueIncrementerthat increments the maximum counter value of an auto-increment column of a given MySQL table.classDataFieldMaxValueIncrementerthat increments the maximum value of a given MySQL table with the equivalent of an auto-increment column.classDataFieldMaxValueIncrementerthat retrieves the next value of a given Oracle sequence.classDataFieldMaxValueIncrementerthat retrieves the next value of a given PostgreSQL sequence.classDataFieldMaxValueIncrementerthat increments the maximum value of a given SQL Server table with the equivalent of an auto-increment column.classDataFieldMaxValueIncrementerthat retrieves the next value of a given SQL Server sequence.classDataFieldMaxValueIncrementerthat increments the maximum value of a given Sybase table with the equivalent of an auto-increment column.classDataFieldMaxValueIncrementerthat increments the maximum value of a given Sybase table with the equivalent of an auto-increment column.