public interface TbProductMapper
限定符和类型 | 方法和说明 |
---|---|
long |
countByExample(TbProductExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(TbProductExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(String productCode)
This method was generated by MyBatis Generator.
|
int |
insert(TbProduct record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(TbProduct record)
This method was generated by MyBatis Generator.
|
List<TbProduct> |
selectByExample(TbProductExample example)
This method was generated by MyBatis Generator.
|
TbProduct |
selectByPrimaryKey(String productCode)
This method was generated by MyBatis Generator.
|
int |
updateByExample(TbProduct record,
TbProductExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(TbProduct record,
TbProductExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(TbProduct record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(TbProduct record)
This method was generated by MyBatis Generator.
|
long countByExample(TbProductExample example)
int deleteByExample(TbProductExample example)
int deleteByPrimaryKey(String productCode)
int insert(TbProduct record)
int insertSelective(TbProduct record)
List<TbProduct> selectByExample(TbProductExample example)
TbProduct selectByPrimaryKey(String productCode)
int updateByExampleSelective(@Param(value="record") TbProduct record, @Param(value="example") TbProductExample example)
int updateByExample(@Param(value="record") TbProduct record, @Param(value="example") TbProductExample example)
int updateByPrimaryKeySelective(TbProduct record)
int updateByPrimaryKey(TbProduct record)
Copyright © 2018. All rights reserved.