github.com/querydsl/querydsl/issues/2589 When using ne(), but working eq() · Issue #2589 · querydsl/querydsl I'm using querydsl-jpa:4.1.3 I made JPAExpressions. here is used booleanBuilder and ne() to compare the results. but, the implementation of ne() was the same as eq(). so, predicate was: I want ... github.com querydsl-jpa:4.1.3 사용 중에 서브 쿼리를 이용하기 위해 아래와 같은 코드를 사용했다. 그리고 아래 사진처러 ne() 메소드를 통해..