DEV Community

Discussion on: Full Stack Reddit Clone - Spring Boot, React, Electron App - Part 2

Collapse
 
sproket profile image
sproket

I was trying to create the models without lombok for User and AccountVerificationToken. I generated equals and hashcode and tostring with netbeans but I get org.hibernate.TransientPropertyValueException: object references an unsaved transient instance - save the transient instance before flushing

Have you been able to do it without lombok?