Interface CommerceDiscountCommerceAccountGroupRelFinder
@ProviderType
public interface CommerceDiscountCommerceAccountGroupRelFinder
- 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<CommerceDiscountCommerceAccountGroupRel> findByCommerceDiscountId(long commerceDiscountId, String name, int start, int end) -
findByCommerceDiscountId
List<CommerceDiscountCommerceAccountGroupRel> findByCommerceDiscountId(long commerceDiscountId, String name, int start, int end, boolean inlineSQLHelper)
-