Package io.jmix.eclipselink.impl
Class FetchGroupManager
java.lang.Object
io.jmix.eclipselink.impl.FetchGroupManager
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFetchPlan
(org.eclipse.persistence.jpa.JpaQuery query, String queryString, FetchPlan fetchPlan, boolean singleResultExpected) calculateFetchGroup
(String queryString, FetchPlan fetchPlan, boolean singleResultExpected, boolean useFetchGroup) void
setFetchPlan
(org.eclipse.persistence.jpa.JpaQuery query, String queryString, FetchPlan fetchPlan, boolean singleResultExpected)
-
Constructor Details
-
FetchGroupManager
public FetchGroupManager()
-
-
Method Details
-
setFetchPlan
-
addFetchPlan
-
calculateFetchGroup
public FetchGroupDescription calculateFetchGroup(String queryString, FetchPlan fetchPlan, boolean singleResultExpected, boolean useFetchGroup)
-