Guest User

Untitled

a guest
Jul 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $qb = $this->_em->createQueryBuilder()
  2. ->select('c1, c2, c3')
  3. ->from('Ciutat\DomainModel\Class1', 'c1')
  4. ->innerJoin('c1.class2', 'c2');
  5. ->leftJoin('c1.class3', 'c3');
Add Comment
Please, Sign In to add comment