Re: Executing saved SQL
John Huss <[email protected]>
| Newsgroups | gmane.comp.java.cayenne.user |
|---|---|
| Message-ID | <CAOUwSGtgQKg2sN4Na1tkovr0Q-djXAoQOC2=7Nj5HPVp+b66Fw@mail.gmail.com> |
Perhaps this? Selecting individual columns: https://cayenne.apache.org/docs/4.1/cayenne-guide/#selecting-individual-columns On Fri, Apr 9, 2021 at 11:03 AM Tony Giaccone <[email protected]> wrote: > 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 >