Interface IgnoremanycolumnsMapper

All Superinterfaces:
BaseInterface

public interface IgnoremanycolumnsMapper extends BaseInterface
  • Method Details

    • countByExample

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

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

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

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

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

      This method was generated by MyBatis Generator. This method corresponds to the database table IGNOREMANYCOLUMNS
    • selectByPrimaryKey

      Ignoremanycolumns selectByPrimaryKey(Integer col01)
      This method was generated by MyBatis Generator. This method corresponds to the database table IGNOREMANYCOLUMNS
    • updateByExampleSelective

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

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

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

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