-
-
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, where -
Methods inherited from class cz.encircled.joiner.query.JoinerQuery
addJoin, getAllJoins, getJoin -
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)
-
-
-
-