-
- 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>andWhere(Function1<FROM, BooleanExpression> where)JoinerKtQuery<FROM_C, PROJ, FROM>andWhere(BooleanExpression where)final JoinerKtQuery<FROM_C, PROJ, FROM>orWhere(Function1<FROM, BooleanExpression> where)JoinerKtQuery<FROM_C, PROJ, FROM>orWhere(BooleanExpression where)final JoinerKtQuery<FROM_C, PROJ, FROM>feature(QueryFeature feature)final JoinerKtQuery<FROM_C, PROJ, FROM>features(Collection<QueryFeature> features)JoinerKtQuery<FROM_C, PROJ, FROM>limit(Integer limit)JoinerKtQuery<FROM_C, PROJ, FROM>offset(Integer 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(Expression<?> groupBy)JoinerKtQuery<FROM_C, PROJ, FROM>groupBy(List<Expression<?>> groupBy)JoinerKtQuery<FROM_C, PROJ, FROM>having(Predicate having)JoinerQuery<FROM_C, PROJ>distinct(Boolean isDistinct)final JoinerKtQuery<FROM_C, PROJ, FROM>count()-
Methods inherited from class cz.encircled.joiner.kotlin.JoinerKtQuery
addFeatures, addFeatures, addHint, cacheRegion, cacheable, copy, copy, flushMode, getCacheRegion, getCacheable, getFeatures, getFlushMode, getFrom, getGroupBy, getHaving, getHints, getJoinGraphs, getJoins, getLimit, getOffset, getOrder, getReturnProjection, getTimeout, getWhere, groupBy, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, isCount, isDistinct, isStatelessSession, joinGraph, joinGraph, joinGraphs, joinGraphs, joinGraphs, joinGraphs, joins, joins, joins, joins, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, on, removeJoin, setStatelessSession, timeout, 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)
-
where
JoinerKtQuery<FROM_C, PROJ, FROM> where(Predicate where)
-
andWhere
JoinerKtQuery<FROM_C, PROJ, FROM> andWhere(BooleanExpression where)
-
orWhere
JoinerKtQuery<FROM_C, PROJ, FROM> orWhere(BooleanExpression where)
-
feature
final JoinerKtQuery<FROM_C, PROJ, FROM> feature(QueryFeature feature)
-
features
final JoinerKtQuery<FROM_C, PROJ, FROM> features(Collection<QueryFeature> features)
-
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(Expression<?> groupBy)
-
having
JoinerKtQuery<FROM_C, PROJ, FROM> having(Predicate having)
-
count
final JoinerKtQuery<FROM_C, PROJ, FROM> count()
-
-
-
-