212213214215216217218219220221222
if (sTransaction == null) { if (_log.isWarnEnabled()) { _log.warn(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey); } throw new NoSuchSTransactionException(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey); } return remove(sTransaction); }
338339340341342343344345346347348
if (sTransaction == null) { if (_log.isWarnEnabled()) { _log.warn(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + transactionId); } throw new NoSuchSTransactionException(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + transactionId); } return sTransaction; }