ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What the benefits are of hibernate over JDBC?

a. Hibernate can be used seamlessly with any type of database as its database independent while in case of JDBC, developer has to write database specific queries.

b. Using hibernate, developer doesn’t need to be an expert of writing complex queries as HQL simplifies query writing process while in case of JDBC, its job of developer to write and tune queries.

c. In case of hibernate, there is no need to create connection pools as hibernate does all connection handling automatically while in case of JDBC, connection pools need to be created.

Related Posts Plugin for WordPress, Blogger...
Flag Counter