In context of a JPA Repository, can I call a method with multiple parameters but single property in method definition?

前端 未结 0 892
悲哀的现实
悲哀的现实 2021-01-28 01:05

Specifically, I want to know if this is possible? or what will be the returned data for this query?

Page findById(Pageable pageable, int id);

相关标签:
回答
  • 消灭零回复
提交回复
热议问题