Interface EnumtestMapper

All Superinterfaces:
BaseInterface

public interface EnumtestMapper extends BaseInterface
  • Method Details

    • countByExample

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

      int deleteByExample(EnumtestCriteria 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
    • selectByExample

      List<Enumtest> selectByExample(EnumtestCriteria 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") EnumtestCriteria 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") EnumtestCriteria 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