Uses of Interface
org.springframework.jdbc.support.incrementer.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.incrementer
Modifier and TypeClassDescriptionclass
Abstract base class forDataFieldMaxValueIncrementer
implementations that use a column in a custom sequence table.class
Base implementation ofDataFieldMaxValueIncrementer
that delegates to a singleAbstractDataFieldMaxValueIncrementer.getNextKey()
template method that returns along
.class
Abstract base class forDataFieldMaxValueIncrementer
implementations which are based on identity columns in a sequence-like table.class
Abstract base class forDataFieldMaxValueIncrementer
implementations that use a database sequence.class
DataFieldMaxValueIncrementer
that retrieves the next value of a given sequence on DB2 LUW (for Linux, Unix and Windows).class
DataFieldMaxValueIncrementer
that retrieves the next value of a given sequence on DB2 for the mainframe (z/OS, DB2/390, DB2/400).class
DataFieldMaxValueIncrementer
that increments the maximum value of a given Derby table with the equivalent of an auto-increment column.class
DataFieldMaxValueIncrementer
that retrieves the next value of a given H2 sequence.class
DataFieldMaxValueIncrementer
that retrieves the next value of a given SAP HANA sequence.class
DataFieldMaxValueIncrementer
that increments the maximum value of a given HSQL table with the equivalent of an auto-increment column.class
DataFieldMaxValueIncrementer
that retrieves the next value of a given HSQL sequence.class
DataFieldMaxValueIncrementer
that retrieves the next value of a given MariaDB sequence.class
DataFieldMaxValueIncrementer
that increments the maximum value of a given MySQL table with the equivalent of an auto-increment column.class
DataFieldMaxValueIncrementer
that retrieves the next value of a given Oracle sequence.class
DataFieldMaxValueIncrementer
that retrieves the next value of a given PostgreSQL sequence.class
DataFieldMaxValueIncrementer
that increments the maximum value of a given SQL Server table with the equivalent of an auto-increment column.class
DataFieldMaxValueIncrementer
that retrieves the next value of a given SQL Server sequence.class
DataFieldMaxValueIncrementer
that increments the maximum value of a given Sybase table with the equivalent of an auto-increment column.class
DataFieldMaxValueIncrementer
that increments the maximum value of a given Sybase table with the equivalent of an auto-increment column.