public interface DeDriverDetailsMapper
| 限定符和类型 | 方法和说明 |
|---|---|
long |
countByExample(DeDriverDetailsExample example) |
int |
deleteByExample(DeDriverDetailsExample example) |
int |
deleteByPrimaryKey(String id) |
int |
insert(DeDriverDetails record) |
int |
insertSelective(DeDriverDetails record) |
List<DeDriverDetails> |
selectByExample(DeDriverDetailsExample example) |
DeDriverDetails |
selectByPrimaryKey(String id) |
int |
updateByExample(DeDriverDetails record,
DeDriverDetailsExample example) |
int |
updateByExampleSelective(DeDriverDetails record,
DeDriverDetailsExample example) |
int |
updateByPrimaryKey(DeDriverDetails record) |
int |
updateByPrimaryKeySelective(DeDriverDetails record) |
long countByExample(DeDriverDetailsExample example)
int deleteByExample(DeDriverDetailsExample example)
int deleteByPrimaryKey(String id)
int insert(DeDriverDetails record)
int insertSelective(DeDriverDetails record)
List<DeDriverDetails> selectByExample(DeDriverDetailsExample example)
DeDriverDetails selectByPrimaryKey(String id)
int updateByExampleSelective(@Param(value="record")
DeDriverDetails record,
@Param(value="example")
DeDriverDetailsExample example)
int updateByExample(@Param(value="record")
DeDriverDetails record,
@Param(value="example")
DeDriverDetailsExample example)
int updateByPrimaryKeySelective(DeDriverDetails record)
int updateByPrimaryKey(DeDriverDetails record)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.