Uses of Interface
org.neo4j.cypherdsl.core.ExposesRelationships
Packages that use ExposesRelationships
-
Uses of ExposesRelationships in org.neo4j.cypherdsl.core
Subinterfaces of ExposesRelationships in org.neo4j.cypherdsl.coreModifier and TypeInterfaceDescriptioninterfaceSee NodePattern.interfaceSee RelationshipPattern.interfaceA shared, public interface forrelationshipsandchains of relationships.Classes in org.neo4j.cypherdsl.core that implement ExposesRelationshipsModifier and TypeClassDescriptionclassThis is the base class for all nodes.classRelationshipBase<S extends NodeBase<?>,E extends NodeBase<?>, SELF extends RelationshipBase<S, E, SELF>> This is the base class for all relationships.final classRepresents a chain of relationships.Methods in org.neo4j.cypherdsl.core that return ExposesRelationshipsModifier 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.