예제 #1
0
 /** @return {@code true} if related transaction is implicit. */
 private boolean implicitTx() {
   return tx != null && tx.implicit();
 }