admin管理员组文章数量:1387431
Once we upgraded Spring Data JPA to 3.3.9, it throws an .springframework.dao.InvalidDataAccessApiUsageException when it executes an sql native query with pagination.
The exact exception is " .springframework.dao.InvalidDataAccessApiUsageException At least 5 parameter(s) provided but only 4 parameter(s) present in the query", note : it could be any number of parameters, and this is is relevant to our code.
This is an existing piece of code which runs fine on Spring Data JPA to 3.3.7. can you please advise us to how to resolve this issue?
本文标签: javaSpring Data JPA version 339 fails to execute named native queriies with paginationStack Overflow
版权声明:本文标题:java - Spring Data JPA version 3.3.9 fails to execute named native queriies with pagination - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744527774a2610847.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论