Description
Consider the inheritance mapping:
DB_A
ObjSuperA
ObjectSubA extends ObjectSuperA
(and probably a few more subclasses , some a few levels deep)
DB_B
ObjB
There are 2 to-one relationships from DB_B to DB_A based on 2 foreign keys.
Modeler ObjRelationship dialog fails on attempt to map ObjB -> ObjectSuperA (a superclass) relationship. It automatically selects a random subclass instead.