BAEL-2857 Defining a JPA Entity
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user