Update Vet.java

This commit is contained in:
Firassawan 2020-03-09 15:20:53 -04:00 committed by GitHub
parent 158f372483
commit 6042359071
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 = "Vet")
@Table(name = "vets")
public class Vet extends Person {
@ManyToMany(fetch = FetchType.EAGER)