public interface FixMapper
限定符和类型 | 方法和说明 |
---|---|
int |
countByExample(FixExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(FixExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(java.lang.Integer id)
This method was generated by MyBatis Generator.
|
int |
insert(Fix record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Fix record)
This method was generated by MyBatis Generator.
|
java.util.List<Fix> |
selectByExample(FixExample example)
This method was generated by MyBatis Generator.
|
Fix |
selectByPrimaryKey(java.lang.Integer id)
This method was generated by MyBatis Generator.
|
int |
updateByExample(Fix record,
FixExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Fix record,
FixExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(Fix record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(Fix record)
This method was generated by MyBatis Generator.
|
int countByExample(FixExample example)
int deleteByExample(FixExample example)
int deleteByPrimaryKey(java.lang.Integer id)
int insert(Fix record)
int insertSelective(Fix record)
java.util.List<Fix> selectByExample(FixExample example)
Fix selectByPrimaryKey(java.lang.Integer id)
int updateByExampleSelective(Fix record, FixExample example)
int updateByExample(Fix record, FixExample example)
int updateByPrimaryKeySelective(Fix record)
int updateByPrimaryKey(Fix record)