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 2019/08/26 12:26:00 UTC

[jira] [Created] (CAY-2610) Align methods in ObjectSelect and SQLSelect

Nikita Timofeev created CAY-2610:
------------------------------------

             Summary: Align methods in ObjectSelect and SQLSelect
                 Key: CAY-2610
                 URL: https://issues.apache.org/jira/browse/CAY-2610
             Project: Cayenne
          Issue Type: Improvement
          Components: Core Library
            Reporter: Nikita Timofeev
            Assignee: Nikita Timofeev
             Fix For: 4.2.M1


Both {{ObjectSelect}} and {{SQLSelect}} have method to get raw {{Object[]}} from DB. We shoud align naming and signature of such methods. There are three variants now: {{columnQuery()}}, {{scalarQuery()}} and {{arrayQuery()}}. 

The first one is the closest to what actually these methods do, i.e. selecting some set of columns from a table, so we can use it.





--
This message was sent by Atlassian Jira
(v8.3.2#803003)