|
public static void cleanupParameters(@Nullable Collection<?> paramValues) { |
When using SimpleJdbcCall with MapSqlParameterSource but without initial parameters declaration - all parameters became as SqlParameterValue.
But cleanup method doesn't expect such type of parameters and therefore is not executing freetemporary for LOBs.