adspace


What is the benefit of native sql query support in hibernate?

Answer Posted / Shaziya Rahman

Native SQL queries provide a way to execute custom SQL statements in Hibernate. This can be beneficial when dealing with complex or database-specific features that are not easily achievable using Hibernate's built-in APIs. However, it should be used with caution as it may bypass some of the benefits offered by Hibernate's object-relational mapping (ORM) functionality.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest hibernate version?

493