public interface FieldsOnlyMapper
  • Method Details

    • countByExample

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

      int deleteByExample(FieldsOnlyEntityExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSONLY
    • insert

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

      int insertSelective(FieldsOnlyEntity row)
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSONLY
    • selectByExample

      List<FieldsOnlyEntity> selectByExample(FieldsOnlyEntityExample example)
      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