This commit is contained in:
Timo Westkämper 2009-12-17 08:55:36 +00:00
parent 269f10881a
commit d1f81f65ee

View File

@ -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();