-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Persist: introduce type-safe bulk-fetch functions (#8763)
This change introduces `Persist.fetchTypedObjs()` and `Persist.fetchTypedObjsIfExist()` as bulk-couterparts to `Persist.fetchTypedObj()`. Also refactor the code paths to let the untyped functions use the typed functions to unify/keep common code paths.
- Loading branch information
Showing
21 changed files
with
458 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.