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 interfaceRelationshipPatternA shared, public interface forrelationshipsandchains of relationships.Classes in org.neo4j.cypherdsl.core that implement ExposesRelationships Modifier and Type Class Description classNodeSee NodePattern.classRelationshipSee RelationshipPattern.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.
-