Package 

Class ExpressionJoinerKtQuery

  • 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 ExpressionJoinerKtQuery<FROM_C extends Object, PROJ extends Object, FROM extends EntityPath<FROM_C>>
    extends JoinerKtQuery<FROM_C, PROJ, 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.ExpressionJoinerKtQuery

        asc, asc, desc, desc, distinct, feature, groupBy, having, limit, offset, where, 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 cz.encircled.joiner.kotlin.JoinerKtQuery

        addFeatures, addFeatures, addHint, copy, getFeatures, getFrom, getGroupBy, getHaving, getHints, getJoinGraphs, getJoins, getLimit, getOffset, getOrder, getReturnProjection, getWhere, 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExpressionJoinerKtQuery

        ExpressionJoinerKtQuery(FROM entityPath, Expression<PROJ> projection, Boolean isCount, JoinerQuery<FROM_C, PROJ> delegate)