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.

@FunctionalInterface public interface FetchPlanProvider
Interface implemented by client to dynamically construct fetch plan for an entity Data Set.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Construct 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.