A B C D E G I J M P Q R S T U
A
- AbstractRestTemplate - tech.mhuang.ext.interchan.core.rest中的类
-
RestTemplate抽象实现
- AbstractRestTemplate() - 类 的构造器tech.mhuang.ext.interchan.core.rest.AbstractRestTemplate
-
- AbstractRestTemplate(ClientHttpRequestFactory) - 类 的构造器tech.mhuang.ext.interchan.core.rest.AbstractRestTemplate
-
- addThreadPoolTaskScheduler(ThreadPoolTaskScheduler) - 接口 中的方法tech.mhuang.ext.interchan.core.task.ISingleDymanicTask
-
添加线程池任务调度类
- addThreadPoolTaskScheduler(ThreadPoolTaskScheduler) - 类 中的方法tech.mhuang.ext.interchan.core.task.SingleDymanicTask
-
B
- BaseApplication - tech.mhuang.ext.interchan.core.application中的类
-
跨域问题解决、解决2.0版之前的问题
- BaseApplication() - 类 的构造器tech.mhuang.ext.interchan.core.application.BaseApplication
-
- BaseController - tech.mhuang.ext.interchan.core.controller中的类
-
通用控制层
- BaseController() - 类 的构造器tech.mhuang.ext.interchan.core.controller.BaseController
-
- BaseEntity - tech.mhuang.ext.interchan.core.entity中的类
-
通用Entity
- BaseEntity() - 类 的构造器tech.mhuang.ext.interchan.core.entity.BaseEntity
-
- BaseMapper<T extends Serializable,Id> - tech.mhuang.ext.interchan.core.mapper中的接口
-
公共Mapper层
- BaseService<T extends Serializable,Id> - tech.mhuang.ext.interchan.core.service中的接口
-
通用service层
- BaseServiceImpl<T extends Serializable,Id> - tech.mhuang.ext.interchan.core.service.impl中的类
-
通用service
- BaseServiceImpl() - 类 的构造器tech.mhuang.ext.interchan.core.service.impl.BaseServiceImpl
-
- BusinessException - tech.mhuang.ext.interchan.core.exception中的异常错误
-
业务通用异常
- BusinessException(int, String) - 异常错误 的构造器tech.mhuang.ext.interchan.core.exception.BusinessException
-
- BusinessException(int, String, Throwable) - 异常错误 的构造器tech.mhuang.ext.interchan.core.exception.BusinessException
-
C
- CommonExceptionHandler - tech.mhuang.ext.interchan.core.exception中的类
-
通用异常拦截
- CommonExceptionHandler() - 类 的构造器tech.mhuang.ext.interchan.core.exception.CommonExceptionHandler
-
- COMPANY_ID - 类 中的静态变量tech.mhuang.ext.interchan.core.constans.Global
-
- convertFileToByteArrayResource(File) - 类 中的静态方法tech.mhuang.ext.interchan.core.rest.AbstractRestTemplate
-
将file转换成byteArrayResource
- corsFilter() - 类 中的方法tech.mhuang.ext.interchan.core.application.BaseApplication
-
跨域过滤器
- count(T) - 接口 中的方法tech.mhuang.ext.interchan.core.mapper.BaseMapper
-
查询条数
- count(T) - 接口 中的方法tech.mhuang.ext.interchan.core.service.BaseService
-
查询条数
- count(T) - 类 中的方法tech.mhuang.ext.interchan.core.service.impl.BaseServiceImpl
-
查询实例的总数
D
- defaultErrorHandler(HttpServletRequest, Exception) - 类 中的方法tech.mhuang.ext.interchan.core.exception.CommonExceptionHandler
-
- delete(T) - 接口 中的方法tech.mhuang.ext.interchan.core.mapper.BaseMapper
-
删除
- delete(Id) - 接口 中的方法tech.mhuang.ext.interchan.core.mapper.BaseMapper
-
删除
- delete(Id) - 接口 中的方法tech.mhuang.ext.interchan.core.service.BaseService
-
- delete(Id) - 类 中的方法tech.mhuang.ext.interchan.core.service.impl.BaseServiceImpl
-
E
- EXPIRE_ONE_DAY - 类 中的静态变量tech.mhuang.ext.interchan.core.constans.Global
-
1天过期
- EXPIRE_ONE_WEEKS - 类 中的静态变量tech.mhuang.ext.interchan.core.constans.Global
-
1周过期
- EXPIRE_THIRTY_DAYS - 类 中的静态变量tech.mhuang.ext.interchan.core.constans.Global
-
30天过期
- EXPIRE_THIRTY_MINUTES - 类 中的静态变量tech.mhuang.ext.interchan.core.constans.Global
-
30分钟过期
- EXPIRE_TWO_HOURS - 类 中的静态变量tech.mhuang.ext.interchan.core.constans.Global
-
2小时过期
G
- get() - 类 中的静态方法tech.mhuang.ext.interchan.core.local.GlobalHeaderThreadLocal
-
- get(T) - 接口 中的方法tech.mhuang.ext.interchan.core.mapper.BaseMapper
-
获取单个实例
- get(T) - 接口 中的方法tech.mhuang.ext.interchan.core.service.BaseService
-
获取单个实例
- get(T) - 类 中的方法tech.mhuang.ext.interchan.core.service.impl.BaseServiceImpl
-
获取单个
- getById(Id) - 接口 中的方法tech.mhuang.ext.interchan.core.mapper.BaseMapper
-
根据Id获取单个实例
- getById(Id) - 接口 中的方法tech.mhuang.ext.interchan.core.service.BaseService
-
根据Id获取单个实例
- getById(Id) - 类 中的方法tech.mhuang.ext.interchan.core.service.impl.BaseServiceImpl
-
- getOrException() - 类 中的静态方法tech.mhuang.ext.interchan.core.local.GlobalHeaderThreadLocal
-
- Global - tech.mhuang.ext.interchan.core.constans中的类
-
全局常量
- Global() - 类 的构造器tech.mhuang.ext.interchan.core.constans.Global
-
- GLOBAL_HEADER - 类 中的静态变量tech.mhuang.ext.interchan.core.constans.Global
-
- GlobalHeaderThreadLocal - tech.mhuang.ext.interchan.core.local中的类
-
全局当前线程的常量
- GlobalHeaderThreadLocal() - 类 的构造器tech.mhuang.ext.interchan.core.local.GlobalHeaderThreadLocal
-
I
- insert(T) - 接口 中的方法tech.mhuang.ext.interchan.core.mapper.BaseMapper
-
插入
- insert(T) - 接口 中的方法tech.mhuang.ext.interchan.core.service.BaseService
-
- insert(T) - 类 中的方法tech.mhuang.ext.interchan.core.service.impl.BaseServiceImpl
-
- insertInto(InsertInto<Id>) - 接口 中的方法tech.mhuang.ext.interchan.core.mapper.BaseMapper
-
历史表记录
- insertInto(InsertInto<Id>) - 接口 中的方法tech.mhuang.ext.interchan.core.service.BaseService
-
- insertInto(InsertInto<Id>) - 类 中的方法tech.mhuang.ext.interchan.core.service.impl.BaseServiceImpl
-
- ISingleDymanicTask - tech.mhuang.ext.interchan.core.task中的接口
-
单机任务接口类、可自行配合redis或者其他工具使用
J
- JacksonObjectMappper - tech.mhuang.ext.interchan.core.jackson中的类
-
jackson 封装
- JacksonObjectMappper() - 类 的构造器tech.mhuang.ext.interchan.core.jackson.JacksonObjectMappper
-
M
- MicroRestTemplate - tech.mhuang.ext.interchan.core.rest中的类
-
微服务RestTemplate
- MicroRestTemplate() - 类 的构造器tech.mhuang.ext.interchan.core.rest.MicroRestTemplate
-
- MicroRestTemplate(SimpleClientHttpRequestFactory) - 类 的构造器tech.mhuang.ext.interchan.core.rest.MicroRestTemplate
-
P
- page(Page<T>) - 接口 中的方法tech.mhuang.ext.interchan.core.mapper.BaseMapper
-
分页查询
- page(Page<T>) - 接口 中的方法tech.mhuang.ext.interchan.core.service.BaseService
-
- page(Page<T>) - 类 中的方法tech.mhuang.ext.interchan.core.service.impl.BaseServiceImpl
-
- pageCount(Page<T>) - 接口 中的方法tech.mhuang.ext.interchan.core.mapper.BaseMapper
-
分页查询个数
- pageCount(Page<T>) - 接口 中的方法tech.mhuang.ext.interchan.core.service.BaseService
-
- pageCount(Page<T>) - 类 中的方法tech.mhuang.ext.interchan.core.service.impl.BaseServiceImpl
-
Q
- query(T) - 接口 中的方法tech.mhuang.ext.interchan.core.mapper.BaseMapper
-
根据实例进行查询
- query(T) - 接口 中的方法tech.mhuang.ext.interchan.core.service.BaseService
-
- query(T) - 类 中的方法tech.mhuang.ext.interchan.core.service.impl.BaseServiceImpl
-
- queryAll() - 接口 中的方法tech.mhuang.ext.interchan.core.mapper.BaseMapper
-
查询所有实例
- queryAll() - 接口 中的方法tech.mhuang.ext.interchan.core.service.BaseService
-
- queryAll() - 类 中的方法tech.mhuang.ext.interchan.core.service.impl.BaseServiceImpl
-
R
- remove() - 类 中的静态方法tech.mhuang.ext.interchan.core.local.GlobalHeaderThreadLocal
-
- remove(T) - 接口 中的方法tech.mhuang.ext.interchan.core.mapper.BaseMapper
-
删除单个实例
- remove(Id) - 接口 中的方法tech.mhuang.ext.interchan.core.mapper.BaseMapper
-
删除单个实例
- remove(T) - 接口 中的方法tech.mhuang.ext.interchan.core.service.BaseService
-
删除单个实例
- remove(Id) - 接口 中的方法tech.mhuang.ext.interchan.core.service.BaseService
-
删除单个实例
- remove(T) - 类 中的方法tech.mhuang.ext.interchan.core.service.impl.BaseServiceImpl
-
删除单个实例
- remove(Id) - 类 中的方法tech.mhuang.ext.interchan.core.service.impl.BaseServiceImpl
-
删除单个实例
- request(RequestModel) - 类 中的方法tech.mhuang.ext.interchan.core.rest.AbstractRestTemplate
-
服务调用
- RequestModel<T> - tech.mhuang.ext.interchan.core.entity中的类
-
请求封装类.
- RequestModel() - 类 的构造器tech.mhuang.ext.interchan.core.entity.RequestModel
-
S
- save(T) - 接口 中的方法tech.mhuang.ext.interchan.core.mapper.BaseMapper
-
增单个实例
- save(T) - 接口 中的方法tech.mhuang.ext.interchan.core.service.BaseService
-
新增单个实例
- save(T) - 类 中的方法tech.mhuang.ext.interchan.core.service.impl.BaseServiceImpl
-
- set(GlobalHeader) - 类 中的静态方法tech.mhuang.ext.interchan.core.local.GlobalHeaderThreadLocal
-
- setBaseMapper(BaseMapper<T, Id>) - 类 中的方法tech.mhuang.ext.interchan.core.service.impl.BaseServiceImpl
-
- SingleDymanicTask - tech.mhuang.ext.interchan.core.task中的类
-
单机动态任务
- SingleDymanicTask() - 类 的构造器tech.mhuang.ext.interchan.core.task.SingleDymanicTask
-
- SingleInterjob - tech.mhuang.ext.interchan.core.task中的类
-
单机版本的任务实体
- SingleInterjob() - 类 的构造器tech.mhuang.ext.interchan.core.task.SingleInterjob
-
- SingleJobTaskConst - tech.mhuang.ext.interchan.core.task中的类
-
单机任务常量
- SingleJobTaskConst() - 类 的构造器tech.mhuang.ext.interchan.core.task.SingleJobTaskConst
-
- SingleRestTemplate - tech.mhuang.ext.interchan.core.rest中的类
-
单机版RestTemplate
- SingleRestTemplate() - 类 的构造器tech.mhuang.ext.interchan.core.rest.SingleRestTemplate
-
- SingleRestTemplate(SimpleClientHttpRequestFactory) - 类 的构造器tech.mhuang.ext.interchan.core.rest.SingleRestTemplate
-
- SOURCE - 类 中的静态变量tech.mhuang.ext.interchan.core.constans.Global
-
- startJob(String, Runnable, String) - 接口 中的方法tech.mhuang.ext.interchan.core.task.ISingleDymanicTask
-
启动任务
- startJob(String, Runnable, String, Boolean) - 接口 中的方法tech.mhuang.ext.interchan.core.task.ISingleDymanicTask
-
启动任务(启动后会等待到下一次的时间进行执行)
- startJob(String, Runnable, Long, Boolean) - 接口 中的方法tech.mhuang.ext.interchan.core.task.ISingleDymanicTask
-
启动任务(启动后会等待到下一次的时间进行执行)
- startJob(String, Runnable, Long) - 接口 中的方法tech.mhuang.ext.interchan.core.task.ISingleDymanicTask
-
启动任务
- startJob(String, Runnable, String) - 类 中的方法tech.mhuang.ext.interchan.core.task.SingleDymanicTask
-
- startJob(String, Runnable, String, Boolean) - 类 中的方法tech.mhuang.ext.interchan.core.task.SingleDymanicTask
-
- startJob(String, Runnable, Long, Boolean) - 类 中的方法tech.mhuang.ext.interchan.core.task.SingleDymanicTask
-
- startJob(String, Runnable, Long) - 类 中的方法tech.mhuang.ext.interchan.core.task.SingleDymanicTask
-
- startJobOnly(String, Runnable, Date) - 接口 中的方法tech.mhuang.ext.interchan.core.task.ISingleDymanicTask
-
启动任务(只执行一次、执行后记得将任务删除)
- startJobOnly(String, Runnable, String) - 接口 中的方法tech.mhuang.ext.interchan.core.task.ISingleDymanicTask
-
启动任务(只执行一次、执行后记得将任务删除)
- startJobOnly(String, Runnable, Long) - 接口 中的方法tech.mhuang.ext.interchan.core.task.ISingleDymanicTask
-
启动任务(只执行一次、执行后记得将任务删除)
- startJobOnly(String, Runnable, Date) - 类 中的方法tech.mhuang.ext.interchan.core.task.SingleDymanicTask
-
- startJobOnly(String, Runnable, String) - 类 中的方法tech.mhuang.ext.interchan.core.task.SingleDymanicTask
-
- startJobOnly(String, Runnable, Long) - 类 中的方法tech.mhuang.ext.interchan.core.task.SingleDymanicTask
-
- stopJob(String) - 接口 中的方法tech.mhuang.ext.interchan.core.task.ISingleDymanicTask
-
停止删除任务
- stopJob(String) - 类 中的方法tech.mhuang.ext.interchan.core.task.SingleDymanicTask
-
T
- TASK_POOL_BEAN_NAME - 类 中的静态变量tech.mhuang.ext.interchan.core.task.SingleJobTaskConst
-
- TASK_SINGLE_JOB_NAME - 类 中的静态变量tech.mhuang.ext.interchan.core.task.SingleJobTaskConst
-
- tech.mhuang.ext.interchan.core.application - 程序包 tech.mhuang.ext.interchan.core.application
-
- tech.mhuang.ext.interchan.core.constans - 程序包 tech.mhuang.ext.interchan.core.constans
-
- tech.mhuang.ext.interchan.core.controller - 程序包 tech.mhuang.ext.interchan.core.controller
-
- tech.mhuang.ext.interchan.core.entity - 程序包 tech.mhuang.ext.interchan.core.entity
-
- tech.mhuang.ext.interchan.core.exception - 程序包 tech.mhuang.ext.interchan.core.exception
-
- tech.mhuang.ext.interchan.core.jackson - 程序包 tech.mhuang.ext.interchan.core.jackson
-
- tech.mhuang.ext.interchan.core.local - 程序包 tech.mhuang.ext.interchan.core.local
-
- tech.mhuang.ext.interchan.core.mapper - 程序包 tech.mhuang.ext.interchan.core.mapper
-
- tech.mhuang.ext.interchan.core.rest - 程序包 tech.mhuang.ext.interchan.core.rest
-
- tech.mhuang.ext.interchan.core.service - 程序包 tech.mhuang.ext.interchan.core.service
-
- tech.mhuang.ext.interchan.core.service.impl - 程序包 tech.mhuang.ext.interchan.core.service.impl
-
- tech.mhuang.ext.interchan.core.task - 程序包 tech.mhuang.ext.interchan.core.task
-
- TYPE - 类 中的静态变量tech.mhuang.ext.interchan.core.constans.Global
-
U
- update(T) - 接口 中的方法tech.mhuang.ext.interchan.core.mapper.BaseMapper
-
修改单个实例
- update(T) - 接口 中的方法tech.mhuang.ext.interchan.core.service.BaseService
-
修改单个实例
- update(T) - 类 中的方法tech.mhuang.ext.interchan.core.service.impl.BaseServiceImpl
-
- updateAll(T) - 接口 中的方法tech.mhuang.ext.interchan.core.mapper.BaseMapper
-
修改单个实例所有字段
- updateAll(T) - 接口 中的方法tech.mhuang.ext.interchan.core.service.BaseService
-
修改单个实例所有的字段
- updateAll(T) - 类 中的方法tech.mhuang.ext.interchan.core.service.impl.BaseServiceImpl
-
- updateCronLazy(String, String) - 接口 中的方法tech.mhuang.ext.interchan.core.task.ISingleDymanicTask
-
修改Cron任务,不会影响当前执行的任务。
- updateCronLazy(String, String) - 类 中的方法tech.mhuang.ext.interchan.core.task.SingleDymanicTask
-
- updateJob(String, String) - 接口 中的方法tech.mhuang.ext.interchan.core.task.ISingleDymanicTask
-
执行逻辑线删除在创建任务
- updateJob(String, Long) - 接口 中的方法tech.mhuang.ext.interchan.core.task.ISingleDymanicTask
-
执行逻辑线删除在创建任务。
- updateJob(String, Runnable) - 接口 中的方法tech.mhuang.ext.interchan.core.task.ISingleDymanicTask
-
执行逻辑线删除在创建任务。
- updateJob(String, Runnable, String) - 接口 中的方法tech.mhuang.ext.interchan.core.task.ISingleDymanicTask
-
会先停止任务在创建任务,
- updateJob(String, Runnable, Long) - 接口 中的方法tech.mhuang.ext.interchan.core.task.ISingleDymanicTask
-
会先停止任务在创建任务,
- updateJob(String, String) - 类 中的方法tech.mhuang.ext.interchan.core.task.SingleDymanicTask
-
- updateJob(String, Long) - 类 中的方法tech.mhuang.ext.interchan.core.task.SingleDymanicTask
-
- updateJob(String, Runnable) - 类 中的方法tech.mhuang.ext.interchan.core.task.SingleDymanicTask
-
- updateJob(String, Runnable, String) - 类 中的方法tech.mhuang.ext.interchan.core.task.SingleDymanicTask
-
修改任务
- updateJob(String, Runnable, Long) - 类 中的方法tech.mhuang.ext.interchan.core.task.SingleDymanicTask
-
修改任务
- updateSecordsLazy(String, Long) - 接口 中的方法tech.mhuang.ext.interchan.core.task.ISingleDymanicTask
-
修改时间间隔任务,不会影响当前执行的任务。
- updateSecordsLazy(String, Long) - 类 中的方法tech.mhuang.ext.interchan.core.task.SingleDymanicTask
-
- USER_ID - 类 中的静态变量tech.mhuang.ext.interchan.core.constans.Global
-
A B C D E G I J M P Q R S T U
Copyright © 2020. All rights reserved.