@Repository public class RelationshipGraphRepository<T> extends AbstractGraphRepository<org.neo4j.graphdb.Relationship,T> implements GraphRepository<T>
clazz, EMPTY_CLOSABLE_ITERABLE, template| Constructor and Description |
|---|
RelationshipGraphRepository(Class<T> clazz,
Neo4jTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
<N> Iterable<T> |
findAllByTraversal(N startNode,
org.neo4j.graphdb.traversal.TraversalDescription traversalDescription)
Traversal based finder that returns a lazy Iterable over the traversal results
|
protected org.neo4j.graphdb.Relationship |
getById(long id) |
count, createEntity, delete, delete, delete, deleteAll, exists, findAll, findAll, findAll, findAll, findAllByPropertyValue, findAllByPropertyValue, findAllByQuery, findAllByQuery, findAllByRange, findAllByRange, findAllBySchemaPropertyValue, findByPropertyValue, findByPropertyValue, findBySchemaPropertyValue, findOne, findWithinBoundingBox, findWithinBoundingBox, findWithinDistance, findWithinDistance, findWithinShape, findWithinWellKnownText, getStoredJavaType, query, query, query, query, save, saveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindAll, findAll, getStoredJavaType, queryfindAllcount, delete, delete, delete, deleteAll, exists, findAll, findOne, save, savefindAllByPropertyValue, findAllByQuery, findAllByRange, findByPropertyValuefindAllBySchemaPropertyValue, findBySchemaPropertyValuepublic RelationshipGraphRepository(Class<T> clazz, Neo4jTemplate template)
protected org.neo4j.graphdb.Relationship getById(long id)
getById in class AbstractGraphRepository<org.neo4j.graphdb.Relationship,T>public <N> Iterable<T> findAllByTraversal(N startNode, org.neo4j.graphdb.traversal.TraversalDescription traversalDescription)
TraversalRepositoryfindAllByTraversal in interface TraversalRepository<T>N - Start node entity typestartNode - the node to start the traversal fromCopyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.