mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Update Vet.java
This commit is contained in:
parent
001865cb64
commit
158f372483
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ import org.springframework.samples.petclinic.model.Person;
|
|||
* @author Arjen Poutsma
|
||||
*/
|
||||
@Entity
|
||||
@Table(name = "CHANGED THIS")
|
||||
@Table(name = "Vet")
|
||||
public class Vet extends Person {
|
||||
|
||||
@ManyToMany(fetch = FetchType.EAGER)
|
||||
|
|
Loading…
Reference in a new issue