-
- 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 JoinerKtQuery<FROM_C extends Object, PROJ extends Object, FROM extends EntityPath<FROM_C>> implements JoinerQuery<FROM_C, PROJ>, JoinOps
-
-
Method Summary
Modifier and Type Method Description final JoinerKtQuery<FROM_C, PROJ, FROM>where(Function2<ConditionOps, FROM, Predicate> where)JoinerKtQuery<FROM_C, PROJ, FROM>limit(Long limit)JoinerKtQuery<FROM_C, PROJ, FROM>offset(Long offset)final JoinerKtQuery<FROM_C, PROJ, FROM>asc(Function1<FROM, Expression<?>> asc)JoinerKtQuery<FROM_C, PROJ, FROM>asc(Expression<?> asc)final JoinerKtQuery<FROM_C, PROJ, FROM>desc(Function1<FROM, Expression<?>> desc)-
Methods inherited from class cz.encircled.joiner.kotlin.JoinerKtQuery
addFeatures, addFeatures, addHint, copy, desc, distinct, getFeatures, getFrom, getGroupBy, getHaving, getHints, getJoinGraphs, getJoins, getLimit, getOffset, getOrder, getReturnProjection, getWhere, groupBy, having, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, isCount, isDistinct, joinGraphs, joinGraphs, joinGraphs, joins, joins, joins, joins, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, setSubQueryMetadata, where -
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
-
where
final JoinerKtQuery<FROM_C, PROJ, FROM> where(Function2<ConditionOps, FROM, Predicate> where)
-
asc
JoinerKtQuery<FROM_C, PROJ, FROM> asc(Expression<?> asc)
-
-
-
-