final Neo4jPersistentProperty property = relPath.getBaseProperty();
return formatMatch(variableContext.getVariableFor(property.getOwner()),
QueryTemplates.getArrow(property.getRelationshipInfo()),
variableContext.getVariableFor(relPath));
}
final RelationshipInfo info = relPath.getLeafProperty().getRelationshipInfo();
return formatMatch2(matchPattern(variableContext, relPath.getParentPath()),
QueryTemplates.getArrow(info),
variableContext.getVariableFor(relPath));
}