@Mapper
public interface FieldsonlyMapper
Modifier and Type | Method and Description |
---|---|
long |
countByExample(FieldsonlyExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(FieldsonlyExample example)
This method was generated by MyBatis Generator.
|
int |
insert(Fieldsonly row)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Fieldsonly row)
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 row,
FieldsonlyExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Fieldsonly row,
FieldsonlyExample example)
This method was generated by MyBatis Generator.
|
long countByExample(FieldsonlyExample example)
int deleteByExample(FieldsonlyExample example)
int insert(Fieldsonly row)
int insertSelective(Fieldsonly row)
List<Fieldsonly> selectByExampleWithRowbounds(FieldsonlyExample example, org.apache.ibatis.session.RowBounds rowBounds)
List<Fieldsonly> selectByExample(FieldsonlyExample example)
int updateByExampleSelective(@Param(value="row") Fieldsonly row, @Param(value="example") FieldsonlyExample example)
int updateByExample(@Param(value="row") Fieldsonly row, @Param(value="example") FieldsonlyExample example)
Copyright © 2006–2023 MyBatis.org. All rights reserved.