public interface FieldsonlyMapper
| Modifier and Type | Method and Description |
|---|---|
int |
countByExample(FieldsonlyExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(FieldsonlyExample example)
This method was generated by MyBatis Generator.
|
int |
insert(Fieldsonly record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Fieldsonly record)
This method was generated by MyBatis Generator.
|
List<Fieldsonly> |
selectByExample(FieldsonlyExample example)
This method was generated by MyBatis Generator.
|
List<Fieldsonly> |
selectByExampleWithRowbounds(FieldsonlyExample example,
org.apache.ibatis.session.RowBounds rowBounds)
This method was generated by MyBatis Generator.
|
int |
updateByExample(Fieldsonly record,
FieldsonlyExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Fieldsonly record,
FieldsonlyExample example)
This method was generated by MyBatis Generator.
|
int countByExample(FieldsonlyExample example)
int deleteByExample(FieldsonlyExample example)
@Insert(value={"insert into FIELDSONLY (INTEGERFIELD, DOUBLEFIELD, ","FLOATFIELD)","values (#{integerfield,jdbcType=INTEGER}, #{doublefield,jdbcType=DOUBLE}, ","#{floatfield,jdbcType=DOUBLE})"})
int insert(Fieldsonly record)
int insertSelective(Fieldsonly record)
List<Fieldsonly> selectByExampleWithRowbounds(FieldsonlyExample example, org.apache.ibatis.session.RowBounds rowBounds)
List<Fieldsonly> selectByExample(FieldsonlyExample example)
int updateByExampleSelective(@Param(value="record")
Fieldsonly record,
@Param(value="example")
FieldsonlyExample example)
int updateByExample(@Param(value="record")
Fieldsonly record,
@Param(value="example")
FieldsonlyExample example)
Copyright © 2010–2022 MyBatis.org. All rights reserved.