Learn about @Column annotation in JPA
In the case of column name of a table in the database which you are working on is not same with the name of the entity you are defining, you can use the @Column annotation to change the name. Here are some other functions that… Read More