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