Skip to content

Commit

Permalink
Added synonyms to Drugs Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jfkonecn committed Nov 14, 2024
1 parent a346824 commit e3bd3a7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ public interface DrugRepository extends JpaRepository<Drug, Long>, JpaSpecificat
"select distinct drug from Drug drug" +
" left join fetch drug.flags" +
" left join fetch drug.fdaDrugs" +
" left join fetch drug.nciThesaurus nci" +
" left join fetch nci.synonyms" +
" left join fetch drug.associations da" +
" left join fetch da.rules" +
" left join fetch da.cancerTypes" +
Expand Down

0 comments on commit e3bd3a7

Please sign in to comment.