Interface AwfulTableMapper
public interface AwfulTableMapper
-
Method Summary
Modifier and TypeMethodDescriptionintdeleteByPrimaryKey(Integer customerId) This method was generated by MyBatis Generator.intinsert(AwfulTable row) This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.selectByPrimaryKey(Integer customerId) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.
-
Method Details
-
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 -
selectByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table awful table -
selectAll
List<AwfulTable> selectAll()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
-