What is table per concrete class in hibernate?



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

Post New Answer

More Hibernate Interview Questions

What is a bidirectional relationship?

1 Answers  


How can we use new custom interfaces to enhance functionality of built-in interfaces of hibernate?

1 Answers  


Why is sessionfactory thread safe?

1 Answers  


What is meant by orm in hibernate?

1 Answers  


Define hibernate?

1 Answers  


What is callback interface?

1 Answers  


Is hibernate an orm?

1 Answers  


In how many ways objects can be identified in Hibernate?

1 Answers  


What is unidirectional and bidirectional?

1 Answers  


How do I save in hibernate?

1 Answers  


How to update data in database using spring and hibernate?

1 Answers  


What is transaction commit in hibernate?

1 Answers  


Categories