Can we use a relational operator with list of values in JPQL + hibernate?

前端 未结 0 1711
自闭症患者
自闭症患者 2021-02-01 15:17

My entity looks like this:

@Entity
public class interval {
       private Integer id;
       private LocalDateTime intervalDate;
}

I want to writ

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