Re: Queries with multiple tables and results

2012-05-24 Thread pk_cayenne
OK I understand. -- View this message in context: http://cayenne.195.n3.nabble.com/Queries-with-multiple-tables-and-results-tp4006413p4013416.html Sent from the Cayenne - User mailing list archive at Nabble.com.

Re: Queries with multiple tables and results

2012-05-22 Thread Aristedes Maniatis
n e)/. But in my queries I have at least two tables. I don't how to get a resulset like as list. Something like Object[] result = context.performQuery("myQuery"). I don't know if what I'm saying is understandable. -- View this message in context: http://cayenn

Re: Queries with multiple tables and results

2012-05-22 Thread Michael Gentry
e(Table1.class,sql); >          query.setFetchingDataRows(true); >          List rows =(List ) context.performQuery(query); > > > Best Regards. > > -- > View this message in context: > http://cayenne.195.n3.nabble.com/Queries-with-multiple-tables-and-results-tp4006413p4006810.html > S

Re: Queries with multiple tables and results

2012-05-22 Thread pk_cayenne
. -- View this message in context: http://cayenne.195.n3.nabble.com/Queries-with-multiple-tables-and-results-tp4006413p4006810.html Sent from the Cayenne - User mailing list archive at Nabble.com.

Re: Queries with multiple tables and results

2012-05-22 Thread Emerson Castañeda
* with the /SelectQuery(Class objectClass, Expression > e)/. > > But in my queries I have at least two tables. I don't how to get a resulset > like as list. > Something like Object[] result = context.performQuery("myQuery"). > > I don't know if what I&#x

Re: Queries with multiple tables and results

2012-05-22 Thread pk_cayenne
esulset like as list. Something like Object[] result = context.performQuery("myQuery"). I don't know if what I'm saying is understandable. -- View this message in context: http://cayenne.195.n3.nabble.com/Queries-with-multiple-tables-and-results-tp4006413p4006594.html Sent from

Re: Queries with multiple tables and results

2012-05-22 Thread Joe Baldwin
result must be objetcs []). I did not see > anything in the cayenne doc that meet my needs. > > Thank you very much for your help > > -- > View this message in context: > http://cayenne.195.n3.nabble.com/Queries-with-multiple-tables-and-results-tp4006413.html > Sent from the Cayenne - User mailing list archive at Nabble.com.

Queries with multiple tables and results

2012-05-22 Thread pk_cayenne
.nabble.com/Queries-with-multiple-tables-and-results-tp4006413.html Sent from the Cayenne - User mailing list archive at Nabble.com.