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 classAdded for supporting the Neo5j 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 classRepresents a "callable" sub-query.Methods in org.neo4j.cypherdsl.core with annotations of type Neo4jVersionModifier and TypeMethodDescription@NotNull ConditionStatementBuilder.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 @NotNull FunctionInvocationCreates a function invocation forelementId{}.static @NotNull FunctionInvocationFunctions.elementId(@NotNull Relationship relationship) Creates a function invocation forelementId{}.