Uses of Package
org.springframework.jdbc.support.incrementer

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

Classes in org.springframework.jdbc.support.incrementer used by org.springframework.jdbc.support.incrementer
AbstractDataFieldMaxValueIncrementer
          Implementation of DataFieldMaxValueIncrementer that delegates to a single getNextKey template method that returns a long.
AbstractSequenceMaxValueIncrementer
          Abstract base class for incrementers that use a database sequence.
DataFieldMaxValueIncrementer
          Interface that defines contract of incrementing any data store field's maximum value.
 



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