* @throws SystemException if a system exception occurred
*/
@Override
public LFObjectiveState fetchByPrimaryKey(Serializable primaryKey)
throws SystemException {
LFObjectiveState lfObjectiveState = (LFObjectiveState) EntityCacheUtil.getResult(LFObjectiveStateModelImpl.ENTITY_CACHE_ENABLED,
LFObjectiveStateImpl.class, primaryKey);
if (lfObjectiveState == _nullLFObjectiveState) {
return null;
}