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 |
How to get hibernate session in spring boot?
What are the different levels of orm quality?
What is the file extension used for hibernate mapping file?
Why hibernate?
Define persistent classes.
Can we update primary key in hibernate?
Is hibernate part of spring?
What are the general considerations or best practices for defining your hibernate persistent classes?
Can we execute native sql query in hibernate?
What are different environments to configure hibernate?
What is the use of show_sql in hibernate?
How to invoke a stored procedure in hibernate?