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