Package ext.java.math

Class QBigDecimal

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

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

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

        hashCode, mixin
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.querydsl.core.types.Predicate range​(DecimalRange 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

      • bigDecimal

        public static final QBigDecimal bigDecimal
    • Constructor Detail

      • QBigDecimal

        public QBigDecimal​(String variable)
      • QBigDecimal

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

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

      • range

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