Association Class Transformation

In O/R Mapping, association classes are only meaningful for many-to-many associations. Persistent attributes in the association entity class will be transformed into columns of the middle table.

In the following example, we have defined an association class to hold ultra information for the association:

Classes Tables