The Spring Framework

Uses of Class
org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer

Packages that use AbstractColumnMaxValueIncrementer
org.springframework.jdbc.support.incrementer Provides a support framework for incrementing database table values via sequences, with implementations for various databases. 
 

Uses of AbstractColumnMaxValueIncrementer in org.springframework.jdbc.support.incrementer
 

Subclasses of AbstractColumnMaxValueIncrementer in org.springframework.jdbc.support.incrementer
 class DerbyMaxValueIncrementer
          DataFieldMaxValueIncrementer that increments the maximum value of a given Derby table with the equivalent of an auto-increment column.
 class HsqlMaxValueIncrementer
          DataFieldMaxValueIncrementer that increments the maximum value of a given HSQL table with the equivalent of an auto-increment column.
 class MySQLMaxValueIncrementer
          DataFieldMaxValueIncrementer that increments the maximum value of a given MySQL table with the equivalent of an auto-increment column.
 class SqlServerMaxValueIncrementer
          DataFieldMaxValueIncrementer that increments the maximum value of a given SQL Server table with the equivalent of an auto-increment column.
 class SybaseMaxValueIncrementer
          DataFieldMaxValueIncrementer that increments the maximum value of a given SQL Server table with the equivalent of an auto-increment column.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.