What is inheritance mapping in hibernate?
Answer / Prashant Agnihotri
Inheritance Mapping in Hibernate is a technique used to map classes that extend each other (inheritance hierarchy). Hibernate provides three strategies for inheritance mapping: Table-per-Class, Table-per-Concrete-Class, and Joined-Table.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to update data in database using spring and hibernate?
Which annotation is used to declare a class as a hibernate bean ?
What is the difference between an orm and an odm?
What is the difference between session.save() and session.persist() method?
What does hibernate show_sql true means?
How does hibernate?
What is lazy loading in hibernate and how is it done?
What is persist in hibernate?
What are the 3 levels of orm?
What is the difference between update and merge?
Is hibernate an orm?
What is difference between jdbc and hibernate?