We'd like to use Oracle Update Batching with JdbcTemplate. The main reason we'd like to use this is because this gives us the proper update count for batch updates instead of -2. We currently use a custom PreparedStatementCallback but we'd like to have build in support similar to LobHandler. We may have time to work on this and submit a pull request but we'd like to have a bit of guidance.