标签: jpa criteria criteria-api
有没有办法使用JPA2条件API执行以下查询?
select a from b where a not in (1, 2, 3, 4)
这个问题与this one有关,这是相反的。