Uses of Interface
org.springframework.data.neo4j.core.FluentFindOperation.TerminatingFind
Packages that use FluentFindOperation.TerminatingFind
Package
Description
This package contains the core infrastructure for creating an imperative or reactive client that can execute queries.
-
Uses of FluentFindOperation.TerminatingFind in org.springframework.data.neo4j.core
Methods in org.springframework.data.neo4j.core that return FluentFindOperation.TerminatingFindModifier and TypeMethodDescriptiondefault FluentFindOperation.TerminatingFind<T>Set the filter query to be used.Set the filter query to be used.default FluentFindOperation.TerminatingFind<T>FluentFindOperation.FindWithQuery.matching(org.neo4j.cypherdsl.core.Statement statement) Set the filterstatementto be used.FluentFindOperation.FindWithQuery.matching(org.neo4j.cypherdsl.core.Statement statement, Map<String, Object> parameter) Set the filterstatementto be used.FluentFindOperation.FindWithQuery.matching(QueryFragmentsAndParameters queryFragmentsAndParameters) Creates an executable query based on fragments and parameters.