I have the following JPA entity:
@Entity @Builder @Table(name = "My_Table") public class MyTableEntity { @Column(name = "id") private lon