Package ext.java.lang

Class QInteger

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

    @Generated("com.querydsl.codegen.EmbeddableSerializer")
    public class QInteger
    extends com.querydsl.core.types.dsl.NumberPath<Integer>
    QInteger is a Querydsl query type for Integer
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static QInteger integer  
      • Fields inherited from class com.querydsl.core.types.dsl.DslExpression

        hashCode, mixin
    • Constructor Summary

      Constructors 
      Constructor Description
      QInteger​(com.querydsl.core.types.Path<Integer> path)  
      QInteger​(com.querydsl.core.types.PathMetadata metadata)  
      QInteger​(String variable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.querydsl.core.types.Predicate range​(IntegerRange range)  
      • Methods inherited from class com.querydsl.core.types.dsl.NumberPath

        accept, getAnnotatedElement, getMetadata, getRoot
      • Methods inherited from class com.querydsl.core.types.dsl.NumberExpression

        abs, add, add, as, as, avg, between, between, byteValue, castToNum, ceil, divide, divide, doubleValue, floatValue, floor, goe, goe, goeAll, goeAny, gt, gt, gtAll, gtAll, gtAny, gtAny, in, intValue, like, like, loe, loe, loeAll, loeAny, longValue, lt, lt, ltAll, ltAny, max, max, min, min, mod, mod, multiply, multiply, negate, notBetween, notBetween, notIn, random, round, shortValue, sqrt, stringValue, subtract, subtract, sum
      • Methods inherited from class com.querydsl.core.types.dsl.ComparableExpressionBase

        asc, coalesce, coalesce, desc
      • Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression

        count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, 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 interface com.querydsl.core.types.Expression

        getType
    • Field Detail

      • integer

        public static final QInteger integer
    • Constructor Detail

      • QInteger

        public QInteger​(String variable)
      • QInteger

        public QInteger​(com.querydsl.core.types.Path<Integer> path)
      • QInteger

        public QInteger​(com.querydsl.core.types.PathMetadata metadata)
    • Method Detail

      • range

        public com.querydsl.core.types.Predicate range​(IntegerRange range)