/* * (non-Javadoc) * @see java.lang.Object#toString() */ @Override public String toString() { return String.format( QueryTemplates.WHERE_CLAUSE, variable, path.getLeafProperty().getNeo4jPropertyName(), SYMBOLS.get(type), index); }
Neo4jPersistentProperty getLeafProperty() { return path.getLeafProperty(); }