T - the type that gets returned by the querypublic static interface Neo4jOperations.ExecutableQuery<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getRequiredSingleResult() |
List<T> |
getResults() |
Optional<T> |
getSingleResult() |
List<T> getResults()
Optional<T> getSingleResult()
IncorrectResultSizeDataAccessException - when there is more than one resultT getRequiredSingleResult()
NoResultException - when there is no resultCopyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.