Add Projections to QuerydslPredicateExecutor #3159
Labels
status: feedback-provided
Feedback has been provided
status: waiting-for-triage
An issue we've not yet triaged
It would be great if the
findBy()
method ofQuerydslPredicateExecutor
could support projection interfaces.The method currently only works with the real
@Entity
, like:Usage:
But not this:
The text was updated successfully, but these errors were encountered: