com.xunlei.channel.db.orm
接口 TaskConfigMapper


public interface TaskConfigMapper

TODO Comment of TaskConfigMapper

作者:
gonglijian

方法摘要
 TaskConfig getTaskConfig(String taskNo)
           
 List<TaskConfig> listAllActiveTaskConfig()
           
 

方法详细信息

listAllActiveTaskConfig

List<TaskConfig> listAllActiveTaskConfig()
                                         throws org.springframework.dao.DataAccessException
返回:
抛出:
org.springframework.dao.DataAccessException

getTaskConfig

TaskConfig getTaskConfig(String taskNo)
                         throws org.springframework.dao.DataAccessException
参数:
taskNo -
返回:
抛出:
org.springframework.dao.DataAccessException


Copyright © 2016. All rights reserved.