
Actully i want to retrieve data from multiple file by using this query:
SELECT a.PROD_ID AS Product_Id,
b.PROD_N AS Product_Name,
c.MEDIA_URL AS Image_url,
d.SAL_AMT AS Product_Price,
d.PROD_URL AS PROD_URL,
e.WEB_URL AS Retailer_url
FROM bzzshp_prd_rtlr_infos a,
bzzshp_prod b,
bzzshp_media c,
bzzshp_prd_rtlr_info d,
bzzshp_source e
WHERE a.PROD_ID=b.PROD_I
AND
b.PRI_IMG=c.MEDIA_ID
AND
a.PROD_RETAIL_INFO_ID=d.PROD_RTLR_I
AND
d.SOURCE_ID=e.SOURCE_ID
AND
a.PROD_ID IN(2624102169,2233321918)
So i donot understand how to write hbm.xml file for mapping
and retrieve the data.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.