Uses of Class
org.neo4j.cypherdsl.core.Properties
Packages that use Properties
-
Uses of Properties in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return PropertiesModifier and TypeMethodDescriptionstatic PropertiesProperties.create(MapExpression expression) Wraps an expression into aPropertiesnode.protected final PropertiesNodeBase.getProperties()Returns set of properties for this node.Relationship.Details.getProperties()Returns the properties of this relationship.Constructors in org.neo4j.cypherdsl.core with parameters of type PropertiesModifierConstructorDescriptionprotectedNodeBase(SymbolicName symbolicName, List<NodeLabel> staticLabels, Properties properties) Creates a new base object from aSymbolicNamename, a list of labels and a set of properties.protectedRelationshipBase(SymbolicName symbolicName, String type, Node start, Properties properties, Node end) Always creates a relationship from start to end (left to right).protectedRelationshipBase(SymbolicName symbolicName, Node start, String type, Properties properties, Node end, String... additionalTypes) Always creates a relationship from start to end (left to right).