Interface EnumordinaltestMapper

All Superinterfaces:
BaseInterface

public interface EnumordinaltestMapper extends BaseInterface
  • Method Details

    • countByExample

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

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

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

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

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

      List<Enumordinaltest> selectByExample(EnumordinaltestCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMORDINALTEST
    • selectByPrimaryKey

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

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

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

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

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