I was used discriminator column in where clause like this:
//f = root entity $qb = $this->createQueryBuilder(\'f\'); $qb->add(\'where\', \'f.format = \
for PHP 5.50 and above:
$this->createQueryBuilder('f') ->andWhere('f INSTANCE OF '.Image::class)