Interface ReactiveFluentFindOperation

All Known Subinterfaces:
ReactiveFluentNeo4jOperations
All Known Implementing Classes:
ReactiveNeo4jTemplate

@API(status=STABLE, since="6.1") public interface ReactiveFluentFindOperation
ReactiveFluentFindOperation allows creation and execution of Neo4j find operations in a fluent API style.
The starting domainType is used for mapping the query provided via by into the Neo4j specific representation. By default, the originating domainType is also used for mapping back the result. However, it is possible to define a different returnType via as to mapping the result.
Since:
6.1
Author:
Michael Simons