类的使用
org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
使用AbstractColumnMaxValueIncrementer的程序包 程序包 说明 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中AbstractColumnMaxValueIncrementer的使用
org.springframework.jdbc.support.incrementer中AbstractColumnMaxValueIncrementer的子类 修饰符和类型 类 说明 classAbstractIdentityColumnMaxValueIncrementerAbstract base class forDataFieldMaxValueIncrementerimplementations which are based on identity columns in a sequence-like table.classDerbyMaxValueIncrementerDataFieldMaxValueIncrementerthat increments the maximum value of a given Derby table with the equivalent of an auto-increment column.classHsqlMaxValueIncrementerDataFieldMaxValueIncrementerthat increments the maximum value of a given HSQL table with the equivalent of an auto-increment column.classMySQLMaxValueIncrementerDataFieldMaxValueIncrementerthat increments the maximum value of a given MySQL table with the equivalent of an auto-increment column.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.