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