org.springframework.data.neo4j.rest.index
Class RestNodeIndex
java.lang.Object
org.springframework.data.neo4j.rest.index.RestIndex<org.neo4j.graphdb.Node>
org.springframework.data.neo4j.rest.index.RestNodeIndex
- All Implemented Interfaces:
- org.neo4j.graphdb.index.Index<org.neo4j.graphdb.Node>, org.neo4j.graphdb.index.ReadableIndex<org.neo4j.graphdb.Node>
public class RestNodeIndex
- extends RestIndex<org.neo4j.graphdb.Node>
- Since:
- 24.01.11
- Author:
- mh, Andres Taylor
Methods inherited from class org.springframework.data.neo4j.rest.index.RestIndex |
add, delete, get, getName, indexPath, indexPath, indexPath, query, query, remove, remove, remove |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestNodeIndex
public RestNodeIndex(RestRequest restRequest,
String indexName,
RestGraphDatabase restGraphDatabase)
getEntityType
public Class<org.neo4j.graphdb.Node> getEntityType()
createEntity
protected org.neo4j.graphdb.Node createEntity(Map<?,?> item)
- Specified by:
createEntity
in class RestIndex<org.neo4j.graphdb.Node>
Copyright © 2011 SpringSource. All Rights Reserved.