Package org.neo4j.cypherdsl.core.executables
Provides an optional integration with the Neo4j Java driver and Project Reactor / Reactive streams.
-
Interface Summary Interface Description ExecutableResultStatement This interface extendsExecutableStatementand adds severalfetchWithXXXmethods that can be used with anyResultStatementto retrieve their results.ExecutableStatement This interface spots several methods that allow statements to be used with an instance of the Neo4j Java Driver.ReactiveExecutableResultStatement This interface extendsReactiveExecutableStatementand adds severalfetchWithXXXmethods that can be used with anyResultStatementto retrieve their results in a reactive fashion.ReactiveExecutableStatement This is an extended version of theExecutableStatement, spotting an additionalReactiveExecutableStatement.executeWith(RxQueryRunner)that runs a statement in a reactive fashion.