接口 ExpressionImplementor<T>

    • 方法详细资料

      • asLong

        ExpressionImplementor<Long> asLong()
        See CriteriaBuilder.toLong(javax.persistence.criteria.Expression<? extends java.lang.Number>)
        返回:
        this but as a long
      • asInteger

        ExpressionImplementor<Integer> asInteger()
        See CriteriaBuilder.toInteger(javax.persistence.criteria.Expression<? extends java.lang.Number>)
        返回:
        this but as an integer
      • asFloat

        ExpressionImplementor<Float> asFloat()
        See CriteriaBuilder.toFloat(javax.persistence.criteria.Expression<? extends java.lang.Number>)
        返回:
        this but as a float
      • asDouble

        ExpressionImplementor<Double> asDouble()
        See CriteriaBuilder.toDouble(javax.persistence.criteria.Expression<? extends java.lang.Number>)
        返回:
        this but as a double
      • asString

        ExpressionImplementor<String> asString()
        See CriteriaBuilder.toString(javax.persistence.criteria.Expression<java.lang.Character>)
        返回:
        this but as a string