mirror of
https://github.com/google/nomulus
synced 2026-09-02 22:27:07 +00:00
* Implement all DatastoreTransactionManager methods In the course of this: - Make assertDelete() specific to JpaTransactionManager, remove the return value from delete() - Converter "in transaction" assertion to IllegalStateException, which is less JPA specific. * Upgraded DatastoreTransactionManagerTest to junit5