Interface PojoSelectionLoadingContextBuilder<LOS>

Type Parameters:
LOS - The type of the initial step of the loading options definition DSL accessible through SearchQueryOptionsStep.loading(Consumer).

public interface PojoSelectionLoadingContextBuilder<LOS>
A builder for PojoSelectionLoadingContext, allowing changes to the parameters of object loading, for example while a query is being built.
  • Method Details

    • toAPI

      LOS toAPI()
      Returns:
      The inital step of the loading options definition DSL passed to user-defined consumers added through SearchQueryOptionsStep.loading(Consumer).
    • build

      Returns:
      The configured loading context.