Package 

Class TupleJoinerKtQuery

  • 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 TupleJoinerKtQuery<FROM_C extends Object, FROM extends EntityPath<FROM_C>>
    extends JoinerKtQuery<FROM_C, Tuple, FROM>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private JoinDescription lastJoin
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      JoinDescription getLastJoin()
      Unit setLastJoin(JoinDescription lastJoin)
      • Methods inherited from class cz.encircled.joiner.kotlin.TupleJoinerKtQuery

        andWhere, andWhere, asc, asc, count, desc, desc, distinct, feature, features, groupBy, groupBy, having, limit, offset, orWhere, orWhere, where, where
      • Methods inherited from class cz.encircled.joiner.kotlin.JoinerKtQuery

        addFeatures, addFeatures, addHint, copy, copy, getFeatures, getFrom, getGroupBy, getHaving, getHints, getJoinGraphs, getJoins, getLimit, getOffset, getOrder, getReturnProjection, 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, 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
    • Constructor Detail

      • TupleJoinerKtQuery

        TupleJoinerKtQuery(FROM entityPath, Array<Expression<?>> projection, JoinerQuery<FROM_C, Tuple> delegate)