Last Version

spring-jdbc-oracle-parent 2.0.0

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

License

License

GroupId

GroupId

com.github.ferstl
ArtifactId

ArtifactId

spring-jdbc-oracle-parent
Version

Version

2.0.0
Type

Type

pom
Description

Description

spring-jdbc-oracle-parent
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).
Project URL

Project URL

https://github.com/ferstl/spring-jdbc-oracle
Source Code Management

Source Code Management

https://github.com/ferstl/spring-jdbc-oracle

Download spring-jdbc-oracle-parent 2.0.0


<!-- https://jarcasting.com/artifacts/com.github.ferstl/spring-jdbc-oracle-parent/ -->
<dependency>
    <groupId>com.github.ferstl</groupId>
    <artifactId>spring-jdbc-oracle-parent</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ferstl/spring-jdbc-oracle-parent/
implementation 'com.github.ferstl:spring-jdbc-oracle-parent:2.0.0'
// https://jarcasting.com/artifacts/com.github.ferstl/spring-jdbc-oracle-parent/
implementation ("com.github.ferstl:spring-jdbc-oracle-parent:2.0.0")
'com.github.ferstl:spring-jdbc-oracle-parent:pom:2.0.0'
<dependency org="com.github.ferstl" name="spring-jdbc-oracle-parent" rev="2.0.0">
  <artifact name="spring-jdbc-oracle-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ferstl', module='spring-jdbc-oracle-parent', version='2.0.0')
)
libraryDependencies += "com.github.ferstl" % "spring-jdbc-oracle-parent" % "2.0.0"
[com.github.ferstl/spring-jdbc-oracle-parent "2.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • spring-jdbc-oracle
  • spring-jdbc-oracle-integrationtests
  • spring-jdbc-oracle-ojdbc