What is hibernate sql?



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

Post New Answer

More Hibernate Interview Questions

What are the benefits does hibernatetemplate provide?

1 Answers  


What are the states of the object in hibernate?

1 Answers  


List hibernate session interface methods?

1 Answers  


What is difference between evict and clear in hibernate?

1 Answers  


What is the use of mappedby in hibernate?

1 Answers  


What is attribute oriented programming?

1 Answers  


What is Light Object Mapping?

1 Answers  


Which object is used to create sessionfactory objects hibernate?

1 Answers  


What is the difference between hibernate session get() and load() method?

1 Answers  


What is unidirectional and bidirectional in hibernate mapping?

1 Answers  


What is transaction boundary in hibernate?

1 Answers  


What is lazy loading in hibernate?

1 Answers  


Categories