What is the benefit of native sql query support in hibernate?
Answer / 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 |
What are the identified limitation of hibernate?
How to fetch foreign key data in hibernate?
What is dirty read problem in hibernate?
How create hibernate cfg xml?
What is the difference between and merge and update?
Explain the difference between hibernate and spring.
Is hibernate framework good?
What is lazy code?
What different fetching strategies are of hibernate?
What is named sql query in hibernate?
What is mappedby attribute in hibernate?
What is a native query?