You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/11 12:00:00 UTC

[jira] [Commented] (CAY-2481) Methods to return Object[] after SQLTemplate and SQLSelect perform

    [ https://issues.apache.org/jira/browse/CAY-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16646340#comment-16646340 ] 

ASF GitHub Bot commented on CAY-2481:
-------------------------------------

Github user aarrsseni closed the pull request at:

    https://github.com/apache/cayenne/pull/331


> Methods to return Object[] after SQLTemplate and SQLSelect perform
> ------------------------------------------------------------------
>
>                 Key: CAY-2481
>                 URL: https://issues.apache.org/jira/browse/CAY-2481
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: Core Library
>            Reporter: Arseni Bulatski
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.1.M3
>
>
> Add methods to return Object[] after SQLTemplate and SQLSelect perform with predefined types.
> Example:
> List<Object[]> result = SQLSelect.scalarQuery("SELECT PAINTING_ID, PAINTING_TITLE, ESTIMATED_PRICE FROM PAINTING", Integer.class, String.class, Double.class)
>  .select(context);



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)