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
…`QueryByExampleExecutor`.
This change uses the existing `FluentOperations` to cater for the above usescases. It introduces a new `matching` operation for taking in a `QueryFragmentsAndParameters` on those operations.
That operation is of limited external use, but necessary to implement that feature without adding more overhead than necessary.
This closes#2343.
…`QueryByExampleExecutor`.
This change uses the existing `FluentOperations` to cater for the above usescases. It introduces a new `matching` operation for taking in a `QueryFragmentsAndParameters` on those operations.
That operation is of limited external use, but necessary to implement that feature without adding more overhead than necessary.
This closes#2343.
Based on spring-projects/spring-data-commons#2421, it would make sense to add an implementation for the Fluent Query API through
QuerydslPredicateExecutor
andQueryByExampleExecutor
and their reactive variants. See also spring-projects/spring-data-commons#2228.The text was updated successfully, but these errors were encountered: