Uses of Class
org.neo4j.cypherdsl.core.Neo4jVersion
-
Packages that use Neo4jVersion Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher.org.neo4j.cypherdsl.core.internal This is basically the kitchen sink for all classes that must be public but are not actually part of the public API. -
-
Uses of Neo4jVersion in org.neo4j.cypherdsl.core
Classes in org.neo4j.cypherdsl.core with annotations of type Neo4jVersion Modifier and Type Class Description classExistentialSubqueryAn existential subquery can only be used in a where clause.interfaceExposesSubqueryCallThis exposes a call method taking in a statement that represents a valid, correlated subquery.classSubqueryRepresents a "callable" subquery.Methods in org.neo4j.cypherdsl.core with annotations of type Neo4jVersion Modifier and Type Method Description @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.static StatementBuilder.OngoingReadingWithoutWhereCypher. call(Statement subquery)Starts building a statement based on one subquery.static @NotNull FunctionInvocationFunctions. elementId(@NotNull Node node)Creates a function invocation forelementId{}.static @NotNull FunctionInvocationFunctions. elementId(@NotNull Relationship relationship)Creates a function invocation forelementId{}. -
Uses of Neo4jVersion in org.neo4j.cypherdsl.core.internal
Classes in org.neo4j.cypherdsl.core.internal with annotations of type Neo4jVersion Modifier and Type Class Description classUsingPeriodicCommitA visitable representing aUSING PERIODIC COMMITclause.
-