示例#1
0
 /** Start a transaction */
 public Handle begin() {
   transactions.begin(this);
   log.logBeginTransaction(this);
   return this;
 }