createQuery(); return $query ->matching($query->equals('globalId', $globalId)) ->setLimit(1) ->execute() ->getFirst() ; } }