Uses of Class
org.neo4j.cypherdsl.core.Return
-
Packages that use Return Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of Return in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return Return Modifier and Type Method Description static @NotNull ReturnClauses. returning(boolean distinct, List<Expression> expressions, @Nullable List<SortItem> optionalSortItems, @Nullable Expression optionalSkip, @Nullable Expression optionalLimit)Builds aRETURNclause.Methods in org.neo4j.cypherdsl.core with parameters of type Return Modifier and Type Method Description static ClauseClauses. with(Return returnClause, @Nullable Expression optionalWhere)
-