Uses of Class
org.neo4j.cypherdsl.core.Properties
-
Packages that use Properties Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of Properties in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return Properties Modifier and Type Method Description static @NotNull PropertiesProperties. create(MapExpression expression)Wraps an expression into aPropertiesnode.protected PropertiesNodeBase. getProperties()PropertiesRelationship.Details. getProperties()Constructors in org.neo4j.cypherdsl.core with parameters of type Properties Constructor Description NodeBase(SymbolicName symbolicName, java.util.List<NodeLabel> labels, Properties properties)RelationshipBase(SymbolicName symbolicName, java.lang.String type, Node start, Properties properties, Node end)RelationshipBase(SymbolicName symbolicName, Node start, java.lang.String type, Properties properties, Node end, java.lang.String... additionalTypes)Always creates a relationship from start to end (left to right).
-