Interface PkonlyMapper
@Mapper
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.intdeleteByPrimaryKey(Integer id, Integer seqNum) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intinsertSelective(Pkonly row) This method was generated by MyBatis Generator.selectByExample(PkonlyExample example) This method was generated by MyBatis Generator.selectByExampleWithRowbounds(PkonlyExample example, org.apache.ibatis.session.RowBounds rowBounds) This method was generated by MyBatis Generator.intupdateByExample(Pkonly row, PkonlyExample example) This method was generated by MyBatis Generator.intupdateByExampleSelective(Pkonly 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
This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY -
insert
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 -
selectByExampleWithRowbounds
List<Pkonly> selectByExampleWithRowbounds(PkonlyExample example, org.apache.ibatis.session.RowBounds rowBounds) 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
-