mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-27 21:01:15 +08:00
This commit is contained in:
parent
d6226ccaa2
commit
918e93e765
@ -18,8 +18,7 @@ public class TypeCastTest {
|
||||
QCat cat = new QCat(animal.getMetadata());
|
||||
System.out.println(cat);
|
||||
|
||||
ColQuery query = MiniApi.from(animal, Collections.<Animal> emptyList())
|
||||
.from(cat, Collections.<Cat> emptyList());
|
||||
ColQuery query = MiniApi.from(animal, Collections.<Animal> emptyList()).from(cat, Collections.<Cat> emptyList());
|
||||
assertEquals(1, ((ColQueryImpl) query).getMetadata().getJoins().size());
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user