$criteria = new DoctrineCommonCollectionsCriteria(); $criteria ->orWhere($criteria->expr()->contains('domains', 'a')) ->orWhere($criteria->expr()->contains('domains', 'b')); $groups = $em ->getRepository('Group') ->matching($criteria);