public interface ResponseHandler
| Modifier and Type | Method and Description |
|---|---|
<T> Collection<T> |
loadAll(Class<T> type,
Neo4jResponse<GraphModel> stream) |
<T> T |
loadById(Class<T> type,
Neo4jResponse<GraphModel> stream,
Long id) |
<T> Collection<T> |
loadByProperty(Class<T> type,
Neo4jResponse<GraphRowModel> stream) |
void |
updateObjects(CypherContext context,
Neo4jResponse<String> response,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
<T> T loadById(Class<T> type, Neo4jResponse<GraphModel> stream, Long id)
<T> Collection<T> loadAll(Class<T> type, Neo4jResponse<GraphModel> stream)
<T> Collection<T> loadByProperty(Class<T> type, Neo4jResponse<GraphRowModel> stream)
void updateObjects(CypherContext context, Neo4jResponse<String> response, com.fasterxml.jackson.databind.ObjectMapper mapper)
Copyright © 2015 Neo Technology, Inc.. All rights reserved.