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.Classes in org.neo4j.cypherdsl.core that implement ExposesProperties Modifier and Type Class Description classNodeSee NodePattern.classRelationshipSee RelationshipPattern.
-