-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement FluentQuery support for Querydsl and Query by Example #2294
Comments
See also #2269 |
mp911de
added
type: blocker
An issue that is blocking us from releasing
type: enhancement
A general enhancement
labels
Sep 10, 2021
gregturn
added a commit
that referenced
this issue
Sep 16, 2021
Add support for both QueryByExampleExecutor and QuerydslPredicateExecutor. This manifests in SimpleJpaRepository and QuerydslJpaPredicateExecutor, resulting in various test cases proving support by both examples and Querydsl predicates. Closes #2294.
gregturn
added a commit
that referenced
this issue
Oct 6, 2021
Add support for both QueryByExampleExecutor and QuerydslPredicateExecutor. This manifests in SimpleJpaRepository and QuerydslJpaPredicateExecutor, resulting in various test cases proving support by both examples and Querydsl predicates. Closes #2294.
gregturn
added a commit
that referenced
this issue
Oct 6, 2021
Add support for both QueryByExampleExecutor and QuerydslPredicateExecutor. This manifests in SimpleJpaRepository and QuerydslJpaPredicateExecutor, resulting in various test cases proving support by both examples and Querydsl predicates. Closes #2294.
gregturn
added a commit
that referenced
this issue
Oct 6, 2021
Add support for both QueryByExampleExecutor and QuerydslPredicateExecutor. This manifests in SimpleJpaRepository and QuerydslJpaPredicateExecutor, resulting in various test cases proving support by both examples and Querydsl predicates. Closes #2294.
gregturn
added a commit
that referenced
this issue
Oct 6, 2021
Add support for both QueryByExampleExecutor and QuerydslPredicateExecutor. This manifests in SimpleJpaRepository and QuerydslJpaPredicateExecutor, resulting in various test cases proving support by both examples and Querydsl predicates. Closes #2294.
gregturn
added a commit
that referenced
this issue
Oct 7, 2021
Add support for both QueryByExampleExecutor and QuerydslPredicateExecutor. This is used in SimpleJpaRepository and QuerydslJpaPredicateExecutor, resulting in various test cases proving support by both examples and Querydsl predicates. NOTE: Class-based DTOs are NOT supported yet. Closes #2294. Related: #2327.
mp911de
pushed a commit
that referenced
this issue
Oct 8, 2021
Add support for both QueryByExampleExecutor and QuerydslPredicateExecutor. This is used in SimpleJpaRepository and QuerydslJpaPredicateExecutor, resulting in various test cases proving support by both examples and Querydsl predicates. NOTE: Class-based DTOs are NOT supported yet. See #2294 Original pull request: #2326.
mp911de
changed the title
Implement FluentQuery support
Implement FluentQuery support for Querydsl and Query by Example
Oct 8, 2021
schauder
added a commit
that referenced
this issue
Nov 16, 2021
schauder
added a commit
that referenced
this issue
Jan 3, 2022
schauder
added a commit
that referenced
this issue
Jan 13, 2022
schauder
added a commit
that referenced
this issue
Jan 21, 2022
This was referenced Jul 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement Spring Data Commons' FluentQuery support per spring-projects/spring-data-commons#2421.
The text was updated successfully, but these errors were encountered: