How many strategies are there in hibernate inheritance?
Answer / Deepak Mathur
Hibernate supports three inheritance strategies: Single Table Per Class Hierarchy (STC), Single Table Per Subclass (STS), and Joined Subclass. Each strategy has its own advantages and disadvantages depending on the specific use case.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is l1 and l2 cache in hibernate?
How to prevent dirty checking in hibernate?
What are the extension interfaces that are there in hibernate?
Is jpa and hibernate same?
How transaction management works in Hibernate?
Can I disable first level cache in hibernate?
What is hibernate database?
What is fetching strategy in hibernate?
What is the file extension used for hibernate mapping file and hibernate configuration file?
What is ORM metadata?
What is scalar query in hibernate?
What is the difference between jdbc and hibernate?