Hibernate Inheritance: Table Per Subclass (Annotation & XML mapping)
Welcome to Hibernate Tutorial Series. In previous tutorials we saw how to implement Inheritance in Hibernate: One Table Per Hierarchy. Today we will see how to implement Hibernate Inheritance: One Table per Subclass scheme....