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 “abc” a primitive value?
What you mean by COM and DCOM?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What are the different class loaders used by jvm?
What is the purpose of the notifyall() method?
What is the infobus?
How task's priority is used in scheduling?
How are the elements of a borderlayout organized?
Where can I find seam examples and documentation?
What is table mutation and how do you avoid it?
Is the session factory thread safe?
What is the argument type of a programs main() method?
Explain the difference between object state and behavior?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What is a policy?