You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add the ability to define the SqlResultSetMapping to be used in the @Query annotation. Only valid if native is set to true. Needs to short circuit the type selection algorithm and rather forward the name of the mapping to em.createNativeQuery(β¦)
Issue Links:
DATAJPA-1338 Repository method with native query, that should return Optional<Enum>, instead return Optional<String>