Interface EnumordinaltestMapper

All Superinterfaces:
BaseInterface

public interface EnumordinaltestMapper extends BaseInterface
  • Method Details

    • countByExample

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

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

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

      @Insert({"insert into ENUMORDINALTEST (ID, NAME)","values (#{id,jdbcType=INTEGER}, #{name,jdbcType=INTEGER,typeHandler=org.apache.ibatis.type.EnumOrdinalTypeHandler})"}) int insert(Enumordinaltest row)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMORDINALTEST
    • insertSelective

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

      @SelectProvider(type=EnumordinaltestSqlProvider.class, method="selectByExample") @Result(column="ID",property="id",jdbcType=INTEGER,id=true) @Result(column="NAME",property="name",typeHandler=org.apache.ibatis.type.EnumOrdinalTypeHandler.class,jdbcType=INTEGER) List<Enumordinaltest> selectByExample(EnumordinaltestCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMORDINALTEST
    • selectByPrimaryKey

      @Select({"select","ID, NAME","from ENUMORDINALTEST","where ID = #{id,jdbcType=INTEGER}"}) @Result(column="ID",property="id",jdbcType=INTEGER,id=true) @Result(column="NAME",property="name",typeHandler=org.apache.ibatis.type.EnumOrdinalTypeHandler.class,jdbcType=INTEGER) Enumordinaltest selectByPrimaryKey(Integer id)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMORDINALTEST
    • updateByExampleSelective

      @UpdateProvider(type=EnumordinaltestSqlProvider.class, method="updateByExampleSelective") int updateByExampleSelective(@Param("row") Enumordinaltest row, @Param("example") EnumordinaltestCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMORDINALTEST
    • updateByExample

      @UpdateProvider(type=EnumordinaltestSqlProvider.class, method="updateByExample") int updateByExample(@Param("row") Enumordinaltest row, @Param("example") EnumordinaltestCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMORDINALTEST
    • updateByPrimaryKeySelective

      @UpdateProvider(type=EnumordinaltestSqlProvider.class, method="updateByPrimaryKeySelective") int updateByPrimaryKeySelective(Enumordinaltest row)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMORDINALTEST
    • updateByPrimaryKey

      @Update({"update ENUMORDINALTEST","set NAME = #{name,jdbcType=INTEGER,typeHandler=org.apache.ibatis.type.EnumOrdinalTypeHandler}","where ID = #{id,jdbcType=INTEGER}"}) int updateByPrimaryKey(Enumordinaltest row)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMORDINALTEST