Interface IRetrieveQueryModelParams<QueryConfig>
- Type Parameters:
QueryConfig- Type of the configuration object that is used to store the query's properties.
- All Known Implementing Classes:
DefaultRetrieveQueryModelParams.Builder
public interface IRetrieveQueryModelParams<QueryConfig>
Parameters for
prepareViewForQuery.-
Method Summary
Modifier and TypeMethodDescriptionThe current model, the same instance that was passed toprepareViewForQuery.
-
Method Details
-
queryConfig
QueryConfig queryConfig()The current model, the same instance that was passed toprepareViewForQuery. You may save a reference to this model in your bean and mutate it in-place.- Returns:
- The current model.
-