Interface EnumtestMapper


@Mapper public interface EnumtestMapper
  • Method Details

    • countByExample

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

      int deleteByExample(EnumtestExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST
    • deleteByPrimaryKey

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

      int insert(Enumtest row)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST
    • insertSelective

      int insertSelective(Enumtest row)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST
    • selectByExampleWithRowbounds

      List<Enumtest> selectByExampleWithRowbounds(EnumtestExample example, org.apache.ibatis.session.RowBounds rowBounds)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST
    • selectByExample

      List<Enumtest> selectByExample(EnumtestExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST
    • selectByPrimaryKey

      Enumtest selectByPrimaryKey(Integer id)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST
    • updateByExampleSelective

      int updateByExampleSelective(@Param("row") Enumtest row, @Param("example") EnumtestExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST
    • updateByExample

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

      int updateByPrimaryKeySelective(Enumtest row)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST
    • updateByPrimaryKey

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