Interface CommerceDiscountAccountRelFinder


@ProviderType public interface CommerceDiscountAccountRelFinder
Generated:
  • Method Details

    • countByCommerceDiscountId

      int countByCommerceDiscountId(long commerceDiscountId, String name)
    • countByCommerceDiscountId

      int countByCommerceDiscountId(long commerceDiscountId, String name, boolean inlineSQLHelper)
    • findByCommerceDiscountId

      List<CommerceDiscountAccountRel> findByCommerceDiscountId(long commerceDiscountId, String name, int start, int end)
    • findByCommerceDiscountId

      List<CommerceDiscountAccountRel> findByCommerceDiscountId(long commerceDiscountId, String name, int start, int end, boolean inlineSQLHelper)