mirror of
https://github.com/google/nomulus
synced 2026-07-19 22:42:23 +00:00
f749236500
* Reuse JPA EntityManagerFactory in tests Reuse EntityManagerFactory instance in tests if the requested schema stays the same. Only truncate tables and reset sequences when reusing. Note that the jdbc driver needs to be informed to expect out-of-band schema changes.