#bQuery Builder v2
This document proposes a new PHPCR-ODM query builder API and attempts to explain why it is necessary and what was wrong with the previous query builder.
The current PHPCR-ODM query builder is based upon the Doctrine ORM query builder API and uses and extends the Doctrine Commons expression builder.
$qb->from('Doctrine\Phpcr\Document\Generic');