Hello, I have tried to make JPA Entity classes for a Spring Boot - Data Rest project. I worked with data classes, but the Lazy loading not working with them (because they are final?). There is an another way to get toString and hashCode like lombok in java?