What is hibernate sql?
Answer / Monit Kumar
Hibernate SQL refers to the SQL queries that are used by Hibernate, an ORM (Object-Relational Mapping) tool for Java. Instead of directly interacting with the database using JDBC, Hibernate provides a higher level abstraction to perform CRUD operations on the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the benefits does hibernatetemplate provide?
What are the states of the object in hibernate?
List hibernate session interface methods?
What is difference between evict and clear in hibernate?
What is the use of mappedby in hibernate?
What is attribute oriented programming?
What is Light Object Mapping?
Which object is used to create sessionfactory objects hibernate?
What is the difference between hibernate session get() and load() method?
What is unidirectional and bidirectional in hibernate mapping?
What is transaction boundary in hibernate?
What is lazy loading in hibernate?