Interface PojoSelectionLoadingContextBuilder<LOS>
-
- Type Parameters:
LOS
- The type of the initial step of the loading options definition DSL accessible throughSearchQueryOptionsStep.loading(Consumer)
.
public interface PojoSelectionLoadingContextBuilder<LOS>
A builder forPojoSelectionLoadingContext
, allowing changes to the parameters of object loading, for example while a query is being built.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PojoSelectionLoadingContext
build()
LOS
toAPI()
-
-
-
Method Detail
-
toAPI
LOS toAPI()
- Returns:
- The inital step of the loading options definition DSL passed to user-defined consumers added through
SearchQueryOptionsStep.loading(Consumer)
.
-
build
PojoSelectionLoadingContext build()
- Returns:
- The configured loading context.
-
-