Uses of Package
org.neo4j.cypherdsl.core.executables
-
Packages that use org.neo4j.cypherdsl.core.executables Package Description org.neo4j.cypherdsl.core.executables Provides an optional integration with the Neo4j Java driver and Project Reactor / Reactive streams. -
Classes in org.neo4j.cypherdsl.core.executables used by org.neo4j.cypherdsl.core.executables Class 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.