Interface CommerceDiscountAccountRelFinder
@ProviderType
public interface CommerceDiscountAccountRelFinder
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionint
countByCommerceDiscountId
(long commerceDiscountId, String name) int
countByCommerceDiscountId
(long commerceDiscountId, String name, boolean inlineSQLHelper) findByCommerceDiscountId
(long commerceDiscountId, String name, int start, int end) findByCommerceDiscountId
(long commerceDiscountId, String name, int start, int end, boolean inlineSQLHelper)
-
Method Details
-
countByCommerceDiscountId
-
countByCommerceDiscountId
-
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)
-