public class TupleJoinerQuery<T> extends JoinerQueryBase<T,com.mysema.query.Tuple>
| Constructor and Description |
|---|
TupleJoinerQuery(com.mysema.query.types.EntityPath<T> from,
com.mysema.query.types.Expression<?>... returnProjections) |
| Modifier and Type | Method and Description |
|---|---|
com.mysema.query.types.Expression<com.mysema.query.Tuple> |
getReturnProjection(com.mysema.query.jpa.impl.JPAQuery query) |
addFeatures, addHint, distinct, getFeatures, getFrom, getGroupBy, getHaving, getHints, getJoin, getJoinGraphs, getJoins, getWhere, groupBy, having, isDistinct, joinGraphs, joins, joins, wherepublic TupleJoinerQuery(com.mysema.query.types.EntityPath<T> from, com.mysema.query.types.Expression<?>... returnProjections)
public com.mysema.query.types.Expression<com.mysema.query.Tuple> getReturnProjection(com.mysema.query.jpa.impl.JPAQuery query)
getReturnProjection in interface JoinerQuery<T,com.mysema.query.Tuple>getReturnProjection in class JoinerQueryBase<T,com.mysema.query.Tuple>Copyright © 2016. All rights reserved.