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