Beispiel #1
0
 /** Commit a transaction */
 public Handle commit() {
   final long start = System.nanoTime();
   transactions.commit(this);
   log.logCommitTransaction((System.nanoTime() - start) / 1000000L, this);
   return this;
 }