mirror of
https://github.com/google/nomulus
synced 2026-07-19 22:42:23 +00:00
2b99ee61d4
This performs a direct load-by-key (the most efficient Datastore operation), rather than attempting to load all entities by type using an ancestor query. The existing implementation is possibly more error-prone as well, and might be responsible for the "cross-group transaction need to be explicitly specified" error we're seeing.