s

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).
https://github.com/ferstl/spring-jdbc-oracle
Apache 2
Stefan Ferstl
大版本 版本 最近更新
2.0 2.0.0 2018-07-02 04:25:32
1.0 1.0.0 2014-04-22 12:11:41
0.9 0.9.0 2013-06-24 04:49:46
共3条记录