コード例 #1
0
 @Test
 public void InstanceOf_DomesticCat() {
   assertEquals(0l, query().from(cat).where(cat.instanceOf(DomesticCat.class)).count());
 }