-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Advantages Of HIBERNATE Framework over JDBC API
PostPosted: Sat Jun 18, 2016 1:35 pm 
Newbie

Joined: Sat Jun 18, 2016 1:32 pm
Posts: 1
1) Project development cost is reduced.
2) Used best JDBC concepts such as:
a) Batch operations instead of individual operations
b) PreparedStatement instead of Statement
c) Rowset instead of ResultSet
d) DataSource (connection pooling) instead of DriverManager
3) Managing associations such as one-to-many, etc is simple as working with collection properties like java.util.Set, List, Map.
4) No memory leaks since resources are automatically released by framework.
5) Being ORM framework, the Hibernate will get all its befinits:
a) object becomes record and vice versa
b) Supports multiple primary key generators
c) Supports Second level cache
d) Additionally supports Object Query Language (HQL)


Top
 Profile  
 
 Post subject: Re: Advantages Of HIBERNATE Framework over JDBC API
PostPosted: Sun Jun 19, 2016 12:22 am 
Hibernate Team
Hibernate Team

Joined: Thu Sep 11, 2014 2:50 am
Posts: 1628
Location: Romania
I didn't get this one:

Rowset instead of ResultSet

Check out this StackOverflow answer as well.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.