Lombok and JPA: What Could Go Wrong?
Mixing great things always results in something great – this law works almost everywhere, but not in cooking or coding. In this article, we will have a look at how Lombok can break your JPA project.
by
Join the DZone community and get the full member experience.Join For Free
Lombok is a great tool that makes your Java code concise and clean. However, there are a few things to consider when using it with JPA. In this article, we’ll look at how the misuse of Lombok can hurt the performance of JPA applications or even crash them, and how to avoid that but still gain the benefits of using Lombok. ....