Uses of Class
org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Packages that use AbstractSequenceMaxValueIncrementer 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 AbstractSequenceMaxValueIncrementer in org.springframework.jdbc.support.incrementer
Subclasses of AbstractSequenceMaxValueIncrementer in org.springframework.jdbc.support.incrementer Modifier and Type Class Description 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 namedDb2LuwMaxValueIncrementerclassH2SequenceMaxValueIncrementerDataFieldMaxValueIncrementerthat retrieves the next value of a given H2 sequence.classHanaSequenceMaxValueIncrementerDataFieldMaxValueIncrementerthat retrieves the next value of a given SAP HANA sequence.classHsqlSequenceMaxValueIncrementerDataFieldMaxValueIncrementerthat retrieves the next value of a given HSQL sequence.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.