Interface GeneratedalwaystestnoupdatesMapper

All Superinterfaces:
BaseInterface

public interface GeneratedalwaystestnoupdatesMapper extends BaseInterface
  • Method Details

    • countByExample

      @SelectProvider(type=GeneratedalwaystestnoupdatesSqlProvider.class, method="countByExample") long countByExample(GeneratedalwaystestnoupdatesCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTESTNOUPDATES
    • deleteByExample

      @DeleteProvider(type=GeneratedalwaystestnoupdatesSqlProvider.class, method="deleteByExample") int deleteByExample(GeneratedalwaystestnoupdatesCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTESTNOUPDATES
    • deleteByPrimaryKey

      @Delete({"delete from GENERATEDALWAYSTESTNOUPDATES","where ID = #{id,jdbcType=INTEGER}"}) int deleteByPrimaryKey(Integer id)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTESTNOUPDATES
    • insert

      @Insert({"insert into GENERATEDALWAYSTESTNOUPDATES (ID)","values (#{id,jdbcType=INTEGER})"}) int insert(Generatedalwaystestnoupdates row)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTESTNOUPDATES
    • insertSelective

      @InsertProvider(type=GeneratedalwaystestnoupdatesSqlProvider.class, method="insertSelective") int insertSelective(Generatedalwaystestnoupdates row)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTESTNOUPDATES
    • selectByExample

      @SelectProvider(type=GeneratedalwaystestnoupdatesSqlProvider.class, method="selectByExample") @Result(column="ID",property="id",jdbcType=INTEGER,id=true) @Result(column="ID_PLUS1",property="idPlus1",jdbcType=INTEGER) @Result(column="ID_PLUS2",property="idPlus2",jdbcType=INTEGER) List<Generatedalwaystestnoupdates> selectByExample(GeneratedalwaystestnoupdatesCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTESTNOUPDATES
    • selectByPrimaryKey

      @Select({"select","ID, ID_PLUS1, ID_PLUS2","from GENERATEDALWAYSTESTNOUPDATES","where ID = #{id,jdbcType=INTEGER}"}) @Result(column="ID",property="id",jdbcType=INTEGER,id=true) @Result(column="ID_PLUS1",property="idPlus1",jdbcType=INTEGER) @Result(column="ID_PLUS2",property="idPlus2",jdbcType=INTEGER) Generatedalwaystestnoupdates selectByPrimaryKey(Integer id)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTESTNOUPDATES
    • updateByExampleSelective

      @UpdateProvider(type=GeneratedalwaystestnoupdatesSqlProvider.class, method="updateByExampleSelective") int updateByExampleSelective(@Param("row") Generatedalwaystestnoupdates row, @Param("example") GeneratedalwaystestnoupdatesCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTESTNOUPDATES
    • updateByExample

      @UpdateProvider(type=GeneratedalwaystestnoupdatesSqlProvider.class, method="updateByExample") int updateByExample(@Param("row") Generatedalwaystestnoupdates row, @Param("example") GeneratedalwaystestnoupdatesCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTESTNOUPDATES