What is named sql query in hibernate?
Answer / Deepak Kumar Rastogi
A named SQL query in Hibernate is similar to a named native query, but it executes plain SQL instead of HQL. It's defined using the @NamedNativeQuery annotation and allows for greater flexibility when interacting with the database directly.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between get and load?
What is hibernate caching?
What are the fetching strategies supported by hibernate?
What are the ways to access hibernate by using spring?
How does hibernate useful in mapping object and its relations?
Which annotation is used to auto generate primary key?
What is transient annotation in hibernate?
What is the usage of Hibernate QBC API?
What is cascade type?
How many objects are there in hibernate architecture?
What do you mean by named – sql query?
What is many to one mapping in hibernate?