What is the advantage of hibernate over JDBC?

What is the advantage of hibernate over JDBC?

HI,

What is the advantage of hibernate over JDBC?

thanks,

View Answers

May 1, 2013 at 4:00 PM

Hi,

The Hibernate is an open source persistence programming technology of Java language. Hibernate offers ORM library and high performance query services. Hibernate plays as bridge between database and Applications.

JDBC is an abbreviation of Java Database Connectivity. Java Database connectivity(JDBC) allows user to connecti with database to handling the data. JDBC offers methods for querying and updating data by using the SQL.

In JDBC you need to write code for mapping data of your object model and corresponding database. The benefits of using Hibernate you need not require to write code for mapping data of your object model. In hibernate you find the feature of Object/Relational mapping.

Hibernete suppots various queryinhg concept of native SQL, Hibernate query language(HQL) also object orient concepts of criteria. Where as Java Database connectivity(JDBC) only support Native SQL.









Related Tutorials/Questions & Answers:
What is the advantage of hibernate over JDBC?
What is the advantage of hibernate over JDBC?
Advertisements
What is the main advantage of using the hibernate than using the SQL
hibernate over Jdbc
What is Hibernate
What is Hibernate
What is Hibernate
What is Hibernate
What is benefits of Apache Kafka over the traditional messaging
What is benefits of Apache Kafka over the traditional messaging
What is hibernate ?
how to override the hashCode() method ? and What is the advantage of overide the hashcode().
what is hibernate - Hibernate
Advantage of denormalization.
Hibernate:What is hibernate?
Hibernate:What is Hibernate proxy?
What is Hibernate and what is its use?
What is Hibernate and what is its use?
What is Hibernate proxy?
What is review of Hibernate in Java?
What is review of Hibernate in Java?
What is review of Hibernate in Java?
What is VOIP (Voice Over Internet Protocol)?
What is Hibernate Framework?
What is Hibernate sessionfactory
What is component mapping in Hibernate?
What are the Collection types in Hibernate ?
What are derived properties in hibernate?
What are the benefits of ORM and Hibernate?
What is hibernate technology in java?
What are dialects in hibernate?
What is the use of Hibernate?
What is the use of Hibernate is used?
What is Hibernate Criteria Transformer?
What is prerequisite to learn Hibernate?
What are criteria Queries in Hibernate?
What are the jobs that AI is most likely to displace over the next several years?
What is lazy fetching in hibernate
What is Maven dependency for Hibernate?
Benefit of Spring Injection over Hibernate / JDBC w/Oracle
What are the advantages of Hibernate?
what is object chaining? - Hibernate
HIbernate:What are the ORM levels?
What's new in Hibernate 5?
Open Source Business,What is OSS,Advantage of Open Source in Business
what is an entity in hibernate?
What are the Core interfaces are of Hibernate framework?
What is Hibernate Query Language (HQL)?
What are the types of inheritance models in Hibernate?
What is the difference between hibernate and spring

Ads