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.
0
votes