434445464748495051
@Test public void Query() throws ClassNotFoundException, IOException { JPAQuery query = new JPAQuery(); query.from(QCat.cat); query.where(serialize(QCat.cat.name.eq("test"))); } }