Interface DeDriverDetailsMapper
-
public interface DeDriverDetailsMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcountByExample(DeDriverDetailsExample example)intdeleteByExample(DeDriverDetailsExample example)intdeleteByPrimaryKey(String id)intinsert(DeDriverDetails record)intinsertSelective(DeDriverDetails record)List<DeDriverDetails>selectByExample(DeDriverDetailsExample example)DeDriverDetailsselectByPrimaryKey(String id)intupdateByExample(DeDriverDetails record, DeDriverDetailsExample example)intupdateByExampleSelective(DeDriverDetails record, DeDriverDetailsExample example)intupdateByPrimaryKey(DeDriverDetails record)intupdateByPrimaryKeySelective(DeDriverDetails record)
-
-
-
Method Detail
-
countByExample
long countByExample(DeDriverDetailsExample example)
-
deleteByExample
int deleteByExample(DeDriverDetailsExample example)
-
deleteByPrimaryKey
int deleteByPrimaryKey(String id)
-
insert
int insert(DeDriverDetails record)
-
insertSelective
int insertSelective(DeDriverDetails record)
-
selectByExample
List<DeDriverDetails> selectByExample(DeDriverDetailsExample example)
-
selectByPrimaryKey
DeDriverDetails selectByPrimaryKey(String id)
-
updateByExampleSelective
int updateByExampleSelective(@Param("record") DeDriverDetails record, @Param("example") DeDriverDetailsExample example)
-
updateByExample
int updateByExample(@Param("record") DeDriverDetails record, @Param("example") DeDriverDetailsExample example)
-
updateByPrimaryKeySelective
int updateByPrimaryKeySelective(DeDriverDetails record)
-
updateByPrimaryKey
int updateByPrimaryKey(DeDriverDetails record)
-
-