I\'m using project Lombok together with Spring Data JPA. Is there any way to connect Lombok @Builder with JPA default constructor?
@Builder
Code:
Jeff's answer works fine however, @Builder does not support self-reference relationships yet.
Check this question for more details:
JPA @OnetoOne self reference relationship with both columns non null