public interface RegexrenameMapper extends BaseInterface
Modifier and Type | Method and Description |
---|---|
int |
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 record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Regexrename record)
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 record,
RegexrenameCriteria example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Regexrename record,
RegexrenameCriteria example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(Regexrename record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(Regexrename record)
This method was generated by MyBatis Generator.
|
int countByExample(RegexrenameCriteria example)
int deleteByExample(RegexrenameCriteria example)
int deleteByPrimaryKey(Integer id)
int insert(Regexrename record)
int insertSelective(Regexrename record)
List<Regexrename> selectByExample(RegexrenameCriteria example)
Regexrename selectByPrimaryKey(Integer id)
int updateByExampleSelective(Regexrename record, RegexrenameCriteria example)
int updateByExample(Regexrename record, RegexrenameCriteria example)
int updateByPrimaryKeySelective(Regexrename record)
int updateByPrimaryKey(Regexrename record)
Copyright © 2010–2018 MyBatis.org. All rights reserved.