We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c88a4c commit 111fd49Copy full SHA for 111fd49
1 file changed
src/main/java/io/ebean/typequery/TQRootBean.java
@@ -23,6 +23,7 @@
23
import io.ebean.search.TextCommonTerms;
24
import io.ebean.search.TextQueryString;
25
import io.ebean.search.TextSimple;
26
+import io.ebean.service.SpiFetchGroupQuery;
27
import io.ebean.text.PathProperties;
28
import io.ebeaninternal.server.util.ArrayStack;
29
@@ -152,6 +153,13 @@ public TQRootBean(boolean aliasDummy) {
152
153
this.query = null;
154
}
155
156
+ /**
157
+ * Return the fetch group.
158
+ */
159
+ public FetchGroup<T> buildFetchGroup() {
160
+ return ((SpiFetchGroupQuery)query()).buildFetchGroup();
161
+ }
162
+
163
/**
164
* Sets the root query bean instance. Used to provide fluid query construction.
165
*/
0 commit comments