Skip to content

Provide a way for defining dynamic queries in a type safe way. #1911

Closed
@spring-projects-issues

Description

@spring-projects-issues

We can support the creation of dynamic and type safe queries with the following addition:

  • Use the Cypher-DSL 2021.1.0 Query-DSL support and provide a Neo4j specific implementation of QuerydslPredicateExecutor
  • Provide a native CypherdslConditionExecutor that has basically the same signatures as above, but Cypher-DSL conditions instead of Query-DSL predicates
  • Provide CypherdslStatementExecutor and ReactiveCypherdslStatementExecutor that works on full statements and also support projections.

Original ticket was DATAGRAPH-1349

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions