@Transient Custom query in Spring data jpa

后端 未结 0 972
一整个雨季
一整个雨季 2020-12-19 06:16

i have two entities post , comment and i want to create native query using spring data jpa

@Query(value = "SELECT * , (select count(*) from comments commentObj w

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