Interface AwfulTableMapper
public interface AwfulTableMapper
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByExample(AwfulTableExample example) This method was generated by MyBatis Generator.intdeleteByExample(AwfulTableExample example) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intinsert(AwfulTable row) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.selectByExample(AwfulTableExample example) This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.intupdateByExample(AwfulTable row, AwfulTableExample example) This method was generated by MyBatis Generator.intupdateByExampleSelective(AwfulTable row, AwfulTableExample 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 awful table -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table awful table -
deleteByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table awful table -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table awful table -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table awful table -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table awful table -
selectByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table awful table -
updateByExampleSelective
int updateByExampleSelective(@Param("row") AwfulTable row, @Param("example") AwfulTableExample example) This method was generated by MyBatis Generator. This method corresponds to the database table awful table -
updateByExample
This method was generated by MyBatis Generator. This method corresponds to the database table awful table -
updateByPrimaryKeySelective
This method was generated by MyBatis Generator. This method corresponds to the database table awful table -
updateByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table awful table
-