Interface FieldsOnlyMapper
public interface FieldsOnlyMapper
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByExample(FieldsOnlyEntityExample example) This method was generated by MyBatis Generator.intdeleteByExample(FieldsOnlyEntityExample example) This method was generated by MyBatis Generator.intinsert(FieldsOnlyEntity row) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.selectByExample(FieldsOnlyEntityExample example) This method was generated by MyBatis Generator.intupdateByExample(FieldsOnlyEntity row, FieldsOnlyEntityExample example) This method was generated by MyBatis Generator.intupdateByExampleSelective(FieldsOnlyEntity row, FieldsOnlyEntityExample 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 FIELDSONLY -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSONLY -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSONLY -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSONLY -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSONLY -
updateByExampleSelective
int updateByExampleSelective(@Param("row") FieldsOnlyEntity row, @Param("example") FieldsOnlyEntityExample example) This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSONLY -
updateByExample
int updateByExample(@Param("row") FieldsOnlyEntity row, @Param("example") FieldsOnlyEntityExample example) This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSONLY
-