Package ext.java.lang
Class QInteger
- java.lang.Object
-
- com.querydsl.core.types.dsl.DslExpression<T>
-
- com.querydsl.core.types.dsl.SimpleExpression<T>
-
- com.querydsl.core.types.dsl.ComparableExpressionBase<T>
-
- com.querydsl.core.types.dsl.NumberExpression<T>
-
- com.querydsl.core.types.dsl.NumberPath<Integer>
-
- ext.java.lang.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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.querydsl.core.types.Predicaterange(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
-
-
-
-
Field Detail
-
integer
public static final QInteger integer
-
-
Method Detail
-
range
public com.querydsl.core.types.Predicate range(IntegerRange range)
-
-