最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

java - Spring Data JPA version 3.3.9 fails to execute named native queriies with pagination - Stack Overflow

programmeradmin3浏览0评论

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?

发布评论

评论列表(0)

  1. 暂无评论