answersLogoWhite

0

What are the Advantages of hibernate over JDBC?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

) Hiberante is not tightly tied with any underlaying database.Where as JDBC is tighlty tield with the underlaying database. "Write Once presist anywhere" using hibernate can achieved by changing the dialect in configuration xml file.where as in JDBC we need to change the code. 2)The automatic mapping of Java objects with database tables and vice versa is called Transparent Persistence. Hibernate provides transparent persistence and developer does not need to write code explicitly to map database tables tuples to application objects during interaction with RDBMS. With JDBC this conversion is to be taken care of by the developer manually with lines of code.

Thanks Brijesh Shukla shukla.brijesh @ gmail.com

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the Advantages of hibernate over JDBC?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Describe about JDBC architectural overview?

General JDBC Architecture consist of two layers: JDBC API - this provides the application to JDBC manager connection. JDBC driver API - this supports the JDBC manager to driver connection.


What is type 4 jdbc driver?

JDBC is short for java database connectivity. There are 4 type of JDBC drivers : 1) JDBC-ODBC 2) Native-API 3) JDBC-Net 4) Native-Protocol.


Is it possible while developing any software by using java can you manage database?

Yes. In Java this is done through the JDBC classes.Yes. In Java this is done through the JDBC classes.Yes. In Java this is done through the JDBC classes.Yes. In Java this is done through the JDBC classes.


List four JDBC drivers?

JDBC ODBC BridgeNative API Partly Java DriverNet Protocol full Java driverare some types of jdbc drivers


What do you understand by JDBC driver in java?

JDBC driver is an interface enabling a java application to interact with a database. To connect with individual database, JDBC requires drivers for each database.


Does jdbc come along with j2ee?

JDBC comes as part of the standard JDK & JRE set up.


Which types of JDBC drivers allows your java programs to communicate with the ODBC driver of your dbms?

JDBC - ODBC bridge


Do hibernate over the winter?

No. They may not leave their dens in harsh weather, but they do not hibernate.


What is the use of JDBC?

JDBC stands for Java Database connectivity which is a standard java API for database. It is for database connectivity with project.


What do bears do over winter?

they hibernate


How do you write jdbc program in eclipse?

TJJJGGJSGYTRYryjgjjmhkk


How do you use database in java?

By using JDBC/hibernet