Uses of Interface
org.neo4j.cypherdsl.core.ExposesProperties
-
Packages that use ExposesProperties Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of ExposesProperties in org.neo4j.cypherdsl.core
Classes in org.neo4j.cypherdsl.core with type parameters of type ExposesProperties Modifier and Type Interface Description interfaceExposesProperties<T extends ExposesProperties<?> & PropertyContainer>A container that exposes methods to add properties with values to nodes or relationships.Subinterfaces of ExposesProperties in org.neo4j.cypherdsl.core Modifier and Type Interface Description interfaceNodeSee NodePattern.interfaceRelationshipSee RelationshipPattern.Classes in org.neo4j.cypherdsl.core that implement ExposesProperties Modifier and Type Class Description classNodeBase<SELF extends Node>This is the base class for all nodes.classRelationshipBase<S extends NodeBase<?>,E extends NodeBase<?>,SELF extends RelationshipBase<S,E,SELF>>This is the base class for all relationships.
-