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?
Why is string immutable in java?
What is aop(assepct oriented programing)?
What is glasgow?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
How can I scroll through list of pages like the search results in google?
Which component handles cluster communication in jboss?
What is permgen or permanent generation?
Describe, in general, how java's garbage collector works?
Can you control when passivation occurs?
What are transaction attributes?
What is synchronization and why is it important?
What is the relationship between the canvas class and the graphics class?
To what value is a variable of the string type automatically initialized?
What class is used to create Server side object ?