public class Q extends Object
| Constructor and Description |
|---|
Q() |
| Modifier and Type | Method and Description |
|---|---|
static <T> JoinerQuery<T,Long> |
count(com.querydsl.core.types.EntityPath<T> from)
Build count query
|
static <T> JoinerQuery<T,T> |
from(com.querydsl.core.types.EntityPath<T> from)
Build "from" clause of query
|
static FromBuilder<com.querydsl.core.Tuple> |
select(com.querydsl.core.types.Expression<?>... returnProjections)
Build tuple query projections (i.e.
|
static <R> FromBuilder<R> |
select(com.querydsl.core.types.Expression<R> returnProjection)
Build query projection (i.e.
|
public static FromBuilder<com.querydsl.core.Tuple> select(com.querydsl.core.types.Expression<?>... returnProjections)
returnProjections - path to query projectionpublic static <R> FromBuilder<R> select(com.querydsl.core.types.Expression<R> returnProjection)
R - type of source entityreturnProjection - path to query projectionpublic static <T> JoinerQuery<T,T> from(com.querydsl.core.types.EntityPath<T> from)
T - type of source entityfrom - alias of source entitypublic static <T> JoinerQuery<T,Long> count(com.querydsl.core.types.EntityPath<T> from)
T - type of source entityfrom - alias of source entityCopyright © 2021. All rights reserved.