接口 FunctionExpression<T>

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      String getFunctionName()
      Retrieve the name of the function.
      boolean isAggregation()
      Is this function a value aggregator (like a COUNT or MAX function e.g.)?
      • 从接口继承的方法 javax.persistence.criteria.Expression

        as, in, in, in, in, isNotNull, isNull
      • 从接口继承的方法 javax.persistence.criteria.Selection

        alias, getCompoundSelectionItems, isCompoundSelection
      • 从接口继承的方法 javax.persistence.TupleElement

        getAlias, getJavaType
    • 方法详细资料

      • getFunctionName

        String getFunctionName()
        Retrieve the name of the function.
        返回:
        The function name.
      • isAggregation

        boolean isAggregation()
        Is this function a value aggregator (like a COUNT or MAX function e.g.)?
        返回:
        True if this functions does aggregation.