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