Hi,
What are the types of inheritance models in Hibernate?
thanks,
Hi,
There are three types of inheritance models in Hibernate. These are (1)one table per concrete class with unions subclass, (2) one table per class hierarchy and (3) one table per subclass.
For more visit on http://www.roseindia.net/hibernate/
Thanks,
Ads