33343536373839
private @First EntityManager firstEntityManager; @Transactional public void executeInTransaction() { throw new TestException(); }
29303132333435
{ @Override @Transactional public void executeInTransaction() { throw new TestException(); }
private @Second EntityManager secondEntityManager; @Transactional public void executeInTransaction() { throw new TestException(); }
40414243444546