what we can't do in jdbc but can do hibernate?
Answer Posted / mahesh
There is nothing that hibernate can do but JDBC cannot. Basically, JDBC is the bottom layer of hibernate library. It just gives you some advance functions to perform a database operations. But at the ground level its JDBC which is directly interacting with database.
Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Is the session factory thread safe?
What is the relationship between an event-listener interface and an event-adapter class?
What is difference between object state and behavior?
When a thread blocks on i/o?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What is the infobus?
What is the difference between the session.get() method and the session.load() method?
Name the class that is used to bind the server object with RMI Registry?
Why won’t the jvm terminate when I close all the application windows?
What is ioc concept?
Can I run seam with jdk 1.4 and earlier?
How will you pass parameters in RMI? Why do you serialize?
what are the activation groupworks?
What is a clone?
What is the diffrence between a local-tx-datasource and a xa-datasource?