gpt4 book ai didi

neo4j - 如何指定Spring数据neo4j的查询深度?

转载 作者:行者123 更新时间:2023-12-05 06:32:50 24 4
gpt4 key购买 nike

Spring Data Neo4j 提供了一种指定查询深度的方法:

@Depth(value = 2)
List<KNode> findByName(String name);

但是它是硬编码的,有没有其他方法可以将深度指定为方法的参数,就像:

List<KNode> findByName(String name, int depth);

谢谢。

最佳答案

您可以尝试注释参数。

List<KNode> findByName(String name, @Depth int depth);

在这里找到更多:https://docs.spring.io/spring-data/neo4j/docs/current/reference/html/#reference_derived-queries

关于neo4j - 如何指定Spring数据neo4j的查询深度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51054172/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com