Uses of Interface
org.neo4j.cypherdsl.core.PropertyContainer
-
Packages that use PropertyContainer Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of PropertyContainer in org.neo4j.cypherdsl.core
Classes in org.neo4j.cypherdsl.core with type parameters of type PropertyContainer 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 PropertyContainer Modifier and Type Class Description classNodeSee NodePattern.classRelationshipSee RelationshipPattern.
-