java - Using (+) in jpql -


I am migrating SQL queries in JPQL queries and facing a problem. My SQL question (+) is in the following position:

  and SP.REQUIRED_PART_ID = pr.part_seq_id (+)  

I'm new to JPQL And I do not know how to change (+) JPQL Can someone please direct me to guide me?


Comments