Uses of Interface
org.neo4j.cypherdsl.core.ExposesRelationships
-
Packages that use ExposesRelationships Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of ExposesRelationships in org.neo4j.cypherdsl.core
Subinterfaces of ExposesRelationships in org.neo4j.cypherdsl.core Modifier and Type Interface Description interfaceNodeSee NodePattern.interfaceRelationshipSee RelationshipPattern.interfaceRelationshipPatternA shared, public interface forrelationshipsandchains of relationships.Classes in org.neo4j.cypherdsl.core that implement ExposesRelationships Modifier and Type Class Description classNodeBase<SELF extends Node>This 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.classRelationshipChainRepresents a chain of relationships.Methods in org.neo4j.cypherdsl.core that return ExposesRelationships Modifier and Type Method Description ExposesRelationships<RelationshipChain>RelationshipPattern. named(java.lang.String name)Turns the pattern into a named chain of relationships.
-