Hi, Can somebody give me example /teach me how do we perform left outer join using cayenne? I have been doing this using Expression.fromString() but it doesnt work.
2nd thing , can we perform direct native SQL dialect in cayenne? ( for example if we want to perform " select * from table_a where rownum <=10 ) and how do we get java.sql.Connection in cayenne? hanks -- View this message in context: http://www.nabble.com/How-to-use-left-outer-join---left-join-in-cayenne--tf4046745.html#a11494856 Sent from the Cayenne - Dev mailing list archive at Nabble.com.
