Nikita Timofeev created CAY-2528:
------------------------------------

             Summary: 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
             Fix For: 4.2.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
(v7.6.3#76005)

Reply via email to