Hibernate framework
Hibernate framework is an object/relational mapping library (ORM) for the Java language. It provides a object/relational persistence query service. With hibernate, you can map an object-oriented domain model to a traditional relational database. It is an open source product developed by Red Hat. Data is one of the most valuable assets a company has, and with Hibernate you can put it to good use in Java applications. In this section on Hibernate, get news, research, and tutorials on the Hibernate framework and read tips and advice to find out how it can help your applications make the best use of the data available.
New & Notable
Hibernate framework News
-
June 25, 2019
25
Jun'19
Hibernate vs JPA: What's the difference between these database ORM APIs?
Let us settle the Hibernate vs JPA debate for you. Here we explain the difference between JPA and Hibernate so that you'll never have to choose between the two database APIs.
Evaluate Hibernate framework Vendors & Products
Weigh the pros and cons of technologies, products and projects you are considering.
-
Hibernate vs. JDBC: How do these database APIs differ?
Don't overthink it. Hibernate and JDBC aren't the same thing. But how do these database APIs differ? Here's a brief history lesson and explainer to find out. Continue Reading
-
How JPA and Hibernate simplify data persistence
JPA is the Java standard for data persistence, especially for relational systems. Here, we explore how Hibernate and JPA work together to make database processes easier. Continue Reading
-
What we can expect from Hibernate OGM and data persistence in 2015
Emmanuel Bernard discusses the Hibernate OGM project and how it has progressed since it was initially envisioned back in 2011. Continue Reading
Problem Solve Hibernate framework Issues
We’ve gathered up expert advice and tips from professionals like you so that the answers you need are always available.
-
JPA and Hibernate enum mapping with annotations and the hbm.xml file
Ever since they were introduced in Java 5, enums have been catching developers off guard. How do you perform JPA and Hibernate enum mapping with annotations or even XML files? It's actually not ... Continue Reading