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