com.macro.mall.model.PmsProductAttributeCategoryExample Java Examples

The following examples show how to use com.macro.mall.model.PmsProductAttributeCategoryExample. 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: PmsProductAttributeCategoryServiceImpl.java    From macrozheng-mall with MIT License 4 votes vote down vote up
@Override
public List<PmsProductAttributeCategory> getList(Integer pageSize, Integer pageNum) {
    PageHelper.startPage(pageNum,pageSize);
    return productAttributeCategoryMapper.selectByExample(new PmsProductAttributeCategoryExample());
}
 
Example #2
Source File: PmsProductAttributeCategoryServiceImpl.java    From mall-swarm with Apache License 2.0 4 votes vote down vote up
@Override
public List<PmsProductAttributeCategory> getList(Integer pageSize, Integer pageNum) {
    PageHelper.startPage(pageNum,pageSize);
    return productAttributeCategoryMapper.selectByExample(new PmsProductAttributeCategoryExample());
}
 
Example #3
Source File: PmsProductAttributeCategoryServiceImpl.java    From mall with Apache License 2.0 4 votes vote down vote up
@Override
public List<PmsProductAttributeCategory> getList(Integer pageSize, Integer pageNum) {
    PageHelper.startPage(pageNum,pageSize);
    return productAttributeCategoryMapper.selectByExample(new PmsProductAttributeCategoryExample());
}
 
Example #4
Source File: PmsProductAttributeCategoryServiceImpl.java    From macrozheng with Apache License 2.0 4 votes vote down vote up
@Override
public List<PmsProductAttributeCategory> getList(Integer pageSize, Integer pageNum) {
    PageHelper.startPage(pageNum,pageSize);
    return productAttributeCategoryMapper.selectByExample(new PmsProductAttributeCategoryExample());
}
 
Example #5
Source File: PmsProductAttributeCategoryMapper.java    From mall with Apache License 2.0 votes vote down vote up
long countByExample(PmsProductAttributeCategoryExample example); 
Example #6
Source File: PmsProductAttributeCategoryMapper.java    From macrozheng-mall with MIT License votes vote down vote up
int updateByExample(@Param("record") PmsProductAttributeCategory record, @Param("example") PmsProductAttributeCategoryExample example); 
Example #7
Source File: PmsProductAttributeCategoryMapper.java    From macrozheng-mall with MIT License votes vote down vote up
int updateByExampleSelective(@Param("record") PmsProductAttributeCategory record, @Param("example") PmsProductAttributeCategoryExample example); 
Example #8
Source File: PmsProductAttributeCategoryMapper.java    From macrozheng-mall with MIT License votes vote down vote up
List<PmsProductAttributeCategory> selectByExample(PmsProductAttributeCategoryExample example); 
Example #9
Source File: PmsProductAttributeCategoryMapper.java    From macrozheng-mall with MIT License votes vote down vote up
int deleteByExample(PmsProductAttributeCategoryExample example); 
Example #10
Source File: PmsProductAttributeCategoryMapper.java    From macrozheng-mall with MIT License votes vote down vote up
int countByExample(PmsProductAttributeCategoryExample example); 
Example #11
Source File: PmsProductAttributeCategoryMapper.java    From mall with Apache License 2.0 votes vote down vote up
int updateByExample(@Param("record") PmsProductAttributeCategory record, @Param("example") PmsProductAttributeCategoryExample example); 
Example #12
Source File: PmsProductAttributeCategoryMapper.java    From mall with Apache License 2.0 votes vote down vote up
int updateByExampleSelective(@Param("record") PmsProductAttributeCategory record, @Param("example") PmsProductAttributeCategoryExample example); 
Example #13
Source File: PmsProductAttributeCategoryMapper.java    From mall with Apache License 2.0 votes vote down vote up
List<PmsProductAttributeCategory> selectByExample(PmsProductAttributeCategoryExample example); 
Example #14
Source File: PmsProductAttributeCategoryMapper.java    From mall with Apache License 2.0 votes vote down vote up
int deleteByExample(PmsProductAttributeCategoryExample example); 
Example #15
Source File: PmsProductAttributeCategoryMapper.java    From mall-swarm with Apache License 2.0 votes vote down vote up
long countByExample(PmsProductAttributeCategoryExample example); 
Example #16
Source File: PmsProductAttributeCategoryMapper.java    From macrozheng with Apache License 2.0 votes vote down vote up
int updateByExample(@Param("record") PmsProductAttributeCategory record, @Param("example") PmsProductAttributeCategoryExample example); 
Example #17
Source File: PmsProductAttributeCategoryMapper.java    From macrozheng with Apache License 2.0 votes vote down vote up
int updateByExampleSelective(@Param("record") PmsProductAttributeCategory record, @Param("example") PmsProductAttributeCategoryExample example); 
Example #18
Source File: PmsProductAttributeCategoryMapper.java    From macrozheng with Apache License 2.0 votes vote down vote up
List<PmsProductAttributeCategory> selectByExample(PmsProductAttributeCategoryExample example); 
Example #19
Source File: PmsProductAttributeCategoryMapper.java    From macrozheng with Apache License 2.0 votes vote down vote up
int deleteByExample(PmsProductAttributeCategoryExample example); 
Example #20
Source File: PmsProductAttributeCategoryMapper.java    From macrozheng with Apache License 2.0 votes vote down vote up
int countByExample(PmsProductAttributeCategoryExample example); 
Example #21
Source File: PmsProductAttributeCategoryMapper.java    From mall-swarm with Apache License 2.0 votes vote down vote up
int updateByExample(@Param("record") PmsProductAttributeCategory record, @Param("example") PmsProductAttributeCategoryExample example); 
Example #22
Source File: PmsProductAttributeCategoryMapper.java    From mall-swarm with Apache License 2.0 votes vote down vote up
int updateByExampleSelective(@Param("record") PmsProductAttributeCategory record, @Param("example") PmsProductAttributeCategoryExample example); 
Example #23
Source File: PmsProductAttributeCategoryMapper.java    From mall-swarm with Apache License 2.0 votes vote down vote up
List<PmsProductAttributeCategory> selectByExample(PmsProductAttributeCategoryExample example); 
Example #24
Source File: PmsProductAttributeCategoryMapper.java    From mall-swarm with Apache License 2.0 votes vote down vote up
int deleteByExample(PmsProductAttributeCategoryExample example);