What is table per concrete class in hibernate?
Answer / Narendra Mohan
Table Per Concrete Class (TPC) is a mapping strategy in Hibernate where each concrete class corresponds to one database table. This means that all subclasses will have their own tables, potentially leading to table redundancy.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a bidirectional relationship?
How can we use new custom interfaces to enhance functionality of built-in interfaces of hibernate?
Why is sessionfactory thread safe?
What is meant by orm in hibernate?
Define hibernate?
What is callback interface?
Is hibernate an orm?
In how many ways objects can be identified in Hibernate?
What is unidirectional and bidirectional?
How do I save in hibernate?
How to update data in database using spring and hibernate?
What is transaction commit in hibernate?