Mapping one-to-many relationships

(CR #441918) By default, EAServer 5.x uses a join table to map one-to-many relationships. If you migrate an entity that uses a join table from 5.x, EAServer 6.0.2 generates queries for the EJBs in the relationships incorrectly.

Workaround: Use a foreign key instead of a join table.