Interface FieldsonlyMapper


public interface FieldsonlyMapper
  • Method Details

    • countByExample

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

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

      @Insert({"insert into FIELDSONLY (INTEGERFIELD, DOUBLEFIELD, ","FLOATFIELD)","values (#{integerfield,jdbcType=INTEGER}, #{doublefield,jdbcType=DOUBLE}, ","#{floatfield,jdbcType=DOUBLE})"}) int insert(Fieldsonly row)
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSONLY
    • insertSelective

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

      List<Fieldsonly> selectByExampleWithRowbounds(FieldsonlyExample example, org.apache.ibatis.session.RowBounds rowBounds)
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSONLY
    • selectByExample

      List<Fieldsonly> selectByExample(FieldsonlyExample example)
      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

      int updateByExample(@Param("row") Fieldsonly row, @Param("example") FieldsonlyExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSONLY