Uses of Package
org.neo4j.cypherdsl.core.executables
Packages that use org.neo4j.cypherdsl.core.executables
Package
Description
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.executablesClassDescriptionThis interface extends
ExecutableStatementand adds severalfetchWithXXXmethods that can be used with anyResultStatementto retrieve their results.This interface spots several methods that allow statements to be used with an instance of the Neo4j Java Driver.This interface extendsReactiveExecutableStatementand adds severalfetchWithXXXmethods that can be used with anyResultStatementto retrieve their results in a reactive fashion.This is an extended version of theExecutableStatement, spotting an additionalReactiveExecutableStatement.executeWith(ReactiveQueryRunner)that runs a statement in a reactive fashion.