Skip to content

Commit

Permalink
Document OpenFeign Querydsl support.
Browse files Browse the repository at this point in the history
Closes #3236
  • Loading branch information
mp911de committed Jan 22, 2025
1 parent 33befea commit 0d76b47
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Currently, most of the integration is targeted towards Spring MVC.

http://www.querydsl.com/[Querydsl] is a framework that enables the construction of statically typed SQL-like queries through its fluent API.

NOTE: Querydsl maintenance has slowed down to a point where the community has forked the project under OpenFeign at https://github.com/OpenFeign/querydsl (groupId `io.github.openfeign.querydsl`).
Spring Data supports the fork on a best-effort basis.

Several Spring Data modules offer integration with Querydsl through `QuerydslPredicateExecutor`, as the following example shows:

.QuerydslPredicateExecutor interface
Expand Down

0 comments on commit 0d76b47

Please sign in to comment.