Пример #1
0
 @Override
 public Transaction getTransaction(final UUID transactionId) {
   return transactionDao.load(transactionId);
 }