Hi,
 
How can I add table prefix to the generated mapping hbm.xml for every class. In this case, i want to add in sys_ prefix to my table.
 
<class name="com.test.system.model.Country" table="SYS_COUNTRY">
 
In my POJO class, i want to have Country class name only.
 
 
Thanks
 
Regards,
 
Jiahan


Do you Yahoo!?
Meet the all-new My Yahoo! – Try it today!

Reply via email to