Interface RenameMapper

All Superinterfaces:
BaseInterface

public interface RenameMapper extends BaseInterface
  • Method Details

    • countByExample

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

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

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

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

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

      List<Rename> selectByExample(RenameCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table SUFFIX_RENAME
    • selectByPrimaryKey

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

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

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

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

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