I have the following class structure
@Entity @Data // lombok public class Entity { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Colum