Skip to content

Commit

Permalink
Remove Hibernate
Browse files Browse the repository at this point in the history
  • Loading branch information
petecheslock committed Oct 26, 2023
1 parent d993970 commit 214d242
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
import java.util.List;
import java.util.Set;

import org.hibernate.annotations.Fetch;
import org.hibernate.annotations.FetchMode;
import org.springframework.beans.support.MutableSortDefinition;
import org.springframework.beans.support.PropertyComparator;
import org.springframework.samples.petclinic.model.Person;
Expand All @@ -48,7 +46,6 @@
public class Vet extends Person {

@ManyToMany(fetch = FetchType.EAGER)
@Fetch(FetchMode.SUBSELECT)

@JoinTable(name = "vet_specialties", joinColumns = @JoinColumn(name = "vet_id"),
inverseJoinColumns = @JoinColumn(name = "specialty_id"))
Expand Down

0 comments on commit 214d242

Please sign in to comment.