public class Q extends Object
| Constructor and Description |
|---|
Q() |
| Modifier and Type | Method and Description |
|---|---|
static <T> JoinerQuery<T,Long> |
count(com.mysema.query.types.EntityPath<T> from) |
static <T> JoinerQuery<T,T> |
from(com.mysema.query.types.EntityPath<T> from) |
static FromBuilder<com.mysema.query.Tuple> |
select(com.mysema.query.types.Expression<?>... returnProjections) |
static <R> FromBuilder<R> |
select(com.mysema.query.types.Expression<R> returnProjection) |
public static FromBuilder<com.mysema.query.Tuple> select(com.mysema.query.types.Expression<?>... returnProjections)
public static <R> FromBuilder<R> select(com.mysema.query.types.Expression<R> returnProjection)
public static <T> JoinerQuery<T,T> from(com.mysema.query.types.EntityPath<T> from)
public static <T> JoinerQuery<T,Long> count(com.mysema.query.types.EntityPath<T> from)
Copyright © 2017. All rights reserved.