Package io.jmix.reports.delegate
Interface FetchPlanProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface implemented by client to dynamically construct fetch plan for an entity Data Set.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionConstruct or obtain a fetch plan that will be used for reloading entity parameter in entity-typed data sets.
-
Method Details
-
getFetchPlan
FetchPlan getFetchPlan()Construct or obtain a fetch plan that will be used for reloading entity parameter in entity-typed data sets.
-