com.macro.mall.model.SmsFlashPromotionProductRelationExample Java Examples
The following examples show how to use
com.macro.mall.model.SmsFlashPromotionProductRelationExample.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: SmsFlashPromotionProductRelationServiceImpl.java From macrozheng-mall with MIT License | 5 votes |
@Override public int getCount(Long flashPromotionId, Long flashPromotionSessionId) { SmsFlashPromotionProductRelationExample example = new SmsFlashPromotionProductRelationExample(); example.createCriteria() .andFlashPromotionIdEqualTo(flashPromotionId) .andFlashPromotionSessionIdEqualTo(flashPromotionSessionId); return relationMapper.countByExample(example); }
Example #2
Source File: SmsFlashPromotionProductRelationServiceImpl.java From mall-swarm with Apache License 2.0 | 5 votes |
@Override public long getCount(Long flashPromotionId, Long flashPromotionSessionId) { SmsFlashPromotionProductRelationExample example = new SmsFlashPromotionProductRelationExample(); example.createCriteria() .andFlashPromotionIdEqualTo(flashPromotionId) .andFlashPromotionSessionIdEqualTo(flashPromotionSessionId); return relationMapper.countByExample(example); }
Example #3
Source File: SmsFlashPromotionProductRelationServiceImpl.java From mall with Apache License 2.0 | 5 votes |
@Override public long getCount(Long flashPromotionId, Long flashPromotionSessionId) { SmsFlashPromotionProductRelationExample example = new SmsFlashPromotionProductRelationExample(); example.createCriteria() .andFlashPromotionIdEqualTo(flashPromotionId) .andFlashPromotionSessionIdEqualTo(flashPromotionSessionId); return relationMapper.countByExample(example); }
Example #4
Source File: SmsFlashPromotionProductRelationServiceImpl.java From macrozheng with Apache License 2.0 | 5 votes |
@Override public int getCount(Long flashPromotionId, Long flashPromotionSessionId) { SmsFlashPromotionProductRelationExample example = new SmsFlashPromotionProductRelationExample(); example.createCriteria() .andFlashPromotionIdEqualTo(flashPromotionId) .andFlashPromotionSessionIdEqualTo(flashPromotionSessionId); return relationMapper.countByExample(example); }
Example #5
Source File: SmsFlashPromotionProductRelationMapper.java From mall with Apache License 2.0 | votes |
long countByExample(SmsFlashPromotionProductRelationExample example);
Example #6
Source File: SmsFlashPromotionProductRelationMapper.java From macrozheng-mall with MIT License | votes |
int updateByExample(@Param("record") SmsFlashPromotionProductRelation record, @Param("example") SmsFlashPromotionProductRelationExample example);
Example #7
Source File: SmsFlashPromotionProductRelationMapper.java From macrozheng-mall with MIT License | votes |
int updateByExampleSelective(@Param("record") SmsFlashPromotionProductRelation record, @Param("example") SmsFlashPromotionProductRelationExample example);
Example #8
Source File: SmsFlashPromotionProductRelationMapper.java From macrozheng-mall with MIT License | votes |
List<SmsFlashPromotionProductRelation> selectByExample(SmsFlashPromotionProductRelationExample example);
Example #9
Source File: SmsFlashPromotionProductRelationMapper.java From macrozheng-mall with MIT License | votes |
int deleteByExample(SmsFlashPromotionProductRelationExample example);
Example #10
Source File: SmsFlashPromotionProductRelationMapper.java From macrozheng-mall with MIT License | votes |
int countByExample(SmsFlashPromotionProductRelationExample example);
Example #11
Source File: SmsFlashPromotionProductRelationMapper.java From mall with Apache License 2.0 | votes |
int updateByExample(@Param("record") SmsFlashPromotionProductRelation record, @Param("example") SmsFlashPromotionProductRelationExample example);
Example #12
Source File: SmsFlashPromotionProductRelationMapper.java From mall with Apache License 2.0 | votes |
int updateByExampleSelective(@Param("record") SmsFlashPromotionProductRelation record, @Param("example") SmsFlashPromotionProductRelationExample example);
Example #13
Source File: SmsFlashPromotionProductRelationMapper.java From mall with Apache License 2.0 | votes |
List<SmsFlashPromotionProductRelation> selectByExample(SmsFlashPromotionProductRelationExample example);
Example #14
Source File: SmsFlashPromotionProductRelationMapper.java From mall with Apache License 2.0 | votes |
int deleteByExample(SmsFlashPromotionProductRelationExample example);
Example #15
Source File: SmsFlashPromotionProductRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
long countByExample(SmsFlashPromotionProductRelationExample example);
Example #16
Source File: SmsFlashPromotionProductRelationMapper.java From macrozheng with Apache License 2.0 | votes |
int updateByExample(@Param("record") SmsFlashPromotionProductRelation record, @Param("example") SmsFlashPromotionProductRelationExample example);
Example #17
Source File: SmsFlashPromotionProductRelationMapper.java From macrozheng with Apache License 2.0 | votes |
int updateByExampleSelective(@Param("record") SmsFlashPromotionProductRelation record, @Param("example") SmsFlashPromotionProductRelationExample example);
Example #18
Source File: SmsFlashPromotionProductRelationMapper.java From macrozheng with Apache License 2.0 | votes |
List<SmsFlashPromotionProductRelation> selectByExample(SmsFlashPromotionProductRelationExample example);
Example #19
Source File: SmsFlashPromotionProductRelationMapper.java From macrozheng with Apache License 2.0 | votes |
int deleteByExample(SmsFlashPromotionProductRelationExample example);
Example #20
Source File: SmsFlashPromotionProductRelationMapper.java From macrozheng with Apache License 2.0 | votes |
int countByExample(SmsFlashPromotionProductRelationExample example);
Example #21
Source File: SmsFlashPromotionProductRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
int updateByExample(@Param("record") SmsFlashPromotionProductRelation record, @Param("example") SmsFlashPromotionProductRelationExample example);
Example #22
Source File: SmsFlashPromotionProductRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
int updateByExampleSelective(@Param("record") SmsFlashPromotionProductRelation record, @Param("example") SmsFlashPromotionProductRelationExample example);
Example #23
Source File: SmsFlashPromotionProductRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
List<SmsFlashPromotionProductRelation> selectByExample(SmsFlashPromotionProductRelationExample example);
Example #24
Source File: SmsFlashPromotionProductRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
int deleteByExample(SmsFlashPromotionProductRelationExample example);