Uses of Class
org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
Package
Description
Provides a support framework for incrementing database table values
via sequences, with implementations for various databases.
-
Uses of AbstractIdentityColumnMaxValueIncrementer in org.springframework.jdbc.support.incrementer
Modifier and TypeClassDescriptionclass
DataFieldMaxValueIncrementer
that increments the maximum value of a given Derby table with the equivalent of an auto-increment column.class
DataFieldMaxValueIncrementer
that increments the maximum value of a given HSQL table with the equivalent of an auto-increment column.class
DataFieldMaxValueIncrementer
that increments the maximum value of a given SQL Server table with the equivalent of an auto-increment column.class
DataFieldMaxValueIncrementer
that increments the maximum value of a given Sybase table with the equivalent of an auto-increment column.class
DataFieldMaxValueIncrementer
that increments the maximum value of a given Sybase table with the equivalent of an auto-increment column.