Uses of Record Class
org.neo4j.cypherdsl.core.LabelExpression
Packages that use LabelExpression
-
Uses of LabelExpression in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return LabelExpressionModifier and TypeMethodDescriptionLabelExpression.and(LabelExpression next) Deprecated, for removal: This API element is subject to removal in a future version.Create a conjunction.LabelExpression.lhs()Deprecated, for removal: This API element is subject to removal in a future version.Returns the value of thelhsrecord component.LabelExpression.negate()Deprecated, for removal: This API element is subject to removal in a future version.Negates this expression.LabelExpression.or(LabelExpression next) Deprecated, for removal: This API element is subject to removal in a future version.Create a disjunction.LabelExpression.rhs()Deprecated, for removal: This API element is subject to removal in a future version.Returns the value of therhsrecord component.Methods in org.neo4j.cypherdsl.core with parameters of type LabelExpressionModifier and TypeMethodDescriptionLabelExpression.and(LabelExpression next) Deprecated, for removal: This API element is subject to removal in a future version.Create a conjunction.Node.hasLabels(LabelExpression labels) Deprecated, for removal: This API element is subject to removal in a future version.static NodeCypher.node(LabelExpression labelExpression) Deprecated, for removal: This API element is subject to removal in a future version.LabelExpression.or(LabelExpression next) Deprecated, for removal: This API element is subject to removal in a future version.Create a disjunction.Constructors in org.neo4j.cypherdsl.core with parameters of type LabelExpressionModifierConstructorDescriptionLabelExpression(LabelExpression.Type type, boolean negated, List<String> value, LabelExpression lhs, LabelExpression rhs) Deprecated, for removal: This API element is subject to removal in a future version.Creates an immutable label expression.
Node.hasLabels(Labels)