this.lastAlias = context.getTableAlias(fullPath, currentEntity
.getDbEntityName());
}
else {
EJBQLJoin join = new EJBQLOuterJoin(-1);
join.jjtAddChild(path, 0);
join.jjtAddChild(joinId, 1);
getJoinAppender().visitOuterJoin(join);
Relationship lastRelationship = currentEntity
.getRelationship(lastPathComponent);