com.macro.mall.model.CmsHelp Java Examples
The following examples show how to use
com.macro.mall.model.CmsHelp.
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: CmsHelpMapper.java From macrozheng-mall with MIT License | votes |
int insert(CmsHelp record);
Example #2
Source File: CmsHelpMapper.java From mall with Apache License 2.0 | votes |
int insertSelective(CmsHelp record);
Example #3
Source File: CmsHelpMapper.java From mall with Apache License 2.0 | votes |
List<CmsHelp> selectByExampleWithBLOBs(CmsHelpExample example);
Example #4
Source File: CmsHelpMapper.java From mall with Apache License 2.0 | votes |
List<CmsHelp> selectByExample(CmsHelpExample example);
Example #5
Source File: CmsHelpMapper.java From mall with Apache License 2.0 | votes |
CmsHelp selectByPrimaryKey(Long id);
Example #6
Source File: CmsHelpMapper.java From mall with Apache License 2.0 | votes |
int updateByExampleSelective(@Param("record") CmsHelp record, @Param("example") CmsHelpExample example);
Example #7
Source File: CmsHelpMapper.java From mall with Apache License 2.0 | votes |
int updateByExampleWithBLOBs(@Param("record") CmsHelp record, @Param("example") CmsHelpExample example);
Example #8
Source File: CmsHelpMapper.java From mall with Apache License 2.0 | votes |
int updateByExample(@Param("record") CmsHelp record, @Param("example") CmsHelpExample example);
Example #9
Source File: CmsHelpMapper.java From mall with Apache License 2.0 | votes |
int updateByPrimaryKeySelective(CmsHelp record);
Example #10
Source File: CmsHelpMapper.java From mall with Apache License 2.0 | votes |
int updateByPrimaryKeyWithBLOBs(CmsHelp record);
Example #11
Source File: CmsHelpMapper.java From mall with Apache License 2.0 | votes |
int updateByPrimaryKey(CmsHelp record);
Example #12
Source File: CmsHelpMapper.java From mall with Apache License 2.0 | votes |
int insert(CmsHelp record);
Example #13
Source File: CmsHelpMapper.java From macrozheng-mall with MIT License | votes |
int insertSelective(CmsHelp record);
Example #14
Source File: CmsHelpMapper.java From macrozheng-mall with MIT License | votes |
List<CmsHelp> selectByExampleWithBLOBs(CmsHelpExample example);
Example #15
Source File: CmsHelpMapper.java From macrozheng-mall with MIT License | votes |
List<CmsHelp> selectByExample(CmsHelpExample example);
Example #16
Source File: CmsHelpMapper.java From macrozheng-mall with MIT License | votes |
CmsHelp selectByPrimaryKey(Long id);
Example #17
Source File: CmsHelpMapper.java From macrozheng-mall with MIT License | votes |
int updateByExampleSelective(@Param("record") CmsHelp record, @Param("example") CmsHelpExample example);
Example #18
Source File: CmsHelpMapper.java From macrozheng-mall with MIT License | votes |
int updateByExampleWithBLOBs(@Param("record") CmsHelp record, @Param("example") CmsHelpExample example);
Example #19
Source File: CmsHelpMapper.java From macrozheng-mall with MIT License | votes |
int updateByExample(@Param("record") CmsHelp record, @Param("example") CmsHelpExample example);
Example #20
Source File: CmsHelpMapper.java From macrozheng-mall with MIT License | votes |
int updateByPrimaryKeySelective(CmsHelp record);
Example #21
Source File: CmsHelpMapper.java From macrozheng-mall with MIT License | votes |
int updateByPrimaryKeyWithBLOBs(CmsHelp record);
Example #22
Source File: CmsHelpMapper.java From macrozheng-mall with MIT License | votes |
int updateByPrimaryKey(CmsHelp record);
Example #23
Source File: CmsHelpMapper.java From macrozheng with Apache License 2.0 | votes |
int insert(CmsHelp record);
Example #24
Source File: CmsHelpMapper.java From mall-swarm with Apache License 2.0 | votes |
int insertSelective(CmsHelp record);
Example #25
Source File: CmsHelpMapper.java From mall-swarm with Apache License 2.0 | votes |
List<CmsHelp> selectByExampleWithBLOBs(CmsHelpExample example);
Example #26
Source File: CmsHelpMapper.java From mall-swarm with Apache License 2.0 | votes |
List<CmsHelp> selectByExample(CmsHelpExample example);
Example #27
Source File: CmsHelpMapper.java From mall-swarm with Apache License 2.0 | votes |
CmsHelp selectByPrimaryKey(Long id);
Example #28
Source File: CmsHelpMapper.java From mall-swarm with Apache License 2.0 | votes |
int updateByExampleSelective(@Param("record") CmsHelp record, @Param("example") CmsHelpExample example);
Example #29
Source File: CmsHelpMapper.java From mall-swarm with Apache License 2.0 | votes |
int updateByExampleWithBLOBs(@Param("record") CmsHelp record, @Param("example") CmsHelpExample example);
Example #30
Source File: CmsHelpMapper.java From mall-swarm with Apache License 2.0 | votes |
int updateByExample(@Param("record") CmsHelp record, @Param("example") CmsHelpExample example);