Hello, Can you be a bit more specific about the problem you're experiencing? From the code, I do not see what is not going well... For instance, can you show the stored procedure signature (e.g. does it return a refcursor?), the XML output, and the pmodel class?
Btw: What version of jOOQ are you using? Best Regards, Lukas 2014-07-01 16:31 GMT+02:00 Mostafa Shafeian <[email protected]>: > Hi everybody > I wrote this command: > res = PkgRptsearch.rptsearch(configuration.CreateConfiguration(), > null); //execute query > System.out.println("XML="+res.formatXML()); > List<pmodel> list= res.into(pmodel.class); > In output,Some fileds are be null but in xml format everything is ok. > Why do this problrm happen? > thanks > > > -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
