Uses of Interface
org.neo4j.cypherdsl.core.NamedPath.OngoingShortestPathDefinitionWithName
-
Packages that use NamedPath.OngoingShortestPathDefinitionWithName Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of NamedPath.OngoingShortestPathDefinitionWithName in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return NamedPath.OngoingShortestPathDefinitionWithName Modifier and Type Method Description static NamedPath.OngoingShortestPathDefinitionWithNameCypher. shortestPath(java.lang.String name)Starts defining a named path defined by theshortestPathbetween a relationship by indicating a name.static NamedPath.OngoingShortestPathDefinitionWithNameCypher. shortestPath(SymbolicName name)Starts defining a named path defined by theshortestPathbetween a relationship by indicating a name.
-