Interface PkonlyMapper
public interface PkonlyMapper
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByExample(PkonlyExample example) This method was generated by MyBatis Generator.intdeleteByExample(PkonlyExample example) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intinsertSelective(PkonlyKey row) This method was generated by MyBatis Generator.selectByExample(PkonlyExample example) This method was generated by MyBatis Generator.intupdateByExample(PkonlyKey row, PkonlyExample example) This method was generated by MyBatis Generator.intupdateByExampleSelective(PkonlyKey row, PkonlyExample example) This method was generated by MyBatis Generator.
-
Method Details
-
countByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY -
deleteByPrimaryKey
@Delete({"delete from PKONLY","where ID = #{id,jdbcType=INTEGER}","and SEQ_NUM = #{seqNum,jdbcType=INTEGER}"}) int deleteByPrimaryKey(PkonlyKey key) This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY -
insert
@Insert({"insert into PKONLY (ID, SEQ_NUM)","values (#{id,jdbcType=INTEGER}, #{seqNum,jdbcType=INTEGER})"}) int insert(PkonlyKey row) This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY -
updateByExampleSelective
This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY -
updateByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY
-