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(PkonlyKey key)
This method was generated by MyBatis Generator.
|
int |
insert(PkonlyKey row)
This method was generated by MyBatis Generator.
|
int |
insertSelective(PkonlyKey row)
This method was generated by MyBatis Generator.
|
List<PkonlyKey> |
selectByExample(PkonlyExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExample(PkonlyKey row,
PkonlyExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(PkonlyKey row,
PkonlyExample example)
This method was generated by MyBatis Generator.
|
@SelectProvider(type=PkonlySqlProvider.class, method="countByExample") long 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 row)
@InsertProvider(type=PkonlySqlProvider.class, method="insertSelective") int insertSelective(PkonlyKey row)
@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="row") PkonlyKey row, @Param(value="example") PkonlyExample example)
@UpdateProvider(type=PkonlySqlProvider.class, method="updateByExample") int updateByExample(@Param(value="row") PkonlyKey row, @Param(value="example") PkonlyExample example)
Copyright © 2006–2022 MyBatis.org. All rights reserved.