Spring Data Neo4j

org.springframework.data.neo4j.core
Interface FieldTraversalDescriptionBuilder


public interface FieldTraversalDescriptionBuilder

Interface for classes that build traversal descriptions. Those classes can be referred to by GraphTraversal.traversal() to provide fields that return a dynamic traversal on access.

Since:
15.09.2010
Author:
Michael Hunger

Method Summary
 org.neo4j.graphdb.traversal.TraversalDescription build(Object start, Neo4jPersistentProperty property, String... params)
          Builder method for traversal description.
 

Method Detail

build

org.neo4j.graphdb.traversal.TraversalDescription build(Object start,
                                                       Neo4jPersistentProperty property,
                                                       String... params)
Builder method for traversal description.

Parameters:
start - the Entity that contains the field with the dynamic traversal. Used for the parametrization of the traversal description.
property -
Returns:
the TraversalDescription to apply on fieldaccess, the start node is the current entity node

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.