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

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

Github user asfgit closed the pull request at:

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


> Support for Object[] as return type in SQLTemplate and SQLExec
> --------------------------------------------------------------
>
>                 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)

Reply via email to