Uses of Class
org.neo4j.cypherdsl.core.Where
Packages that use Where
-
Uses of Where in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return WhereModifier and TypeMethodDescriptionstatic @Nullable WhereWhere.from(@Nullable Expression optionalWhere) Creates a new WHEREMethods in org.neo4j.cypherdsl.core with parameters of type WhereModifier and TypeMethodDescriptionstatic 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 Clause