Uses of Class
org.neo4j.cypherdsl.core.Where
-
Packages that use Where Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of Where in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return Where Modifier and Type Method Description static @Nullable WhereWhere. from(@Nullable Expression optionalWhere)Creates a new WHEREMethods in org.neo4j.cypherdsl.core with parameters of type Where Modifier and Type Method Description static ClauseClauses. callClause(List<String> namespace, String name, @Nullable List<Expression> arguments, @Nullable List<Expression> resultItems, @Nullable Where optionalWhere)Creates a CALL clause.static @NotNull ClauseClauses. match(boolean optional, List<PatternElement> patternElements, @Nullable Where optionalWhere, @Nullable List<Hint> optionalHints)Builds aMATCHclause.static ClauseClauses. with(Return returnClause, @Nullable Where optionalWhere)
-