Is there a way to insert / update BLOB using NamesParameterJdbcTemplate.
The examples only shows how to using with SimpleJdbcTemplate
http://static.springsource.org/sprin...ence/jdbc.html


What about having method like:

Code:
lobCreator.setBlobAsBytes(ps, "myColumnName", bytes);