public interface PkonlyMapper
Modifier and Type | Method and Description |
---|---|
long |
countByExample(PkonlyExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(PkonlyExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(Integer id,
Integer seqNum)
This method was generated by MyBatis Generator.
|
int |
insert(Pkonly row)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Pkonly row)
This method was generated by MyBatis Generator.
|
List<Pkonly> |
selectByExample(PkonlyExample example)
This method was generated by MyBatis Generator.
|
List<Pkonly> |
selectByExampleWithRowbounds(PkonlyExample example,
org.apache.ibatis.session.RowBounds rowBounds)
This method was generated by MyBatis Generator.
|
int |
updateByExample(Pkonly row,
PkonlyExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Pkonly row,
PkonlyExample example)
This method was generated by MyBatis Generator.
|
long countByExample(PkonlyExample example)
int deleteByExample(PkonlyExample example)
@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)
int insertSelective(Pkonly row)
List<Pkonly> selectByExampleWithRowbounds(PkonlyExample example, org.apache.ibatis.session.RowBounds rowBounds)
List<Pkonly> selectByExample(PkonlyExample example)
int updateByExampleSelective(@Param(value="row") Pkonly row, @Param(value="example") PkonlyExample example)
int updateByExample(@Param(value="row") Pkonly row, @Param(value="example") PkonlyExample example)
Copyright © 2006–2023 MyBatis.org. All rights reserved.