The Spring Framework

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 DerbyMaxValueIncrementer
          Class to increment maximum value of a given Derby table with the equivalent of an auto-increment column.
 class H2SequenceMaxValueIncrementer
          DataFieldMaxValueIncrementer that retrieves the next value of a given H2 Database sequence.
 class HsqlMaxValueIncrementer
          Class to increment maximum value of a given HSQL table with the equivalent of an auto-increment column.
 class HsqlSequenceMaxValueIncrementer
          DataFieldMaxValueIncrementer that retrieves the next value of a given HSQL sequence.
 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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.