mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
This commit is contained in:
parent
24e1b0932e
commit
13e844d00d
@ -24,6 +24,8 @@ class QuerySyntaxTest {
|
||||
def Query_Syntax() {
|
||||
query from(c) innerJoin(b) from(c1) where (c1.name like "a%") orderBy(c.name asc) list(c)
|
||||
query from(c) innerJoin(b) list(b.id count)
|
||||
|
||||
query from (c) list (c.id, c.name)
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user