接口 XxlJobGroupDao
@Mapper
public interface XxlJobGroupDao
Created by xuxueli on 16/9/30.
-
方法概要
修饰符和类型方法说明findAll()findByAddressType(int addressType) getByAppName(String appName) load(int id) intpageListCount(int offset, int pagesize, String appname, String title) intremove(int id) intsave(XxlJobGroup xxlJobGroup) intupdate(XxlJobGroup xxlJobGroup)
-
方法详细资料
-
findAll
List<XxlJobGroup> findAll() -
findByAddressType
-
save
-
update
-
remove
int remove(@Param("id") int id) -
load
-
pageList
List<XxlJobGroup> pageList(@Param("offset") int offset, @Param("pagesize") int pagesize, @Param("appname") String appname, @Param("title") String title) -
pageListCount
-
getByAppName
-