Class PromotionalProductRepositoryProperties

java.lang.Object
com.broadleafcommerce.catalog.provider.jpa.autoconfigure.PromotionalProductRepositoryProperties

@ConfigurationProperties("broadleaf.catalog.promotional-product-repository") @Validated public class PromotionalProductRepositoryProperties extends Object
Since:
CatalogServices 2.1.5, CatalogServices 2.2.1
  • 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

      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