-
Method Summary
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 ENUMTEST
-
deleteByExample
This method was generated by MyBatis Generator.
This method corresponds to the database table ENUMTEST
-
deleteByPrimaryKey
@Delete({"delete from ENUMTEST","where ID = #{id,jdbcType=INTEGER}"})
int deleteByPrimaryKey(Integer id)
This method was generated by MyBatis Generator.
This method corresponds to the database table ENUMTEST
-
insert
@Insert({"insert into ENUMTEST (ID, NAME)","values (#{id,jdbcType=INTEGER}, #{name,jdbcType=VARCHAR})"})
int insert(Enumtest row)
This method was generated by MyBatis Generator.
This method corresponds to the database table ENUMTEST
-
insertSelective
This method was generated by MyBatis Generator.
This method corresponds to the database table ENUMTEST
-
selectByExample
This method was generated by MyBatis Generator.
This method corresponds to the database table ENUMTEST
-
selectByPrimaryKey
@Select({"select","ID, NAME","from ENUMTEST","where ID = #{id,jdbcType=INTEGER}"})
@Result(column="ID",property="id",jdbcType=INTEGER,id=true) @Result(column="NAME",property="name",jdbcType=VARCHAR)
Enumtest selectByPrimaryKey(Integer id)
This method was generated by MyBatis Generator.
This method corresponds to the database table ENUMTEST
-
updateByExampleSelective
This method was generated by MyBatis Generator.
This method corresponds to the database table ENUMTEST
-
updateByExample
This method was generated by MyBatis Generator.
This method corresponds to the database table ENUMTEST
-
updateByPrimaryKeySelective
This method was generated by MyBatis Generator.
This method corresponds to the database table ENUMTEST
-
updateByPrimaryKey
@Update({"update ENUMTEST","set NAME = #{name,jdbcType=VARCHAR}","where ID = #{id,jdbcType=INTEGER}"})
int updateByPrimaryKey(Enumtest row)
This method was generated by MyBatis Generator.
This method corresponds to the database table ENUMTEST