-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Description
When loading one entity and changing some value, the store.Update()
method will delete all relations that are not loaded. Therefore one has to explicitly call all With**()
methods.
If there isn't some other way to load an entity with all relations, or to save an entity without setting all relation to null
I would suggest some method New**Query().WithAll()
to load all related entities as well.
nadiamoe
Metadata
Metadata
Assignees
Labels
No labels