what we can't do in jdbc but can do hibernate?
Answer Posted / dinesh kumar tiwari
There are many thing we can do in hinernate automaticaly by
hibernate tools or seting hibernate properties.some I
giving below:
(1) We can migrate database just change database dielect.
(2)we can used caching
(3)if user do not know ant any SQL languge then they can
use criteria query.
(4)There is one scnerio where SQL query are failed when
want fetch obejct from db but do not know there ID.
Hibernate provide this solution using HSQL .
| Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
What is a class loader? What are the different class loaders used by jvm?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
Which textcomponent method is used to set a textcomponent to the read-only state?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Which component handles cluster communication in jboss?
Do I need to import javlang package any time? Why ?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
When a thread blocks on i/o?
What is threadfactory?
What is table mutation and how do you avoid it?
What must a class do to implement an interface?
Explain the different types of memory used by jvm?
What is the difference between a static and a non-static inner class?
Is jvm a overhead?
Describe, in general, how java's garbage collector works?