adspace
What is meant by a Named SQL Query in hibernate and how it’s used?
Answer Posted / Mudit Kumar Saxena
A Named SQL Query in Hibernate is a precompiled SQL query that can be reused across multiple sessions. It's defined using the @NamedNativeQuery or @NamedQuery annotations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers