
its easier to program java with this tool and it´s not necessary burn your brain and work easily Review collected by and hosted on G2.com.
you can not use hibernate in single way it is better with JPA Review collected by and hosted on G2.com.

its easier to program java with this tool and it´s not necessary burn your brain and work easily Review collected by and hosted on G2.com.
you can not use hibernate in single way it is better with JPA Review collected by and hosted on G2.com.
I like the best in hibernate is , we don't need to write queries for any database multiple times to insert data. Just link a class to a database table, you are done . just write operations on that classes object makes changes to the database. Performing operations on java classes is easy. unlike plain jdbc we just need to give configuration in a single property file or xml file, then hibernate will take care of the rest of the issues connecting to the database. Review collected by and hosted on G2.com.
The most disliked think in hibernate for me is that we require to know hibernate query language, which is little challenging for me to write hibenate queries for database tables have one-many or many to may relationships. It is also little complicated when the database you are connecting to is not running or shutdown. Review collected by and hosted on G2.com.
The best thing about hibernate is we need not to create tables to store the data. Using hibernate xml configuration or annotation based configuration will do that. Review collected by and hosted on G2.com.
The queries used to fetch the data from the database are complex. Review collected by and hosted on G2.com.
Easy to start and configure. Defining one-to-one, one-to-many and many-to-one entity relationship help developer to achieve complex DB design in middle layer of application architecture. Support of annotation based configuration is good. Default L1- cache support improves performance. Transaction support is really good.
Perfect ORM. Review collected by and hosted on G2.com.
Performance issues when you have high volume data. Not good in case of data reporting. Review collected by and hosted on G2.com.
A good tool which connects JAVA data object with Database
Simple Mapping annotations like One To One which makes developer's task easy and Fast Review collected by and hosted on G2.com.
Nothing
everything is good in hibernate because of its ease use of Review collected by and hosted on G2.com.
Few years back I used Hibernate. Most of the Java programmers love Hibernate. Hibernate is fast, easy and reliable way to map your object-oriented business model onto any relational database and thus hide it from your Java object-oriented program logic. I found that when something goes wrong with Hibernate, you can usually google and find an answer, and there are many books on Hibernate. Review collected by and hosted on G2.com.
In some cases, you will encounter the (n+1) select problem. That is, Hibernate will execute (n+1) queries for going through a list of records of size n. Review collected by and hosted on G2.com.
I was introduced to hibernate when working in the grails framework.
Like ActiveRecord at build time Hibernate maps defined models to database objects. No more making your own tables.
Hibernates ORM does it for you! Review collected by and hosted on G2.com.
Absolutely have had 0 problems. Can’t say I dislike anything. Review collected by and hosted on G2.com.
Framework makes it very easy and efficient to execute queries. It provides various features such as cache , batch process and jpa implementation that makes it very easy to use. Review collected by and hosted on G2.com.
Writing complex queries and executing them in hibernate is quite tough and it's always dependent on hibernate. Review collected by and hosted on G2.com.
Easy framework to implement to access databases from a web app. Review collected by and hosted on G2.com.
the management of different configurations in case there is a database update Review collected by and hosted on G2.com.