-
- 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 ExpressionJoinerKtQuery<FROM_C extends Object, PROJ extends Object, FROM extends EntityPath<FROM_C>> extends JoinerKtQuery<FROM_C, PROJ, FROM>
-
-
Field Summary
Fields Modifier and Type Field Description private JoinDescriptionlastJoin
-
Method Summary
Modifier and Type Method Description JoinDescriptiongetLastJoin()UnitsetLastJoin(JoinDescription lastJoin)-
Methods inherited from class cz.encircled.joiner.kotlin.ExpressionJoinerKtQuery
asc, asc, desc, desc, distinct, feature, features, 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, isStatelessSession, joinGraphs, joinGraphs, joinGraphs, joins, joins, joins, joins, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, on, setStatelessSession, setSubQueryMetadata, useStatelessSession -
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)
-
-
-
-