Does hibernate use jdbc?
Answer / Abhay Verma
Yes, Hibernate uses JDBC (Java Database Connectivity) under the hood to communicate with databases. However, it abstracts the low-level JDBC APIs, making database operations easier and more efficient.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is hibernatetemplate?
What is lazy loading hibernate?
What is the difference between save() and persist() method in hibernate?
Does hibernate use jdbc internally?
How does hibernate cache work?
What databases does hibernate support?
When an instance goes in detached state in hibernate?
What are the orm tools?
What are different types of associations in hibernate?
What are derived properties?
List hibernate session interface methods?
What is meant by a Named SQL Query in hibernate and how it’s used?