Java 5 and above wrapper for the classic Spring JdbcTemplate,
taking advantage of varargs and autoboxing, and exposing only the
most commonly required operations to simplify JdbcTemplate usage.
Use the getJdbcOperations() method if you need to invoke
less commonly used methods. This includes any methods specifying SQL types,
methods using less commonly used callbacks such as RowCallbackHandler,
updates with PreparedStatementSetters, rather than arg lists, stored
procedures and batch operations.
Use the
getJdbcOperations()method if you need to invoke less commonly used methods. This includes any methods specifying SQL types, methods using less commonly used callbacks such as RowCallbackHandler, updates with PreparedStatementSetters, rather than arg lists, stored procedures and batch operations.