mirror of
https://github.com/google/nomulus
synced 2026-04-23 17:50:49 +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