Module spring.data.neo4j
Class PreparedQuery.RequiredBuildStep<CT>
java.lang.Object
org.springframework.data.neo4j.core.PreparedQuery.RequiredBuildStep<CT>
- Type Parameters:
CT- The concrete type of this build step.
- Enclosing class:
- PreparedQuery<T>
- Since:
- 6.0
-
Method Summary
Modifier and TypeMethodDescriptionwithCypherQuery(String cypherQuery) withQueryFragmentsAndParameters(QueryFragmentsAndParameters queryFragmentsAndParameters)
-
Method Details
-
withCypherQuery
-
withQueryFragmentsAndParameters
public PreparedQuery.OptionalBuildSteps<CT> withQueryFragmentsAndParameters(QueryFragmentsAndParameters queryFragmentsAndParameters)
-