类的使用
org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
使用AbstractDataFieldMaxValueIncrementer的程序包 程序包 说明 org.springframework.jdbc.support.incrementer Provides a support framework for incrementing database table values via sequences, with implementations for various databases.org.springframework.jdbc.support.incrementer中AbstractDataFieldMaxValueIncrementer的使用
org.springframework.jdbc.support.incrementer中AbstractDataFieldMaxValueIncrementer的子类 修饰符和类型 类 说明 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).classDB2MainframeSequenceMaxValueIncrementer已过时。in favor of the differently namedDb2MainframeMaxValueIncrementerclassDB2SequenceMaxValueIncrementer已过时。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.classPostgreSQLSequenceMaxValueIncrementer已过时。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.