Hi there,
I have 2 tables one is Contacts and the other is Customers. In my Contacts table I have cnt_cst_no which is referred to the cst_no in the Customers table. In my Contact persistent object(which is mapped to Contacts table), I need two fields called cst_sortname,cst_city which values are from Customers table.
How can I configure my mapping file in order to get the values of those 2 fields?
Best,
Thanks.