Open
Description
Hi,
There is any reason for which QueryBuilder does not implement Doctrine\Common\Collections\Selectable?
As obviously we can do:
$qb->addCriteria($criteria);
Where I find this useful? On using the QueryBuilder for Paginator with the Selectable + filtering/ordering: https://www.doctrine-project.org/projects/doctrine-module/en/5.3/paginator.html