|
Spring Data Graph | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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) |
|
|
Neo4jTemplate.query(String indexName,
PathMapper<T> pathMapper,
Object queryOrQueryObject)
|
|
|
Neo4jOperations.query(String indexName,
PathMapper<T> pathMapper,
String field,
String value)
Queries the supplied index with a field - value combination |
|
|
Neo4jTemplate.query(String indexName,
PathMapper<T> pathMapper,
String field,
String value)
|
|
|
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. |
|
|
Neo4jTemplate.traverseGraph(org.neo4j.graphdb.Node startNode,
PathMapper<T> pathMapper,
org.neo4j.graphdb.traversal.TraversalDescription traversal)
|
|
|
Neo4jOperations.traverseNext(org.neo4j.graphdb.Node startNode,
PathMapper<T> pathMapper)
Traverses only to all direct neighbours of the start node for all relationships |
|
|
Neo4jTemplate.traverseNext(org.neo4j.graphdb.Node startNode,
PathMapper<T> pathMapper)
|
|
|
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 |
|
|
Neo4jTemplate.traverseNext(org.neo4j.graphdb.Node startNode,
PathMapper<T> pathMapper,
org.neo4j.graphdb.RelationshipType... relationshipTypes)
|
|
|
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 |
|
|
Neo4jTemplate.traverseNext(org.neo4j.graphdb.Node startNode,
PathMapper<T> pathMapper,
org.neo4j.graphdb.RelationshipType relationshipType,
org.neo4j.graphdb.Direction direction)
|
|
Spring Data Graph | |||||||||
PREV NEXT | FRAMES NO FRAMES |