top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

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

+1 vote
349 views
What is the benefit of native sql query support in hibernate?
posted Sep 8, 2017 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Native SQL Query comes handy when we want to execute database specific queries that are not supported by Hibernate API such as query hints or the CONNECT keyword in Oracle Database.

answer Sep 9, 2017 by Raju Raj
...