public interface FieldsonlyMapper
Modifier and Type | Method and Description |
---|---|
int |
insert(Fieldsonly row)
This method was generated by MyBatis Generator.
|
List<Fieldsonly> |
selectAll()
This method was generated by MyBatis Generator.
|
@Insert(value={"insert into FIELDSONLY (INTEGERFIELD, DOUBLEFIELD, ","FLOATFIELD)","values (#{integerfield,jdbcType=INTEGER}, #{doublefield,jdbcType=DOUBLE}, ","#{floatfield,jdbcType=DOUBLE})"}) int insert(Fieldsonly row)
@Select(value={"select","INTEGERFIELD, DOUBLEFIELD, FLOATFIELD","from FIELDSONLY"}) @Result(column="INTEGERFIELD",property="integerfield",jdbcType=INTEGER) @Result(column="DOUBLEFIELD",property="doublefield",jdbcType=DOUBLE) @Result(column="FLOATFIELD",property="floatfield",jdbcType=DOUBLE) List<Fieldsonly> selectAll()
Copyright © 2006–2022 MyBatis.org. All rights reserved.