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 CountExpressionCypher.count(List<PatternElement> pattern, @Nullable Where where) Creates a COUNT expression based on a list of patternstatic ConditionCypher.exists(List<PatternElement> pattern, @Nullable Where where) Creates a new condition via an existential sub-query based on the list of patterns and an optionalwhere-clause.static @NotNull ClauseClauses.match(boolean optional, List<PatternElement> patternElements, @Nullable Where optionalWhere, @Nullable List<Hint> optionalHints) Builds aMATCHclause.static Clause