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 classAbstractColumnMaxValueIncrementerAbstract base class forDataFieldMaxValueIncrementerimplementations that use a column in a custom sequence table.classAbstractIdentityColumnMaxValueIncrementerAbstract base class forDataFieldMaxValueIncrementerimplementations which are based on identity columns in a sequence-like table.classAbstractSequenceMaxValueIncrementerAbstract base class forDataFieldMaxValueIncrementerimplementations that use a database sequence.classDb2LuwMaxValueIncrementerDataFieldMaxValueIncrementerthat retrieves the next value of a given sequence on DB2 LUW (for Linux, Unix and Windows).classDb2MainframeMaxValueIncrementerDataFieldMaxValueIncrementerthat retrieves the next value of a given sequence on DB2 for the mainframe (z/OS, DB2/390, DB2/400).classDB2MainframeSequenceMaxValueIncrementerDeprecated.in favor of the differently namedDb2MainframeMaxValueIncrementerclassDB2SequenceMaxValueIncrementerDeprecated.in favor of the specifically namedDb2LuwMaxValueIncrementerclassDerbyMaxValueIncrementerDataFieldMaxValueIncrementerthat increments the maximum value of a given Derby table with the equivalent of an auto-increment column.classH2SequenceMaxValueIncrementerDataFieldMaxValueIncrementerthat retrieves the next value of a given H2 sequence.classHanaSequenceMaxValueIncrementerDataFieldMaxValueIncrementerthat retrieves the next value of a given SAP HANA sequence.classHsqlMaxValueIncrementerDataFieldMaxValueIncrementerthat increments the maximum value of a given HSQL table with the equivalent of an auto-increment column.classHsqlSequenceMaxValueIncrementerDataFieldMaxValueIncrementerthat retrieves the next value of a given HSQL sequence.classMySQLMaxValueIncrementerDataFieldMaxValueIncrementerthat increments the maximum value of a given MySQL table with the equivalent of an auto-increment column.classOracleSequenceMaxValueIncrementerDataFieldMaxValueIncrementerthat retrieves the next value of a given Oracle sequence.classPostgreSQLSequenceMaxValueIncrementerDeprecated.in favor of the differently namedPostgresSequenceMaxValueIncrementerclassPostgresSequenceMaxValueIncrementerDataFieldMaxValueIncrementerthat retrieves the next value of a given PostgreSQL sequence.classSqlServerMaxValueIncrementerDataFieldMaxValueIncrementerthat increments the maximum value of a given SQL Server table with the equivalent of an auto-increment column.classSybaseAnywhereMaxValueIncrementerDataFieldMaxValueIncrementerthat increments the maximum value of a given Sybase table with the equivalent of an auto-increment column.classSybaseMaxValueIncrementerDataFieldMaxValueIncrementerthat increments the maximum value of a given Sybase table with the equivalent of an auto-increment column.