Package | Description |
---|---|
com.querydsl.sql |
SQL/JDBC support
|
Modifier and Type | Method and Description |
---|---|
WithBuilder<Q> |
SQLCommonQuery.with(Path<?> alias,
Path<?>... columns)
Adds a common table expression
|
WithBuilder<Q> |
ProjectableSQLQuery.with(Path<?> alias,
Path<?>... columns) |
WithBuilder<Q> |
SQLCommonQuery.withRecursive(Path<?> alias,
Path<?>... columns)
Adds a common table expression
|
WithBuilder<Q> |
ProjectableSQLQuery.withRecursive(Path<?> alias,
Path<?>... columns) |
Copyright © 2007–2016 Querydsl. All rights reserved.