Uses of Class
org.neo4j.cypherdsl.core.RelationshipChain
Packages that use RelationshipChain
-
Uses of RelationshipChain in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return RelationshipChainModifier and TypeMethodDescription@NotNull RelationshipChainChanges the length of the last element of this chain@NotNull RelationshipChainChanges the length of the last element of this chain to a new maximum length@NotNull RelationshipChainChanges the length of the last element of this chain to a new minimum length@NotNull RelationshipChainReplaces the last element of this chains with a copy of the relationship with the new symbolic name.@NotNull RelationshipChainRelationshipChain.named(SymbolicName newSymbolicName) Replaces the last element of this chains with a copy of the relationship with the new symbolic name.@NotNull RelationshipChainRelationshipChain.properties(Object... keysAndValues) Adds properties to the last element of this chain.@NotNull RelationshipChainRelationshipChain.properties(MapExpression newProperties) Adds properties to the last element of this chain.final @NotNull RelationshipChainRelationshipBase.relationshipBetween(Node other, String... types) @NotNull RelationshipChainRelationshipChain.relationshipBetween(Node other, String... types) final @NotNull RelationshipChainRelationshipBase.relationshipFrom(Node other, String... types) @NotNull RelationshipChainRelationshipChain.relationshipFrom(Node other, String... types) final @NotNull RelationshipChainRelationshipBase.relationshipTo(Node other, String... types) @NotNull RelationshipChainRelationshipChain.relationshipTo(Node other, String... types) @NotNull RelationshipChainRelationshipChain.unbounded()Changes the length of the last element of this chain to an unbounded pattern.Methods in org.neo4j.cypherdsl.core that return types with arguments of type RelationshipChainModifier and TypeMethodDescription@NotNull ExposesRelationships<RelationshipChain>Turns the pattern into a named chain of relationships.@NotNull ExposesRelationships<RelationshipChain>RelationshipPattern.named(SymbolicName name) Turns the pattern into a named chain of relationships.