Uses of Class
org.neo4j.cypherdsl.core.internal.RelationshipTypes
-
Packages that use RelationshipTypes Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher.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 RelationshipTypes in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return RelationshipTypes Modifier and Type Method Description RelationshipTypesRelationship.Details. getTypes() -
Uses of RelationshipTypes in org.neo4j.cypherdsl.core.internal
Methods in org.neo4j.cypherdsl.core.internal that return RelationshipTypes Modifier and Type Method Description static RelationshipTypesRelationshipTypes. of(java.lang.String... types)
-