-
- 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 class JoinerKtQuery<FROM_C extends Object, PROJ extends Object, FROM extends EntityPath<FROM_C>> implements JoinerQuery<FROM_C, PROJ>, JoinOps
-
-
Field Summary
Fields Modifier and Type Field Description private JoinDescriptionlastJoin
-
Constructor Summary
Constructors Constructor Description JoinerKtQuery(FROM entityPath, JoinerQuery<FROM_C, PROJ> delegate)
-
Method Summary
Modifier and Type Method Description JoinDescriptiongetLastJoin()UnitsetLastJoin(JoinDescription lastJoin)final JoinerKtQuery<FROM_C, PROJ, FROM>where(Function1<FROM, Predicate> where)JoinerKtQuery<FROM_C, PROJ, FROM>where(Predicate where)final JoinerKtQuery<FROM_C, PROJ, FROM>feature(QueryFeature feature)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)JoinerKtQuery<FROM_C, PROJ, FROM>desc(Expression<?> desc)final JoinerKtQuery<FROM_C, PROJ, FROM>groupBy(Path<?> groupBy)final JoinerKtQuery<FROM_C, PROJ, FROM>groupBy(List<Path<?>> groupBy)JoinerKtQuery<FROM_C, PROJ, FROM>having(Predicate having)JoinerQuery<FROM_C, PROJ>distinct(Boolean isDistinct)-
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)
-
where
JoinerKtQuery<FROM_C, PROJ, FROM> where(Predicate where)
-
feature
final JoinerKtQuery<FROM_C, PROJ, FROM> feature(QueryFeature feature)
-
asc
JoinerKtQuery<FROM_C, PROJ, FROM> asc(Expression<?> asc)
-
desc
JoinerKtQuery<FROM_C, PROJ, FROM> desc(Expression<?> desc)
-
groupBy
final JoinerKtQuery<FROM_C, PROJ, FROM> groupBy(Path<?> groupBy)
-
having
JoinerKtQuery<FROM_C, PROJ, FROM> having(Predicate having)
-
-
-
-