JPA named query match a list of tuples in IN clause

后端 未结 0 1432
走了就别回头了
走了就别回头了 2020-12-19 04:03

spring data jpa 1.4.3 with Oracle 11g.

I have an entity like this:

class LinkRecord {
  String value;
  int linkType;
  ...
}

I am

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