* @throws SystemException if a system exception occurred
*/
@Override
public LFTincanLrsSubStatement findByPrimaryKey(Serializable primaryKey)
throws NoSuchLFTincanLrsSubStatementException, SystemException {
LFTincanLrsSubStatement lfTincanLrsSubStatement = fetchByPrimaryKey(primaryKey);
if (lfTincanLrsSubStatement == null) {
if (_log.isWarnEnabled()) {
_log.warn(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey);
}