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 2017/10/13 08:37:15 UTC

[jira] [Created] (CAY-2378) Switch usage of SelectQuery to ObjectSelect internally

Nikita Timofeev created CAY-2378:
------------------------------------

             Summary: Switch usage of SelectQuery to ObjectSelect internally
                 Key: CAY-2378
                 URL: https://issues.apache.org/jira/browse/CAY-2378
             Project: Cayenne
          Issue Type: Task
            Reporter: Nikita Timofeev


Recommended select query since 4.0 is {{ObjectSelect}}, that is converted internally to {{SelectQuery}}.
We can gain some performance and maintainability by inverting this, i.e. using {{ObjectSelect}} directly in Cayenne stack and converting {{SelectQuery}} to it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)