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

Entity Relationships #19

Open
3 tasks
wschurman opened this issue May 30, 2020 · 0 comments
Open
3 tasks

Entity Relationships #19

wschurman opened this issue May 30, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@wschurman
Copy link
Member

This is a fairly broad task covering:

  • Add ability to express relationships (associations, foreign keys, etc) in EntityFieldDefinition
  • Add ability to query relationships easily. Put another way, add a way to nicely query the associationLoader for the relationships defined in EntityFieldDefinition.
  • Add support for cascading deletes to the relationship definition, and update the delete mutator to start a transaction, topologically sort the relationship graph to delete and everything that depends on an entity, and delete from the leaves to the root in the transaction.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant