Uses of Class
org.neo4j.cypherdsl.core.Labels
Packages that use Labels
-
Uses of Labels in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return LabelsModifier and TypeMethodDescriptionstatic LabelsCypher.allLabels(Expression expression) Creates a dynamic label expression matching all labels to whichexpressionresolves.Create a conjunction.static LabelsCypher.anyLabel(Expression expression) Creates a dynamic label expression matching any label to whichexpressionresolves.static LabelsLabels.colonConjunction(Collection<Labels.Value> values) Creates a colon conjunction of all values.Labels.conjunctionWith(Labels other) Creates a colon based conjunction.Labels.disjunctionWith(Labels other) static LabelsCypher.exactlyLabel(String label) Creates an expression that matches the givenlabelexactly.Labels.getLhs()Returns the optional left hand side of this node.Labels.getRhs()Returns the optional right hand side of this node.Labels.negate()Negates this expression.Create a disjunction.Methods in org.neo4j.cypherdsl.core with parameters of type LabelsModifier and TypeMethodDescriptionCreate a conjunction.Labels.conjunctionWith(Labels other) Creates a colon based conjunction.Labels.disjunctionWith(Labels other) Returns a condition that checks for the presence of a label expression on a node.static ConditionCypher.hasLabelsOrType(SymbolicName symbolicName, Labels labels) Checks if a given object has the given labels or types.static NodeCreates a new Node object.Create a disjunction.CreatesSETclause for removing the given labels from a node.CreatesSETclause for setting the given labels to a node.static OperationCreates an operation adding dynamic labels to anode.