Interface ReactiveNeo4jOperations.ExecutableQuery<T>
- Type Parameters:
T- the type that gets returned by the query
- Enclosing interface:
ReactiveNeo4jOperations
public static interface ReactiveNeo4jOperations.ExecutableQuery<T>
An interface for controlling query execution in a reactive fashion.
- Since:
- 6.0
- Author:
- Michael J. Simons
-
Method Summary
Modifier and TypeMethodDescriptionReturns all results returned by this query.Returns a single result.
-
Method Details
-
getResults
-
getSingleResult
Returns a single result.- Returns:
- a single result
- Throws:
IncorrectResultSizeDataAccessException- if there are more than one result
-