Description
Currently, the foreign key handling in the database map is suboptimal. It only supports columns which belong to zero or one foreign key. Columns which belong to several foreign keys are not supported. Also it is not possible to determine which foreign key columns belong to one foreign key in the case of composite foreign keys.