Interface AwfulTableMapper


public interface AwfulTableMapper
  • Method Details

    • deleteByPrimaryKey

      int deleteByPrimaryKey(Integer customerId)
      This method was generated by MyBatis Generator. This method corresponds to the database table awful table
    • insert

      int insert(AwfulTable row)
      This method was generated by MyBatis Generator. This method corresponds to the database table awful table
    • selectByPrimaryKey

      AwfulTable selectByPrimaryKey(Integer customerId)
      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

      int updateByPrimaryKey(AwfulTable row)
      This method was generated by MyBatis Generator. This method corresponds to the database table awful table