Uses of Interface
org.neo4j.cypherdsl.core.executables.ReactiveExecutableStatement
-
Packages that use ReactiveExecutableStatement Package Description org.neo4j.cypherdsl.core.executables 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.executables Modifier and Type Interface Description interfaceReactiveExecutableResultStatementThis 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 ReactiveExecutableStatement Modifier and Type Method Description static ReactiveExecutableStatementReactiveExecutableStatement. makeExecutable(Statement statement)Creates an executable statement based on the given statementstatic ReactiveExecutableStatementReactiveExecutableStatement. of(Statement statement)Creates an executable statement based on the given statement
-