Class NestedRelationshipContext

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

@API(status=INTERNAL, since="6.0") public final class NestedRelationshipContext extends Object
Working on nested relationships happens in a certain algorithmic context. This context enables a tight cohesion between the algorithmic steps and the data, these steps are performed on. In our the interaction happens between the data that describes the relationship and the specific steps of the algorithm.
Since:
6.0
Author:
Philipp Tölle, Gerrit Meier, Michael J. Simons