Relative Content

Tag Archive for jpa

Spring Data JPA AND condition with LEFT JOIN

I have the below query which joins 2 separate tables. To improve the performance, I want to add an additional AND condition. Please suggest how it can be done in JPA/Hibernate.