Table per concrete class with Annotation
- 14th Feb 2017
- 0
- 7491
- example for table per concrete class with annotation how table per concrete class with annotation works? Table per concrete class in Hibernate with annotation Table per concrete class in Hibernate with annotation real time example table per concrete class with annotation
In previous article we saw Table per Concrete class using XML In this article, we will learn the same using Annotation. Let us understand about Table Per Concrete class with Annotation Let’s create hibernate project using Annotation Step 1 Create hibernate project Please refer Hibernate setup in eclipse article on how to do it. Project […]