Table per hierarchy with Annotation

Let us understand about Table Per Hierarchy with Annotation We have already discussed Table per hierarchy with xml. Please go through Table per hierarchy with xml article before going through the same using annotation. Let’s create hibernate project using Annotation Step 1 Create hibernate project Please refer Hibernate setup in eclipse article on how to […]

Share this article on

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
< Previous Next >