What are the types of inheritance models in Hibernate?

Hi,

What are the types of inheritance models in Hibernate?

thanks,

View Answers

April 18, 2013 at 4:20 PM

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,









Related Tutorials/Questions & Answers:
Advertisements