Interface FluentNeo4jOperations

All Superinterfaces:
FluentFindOperation, FluentSaveOperation
All Known Implementing Classes:
Neo4jTemplate

@API(status=STABLE, since="6.1") public interface FluentNeo4jOperations extends FluentFindOperation, FluentSaveOperation
An additional interface accompanying the Neo4jOperations and adding a couple of fluent operations, especially around finding and projecting things.
Since:
6.1
Author:
Michael J. Simons