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.

Reply via email to