is not current version
Last Version 2.0.0

com.github.ferstl:spring-jdbc-oracle-parent 0.9.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).

GroupId

GroupId

com.github.ferstl
ArtifactId

ArtifactId

spring-jdbc-oracle-parent
Version

Version

0.9.0
Type

Type

pom

Download spring-jdbc-oracle-parent 0.9.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>0.9.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:0.9.0'
// https://jarcasting.com/artifacts/com.github.ferstl/spring-jdbc-oracle-parent/
implementation ("com.github.ferstl:spring-jdbc-oracle-parent:0.9.0")
'com.github.ferstl:spring-jdbc-oracle-parent:pom:0.9.0'
<dependency org="com.github.ferstl" name="spring-jdbc-oracle-parent" rev="0.9.0">
  <artifact name="spring-jdbc-oracle-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ferstl', module='spring-jdbc-oracle-parent', version='0.9.0')
)
libraryDependencies += "com.github.ferstl" % "spring-jdbc-oracle-parent" % "0.9.0"
[com.github.ferstl/spring-jdbc-oracle-parent "0.9.0"]