Last Version

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

Version

2.0.0
Type

Type

jar
Description

Description

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

Download spring-jdbc-oracle 2.0.0


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

Dependencies

compile (3)

Group / Artifact Type Version
com.github.ferstl : spring-jdbc-oracle-ojdbc Optional jar 2.0.0
org.springframework : spring-context jar 5.0.7.RELEASE
org.springframework : spring-jdbc jar 5.0.7.RELEASE

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : java-hamcrest jar 2.0.0.0
org.mockito : mockito-core jar 2.13.0
org.springframework : spring-test jar 5.0.7.RELEASE

Project Modules

There are no modules declared in this project.