Skip to content

Creating a SimpleJdbcInsert from a NamedParameterJdbcTemplate [SPR-16241] #20788

Closed
@spring-projects-issues

Description

@spring-projects-issues

Hans Desmet opened SPR-16241 and commented

For the moment there is a constructor SimpleJdbcInsert(JdbcTemplate jdbcTemplate).
If you would add a constructor SimpleJdbcInsert(NamedParameterJdbcTemplate namedParameterJdbcTemplate) this would be handy if you only inject a NamedParameterJdbcTemplate bean in your repository bean, not a JdbcTemplate bean.


Affects: 5.0.2

Issue Links:

Referenced from: commits b55a263

Metadata

Metadata

Assignees

Labels

in: dataIssues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions