Class OptionTemplateRepositoryProperties
java.lang.Object
com.broadleafcommerce.catalog.provider.jpa.autoconfigure.OptionTemplateRepositoryProperties
@ConfigurationProperties("broadleaf.catalog.option-template-repository")
@Validated
public class OptionTemplateRepositoryProperties
extends Object
Properties affecting the behavior of
OptionTemplateRepository and
CustomizedOptionTemplateRepository.- 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 option templates for multiple category IDs.inthashCode()voidsetFindByMultipleCategoryIdInternalBatchSize(int findByMultipleCategoryIdInternalBatchSize) The size to limit each internal batch of results to when reading option templates for multiple category IDs.toString()
-
Constructor Details
-
OptionTemplateRepositoryProperties
public OptionTemplateRepositoryProperties()
-
-
Method Details
-
getFindByMultipleCategoryIdInternalBatchSize
public int getFindByMultipleCategoryIdInternalBatchSize()The size to limit each internal batch of results to when reading option templates for multiple category IDs. -
setFindByMultipleCategoryIdInternalBatchSize
public void setFindByMultipleCategoryIdInternalBatchSize(int findByMultipleCategoryIdInternalBatchSize) The size to limit each internal batch of results to when reading option templates for multiple category IDs. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-