I have two model classes:
Car which has owner field:
import lombok.Data; import javax.persistence.*; @Entity @Data public class Car { @Id @G