Interface EnumtestMapper
public interface EnumtestMapper
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByExample(EnumtestExample example) This method was generated by MyBatis Generator.intdeleteByExample(EnumtestExample example) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intinsertSelective(Enumtest row) This method was generated by MyBatis Generator.selectByExample(EnumtestExample example) This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.intupdateByExample(Enumtest row, EnumtestExample example) This method was generated by MyBatis Generator.intupdateByExampleSelective(Enumtest row, EnumtestExample example) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.
-
Method Details
-
countByExample
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
deleteByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
selectByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
updateByExampleSelective
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
updateByExample
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
updateByPrimaryKeySelective
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
updateByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST
-