Questionsforum
What are the advantages of hibernate over JDBC ?

What are the advantages of hibernate over JDBC ?



On 2014-06-04 06:09:08.0
hablu


in JDBC its the responsibility of developer to create table and do all db operation but in hibernate ,hibernate framework itself handles all db operation.


On 2014-06-06 07:11:35.0
sujata
Correct, Hibernate is an ORM(Object relational mapping) tool where Object oriented java will be mapped to Relational DB using a mapping file written in XML or by writing META DATA using annotation.


On 2014-06-06 08:19:47.0
hablu

copyright@questionsforum.net