ppodgorsek / spring-test-dbunit

Integration between the Spring testing framework and DBUnit
Apache License 2.0
41 stars 6 forks source link

Use constants for Hibernate settings #116

Closed ppodgorsek closed 5 years ago

ppodgorsek commented 5 years ago

The org.hibernate.cfg.AvailableSettings interface contains constants for the Hibernate settings.

ppodgorsek commented 5 years ago

Done