DOC

com.github.ferstl : spring-jdbc-oracle-parent

Maven & Gradle

Jul 02, 2018
6 stars

A variant of Spring's JdbcTemplate that uses Oracle Update Batching. If Spring's classic JdbcTemplate is used in combination with an Oracle DB, the `batchUpdate()` methods won't return the number of affected rows. Instead, these methods do always return an array containing -2 (`Statement#SUCCESS_NO_INFO`) in each element. In order to get the number of affected rows during a batch INSERT/UPDATE/DELETE, it is required to use [Oracle Update Batching](http://docs.oracle.com/cd/B28359_01/java.111/b31224/oraperf.htm#autoId2).

Table Of Contents

Latest Version

Download com.github.ferstl : spring-jdbc-oracle-parent Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.ferstl : spring-jdbc-oracle-parent Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x
1.0.x
0.9.x

How to open Javadoc JAR file in web browser

  1. Rename the file spring-jdbc-oracle-parent-2.0.0-javadoc.jar to spring-jdbc-oracle-parent-2.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder spring-jdbc-oracle-parent-2.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "spring-jdbc-oracle-parent-2.0.0-sources.jar" -d "spring-jdbc-oracle-parent-2.0.0-javadoc" -subpackages