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 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object