Annotation Type UserAggregationFunction


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface UserAggregationFunction
    声明该方法为聚合函数,表示该方法能通过cypher查询语言调用。
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String deprecatedBy
      弃用函数时,指出可能在客户端警告中显示的替换程序是有一定作用的。
      String name
      value()的同义词
      String value
      声明自定义聚合函数调用语句。默认以class和method拼接,如com.graph.procedure
    • Element Detail

      • value

        String value
        声明自定义聚合函数调用语句。默认以class和method拼接,如com.graph.procedure
        Returns:
        声明自定义聚合函数调用语句
        Default:
        ""
      • name

        String name
        value()的同义词
        Returns:
        声明自定义聚合函数调用语句
        Default:
        ""
      • deprecatedBy

        String deprecatedBy
        弃用函数时,指出可能在客户端警告中显示的替换程序是有一定作用的。
        Returns:
        替换UserAggregationFunction的字符串表现形式
        Default:
        ""