Package cz.encircled.joiner.query
Class TupleJoinerQuery<T>
- java.lang.Object
-
- cz.encircled.joiner.query.JoinerQueryBase<T,com.querydsl.core.Tuple>
-
- cz.encircled.joiner.query.TupleJoinerQuery<T>
-
- All Implemented Interfaces:
com.querydsl.core.types.Expression<com.querydsl.core.Tuple>,com.querydsl.core.types.SubQueryExpression<com.querydsl.core.Tuple>,JoinerQuery<T,com.querydsl.core.Tuple>,JoinRoot,Serializable
public class TupleJoinerQuery<T> extends JoinerQueryBase<T,com.querydsl.core.Tuple>
Implementation of joiner query withTupleresult- Author:
- Kisel on 13.9.2016.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TupleJoinerQuery(com.querydsl.core.types.EntityPath<T> from, com.querydsl.core.types.Expression<?>... returnProjections)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.querydsl.core.types.Expression<com.querydsl.core.Tuple>getReturnProjection()-
Methods inherited from class cz.encircled.joiner.query.JoinerQueryBase
accept, addFeatures, addFeatures, addHint, asc, copy, count, desc, distinct, equals, getAllJoins, getFeatures, getFrom, getGroupBy, getHaving, getHints, getJoinGraphs, getJoins, getLimit, getMetadata, getOffset, getOrder, getType, getWhere, groupBy, hashCode, having, isCount, isDistinct, joinGraphs, joinGraphs, joinGraphs, joins, joins, joins, joins, limit, offset, setSubQueryMetadata, toString, where
-
-
-
-
Constructor Detail
-
TupleJoinerQuery
public TupleJoinerQuery(com.querydsl.core.types.EntityPath<T> from, com.querydsl.core.types.Expression<?>... returnProjections)
-
-
Method Detail
-
getReturnProjection
public com.querydsl.core.types.Expression<com.querydsl.core.Tuple> getReturnProjection()
- Specified by:
getReturnProjectionin interfaceJoinerQuery<T,com.querydsl.core.Tuple>- Overrides:
getReturnProjectionin classJoinerQueryBase<T,com.querydsl.core.Tuple>
-
-