❓ Difference between getAllEntitiesApply and getManyByPredicate? #498
Unanswered
thomas-w-grant
asked this question in
Q&A
Replies: 1 comment 4 replies
-
I think you have a point; this function slipped my attention. @Sir-J, any feedback? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I am understanding
getManyByPredicate
correctly, it seems like I can get the same thing done by usinggetAllEntitiesApply
and supplying a filterEntity. What was the use case that motivated the creation of a new method calledgetManyByPredicate
? If I want to query my repository and filter by a predicate, which method is recommended?Beta Was this translation helpful? Give feedback.
All reactions