mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
* Give JpaTransactionManagerRule more parameters Allow users of the rule to add annotated classes and properties, both useful for testing. * Change in response to review. * Changes for review. * Move test EntityManagerFactory create method Move the test create method into the JpaTransactionManagerRuleTest. * Remove nomulus SQL dialect from G.S.S.Command Remove NomulusPostgreSQLDialect from GenerateSqlSchemaCommand (it has been moved to its own top-level class).