You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Evaluate a way to provide something analog to QuerydslJpaPredicateExecutor and QuerydslJpaRepository like we seen in Spring Data JPA.
michael-simons
changed the title
Provide a way of defining custom queries in a static, type safe way. [DATAGRAPH-1349]
Provide a way for defining dynamic queries in a type safe way.
Mar 15, 2021
This changes the return types of the `CypherdslConditionExecutor` into `Collection` and aligns it with the `CypherdslStatementExecutor` and in the long run with the goal Spring Data Commons has for the `QuerydslPredicateExecutor`. It makes more sense for this new API to align with the desired state instead of something we consider suboptimal.
We can support the creation of dynamic and type safe queries with the following addition:
QuerydslPredicateExecutor
CypherdslConditionExecutor
that has basically the same signatures as above, but Cypher-DSL conditions instead of Query-DSL predicatesCypherdslStatementExecutor
andReactiveCypherdslStatementExecutor
that works on full statements and also support projections.Original ticket was DATAGRAPH-1349
The text was updated successfully, but these errors were encountered: