You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Nikita Timofeev (Jira)" <ji...@apache.org> on 2021/02/24 09:55:00 UTC

[jira] [Updated] (CAY-2528) Subquery as query root

     [ https://issues.apache.org/jira/browse/CAY-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikita Timofeev updated CAY-2528:
---------------------------------
    Fix Version/s:     (was: 4.2.M3)
                   4.3.M1

> Subquery as query root
> ----------------------
>
>                 Key: CAY-2528
>                 URL: https://issues.apache.org/jira/browse/CAY-2528
>             Project: Cayenne
>          Issue Type: Task
>          Components: Core Library
>            Reporter: Nikita Timofeev
>            Assignee: Nikita Timofeev
>            Priority: Minor
>             Fix For: 4.3.M1
>
>
> After implementing CAY-2526 this will be really useful.
> API example:
> {code}
> Select<?> subselect = ObjectSelect.query(..)
> ObjectSelect.query(Artist.class)
>     .join(subselect, "s", exp)
>     .select(context);
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)