Skip to content

Commit

Permalink
pet relations
Browse files Browse the repository at this point in the history
  • Loading branch information
Antt02 committed Feb 22, 2024
1 parent 0b41354 commit f93b640
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/cat/udl/eps/softarch/demo/domain/Pet.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ public class Pet extends UriEntity<Long> {
String description;
String breed;

@OneToMany
public MedicalRecord has;

@OneToMany
public Adoption wasAdopted;

@ManyToOne
public Shelter isIn;
Expand Down

0 comments on commit f93b640

Please sign in to comment.