Hello, I am a newbie with in cayenne and in english too. I am using cayenne 3.0.2 Here is my probleme I have two tables let say *table1 (id1, name, surname)* and *table2(id2, title, amount)* with oracle database And my query is like this select name, title, amount from table1, table2 where id1=id2
Now my question : Would you show me , how can I end up with it (concrete example please)? (I mean my 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.
