Allow configuration of SqlResultSetMapping for native queries [DATAJPA-1354] #1674
Labels
status: superseded
An issue that has been superseded by another
type: enhancement
A general enhancement
Jens Schauder opened DATAJPA-1354 and commented
We need to add the ability to define the
SqlResultSetMapping
to be used in the@Query
annotation. Only valid ifnative
is set totrue
. Needs to short circuit the type selection algorithm and rather forward the name of the mapping toem.createNativeQuery(…)
Issue Links:
1 votes, 2 watchers
The text was updated successfully, but these errors were encountered: