Hello,
I have question about persister names. I used middlegen to generate the hbm and java files. In my Daos, I write hibernate queries to get data from a db2 database. The queries take in persister name as the example below:
"from marketingTypeSource in com.data.hibernate.web.MarketingTypeSource"
Currently, I am guessing the persister name, in this case is marketingTypeSource. Where is the list of the persister name stored?
Also, middlegen seems to ignore some of the column in the table. I haven't spent time to investigate about this problem yet. I will post when I finish with the investigation.
Thanks in advance for your help.
Best regards,
Sahra
|