Hi All,
Thanks for it , now my second question is if i have 2 classes and the
relationship is indicated below:
ImageProcessingTemplate (1) -> (M) PageProcessing
And for efficiency, I kept all in 1 table. Which means the design of
the table is something like the below:
ID | ImageProcessingTemplateID
Therefore the ID is unique while image processing templateID may be
duplicated therefore in my mapping how can i map a sub class ID as a
paremeter in my parent custom sql insertion statement ?