Each many-to-many association will be transformed into one middle table and two reference keys that navigate from the middle table to the tables generated from the two entity classes.
Given the many-to-many association defined between the class Employee and the class Title:
The generated middle table and reference keys will look like the following: