Hi,
I need to call one superClass Bean from Other SubClassBean which does nt have any table.Is there any provision is available just invoke the another mapping file from the present one.for an example i have DBDealBean Mapping file (Subclass has no tables) from this i want to invoke the Other Mapping file (JobSpecBean) whenever my application looking up for DBDealBean Mapping.
Very New to Hibernate and help would be great.
Thanks
Karthik.
Code:
<hibernate-mapping>
<class name="DBDealBean" >
Can be invoke other Mapping here???
</class>
</hibernate-mapping>