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 TypeMethodDescriptionChanges the length of the last element of this chain.Changes the length of the last element of this chain to a new maximum length.Changes the length of the last element of this chain to a new minimum length.Replaces the last element of this chains with a copy of the relationship with the new symbolic name.RelationshipChain.named(SymbolicName newSymbolicName) Replaces the last element of this chains with a copy of the relationship with the new symbolic name.RelationshipChain.properties(Object... keysAndValues) Adds properties to the last element of this chain.RelationshipChain.properties(MapExpression newProperties) Adds properties to the last element of this chain.final RelationshipChainRelationshipBase.relationshipBetween(Node other, String... types) RelationshipChain.relationshipBetween(Node other, String... types) final RelationshipChainRelationshipBase.relationshipFrom(Node other, String... types) RelationshipChain.relationshipFrom(Node other, String... types) final RelationshipChainRelationshipBase.relationshipTo(Node other, String... types) RelationshipChain.relationshipTo(Node other, String... types) RelationshipChain.unbounded()Changes the length of the last element of this chain to an unbounded pattern.RelationshipChain.where(Expression predicate) Methods in org.neo4j.cypherdsl.core that return types with arguments of type RelationshipChainModifier and TypeMethodDescriptionTurns the pattern into a named chain of relationships.RelationshipPattern.named(SymbolicName name) Turns the pattern into a named chain of relationships.