Uses of Class
org.springframework.jdbc.support.incrementer.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.incrementer
Modifier and TypeClassDescriptionclass
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 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 retrieves the next value of a given HSQL sequence.class
DataFieldMaxValueIncrementer
that retrieves the next value of a given MariaDB sequence.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 retrieves the next value of a given SQL Server sequence.