Executing saved SQL
Tony Giaccone <[email protected]>
| Newsgroups | gmane.comp.java.cayenne.user |
|---|---|
| Message-ID | <CALQ75kG5NRgeYY4+qDSkJrQELn1TiDOjOwbObGQx3UkTsZ8XPw@mail.gmail.com> |
So I have a query that does a complicated select, and returns a list containing a single clob for each row. What I'm not sure about is when I execute that query, How to handle the result. How do I explain to Cayenne that the result is not a mapped object but just a list of clobs? Tony