Update Vet.java

This commit is contained in:
Firassawan 2020-03-09 15:17:14 -04:00 committed by GitHub
parent 001865cb64
commit 158f372483
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)