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.
|
@SelectProvider(type=PkonlySqlProvider.class, method="countByExample") int countByExample(PkonlyExample example)
@DeleteProvider(type=PkonlySqlProvider.class, method="deleteByExample") 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)
@InsertProvider(type=PkonlySqlProvider.class, method="insertSelective") int insertSelective(PkonlyKey record)
@SelectProvider(type=PkonlySqlProvider.class, method="selectByExample") @Arg(column="ID",javaType=java.lang.Integer.class,jdbcType=INTEGER,id=true) @Arg(column="SEQ_NUM",javaType=java.lang.Integer.class,jdbcType=INTEGER,id=true) List<PkonlyKey> selectByExample(PkonlyExample example)
@UpdateProvider(type=PkonlySqlProvider.class, method="updateByExampleSelective") int updateByExampleSelective(@Param(value="record") PkonlyKey record, @Param(value="example") PkonlyExample example)
@UpdateProvider(type=PkonlySqlProvider.class, method="updateByExample") int updateByExample(@Param(value="record") PkonlyKey record, @Param(value="example") PkonlyExample example)
Copyright © 2010–2022 MyBatis.org. All rights reserved.