Disadvantages of Hibernate

Although Hibernate has so many benefits to use, it also has some of the drawbacks. Let’s see the drawbacks of Hibernate Performance Cost Hibernate generates lot of SQL statements in runtime based on our mapping , so it is bit slower than JDBC. If we use JDBC, then we directly write our queries, so no […]

Share this article on