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 <t...@giaccone.org> 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 >