jpa dynamic query with sum Java

后端 未结 0 1753
梦谈多话
梦谈多话 2020-12-23 01:16

I want to create a function for my custom JPA repository that executes this query:

public float findMovieRating(String movieTitle){
float movieRating = 
    S         


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