hi I need some help on this:
One prod_id in the Product table will have many prod_id in the Infra_services table. But somehow I'm getting only one row of data from Infra_services table everytime.
here's my mapping files:
and the
java bean files will be:
Can someone point out how I'm suppose to get multiple rows of data finstead of just one row? Thanks!