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