Class QExpression

  • All Implemented Interfaces:
    com.querydsl.core.types.Expression<Expression>, com.querydsl.core.types.Path<Expression>, java.io.Serializable

    @Generated("com.querydsl.codegen.DefaultEmbeddableSerializer")
    public class QExpression
    extends com.querydsl.core.types.dsl.BeanPath<Expression>
    QExpression is a Querydsl query type for Expression
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      QObjectId _id  
      com.querydsl.core.types.dsl.StringPath definition  
      static QExpression expression  
      com.querydsl.core.types.dsl.StringPath stringId  
      • Fields inherited from class com.querydsl.core.types.dsl.DslExpression

        hashCode, mixin
    • Constructor Summary

      Constructors 
      Constructor Description
      QExpression​(com.querydsl.core.types.Path<? extends Expression> path)  
      QExpression​(com.querydsl.core.types.PathMetadata metadata)  
      QExpression​(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QExpression​(java.lang.Class<? extends Expression> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QExpression​(java.lang.String variable)  
    • Method Summary

      • Methods inherited from class com.querydsl.core.types.dsl.BeanPath

        accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
      • Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression

        as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
      • Methods inherited from class com.querydsl.core.types.dsl.DslExpression

        equals, getType, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.querydsl.core.types.Expression

        getType
    • Field Detail

      • expression

        public static final QExpression expression
      • definition

        public final com.querydsl.core.types.dsl.StringPath definition
      • stringId

        public final com.querydsl.core.types.dsl.StringPath stringId
    • Constructor Detail

      • QExpression

        public QExpression​(java.lang.String variable)
      • QExpression

        public QExpression​(com.querydsl.core.types.Path<? extends Expression> path)
      • QExpression

        public QExpression​(com.querydsl.core.types.PathMetadata metadata)
      • QExpression

        public QExpression​(com.querydsl.core.types.PathMetadata metadata,
                           com.querydsl.core.types.dsl.PathInits inits)
      • QExpression

        public QExpression​(java.lang.Class<? extends Expression> type,
                           com.querydsl.core.types.PathMetadata metadata,
                           com.querydsl.core.types.dsl.PathInits inits)