mirror of
https://github.com/google/nomulus
synced 2026-01-09 15:43:52 +00:00
This PR created the new interface named TransactionManager which defines methods to manage transaction. Also, the access to all transaction related methods of Ofy.java are restricted to package private, and they will be exposed by DatastoreTransactionManager which is the datastore implementation of TransactionManager.