JPA top one row that match criteria

后端 未结 0 1602
南方客
南方客 2021-02-12 23:02

Using JPA and need help with the same. Current query looks as below

@Query("SELECT o FROM orders o " +
    "WHERE (o.type = \'type1\'... " +
          


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