You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This is a fairly broad task covering:
EntityFieldDefinition
associationLoader
for the relationships defined inEntityFieldDefinition
.The text was updated successfully, but these errors were encountered: