@Data @Audited public class Car { @OneToOne(cascade = {CascadeType.ALL}, fetch = FetchType.EAGER) @JoinColumn(name = "ENGINE_ID") private Engine eng