hibenrate

hibenrate

disadvantage of the hibernate

View Answers

February 25, 2011 at 3:15 PM

Disadvantages of Hibernate

* Lots of API to learn: A lot of effort is required to learn Hibernate. So, not very easy to learn hibernate easily.

* Debugging: Sometimes debugging and performance tuning becomes difficult.

* Slower than JDBC: Hibernate is slower than pure JDBC as it is generating lots of SQL statements in runtime.

* Not suitable for Batch processing: It advisable to use pure JDBC for batch processing.









Related Tutorials/Questions & Answers:
hibenrate

Ads