Open Source Repository

Home /spring/spring-jdbc-3.0.5 | Repository Home



org/springframework/jdbc/support/incrementer/package-info.java

/**
 *
 * Provides a support framework for incrementing database table values
 * via sequences, with implementations for various databases.
 
 <p>Can be used independently, for example in custom JDBC access code.
 *
 */
package org.springframework.jdbc.support.incrementer;