Uses of Interface
org.neo4j.cypherdsl.core.ExposesWhere
-
Packages that use ExposesWhere Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of ExposesWhere in org.neo4j.cypherdsl.core
Subinterfaces of ExposesWhere in org.neo4j.cypherdsl.core Modifier and Type Interface Description static interfaceExposesSubqueryCall.BuildableSubquerySubqueries can be valid without any further return statement (i.e when the subquery is a void (unit) one, meaning it doesn't yield or return its results.static interfaceStatementBuilder.OngoingInQueryCallWithReturnFieldsAn in-query call exposing where and return clauses.static interfaceStatementBuilder.OngoingReadingWithoutWhereA match that exposesreturningandwheremethods to add required information.static interfaceStatementBuilder.OngoingStandaloneCallWithReturnFieldsA buildable statement exposing where and return clauses.
-