Interface AwfulTableMapper


public interface AwfulTableMapper
  • Method Details

    • countByExample

      long countByExample(AwfulTableExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table awful table
    • deleteByExample

      int deleteByExample(AwfulTableExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table awful table
    • 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
    • insertSelective

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

      List<AwfulTable> selectByExample(AwfulTableExample example)
      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
    • 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

      int updateByExample(@Param("row") AwfulTable row, @Param("example") AwfulTableExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table awful table
    • updateByPrimaryKeySelective

      int updateByPrimaryKeySelective(AwfulTable row)
      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