Table Per Subclass with XML
- 14th Feb 2017
- 0
- 6673
- advantages and diadavntages of table per subclass how table per subclass works in hibernate Table per subclass in hibernate Table per subclass in hibernate with sample example Table per subclass in hibernate with sample project Table per subclass in hibernate with sample project in eclipse
In Table Per Concrete class with xml we have seen how to implement Inheritance in Hibernate using Table per concrete class In this article, we will learn the same using most efficient strategy called “Table per Subclass”. Let us understand about Table Per Subclass with XML In this strategy, each subclass table will have the […]