Java jpa: find entities with many to many property that contains every element of given collection

后端 未结 0 1329
天命终不由人
天命终不由人 2020-12-16 02:35

I have 2 Entities: Post & Attributes

public class DbPost {
    ....
    
    @ManyToMany(fetch = FetchType.LAZY, cascade = CascadeType.ALL)
    @JoinTable         


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