I have 2 Entities: Post & Attributes
public class DbPost { .... @ManyToMany(fetch = FetchType.LAZY, cascade = CascadeType.ALL) @JoinTable