if (lfTincanLrsStatementRef == null) {
if (_log.isWarnEnabled()) {
_log.warn(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey);
}
throw new NoSuchLFTincanLrsStatementRefException(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY +
primaryKey);
}
return remove(lfTincanLrsStatementRef);
} catch (NoSuchLFTincanLrsStatementRefException nsee) {