Interface PkfieldsMapper
@Mapper
public interface PkfieldsMapper
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByExample(PkfieldsExample example) This method was generated by MyBatis Generator.intdeleteByExample(PkfieldsExample example) This method was generated by MyBatis Generator.intdeleteByPrimaryKey(Integer id2, Integer id1) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intinsertSelective(Pkfields row) This method was generated by MyBatis Generator.selectByExample(PkfieldsExample example) This method was generated by MyBatis Generator.selectByExampleWithRowbounds(PkfieldsExample example, org.apache.ibatis.session.RowBounds rowBounds) This method was generated by MyBatis Generator.selectByPrimaryKey(Integer id2, Integer id1) This method was generated by MyBatis Generator.intupdateByExample(Pkfields row, PkfieldsExample example) This method was generated by MyBatis Generator.intupdateByExampleSelective(Pkfields row, PkfieldsExample example) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.
-
Method Details
-
countByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
deleteByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
selectByExampleWithRowbounds
List<Pkfields> selectByExampleWithRowbounds(PkfieldsExample example, org.apache.ibatis.session.RowBounds rowBounds) This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
selectByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
updateByExampleSelective
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
updateByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
updateByPrimaryKeySelective
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
updateByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS
-