Class PromotionalProductRepositoryProperties
java.lang.Object
com.broadleafcommerce.catalog.provider.jpa.autoconfigure.PromotionalProductRepositoryProperties
@ConfigurationProperties("broadleaf.catalog.promotional-product-repository")
@Validated
public class PromotionalProductRepositoryProperties
extends Object
Properties affecting the behavior of
PromotionalProductRepository and
CustomizedPromotionalProductRepository.- Since:
- CatalogServices 2.1.5, CatalogServices 2.2.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintThe size to limit each internal batch of results to when reading promotional products for multiple product IDs.inthashCode()voidsetFindByMultipleProductIdInternalBatchSize(int findByMultipleProductIdInternalBatchSize) The size to limit each internal batch of results to when reading promotional products for multiple product IDs.toString()
-
Constructor Details
-
PromotionalProductRepositoryProperties
public PromotionalProductRepositoryProperties()
-
-
Method Details
-
getFindByMultipleProductIdInternalBatchSize
public int getFindByMultipleProductIdInternalBatchSize()The size to limit each internal batch of results to when reading promotional products for multiple product IDs. -
setFindByMultipleProductIdInternalBatchSize
public void setFindByMultipleProductIdInternalBatchSize(int findByMultipleProductIdInternalBatchSize) The size to limit each internal batch of results to when reading promotional products for multiple product IDs. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-