mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-21 21:14:12 +08:00
This commit is contained in:
parent
231384b296
commit
55aafdf901
@ -73,7 +73,7 @@ public abstract class HqlQueryBase<A extends HqlQueryBase<A>> extends QueryBase<
|
||||
expr.and(path.isnull());
|
||||
}
|
||||
}
|
||||
return expr.self();
|
||||
return expr.create();
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user