Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS has-many]: clarify load/reload behavior
I was bit hard by this. I expected that calling either of these methods would re-query the relationship through the adapter. This isn't the case. I further understood what was going on reading the source while implementing my own adapters. This commit hopefully clarifies the behavior. If the relationship has a "link", then `findHasMany` is called to re-query the relationship. Otherwise, all existing records are reload.
- Loading branch information