mirror of
https://github.com/google/nomulus.git
synced 2025-05-01 04:27:51 +02:00
It wasn't being used by any actual code, and having helper methods handling saving/persistence on entities like this is not a pattern we want to encourage, since it hides Datastore transactions from further up in the call chain. The idea is that you can always look for ofy() calls in the same layer of code to see where persisted data is being changed. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=143036027 |
||
---|---|---|
.. | ||
com/google | ||
google/registry |