Does hibernate support polymorphism?



Does hibernate support polymorphism?..

Answer / Kusum Tiwari

Yes, Hibernate supports polymorphism through inheritance mapping strategies. By using the 'join' strategy, multiple tables are joined together to represent a class hierarchy.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

How to get hibernate session in spring boot?

1 Answers  


What are the different levels of orm quality?

1 Answers  


What is the file extension used for hibernate mapping file?

1 Answers  


Why hibernate?

1 Answers  


Define persistent classes.

1 Answers  


Can we update primary key in hibernate?

1 Answers  


Is hibernate part of spring?

1 Answers  


What are the general considerations or best practices for defining your hibernate persistent classes?

1 Answers  


Can we execute native sql query in hibernate?

1 Answers  


What are different environments to configure hibernate?

1 Answers  


What is the use of show_sql in hibernate?

1 Answers  


How to invoke a stored procedure in hibernate?

1 Answers  


Categories