-
- All Implemented Interfaces:
-
com.querydsl.core.types.Expression,com.querydsl.core.types.SubQueryExpression,cz.encircled.joiner.kotlin.JoinOps,cz.encircled.joiner.query.JoinRoot,cz.encircled.joiner.query.JoinerQuery,java.io.Serializable
public final class TupleJoinerKtQuery<FROM_C extends Object, FROM extends EntityPath<FROM_C>> extends JoinerKtQuery<FROM_C, Tuple, FROM>
-
-
Field Summary
Fields Modifier and Type Field Description private JoinDescriptionlastJoin
-
Constructor Summary
Constructors Constructor Description TupleJoinerKtQuery(FROM entityPath, Array<Expression<?>> projection, JoinerQuery<FROM_C, Tuple> delegate)
-
Method Summary
Modifier and Type Method Description JoinDescriptiongetLastJoin()UnitsetLastJoin(JoinDescription lastJoin)-
Methods inherited from class cz.encircled.joiner.kotlin.TupleJoinerKtQuery
asc, asc, desc, desc, distinct, feature, groupBy, groupBy, having, limit, offset, where, where -
Methods inherited from class cz.encircled.joiner.kotlin.JoinerKtQuery
addFeatures, addFeatures, addHint, copy, getFeatures, getFrom, getGroupBy, getHaving, getHints, getJoinGraphs, getJoins, getLimit, getOffset, getOrder, getReturnProjection, getWhere, groupBy, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, isCount, isDistinct, joinGraphs, joinGraphs, joinGraphs, joins, joins, joins, joins, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, on, setSubQueryMetadata -
Methods inherited from class cz.encircled.joiner.query.JoinerQuery
addJoin, getAllJoins, getJoin, getMetadata -
Methods inherited from class com.querydsl.core.types.SubQueryExpression
accept, getType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getLastJoin
JoinDescription getLastJoin()
-
setLastJoin
Unit setLastJoin(JoinDescription lastJoin)
-
-
-
-