Uses of Class
org.neo4j.cypherdsl.core.internal.RelationshipLength
-
Packages that use RelationshipLength Package Description org.neo4j.cypherdsl.core.internal This is basically the kitchen sink for all classes that must be public but are not actually part of the public API. -
-
Uses of RelationshipLength in org.neo4j.cypherdsl.core.internal
Methods in org.neo4j.cypherdsl.core.internal that return RelationshipLength Modifier and Type Method Description static RelationshipLengthRelationshipLength. of(Integer minimum, Integer maximum)static RelationshipLengthRelationshipLength. unbounded()
-