mirror of
https://github.com/google/nomulus.git
synced 2025-08-02 16:02:10 +02:00
* Refactor naming and behavior of bulk load methods in TransactionManager The contract of loadByKeys(Iterable<VKey>) specifies that the method will throw a NoSuchElementException if any of the specified keys don't exist. We don't do that before this PR, but now we do. Existing calls (when necessary) were converted to the new load* methods, which have the same behavior as the previous methods. Existing methods were also renamed to be more clear -- see b/176239831 for more details and discussion. |
||
---|---|---|
.. | ||
main | ||
nonprod | ||
test |