Interface DeEngineMapper
-
public interface DeEngineMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcountByExample(DeEngineExample example)intdeleteByExample(DeEngineExample example)intdeleteByPrimaryKey(String id)intinsert(DeEngine record)intinsertSelective(DeEngine record)List<DeEngine>selectByExample(DeEngineExample example)List<DeEngine>selectByExampleWithBLOBs(DeEngineExample example)DeEngineselectByPrimaryKey(String id)intupdateByExample(DeEngine record, DeEngineExample example)intupdateByExampleSelective(DeEngine record, DeEngineExample example)intupdateByExampleWithBLOBs(DeEngine record, DeEngineExample example)intupdateByPrimaryKey(DeEngine record)intupdateByPrimaryKeySelective(DeEngine record)intupdateByPrimaryKeyWithBLOBs(DeEngine record)
-
-
-
Method Detail
-
countByExample
long countByExample(DeEngineExample example)
-
deleteByExample
int deleteByExample(DeEngineExample example)
-
deleteByPrimaryKey
int deleteByPrimaryKey(String id)
-
insert
int insert(DeEngine record)
-
insertSelective
int insertSelective(DeEngine record)
-
selectByExampleWithBLOBs
List<DeEngine> selectByExampleWithBLOBs(DeEngineExample example)
-
selectByExample
List<DeEngine> selectByExample(DeEngineExample example)
-
updateByExampleSelective
int updateByExampleSelective(@Param("record") DeEngine record, @Param("example") DeEngineExample example)
-
updateByExampleWithBLOBs
int updateByExampleWithBLOBs(@Param("record") DeEngine record, @Param("example") DeEngineExample example)
-
updateByExample
int updateByExample(@Param("record") DeEngine record, @Param("example") DeEngineExample example)
-
updateByPrimaryKeySelective
int updateByPrimaryKeySelective(DeEngine record)
-
updateByPrimaryKeyWithBLOBs
int updateByPrimaryKeyWithBLOBs(DeEngine record)
-
updateByPrimaryKey
int updateByPrimaryKey(DeEngine record)
-
-