@Component(value="eclipselink_FetchGroupManager")
public class FetchGroupManager
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
FetchGroupManager.FetchGroupField |
| Constructor and Description |
|---|
FetchGroupManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFetchPlan(org.eclipse.persistence.jpa.JpaQuery query,
java.lang.String queryString,
io.jmix.core.FetchPlan fetchPlan,
boolean singleResultExpected) |
FetchGroupDescription |
calculateFetchGroup(java.lang.String queryString,
io.jmix.core.FetchPlan fetchPlan,
boolean singleResultExpected,
boolean useFetchGroup) |
void |
setFetchPlan(org.eclipse.persistence.jpa.JpaQuery query,
java.lang.String queryString,
io.jmix.core.FetchPlan fetchPlan,
boolean singleResultExpected) |
public void setFetchPlan(org.eclipse.persistence.jpa.JpaQuery query,
java.lang.String queryString,
@Nullable
io.jmix.core.FetchPlan fetchPlan,
boolean singleResultExpected)
public void addFetchPlan(org.eclipse.persistence.jpa.JpaQuery query,
java.lang.String queryString,
io.jmix.core.FetchPlan fetchPlan,
boolean singleResultExpected)
public FetchGroupDescription calculateFetchGroup(java.lang.String queryString, io.jmix.core.FetchPlan fetchPlan, boolean singleResultExpected, boolean useFetchGroup)