0
votes

Not able to import org.springframework.data.neo4j.conversion.Result. I have code like - Result<Map<String, Object>> result = template.query(matchQuery, null); Please let me know if api is deprecated/it name got changed in 4.0.0.RELEASE version. If i cant use org.springframework.data.neo4j.conversion.Result then what i have to use instead of this.

1

1 Answers

1
votes

org.neo4j.ogm.model.Result is the class to use in SDN 4.

BTW, SDN 4.1.1.RELEASE is just out, it would be better to upgrade to that instead,