Interface PkfieldsMapper
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.intThis 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.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 -
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
-