Uses of Interface
org.neo4j.cypherdsl.core.Expressions.SubqueryExpressionBuilder
Packages that use Expressions.SubqueryExpressionBuilder
-
Uses of Expressions.SubqueryExpressionBuilder in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return Expressions.SubqueryExpressionBuilderModifier and TypeMethodDescriptionStart building a new sub-query expression by importing variables into the scope with a WITH clause.Expressions.with(IdentifiableElement... identifiableElements) Start building a new sub-query expression by importing variables into the scope with a WITH clause.