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 interfaceProcedureCall.OngoingInQueryCallWithReturnFieldsAn in-query call exposing where and return clauses.static interfaceProcedureCall.OngoingStandaloneCallWithReturnFieldsA buildable statement exposing where and return clauses.static interfaceStatementBuilder.OngoingReadingWithoutWhereA match that exposesreturningandwheremethods to add required information.
-