google-nomulus/core
Michael Muller e2dfb6488d
Improve return value semantices for tm().load() (#576)
Since we rarely (if ever) want to check the result of a single element load,
make TransactionManager.load(VKey) return non-optional, non-nullable and just
throw a NoSuchElementException if the entity is not found.

Also add a maybeLoad() that does return an optional in case we ever want to do
this (exists() should suffice for an existence check).
2020-05-04 10:49:36 -04:00
..
gradle/dependency-locks Add annotation processor to generate converter for VKey (#566) 2020-04-29 17:29:05 -04:00
src Improve return value semantices for tm().load() (#576) 2020-05-04 10:49:36 -04:00
WEB-INF/appengine-generated Enable Cloud SQL when Datastore is enabled for unit test (#502) 2020-03-10 12:26:25 -04:00
build.gradle Add annotation processor to generate converter for VKey (#566) 2020-04-29 17:29:05 -04:00
Dockerfile Build docker image of nomulus tool (#142) 2019-07-16 20:18:44 -04:00
karma.conf.js Clean up Karma config file (#345) 2019-11-06 10:33:58 -05:00