Package | Description |
---|---|
com.mysema.query.jdo.sql | |
com.mysema.query.jpa |
Query implementations for HQL and JPAQL
|
com.mysema.query.sql |
SQL/JDBC support for Querydsl
|
Modifier and Type | Method and Description |
---|---|
WithBuilder<T> |
AbstractSQLQuery.with(Path<?> alias,
Path<?>... columns) |
WithBuilder<T> |
AbstractSQLQuery.withRecursive(Path<?> alias,
Path<?>... columns) |
Modifier and Type | Method and Description |
---|---|
WithBuilder<T> |
AbstractSQLQuery.with(Path<?> alias,
Path<?>... columns) |
WithBuilder<T> |
AbstractSQLQuery.withRecursive(Path<?> alias,
Path<?>... columns) |
Modifier and Type | Method and Description |
---|---|
WithBuilder<Q> |
SQLCommonQuery.with(Path<?> alias,
Path<?>... columns)
Adds a common table expression
|
WithBuilder<Q> |
AbstractSQLSubQuery.with(Path<?> alias,
Path<?>... columns) |
WithBuilder<Q> |
AbstractSQLQuery.with(Path<?> alias,
Path<?>... columns) |
WithBuilder<Q> |
SQLCommonQuery.withRecursive(Path<?> alias,
Path<?>... columns)
Adds a common table expression
|
WithBuilder<Q> |
AbstractSQLSubQuery.withRecursive(Path<?> alias,
Path<?>... columns) |
WithBuilder<Q> |
AbstractSQLQuery.withRecursive(Path<?> alias,
Path<?>... columns) |
Copyright © 2007–2014 Mysema Ltd. All rights reserved.