Provide a way to get EntityRowMapper #1950
Labels
status: feedback-provided
Feedback has been provided
status: waiting-for-triage
An issue we've not yet triaged
I want to reuse the
EntityRowMapper
to query usingJdbcTemplate
, currently I can't find an easy way to get the mapper for an entity class and have to copy paste code fromDefaultDataAccessStrategy
to create one. It would be nice if you could support this some how.The text was updated successfully, but these errors were encountered: