[
https://issues.apache.org/jira/browse/CAY-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arseni Bulatski updated CAY-2481:
---------------------------------
Summary: Methods to return Object[] after SQLTemplate and SQLSelect perform
(was: Methods to return Object[] after SQLTemplate and SQLExec perform)
> 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 SQLExec 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)