mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
This commit is contained in:
parent
269f10881a
commit
d1f81f65ee
@ -278,14 +278,14 @@ public interface HQLQuery extends Query<HQLQuery>, Projectable {
|
||||
HQLQuery with(EBoolean... condition);
|
||||
|
||||
/**
|
||||
* Set the fetch parameter to the last defined join
|
||||
* Add the "fetch" flag to the last defined join
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
HQLQuery fetch();
|
||||
|
||||
/**
|
||||
* Add the "fetch all properties" statement to the last defined join.
|
||||
* Add the "fetch all properties" flag to the last defined join.
|
||||
* @return
|
||||
*/
|
||||
HQLQuery fetchAll();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user