Uses of Class
org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Packages that use AbstractDataFieldMaxValueIncrementer Package Description org.springframework.jdbc.support.incrementer Provides a support framework for incrementing database table values via sequences, with implementations for various databases.Uses of AbstractDataFieldMaxValueIncrementer in org.springframework.jdbc.support.incrementer
Subclasses of AbstractDataFieldMaxValueIncrementer in org.springframework.jdbc.support.incrementer Modifier and Type Class Description class
AbstractColumnMaxValueIncrementer
Abstract base class forDataFieldMaxValueIncrementer
implementations that use a column in a custom sequence table.class
AbstractIdentityColumnMaxValueIncrementer
Abstract base class forDataFieldMaxValueIncrementer
implementations which are based on identity columns in a sequence-like table.class
AbstractSequenceMaxValueIncrementer
Abstract base class forDataFieldMaxValueIncrementer
implementations that use a database sequence.class
Db2LuwMaxValueIncrementer
DataFieldMaxValueIncrementer
that retrieves the next value of a given sequence on DB2 LUW (for Linux, Unix and Windows).class
Db2MainframeMaxValueIncrementer
DataFieldMaxValueIncrementer
that retrieves the next value of a given sequence on DB2 for the mainframe (z/OS, DB2/390, DB2/400).class
DB2MainframeSequenceMaxValueIncrementer
Deprecated.in favor of the differently namedDb2MainframeMaxValueIncrementer
class
DB2SequenceMaxValueIncrementer
Deprecated.in favor of the specifically namedDb2LuwMaxValueIncrementer
class
DerbyMaxValueIncrementer
DataFieldMaxValueIncrementer
that increments the maximum value of a given Derby table with the equivalent of an auto-increment column.class
H2SequenceMaxValueIncrementer
DataFieldMaxValueIncrementer
that retrieves the next value of a given H2 sequence.class
HanaSequenceMaxValueIncrementer
DataFieldMaxValueIncrementer
that retrieves the next value of a given SAP HANA sequence.class
HsqlMaxValueIncrementer
DataFieldMaxValueIncrementer
that increments the maximum value of a given HSQL table with the equivalent of an auto-increment column.class
HsqlSequenceMaxValueIncrementer
DataFieldMaxValueIncrementer
that retrieves the next value of a given HSQL sequence.class
MySQLMaxValueIncrementer
DataFieldMaxValueIncrementer
that increments the maximum value of a given MySQL table with the equivalent of an auto-increment column.class
OracleSequenceMaxValueIncrementer
DataFieldMaxValueIncrementer
that retrieves the next value of a given Oracle sequence.class
PostgreSQLSequenceMaxValueIncrementer
Deprecated.in favor of the differently namedPostgresSequenceMaxValueIncrementer
class
PostgresSequenceMaxValueIncrementer
DataFieldMaxValueIncrementer
that retrieves the next value of a given PostgreSQL sequence.class
SqlServerMaxValueIncrementer
DataFieldMaxValueIncrementer
that increments the maximum value of a given SQL Server table with the equivalent of an auto-increment column.class
SybaseAnywhereMaxValueIncrementer
DataFieldMaxValueIncrementer
that increments the maximum value of a given Sybase table with the equivalent of an auto-increment column.class
SybaseMaxValueIncrementer
DataFieldMaxValueIncrementer
that increments the maximum value of a given Sybase table with the equivalent of an auto-increment column.