Interface RegexrenameMapper

All Superinterfaces:
BaseInterface

public interface RegexrenameMapper extends BaseInterface
  • Method Details

    • countByExample

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

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

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

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

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

      List<Regexrename> selectByExample(RegexrenameCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table REGEXRENAME
    • selectByPrimaryKey

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

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

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

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

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