Spring Data Graph

Uses of Interface
org.springframework.data.graph.neo4j.support.path.PathMapper

Packages that use PathMapper
org.springframework.data.graph.neo4j.support.path   
org.springframework.data.graph.neo4j.template   
 

Uses of PathMapper in org.springframework.data.graph.neo4j.support.path
 

Classes in org.springframework.data.graph.neo4j.support.path that implement PathMapper
 class EntityMapper<S extends NodeBacked,E extends NodeBacked,T>
           
static class EntityMapper.WithoutResult<S extends NodeBacked,E extends NodeBacked>
           
static class PathMapper.WithoutResult
          callback instead of mapping
 

Methods in org.springframework.data.graph.neo4j.support.path with parameters of type PathMapper
<T> Iterable<T>
PathMappingIterator.mapPaths(Iterable<org.neo4j.graphdb.Path> paths, PathMapper<T> pathMapper)
           
 

Uses of PathMapper in org.springframework.data.graph.neo4j.template
 

Methods in org.springframework.data.graph.neo4j.template with parameters of type PathMapper
<T> org.neo4j.helpers.collection.ClosableIterable<T>
Neo4jOperations.query(String indexName, PathMapper<T> pathMapper, Object queryOrQueryObject)
          Queries the supplied index with a lucene query string or query object (if the neo4j-index provider is lucene)
<T> org.neo4j.helpers.collection.ClosableIterable<T>
Neo4jTemplate.query(String indexName, PathMapper<T> pathMapper, Object queryOrQueryObject)
           
<T> org.neo4j.helpers.collection.ClosableIterable<T>
Neo4jOperations.query(String indexName, PathMapper<T> pathMapper, String field, String value)
          Queries the supplied index with a field - value combination
<T> org.neo4j.helpers.collection.ClosableIterable<T>
Neo4jTemplate.query(String indexName, PathMapper<T> pathMapper, String field, String value)
           
<T> Iterable<T>
Neo4jOperations.traverseGraph(org.neo4j.graphdb.Node startNode, PathMapper<T> pathMapper, org.neo4j.graphdb.traversal.TraversalDescription traversal)
          Traverses the whole path with the given traversal descripting starting at the start node.
<T> Iterable<T>
Neo4jTemplate.traverseGraph(org.neo4j.graphdb.Node startNode, PathMapper<T> pathMapper, org.neo4j.graphdb.traversal.TraversalDescription traversal)
           
<T> Iterable<T>
Neo4jOperations.traverseNext(org.neo4j.graphdb.Node startNode, PathMapper<T> pathMapper)
          Traverses only to all direct neighbours of the start node for all relationships
<T> Iterable<T>
Neo4jTemplate.traverseNext(org.neo4j.graphdb.Node startNode, PathMapper<T> pathMapper)
           
<T> Iterable<T>
Neo4jOperations.traverseNext(org.neo4j.graphdb.Node startNode, PathMapper<T> pathMapper, org.neo4j.graphdb.RelationshipType... types)
          Traverses only to the direct neighbours of the start node for the specified relationship types
<T> Iterable<T>
Neo4jTemplate.traverseNext(org.neo4j.graphdb.Node startNode, PathMapper<T> pathMapper, org.neo4j.graphdb.RelationshipType... relationshipTypes)
           
<T> Iterable<T>
Neo4jOperations.traverseNext(org.neo4j.graphdb.Node startNode, PathMapper<T> pathMapper, org.neo4j.graphdb.RelationshipType type, org.neo4j.graphdb.Direction direction)
          Traverses only to the direct neighbours of the start node
<T> Iterable<T>
Neo4jTemplate.traverseNext(org.neo4j.graphdb.Node startNode, PathMapper<T> pathMapper, org.neo4j.graphdb.RelationshipType relationshipType, org.neo4j.graphdb.Direction direction)
           
 


Spring Data Graph

Copyright © 2011. All Rights Reserved.