mirror of
https://github.com/google/nomulus
synced 2026-01-09 15:43:52 +00:00
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.