Exemplo n.º 1
0
 /** @return {@code True} if rollback is synchronous. */
 private boolean syncRollback() {
   return tx != null && tx.syncRollback();
 }