Difference between JDBC and Hibernate?
Give one sample based on the variance?
Answer Posted / mkj
1. hibernate is ORM wich maps POJO using xml
file to access and create data form hatro database.
but in jdbc developers has to write code to map
object model data to rdbms and it access.
2. jdbc using SQL to access database developer has to
effective way to access the database.but hibernate
provides HQL wich powerful and includes all feature
of SQL and supports ploymorphic query.
3. Hibernate data transaction is fast due to work is
perform due container mean its xml file mostly but
JDBC has slow transaction.
| Is This Answer Correct ? | 45 Yes | 10 No |
Post New Answer View All Answers
What is device controller?
What is a jdbc connection?
What is the feature of jdbc v4?
How to set the attribute concurrency in resultset?
How can we retrieve the file in the oracle database?
explain about special characters?
What does jdbc stand for?
What is jdbc driver?
How can I manage special characters when I execute an insert query?
Does jdbc require oracle client?
What is jdbc template?
How many packages are available in jdbc api?
What is odbc and jdbc drivers?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
What are jdbc and its components?