Skip to content

[PERSISTENCE] no find_each or find_in_batches method for the Repository pattern #856

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

Closed
jogaco opened this issue Nov 1, 2018 · 2 comments
Labels

Comments

@jogaco
Copy link

jogaco commented Nov 1, 2018

I am migrating my app from the deprecated ActiveRecord pattern to the Repository pattern.

I could not find any equivalent to find_each in the Repository pattern.
The only thing I found is some code to do something similar in #693

Am I missing anything?

@estolfo
Copy link
Contributor

estolfo commented Jul 12, 2019

@jogaco What functionality would you want in a find_each method that is not supported via the find method on a repository?

@estolfo
Copy link
Contributor

estolfo commented Jul 18, 2019

Closing because no response.

@estolfo estolfo closed this as completed Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants