Suppose I have two Entity classes Post and Tag mapped by many to many.
@Entity @Table(name = "posts") public class Post { @Id @GeneratedValu