JavaScript is disabled on your browser.
Method Summary
All Methods Instance Methods Abstract Methods
long
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
This method was generated by MyBatis Generator.
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
int
This method was generated by MyBatis Generator.
Method Details
countByExample
This method was generated by MyBatis Generator.
This method corresponds to the database table ENUMORDINALTEST
deleteByExample
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
This method was generated by MyBatis Generator.
This method corresponds to the database table ENUMORDINALTEST
selectByExample
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
This method was generated by MyBatis Generator.
This method corresponds to the database table ENUMORDINALTEST
updateByExample
This method was generated by MyBatis Generator.
This method corresponds to the database table ENUMORDINALTEST
updateByPrimaryKeySelective
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