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
Which javutil classes and interfaces support event handling?
what are memory considerations of jsp compares to other web components?
Do we need to override service() method
What is the argument type of a programs main() method?
How are the elements of a borderlayout organized?
When a thread blocks on i/o, what state does it enter?
What is a modular application?
What is a modular application? What does module-relative mean?
what is meant by JRMP?
What is chat area? Explain.
What’s jboss jbpm?
Java is fully object oriented languages or not?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
what is the use of State Factories?
What is the difference between RMI and Corba?