Uses of Class
org.neo4j.cypherdsl.core.Return
Packages that use Return
-
Uses of Return in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return ReturnModifier and TypeMethodDescriptionstatic ReturnClauses.returning(boolean distinct, List<Expression> expressions, List<SortItem> optionalSortItems, Expression optionalSkip, Expression optionalLimit) Builds aRETURNclause.Methods in org.neo4j.cypherdsl.core with parameters of type Return