public interface PkonlyMapper
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByPrimaryKey(Integer id,
Integer seqNum)
This method was generated by MyBatis Generator.
|
int |
insert(Pkonly row)
This method was generated by MyBatis Generator.
|
List<Pkonly> |
selectAll()
This method was generated by MyBatis Generator.
|
@Delete(value={"delete from PKONLY","where ID = #{id,jdbcType=INTEGER}","and SEQ_NUM = #{seqNum,jdbcType=INTEGER}"})
int deleteByPrimaryKey(@Param(value="id")
Integer id,
@Param(value="seqNum")
Integer seqNum)
@Insert(value={"insert into PKONLY (ID, SEQ_NUM)","values (#{id,jdbcType=INTEGER}, #{seqNum,jdbcType=INTEGER})"})
int insert(Pkonly row)
@Select(value={"select","ID, SEQ_NUM","from PKONLY"})
@Result(column="ID",property="id",jdbcType=INTEGER,id=true) @Result(column="SEQ_NUM",property="seqNum",jdbcType=INTEGER,id=true)
List<Pkonly> selectAll()
Copyright © 2006–2025 MyBatis.org. All rights reserved.