站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Interface org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

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 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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.