DbRelationship rel = new DbRelationship(uniqueRelName(temp.getSource(), temp
.getName()));
RelationshipEvent e = new RelationshipEvent(Application.getFrame(), rel, temp
.getSource(), MapEvent.ADD);
mediator.fireDbRelationshipEvent(e);
rel.setSourceEntity(temp.getSource());
rel.setTargetEntity(temp.getTarget());
DbJoin join = new DbJoin(rel, temp.getJoinSource().getName(), temp
.getJoinTarget()