Home Hibernate Hibernate Disadvantages



Hibernate Disadvantages
Posted on: July 9, 2012 at 12:00 AM
In this section we will discuss hibernate disadvantages.

Hibernate Disadvantages

In this section we will discuss hibernate disadvantages.

Hibernate Disadvantages:

Although hibernate gives us lot of flexibility and advantages but some disadvantages are also present. Hibernate reducing these weaknesses in its advance version.

Here we are mentioning some disadvantages -

1. Hibernate has lots of API so in learning these API need much effort.

2. For small project having few tables it is useless to work with hibernate.

3. Sometimes debugging and performance is low but most of time it gives better performance.

4.Since hibernate generates lots of SQL statements in runtime so it is slower than pure JDBC.

5.Hibernate treats everything as object so for a single data you have to retrieve object.

6.Hibernate is not much flexible in case of composite mapping. This is not disadvantage since understanding of composite mapping is complex.

Related Tags for Hibernate Disadvantages:


More Tutorials from this section

Ask Questions?    Discuss: Hibernate Disadvantages  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.