public interface PkonlyMapper
| Modifier and Type | Method and Description |
|---|---|
int |
countByExample(PkonlyExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(PkonlyExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(PkonlyKey key)
This method was generated by MyBatis Generator.
|
int |
insert(PkonlyKey record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(PkonlyKey record)
This method was generated by MyBatis Generator.
|
List<PkonlyKey> |
selectByExample(PkonlyExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExample(PkonlyKey record,
PkonlyExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(PkonlyKey record,
PkonlyExample example)
This method was generated by MyBatis Generator.
|
int 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(PkonlyKey key)
@Insert(value={"insert into PKONLY (ID, SEQ_NUM)","values (#{id,jdbcType=INTEGER}, #{seqNum,jdbcType=INTEGER})"})
int insert(PkonlyKey record)
int insertSelective(PkonlyKey record)
List<PkonlyKey> selectByExample(PkonlyExample example)
int updateByExampleSelective(@Param(value="record")
PkonlyKey record,
@Param(value="example")
PkonlyExample example)
int updateByExample(@Param(value="record")
PkonlyKey record,
@Param(value="example")
PkonlyExample example)
Copyright © 2010–2022 MyBatis.org. All rights reserved.