Interface LoadingContextBuilder<R,​E,​LOS>

  • Type Parameters:
    R - The type of entity references.
    E - The type of loaded entities.
    LOS - The type of the initial step of the loading options definition DSL accessible through SearchQueryOptionsStep.loading(Consumer).

    public interface LoadingContextBuilder<R,​E,​LOS>
    A builder for LoadingContext, allowing to change the parameters of object loading while a query is being built.