views:

14

answers:

0

I have tried this:

List resultList = session.createSQLQuery("select pack.FuncName ClobData from dual").list()

whereis FuncName it is the name of function that returns clob data. But in resultList I see some proxy object (for example $Proxy189). I believe... It is something simple and I don't want ising reflection to get my data.