Spring Data Jpa findAllById returns by default ordering by Id, how can i get the result back same order as parameter

前端 未结 0 1246
迷失自我
迷失自我 2020-12-11 18:04

If i pass the ids as 4,2,7

  List findAllById(Iterable ids)

Will return the results in 2,4,7

How can I get the resu

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