126127128129130131132
@Override protected Configuration getConfiguration() { return super.getConfiguration() .addEntityResolver(new TestEntityResolver()) .withPrincipalMapper(new TestPrincipalMapper()) .addTypeSource(new TestTypeSource()); }
93949596979899
check(employee, employee2); } @Override protected Configuration getConfiguration() { return super.getConfiguration().addTypeSource(new TestTypeSource()); }
168169170171172173174
testCodex(voidCodex, null); } @Override protected Configuration getConfiguration() { return super.getConfiguration().addTypeSource(new TestTypeSource()); }
58596061626364
assertEquals(2, entity.getExtraEntities().size()); } @Override protected Configuration getConfiguration() { return super.getConfiguration().addTypeSource(new TestTypeSource()); }
86878889909192
assertEquals(map, map2); } @Override protected Configuration getConfiguration() { return super.getConfiguration().addTypeSource(new TestTypeSource()); }
118119120121122123124
@Override protected Configuration getConfiguration() { return super.getConfiguration() .addEntityResolver(persistence) .addPersistenceMapper(persistence) .addTypeSource(new TestTypeSource()); }