mirror of
https://github.com/google/nomulus
synced 2026-07-19 14:32:44 +00:00
832e1ce047
* 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