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