I've a class BaseEntity:
and an extended class:
I'm trying to build a seeder using the builder:
I want Lombok to create a constructor in the BreedEntity with the base class baseEntity.
I read the documentation and it works just fine when I delete the @entity anotation SuperBuilder Docs
Can someone explain in more detail why this is happening?