Uses of Annotation Interface
org.neo4j.cypherdsl.core.Neo4jVersion
Packages that use Neo4jVersion
-
Uses of Neo4jVersion in org.neo4j.cypherdsl.core
Classes in org.neo4j.cypherdsl.core with annotations of type Neo4jVersionModifier and TypeClassDescriptionfinal classImplements COLLECT subqueries.final classAdded for supporting the Neo4j v5 parser.final classAn existential sub-query can only be used in a where clause.interfaceThis exposes a call method taking in a statement that represents a valid, correlated subquery.final classRepresentation of quantified path patterns.final classRepresents a "callable" sub-query.Methods in org.neo4j.cypherdsl.core with annotations of type Neo4jVersionModifier and TypeMethodDescriptionStatementBuilder.ExposesExistentialSubqueryCall.asCondition()This can be used against a 4.x database to turn this ongoing match statement into a condition to be used in an existential subquery.Starts building a statement based on one subquery.static FunctionInvocationCreates a function invocation forelementId{}.static FunctionInvocationCypher.elementId(Relationship relationship) Creates a function invocation forelementId{}.static FunctionInvocationCypher.graphByName(Expression name) Creates a function invocation forgraph.byName().static FunctionInvocationCypher.graphNames()Creates a function invocation forgraph.names().static FunctionInvocationCypher.graphPropertiesByName(Expression name) Creates a function invocation forgraph.propertiesByName().default PatternElementPatternElement.where(Expression predicate) Creates a newPatternElementwhich including an additional filter.