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)
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(Fieldsonly record, FieldsonlyExample example)
int updateByExample(Fieldsonly record, FieldsonlyExample example)
Copyright © 2010–2018 MyBatis.org. All rights reserved.