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
AbstractColumnMaxValueIncrementer
          Abstract base class for DataFieldMaxValueIncrementer implementations that use a column in a custom sequence table.
AbstractDataFieldMaxValueIncrementer
          Base implementation of DataFieldMaxValueIncrementer that delegates to a single AbstractDataFieldMaxValueIncrementer.getNextKey() template method that returns a long.
AbstractSequenceMaxValueIncrementer
          Abstract base class for DataFieldMaxValueIncrementer implementations that use a database sequence.
DataFieldMaxValueIncrementer
          Interface that defines contract of incrementing any data store field's maximum value.
 



Copyright © 2002-2008 The Spring Framework.