Class PropertyTraverser

java.lang.Object
org.springframework.data.neo4j.core.mapping.PropertyTraverser

@API(status=INTERNAL) public final class PropertyTraverser extends Object
A strategy for traversing all properties (including association) once, without going in circles with cyclic mappings. Uses the same idea of relationship isomorphism like Cypher does (Relationship isomorphism means that one relationship or association cannot be returned more than once for each entity).
Since:
6.3
Author:
Michael J. Simons