Interface FluentFindOperation

All Known Subinterfaces:
FluentNeo4jOperations
All Known Implementing Classes:
Neo4jTemplate

@API(status=STABLE, since="6.1") public interface FluentFindOperation
FluentFindOperation 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