273274275276277278279
@Test public void DocoExamples94_6() throws Exception { query().from(mother) .innerJoin(mother.mate, mate) .leftJoin(mother.kittens, kitten) .select(new QFamily(mother, mate, kitten)).parse(); }