Class JpaBatchingQueryUtils.BatchRequestConfig
java.lang.Object
com.broadleafcommerce.catalog.provider.jpa.repository.support.JpaBatchingQueryUtils.BatchRequestConfig
- Enclosing class:
- JpaBatchingQueryUtils
Describes details that are provided to the operation responsible for fetching a batch of
results from the datastore.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintinthashCode()voidsetBatchSize(int batchSize) voidsetPreviousBatchLastId(String previousBatchLastId) toString()
-
Constructor Details
-
BatchRequestConfig
public BatchRequestConfig()
-
-
Method Details