Customer and Account table has many-to-many relationships. Hence i created link table for creating two one-to-many relationships. link table has both tables primary key. How can i represent many-to-many relationship in the hibernate mapping file for Customer and Account tables ?