示例#1
0
 @Override
 public InternalTitanTransaction startTransaction(TransactionConfig configuration) {
   try {
     return new StandardPersistTitanTx(this, etManager, configuration, storage.beginTransaction());
   } catch (StorageException e) {
     throw new TitanException("Could not start new transaction", e);
   }
 }