Uses of Interface
org.neo4j.cypherdsl.core.ExposesPatternLengthAccessors
-
Packages that use ExposesPatternLengthAccessors Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of ExposesPatternLengthAccessors in org.neo4j.cypherdsl.core
Classes in org.neo4j.cypherdsl.core with type parameters of type ExposesPatternLengthAccessors Modifier and Type Interface Description interfaceExposesRelationships<T extends RelationshipPattern & ExposesPatternLengthAccessors<?>>A marker interface for things that expose methods to create new relationships to other elements.Subinterfaces of ExposesPatternLengthAccessors in org.neo4j.cypherdsl.core Modifier and Type Interface Description interfaceRelationshipSee RelationshipPattern.Classes in org.neo4j.cypherdsl.core that implement ExposesPatternLengthAccessors Modifier and Type Class Description 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.
-