public class JdbcTemplatePersistenceService extends Object implements PersistenceService, org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
JdbcTemplatePersistenceService() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
deleteTaskExecution(TaskProperty taskProperty) |
int |
insertTaskExecution(TaskProperty taskProperty) |
long |
queryCountByStatusAndRecoverable(String machineId,
int status,
boolean isRecoverable,
LocalDateTime appInitTime,
String dataSourceName) |
List<JediTaskExecution> |
queryPageByStatusAndRecoverable(String machineId,
int status,
boolean isRecoverable,
LocalDateTime appInitTime,
int pageNum,
int pageSize,
String dataSourceName) |
JediTaskExecution |
queryTaskExecutionById(String taskId,
String dataSourceName) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
int |
updateTaskExecution(TaskProperty taskProperty) |
public int insertTaskExecution(TaskProperty taskProperty)
insertTaskExecution 在接口中 PersistenceServicepublic int updateTaskExecution(TaskProperty taskProperty)
updateTaskExecution 在接口中 PersistenceServicepublic int deleteTaskExecution(TaskProperty taskProperty)
deleteTaskExecution 在接口中 PersistenceServicepublic JediTaskExecution queryTaskExecutionById(String taskId, String dataSourceName)
queryTaskExecutionById 在接口中 PersistenceServicepublic long queryCountByStatusAndRecoverable(String machineId, int status, boolean isRecoverable, LocalDateTime appInitTime, String dataSourceName)
public List<JediTaskExecution> queryPageByStatusAndRecoverable(String machineId, int status, boolean isRecoverable, LocalDateTime appInitTime, int pageNum, int pageSize, String dataSourceName)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2022 hellothomas. All rights reserved.