Uses of Class
org.neo4j.cypherdsl.core.RelationshipBase
Packages that use RelationshipBase
-
Uses of RelationshipBase in org.neo4j.cypherdsl.core
Classes in org.neo4j.cypherdsl.core with type parameters of type RelationshipBaseModifier and TypeClassDescriptionclassRelationshipBase<S extends NodeBase<?>,E extends NodeBase<?>, SELF extends RelationshipBase<S, E, SELF>> This is the base class for all relationships.