Table per concrete class with XML

In previous article we saw how to implement Inheritance in Hibernate using Table per Hierarchy In this article, we will learn the same using Table per Concrete class. Let us understand about Table Per Concrete class with XML In this strategy, each subclass table will have the subclass specific attributes and the attributes inherited from […]

Share this article on