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