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
How can I scroll through list of pages like the search results in google?
Can I use javascript to submit a form?
Is the infobus client side only?
What is a tasks priority and how is it used in scheduling?
Do we need to override service() method
What is a modular application? What does module-relative mean?
Where can I find seam examples and documentation?
What are various types of class loaders used by jvm?
What’s jboss jbpm?
What is clustering? What are the different algorithms used for clustering?
What is the difference between java class and bean?
Why doesn’t the focus feature on the tag work in every circumstance?
What are the different methods of identifying an object?
For which statements does it make sense to use a label?
How are the elements of a borderlayout organized?