Package com.graphdbapi.procedure
Annotation Type UserAggregationFunction
-
@Target(METHOD) @Retention(RUNTIME) public @interface UserAggregationFunction
声明该方法为聚合函数,表示该方法能通过cypher查询语言调用。
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
deprecatedBy
弃用函数时,指出可能在客户端警告中显示的替换程序是有一定作用的。java.lang.String
name
value()
的同义词java.lang.String
value
声明自定义聚合函数调用语句。默认以class和method拼接,如com.graph.procedure
。
-
-
-
-
name
java.lang.String name
value()
的同义词- Returns:
- 声明自定义聚合函数调用语句
- Default:
- ""
-
-