This article gives a detailed overview of a unidirectional many to one JPA entity mapping. You’ll learn the benefits and potential issues associated with such an entity relation mapping. We’ll […]
The following article shows how to configure logging with log4j2 and Hibernate. Enabling logging helps visualize SQL statements which Hibernate uses to communicate with the database. It’s a great way […]
After reading this article you should be aware of how to make an entity immutable with the Hibernate framework. You’ll also learn why it is important and what you need […]
After going through this tutorial you’ll know how to configure Hibernate JPA with Spring. You’ll learn how to set it up using persistence.xml, as well as fully xml-less. Please remember, […]
In the previous article, we learned how Hibernate can assist in database persistence. Now it’s time to see how to properly configure it in a standalone Java application. After this […]
Persisting application data If you’re developing Java applications, you surely used some form of persistence to make data stay between application restarts. This is usually accomplished with the use of […]