Interface GeneratedalwaystestMapper

All Superinterfaces:
BaseInterface

public interface GeneratedalwaystestMapper extends BaseInterface
  • Method Details

    • countByExample

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

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

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

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

      int insertSelective(Generatedalwaystest row)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • selectByExampleWithBLOBs

      List<Generatedalwaystest> selectByExampleWithBLOBs(GeneratedalwaystestCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • selectByExample

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

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

      int updateByExampleSelective(@Param("row") Generatedalwaystest row, @Param("example") GeneratedalwaystestCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • updateByExampleWithBLOBs

      int updateByExampleWithBLOBs(@Param("row") Generatedalwaystest row, @Param("example") GeneratedalwaystestCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • updateByExample

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

      int updateByPrimaryKeySelective(Generatedalwaystest row)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • updateByPrimaryKeyWithBLOBs

      int updateByPrimaryKeyWithBLOBs(Generatedalwaystest row)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • updateByPrimaryKey

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