public FluentFactoryBuilder h2ConfigForTests() {
   return configForTests().hibernateProperties(HibernateProperties.forH2CreateDrop());
 }