Class JpaBatchingQueryUtils.BatchRequestConfig

java.lang.Object
com.broadleafcommerce.catalog.provider.jpa.repository.support.JpaBatchingQueryUtils.BatchRequestConfig
Enclosing class:
JpaBatchingQueryUtils

public static class JpaBatchingQueryUtils.BatchRequestConfig extends Object
Describes details that are provided to the operation responsible for fetching a batch of results from the datastore.
  • Constructor Details

    • BatchRequestConfig

      public BatchRequestConfig()
  • Method Details

    • getBatchSize

      public int getBatchSize()
    • getPreviousBatchLastId

      @Nullable public String getPreviousBatchLastId()
    • setBatchSize

      public void setBatchSize(int batchSize)
    • setPreviousBatchLastId

      public void setPreviousBatchLastId(@Nullable String previousBatchLastId)
    • 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