Skip to content
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

ORM Repository changes #21

Closed
2 tasks done
kbond opened this issue Feb 25, 2022 · 1 comment · Fixed by #19
Closed
2 tasks done

ORM Repository changes #21

kbond opened this issue Feb 25, 2022 · 1 comment · Fixed by #19

Comments

@kbond
Copy link
Member

kbond commented Feb 25, 2022

  • Rename ObjectRepository to EntityRepository
  • Merge Flushable, Removable, and Writable into EntityStore and remove traits.
@kbond
Copy link
Member Author

kbond commented Feb 28, 2022

ORM is likely deprecating using ObjectRepository's instead of EntityRepository's. To be FC, we should have this lib's EntityRepository extend the ORM's EntityRepository and remove the AsEntityRepository trait.

Perhaps a pure ObjectRepository/ObjectStore could be added as an option.

@kbond kbond mentioned this issue Mar 3, 2022
12 tasks
@kbond kbond closed this as completed in #19 Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant