Uses of Interface
org.neo4j.cypherdsl.core.executables.ReactiveExecutableStatement
Packages that use ReactiveExecutableStatement
Package
Description
Provides an optional integration with the Neo4j Java driver and Project Reactor / Reactive streams.
-
Uses of ReactiveExecutableStatement in org.neo4j.cypherdsl.core.executables
Subinterfaces of ReactiveExecutableStatement in org.neo4j.cypherdsl.core.executablesModifier and TypeInterfaceDescriptioninterfaceThis interface extendsReactiveExecutableStatementand adds severalfetchWithXXXmethods that can be used with anyResultStatementto retrieve their results in a reactive fashion.Methods in org.neo4j.cypherdsl.core.executables that return ReactiveExecutableStatementModifier and TypeMethodDescriptionstatic ReactiveExecutableStatementReactiveExecutableStatement.makeExecutable(Statement statement) Creates an executable statement based on the given statementstatic ReactiveExecutableStatementCreates an executable statement based on the given statement