public interface RegexrenameMapper extends BaseInterface
| Modifier and Type | Method and Description |
|---|---|
long |
countByExample(RegexrenameCriteria example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(RegexrenameCriteria example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(Integer id)
This method was generated by MyBatis Generator.
|
int |
insert(Regexrename row)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Regexrename row)
This method was generated by MyBatis Generator.
|
List<Regexrename> |
selectByExample(RegexrenameCriteria example)
This method was generated by MyBatis Generator.
|
Regexrename |
selectByPrimaryKey(Integer id)
This method was generated by MyBatis Generator.
|
int |
updateByExample(Regexrename row,
RegexrenameCriteria example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Regexrename row,
RegexrenameCriteria example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(Regexrename row)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(Regexrename row)
This method was generated by MyBatis Generator.
|
long countByExample(RegexrenameCriteria example)
int deleteByExample(RegexrenameCriteria example)
int deleteByPrimaryKey(Integer id)
int insert(Regexrename row)
int insertSelective(Regexrename row)
List<Regexrename> selectByExample(RegexrenameCriteria example)
Regexrename selectByPrimaryKey(Integer id)
int updateByExampleSelective(@Param(value="row")
Regexrename row,
@Param(value="example")
RegexrenameCriteria example)
int updateByExample(@Param(value="row")
Regexrename row,
@Param(value="example")
RegexrenameCriteria example)
int updateByPrimaryKeySelective(Regexrename row)
int updateByPrimaryKey(Regexrename row)
Copyright © 2006–2025 MyBatis.org. All rights reserved.