What is the use of Hibernate Native SQL?

What is the use of Hibernate Native SQL?

How it is useful in database access programming using the Hibernate framework?

Thanks

View Answers

April 3, 2015 at 6:46 AM

Hibernate Native query is used used to run SQL against database.

Check the tutorial Hibernate Native SQL Example.

Thanks









Related Tutorials/Questions & Answers:
Advertisements