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 for
PojoSelectionLoadingContext
,
allowing changes to the parameters of object loading,
for example while a query is being built.-
Method Summary
-
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
PojoSelectionLoadingContext build()- Returns:
- The configured loading context.
-