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