How to write JPA IN query to check a collection has given set of values.?

前端 未结 0 1044
执念已碎
执念已碎 2021-02-11 13:46
@javax.persistence.Entity
public class Device extends AbstractEntity implements Serializable {
    @ElementCollection
    @LazyCollection(LazyCollectionOption.FALSE)
            


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