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