Interface PkonlyMapper


@Mapper public interface PkonlyMapper
  • Method Details

    • countByExample

      long countByExample(PkonlyExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY
    • deleteByExample

      int deleteByExample(PkonlyExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY
    • deleteByPrimaryKey

      int deleteByPrimaryKey(@Param("id") Integer id, @Param("seqNum") Integer seqNum)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY
    • insert

      int insert(Pkonly row)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY
    • insertSelective

      int insertSelective(Pkonly row)
      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

      List<Pkonly> selectByExample(PkonlyExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY
    • updateByExampleSelective

      int updateByExampleSelective(@Param("row") Pkonly row, @Param("example") PkonlyExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY
    • updateByExample

      int updateByExample(@Param("row") Pkonly row, @Param("example") PkonlyExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY