google-nomulus/core/src
gbrodman 8d7d1fac3e Refactor naming and behavior of bulk load methods in TransactionManager (#918)
* 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.
2021-01-06 11:55:59 -05:00
..
main Refactor naming and behavior of bulk load methods in TransactionManager (#918) 2021-01-06 11:55:59 -05:00
nonprod Add a command to generate ER diagram for SQL schema (#839) 2020-10-15 17:31:43 -04:00
test Refactor naming and behavior of bulk load methods in TransactionManager (#918) 2021-01-06 11:55:59 -05:00