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()Relationship.Details.getProperties()Constructors in org.neo4j.cypherdsl.core with parameters of type PropertiesModifierConstructorDescriptionprotectedNodeBase(SymbolicName symbolicName, List<NodeLabel> labels, Properties properties) Creates a new base object from aSymbolicNamename, a list of labels and a set of propertiesprotectedRelationshipBase(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).