Uses of Interface
org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer

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

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

Classes in org.springframework.jdbc.support.incrementer that implement DataFieldMaxValueIncrementer
 class AbstractDataFieldMaxValueIncrementer
          Implementation of DataFieldMaxValueIncrementer that delegates to a single getNextKey template method that returns a long.
 class AbstractSequenceMaxValueIncrementer
          Abstract base class for incrementers that use a database sequence.
 class DB2SequenceMaxValueIncrementer
          DataFieldMaxValueIncrementer that retrieves the next value of a given DB2 sequence.
 class HsqlMaxValueIncrementer
          Class to increment maximum value of a given HSQL table with the equivalent of an auto-increment column.
 class MySQLMaxValueIncrementer
          Class to increment maximum value of a given MySQL table with the equivalent of an auto-increment column.
 class OracleSequenceMaxValueIncrementer
          DataFieldMaxValueIncrementer that retrieves the next value of a given Oracle sequence.
 class PostgreSQLSequenceMaxValueIncrementer
          Class to retrieve the next value of a given PostgreSQL Sequence.
 



Copyright (c) 2002-2005 The Spring Framework Project.