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 WhereWhere.from(Expression optionalWhere) Creates a new WHERE.Methods in org.neo4j.cypherdsl.core with parameters of type WhereModifier and TypeMethodDescriptionstatic ClauseClauses.callClause(List<String> namespace, String name, List<Expression> arguments, List<Expression> resultItems, Where optionalWhere) Creates a CALL clause.static CountExpressionCypher.count(List<PatternElement> pattern, Where where) Creates a COUNT expression based on a list of pattern.static ConditionCypher.exists(List<PatternElement> pattern, Where where) Creates a new condition via an existential sub-query based on the list of patterns and an optionalwhere-clause.static ClauseClauses.match(boolean optional, List<PatternElement> patternElements, Where optionalWhere, List<Hint> optionalHints) Builds aMATCHclause.static Clause