Does hibernate use jdbc internally?
Answer / Hemant Gupta
Yes, Hibernate uses JDBC (Java Database Connectivity) internally to interact with databases.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between load() and get() method in hibernate?
What does session evict () method do in hibernate?
What is the dirty checking in hibernate?
What does hibernate show_sql true mean?
What is an orm tool?
How to get session object in hibernate?
How many stages are there in hibernate inheritance?
Describe the method used to create an hql query and sql query?
Can we create two sessionfactory in hibernate?
What is collection mapping in hibernate?
What are different orm tools?
What is named sql query in hibernate?