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