mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-06 21:05:50 +08:00
#463 Update test
This commit is contained in:
parent
98db3640f5
commit
896ff21cd6
@ -215,9 +215,8 @@ public class JPASQLBase {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void EntityQueries2() {
|
||||
QCat catEntity = QCat.cat;
|
||||
QCat catEntity = new QCat("animal_");
|
||||
query().from(catEntity).list(catEntity.toes.max());
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user