BAEL-2857 Defining a JPA Entity

This commit is contained in:
Vivek
2019-04-13 14:37:15 +05:30
parent beccf32be8
commit 8271d0ab5a
2 changed files with 10 additions and 2 deletions
@@ -17,7 +17,7 @@ import javax.persistence.Transient;
import com.baeldung.util.Gender;
@Entity
@Table(name="STUD_NAME")
@Table(name="STUD")
public class Student {
@Id