I have defined several JPA entities in a spring boot application.
@Entity public class EntityA { @Id @Column(name = "id") private String id