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

前端 未结 0 2029
北恋
北恋 2021-02-11 13:44
@javax.persistence.Entity
public class Device extends AbstractEntity implements Serializable {
    @ElementCollection
    @LazyCollection(LazyCollectionOption.FALSE)
            


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