* @throws SystemException if a system exception occurred
*/
@Override
public LFObjective fetchByPrimaryKey(Serializable primaryKey)
throws SystemException {
LFObjective lfObjective = (LFObjective) EntityCacheUtil.getResult(LFObjectiveModelImpl.ENTITY_CACHE_ENABLED,
LFObjectiveImpl.class, primaryKey);
if (lfObjective == _nullLFObjective) {
return null;
}