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