this.setName(this.emJtaDb2, id2, name2);
if (rollback) throw new RuntimeException("Rollback");
}
private String getName(EntityManager em, Long testingEntityId) {
TestingEntityRepo teRepo = new JuEmUtil(em).getJpaRepository(TestingEntityRepo.class);
return teRepo.findOne(testingEntityId).getName();
}