A B C D E F G H I J L M N O P Q R S T U V W
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
A
- addInterceptors(InterceptorRegistry) - 类 中的方法net.qimooc.commons.i18n.config.I18nConfiguration
- addInterceptors(InterceptorRegistry) - 类 中的方法net.qimooc.commons.web.resubmit.ResubmitHandlerConfigration
- addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法net.qimooc.commons.config.ApplicationMvcConfig
-
提供/content路径下静态文件访问功能
- addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法net.qimooc.commons.file.storage.config.FileStorageAutoConfiguration.WebMvcConfig
- AopUtils - net.qimooc.commons.utils中的类
- AopUtils() - 类 的构造器net.qimooc.commons.utils.AopUtils
- ApiOriginFilter - net.qimooc.commons.web.filter中的类
-
SimpleCORSFilter Access-Control-Allow-Origin TODO: 修改允许的域为系统配置项,子站点二级域名需要能自动配置 而不需要修改配置文件
- ApiOriginFilter() - 类 的构造器net.qimooc.commons.web.filter.ApiOriginFilter
-
Default constructor.
- ApplicationMvcConfig - net.qimooc.commons.config中的类
- ApplicationMvcConfig() - 类 的构造器net.qimooc.commons.config.ApplicationMvcConfig
- ApplicationProperties - net.qimooc.commons.config中的类
- ApplicationProperties() - 类 的构造器net.qimooc.commons.config.ApplicationProperties
- args - 异常错误 中的变量net.qimooc.commons.exceptions.BaseException
-
占位符形式对应的参数值
- args - 异常错误 中的变量net.qimooc.commons.exceptions.BusinessException
-
占位符形式对应的参数值
- ArrayAttributeConverter<T> - net.qimooc.commons.entity.utils中的类
- ArrayAttributeConverter() - 类 的构造器net.qimooc.commons.entity.utils.ArrayAttributeConverter
- asDate(String) - 类 中的方法net.qimooc.commons.entity.DateMapper
- asString(Date) - 类 中的方法net.qimooc.commons.entity.DateMapper
B
- BadSqlGrammarExceptionExceptionHandler(HttpServletRequest, Exception) - 类 中的方法net.qimooc.commons.web.GlobalExceptionHandler
-
拦截mybatis提示的语法异常错误信息,进行统一输出
- Base62 - net.qimooc.commons.utils中的类
-
Base62 numbers/strings encoding/decoding utility methods.
- BaseException - net.qimooc.commons.exceptions中的异常错误
-
基础业务异常类,通过增加成员变量 messageKey 和 args 并重写父类的 getMessage() 方法对国际化进行支持
- BaseException() - 异常错误 的构造器net.qimooc.commons.exceptions.BaseException
- BaseException(String) - 异常错误 的构造器net.qimooc.commons.exceptions.BaseException
- BaseException(String, Object[]) - 异常错误 的构造器net.qimooc.commons.exceptions.BaseException
- BaseService<T,ID extends java.io.Serializable,R extends SupportRepository<T,ID>> - net.qimooc.commons.service中的类
-
已过时。
- BaseService() - 类 的构造器net.qimooc.commons.service.BaseService
-
已过时。
- BeanUtils - net.qimooc.commons.utils中的类
- BeanUtils() - 类 的构造器net.qimooc.commons.utils.BeanUtils
- buildFileStorage(FileStorageConfig) - 接口 中的方法net.qimooc.commons.file.storage.FileStorageFactory
- buildFileStorage(FileStorageConfig) - 类 中的方法net.qimooc.commons.file.storage.local.LocalFileStorageFactory
- BusinessException - net.qimooc.commons.exceptions中的异常错误
-
基础业务异常类,通过增加成员变量 messageKey 和 args 并重写父类的 getMessage() 方法对国际化进行支持
- BusinessException() - 异常错误 的构造器net.qimooc.commons.exceptions.BusinessException
- BusinessException(String) - 异常错误 的构造器net.qimooc.commons.exceptions.BusinessException
- BusinessException(String, Object[]) - 异常错误 的构造器net.qimooc.commons.exceptions.BusinessException
- BusinessException(String, Throwable) - 异常错误 的构造器net.qimooc.commons.exceptions.BusinessException
- BusinessException(String, Throwable, boolean, boolean) - 异常错误 的构造器net.qimooc.commons.exceptions.BusinessException
- BusinessException(Throwable) - 异常错误 的构造器net.qimooc.commons.exceptions.BusinessException
- BytesBase62 - net.qimooc.commons.utils中的类
-
A Base62 encoder/decoder.
C
- checkDeleteable(ID) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- checkDeleteable(T) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- checkDirAndCreateIfNotExists(File) - 类 中的静态方法net.qimooc.commons.file.IOUtils
- checkFile(File) - 类 中的静态方法net.qimooc.commons.file.IOUtils
- clear() - 类 中的静态方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
- clear() - 类 中的静态方法net.qimooc.commons.utils.ThreadLocalUtils
-
清空ThreadLocal
- ClientRealIpFilter - net.qimooc.commons.web.filter中的类
-
ClientRealIpFilter 获取客户端真实IP,并放入ThreadLocal中
- ClientRealIpFilter() - 类 的构造器net.qimooc.commons.web.filter.ClientRealIpFilter
- CommonModuleAutoConfiguration - net.qimooc.commons.config中的类
- CommonModuleAutoConfiguration() - 类 的构造器net.qimooc.commons.config.CommonModuleAutoConfiguration
- CommonRedisAutoConfiguration - net.qimooc.commons.config中的类
- CommonRedisAutoConfiguration() - 类 的构造器net.qimooc.commons.config.CommonRedisAutoConfiguration
- controller() - 类 中的方法net.qimooc.commons.spring.aop.TypeMapNameAspect
- convert(String) - 类 中的方法net.qimooc.commons.spring.support.DateConvert
- convertToDatabaseColumn(Collection<T>) - 类 中的方法net.qimooc.commons.entity.utils.ArrayAttributeConverter
- convertToDatabaseColumn(Map<String, Object>) - 类 中的方法net.qimooc.commons.entity.utils.MapAttributeConverter
- convertToDatabaseColumn(T) - 类 中的方法net.qimooc.commons.entity.utils.ObjectAttributeConverter
- convertToEntityAttribute(String) - 类 中的方法net.qimooc.commons.entity.utils.ArrayAttributeConverter
- convertToEntityAttribute(String) - 类 中的方法net.qimooc.commons.entity.utils.MapAttributeConverter
- convertToEntityAttribute(String) - 类 中的方法net.qimooc.commons.entity.utils.ObjectAttributeConverter
- CookieConfig - net.qimooc.commons.config中的类
-
通过配置文件设置Cookie相关属性
- CookieConfig() - 类 的构造器net.qimooc.commons.config.CookieConfig
- CookieProperties - net.qimooc.commons.config中的类
- CookieProperties() - 类 的构造器net.qimooc.commons.config.CookieProperties
- copyProperties(Object, Object, boolean) - 类 中的方法net.qimooc.commons.utils.BeanUtils
- count() - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- count() - 接口 中的方法net.qimooc.commons.service.CrudService
-
Returns the number of entities available.
- count() - 接口 中的方法net.qimooc.commons.service.NewCrudService
- count(Predicate) - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
-
Returns the number of instances matching the given
Predicate. - count(Function<Q, Predicate>) - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
-
已过时。
- count(M) - 接口 中的方法net.qimooc.commons.service.NewCrudService
- count(Specification<E>) - 接口 中的方法net.qimooc.commons.service.SpecificationQueryService
-
Returns the number of instances that the given
Specificationwill return. - count(Specification<T>) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- count(Specification<T>) - 接口 中的方法net.qimooc.commons.service.CrudService
-
Returns the number of instances that the given
Specificationwill return. - create(Collection<M>) - 接口 中的方法net.qimooc.commons.service.NewCrudService
- create(M) - 接口 中的方法net.qimooc.commons.service.NewCrudService
- create(MethodInvocation) - 类 中的静态方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
- createInstance() - 类 中的静态方法net.qimooc.commons.utils.BytesBase62
-
Creates a
BytesBase62instance. - createInstanceWithGmpCharacterSet() - 类 中的静态方法net.qimooc.commons.utils.BytesBase62
-
Creates a
BytesBase62instance using the GMP-style character set. - createInstanceWithInvertedCharacterSet() - 类 中的静态方法net.qimooc.commons.utils.BytesBase62
-
Creates a
BytesBase62instance using the inverted character set. - createParamContext() - 类 中的方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
- createRepositoryFactory(EntityManager) - 类 中的方法net.qimooc.commons.repository.CustomRepositoryFactoryBean
- createSimpleMappingExceptionResolver() - 类 中的方法net.qimooc.commons.exceptions.config.ExceptionConfiguration
-
Setup the classic SimpleMappingExceptionResolver.
- CrudBaseService<M,E,ID extends java.io.Serializable,REPO extends SupportRepository<E,ID>,MAPPER extends EntityMapper<M,E>> - net.qimooc.commons.service中的类
- CrudBaseService() - 类 的构造器net.qimooc.commons.service.CrudBaseService
- CrudService<T,ID extends java.io.Serializable> - net.qimooc.commons.service中的接口
- current() - 类 中的静态方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
- customize(T) - 接口 中的方法net.qimooc.commons.entity.utils.Customizer
-
Performs the customizations on the input argument.
- Customizer<T> - net.qimooc.commons.entity.utils中的接口
- CustomRepositoryFactoryBean<R extends org.springframework.data.jpa.repository.JpaRepository<T,I>,T,I extends java.io.Serializable> - net.qimooc.commons.repository中的类
- CustomRepositoryFactoryBean(Class<? extends R>) - 类 的构造器net.qimooc.commons.repository.CustomRepositoryFactoryBean
D
- DataRuleService<T,ID extends java.io.Serializable> - net.qimooc.commons.service中的接口
- dataRuleWapper - 类 中的变量net.qimooc.commons.service.BaseService
-
已过时。
- DataRuleWapper - net.qimooc.commons.service中的接口
- DateConvert - net.qimooc.commons.spring.support中的类
- DateConvert() - 类 的构造器net.qimooc.commons.spring.support.DateConvert
- DateMapper - net.qimooc.commons.entity中的类
- DateMapper() - 类 的构造器net.qimooc.commons.entity.DateMapper
- decode(byte[]) - 类 中的方法net.qimooc.commons.utils.BytesBase62
-
Decodes a sequence of Base62-encoded bytes.
- decode(String) - 类 中的静态方法net.qimooc.commons.utils.Base62
- decode(String, Charset) - 类 中的静态方法net.qimooc.commons.utils.Base62
- decodeBytes(String) - 类 中的静态方法net.qimooc.commons.utils.Base62
- decodeBytes(String, Charset) - 类 中的静态方法net.qimooc.commons.utils.Base62
- decodeInt(String) - 类 中的静态方法net.qimooc.commons.utils.Base62
- decodeInt(String, Charset) - 类 中的静态方法net.qimooc.commons.utils.Base62
- decodeLong(String) - 类 中的静态方法net.qimooc.commons.utils.Base62
- decodeLong(String, Charset) - 类 中的静态方法net.qimooc.commons.utils.Base62
- DEFAULT_CONTENT_ROOT - 类 中的静态变量net.qimooc.commons.file.storage.local.LocalFileStorage
- DEFAULT_VIRTUAL_ROOT - 类 中的静态变量net.qimooc.commons.file.storage.local.LocalFileStorage
- defaultCookieSerializer(CookieProperties) - 类 中的方法net.qimooc.commons.config.CookieConfig
- defaultFileStorage() - 类 中的方法net.qimooc.commons.file.storage.config.FileStorageAutoConfiguration
- defaultFileStorageConfigLoader() - 类 中的方法net.qimooc.commons.file.storage.config.FileStorageAutoConfiguration
- DefaultJsonSerializer - net.qimooc.commons.config中的类
- DefaultJsonSerializer() - 类 的构造器net.qimooc.commons.config.DefaultJsonSerializer
- delete(ID) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- delete(ID) - 接口 中的方法net.qimooc.commons.service.CrudService
-
Deletes the entity with the given id.
- delete(ID) - 接口 中的方法net.qimooc.commons.service.NewCrudService
- delete(ID[]) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- delete(ID[]) - 接口 中的方法net.qimooc.commons.service.CrudService
- delete(ID[], boolean) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- delete(ID[], boolean) - 接口 中的方法net.qimooc.commons.service.CrudService
- delete(ID[], boolean) - 接口 中的方法net.qimooc.commons.service.NewCrudService
- delete(ID, boolean) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- delete(ID, boolean) - 类 中的方法net.qimooc.commons.service.CrudBaseService
- delete(ID, boolean) - 接口 中的方法net.qimooc.commons.service.CrudService
-
Deletes the entity with the given id.
- delete(ID, boolean) - 接口 中的方法net.qimooc.commons.service.NewCrudService
- delete(Iterable<? extends T>) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- delete(Iterable<? extends T>) - 接口 中的方法net.qimooc.commons.service.CrudService
-
Deletes the given entities.
- delete(Iterable<? extends T>, boolean) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- delete(Iterable<? extends T>, boolean) - 接口 中的方法net.qimooc.commons.service.CrudService
-
Deletes the given entities.
- delete(Collection<ID>) - 接口 中的方法net.qimooc.commons.service.NewCrudService
- delete(Collection<ID>, boolean) - 接口 中的方法net.qimooc.commons.service.NewCrudService
- delete(List<ID>) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- delete(List<ID>) - 接口 中的方法net.qimooc.commons.service.CrudService
- delete(List<ID>, boolean) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- delete(List<ID>, boolean) - 接口 中的方法net.qimooc.commons.service.CrudService
- delete(T) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- delete(T) - 接口 中的方法net.qimooc.commons.service.CrudService
-
Deletes a given entity.
- delete(T, boolean) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- delete(T, boolean) - 接口 中的方法net.qimooc.commons.service.CrudService
-
Deletes a given entity.
- deleteAll() - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- deleteAll() - 接口 中的方法net.qimooc.commons.service.CrudService
-
Deletes all entities managed by the repository.
- deleteAll(boolean) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- deleteAll(boolean) - 接口 中的方法net.qimooc.commons.service.CrudService
-
Deletes all entities managed by the repository.
- destroy() - 类 中的方法net.qimooc.commons.web.filter.ApiOriginFilter
- destroy() - 类 中的方法net.qimooc.commons.web.filter.ClientRealIpFilter
- doAfter() - 类 中的方法net.qimooc.commons.spring.aop.TypeMapNameAspect
- doAfterReturing(Object) - 类 中的方法net.qimooc.commons.spring.aop.TypeMapNameAspect
- doBefore(JoinPoint) - 类 中的方法net.qimooc.commons.spring.aop.TypeMapNameAspect
- docs() - 类 中的方法net.qimooc.commons.web.SwaggerDocumentationController
- doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法net.qimooc.commons.web.filter.ApiOriginFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法net.qimooc.commons.web.filter.ClientRealIpFilter
- DynamicQueryPredicateBuilder - net.qimooc.commons.query.builder中的类
E
- empty() - 类 中的方法net.qimooc.commons.entity.utils.ArrayAttributeConverter
- empty() - 类 中的方法net.qimooc.commons.entity.utils.ObjectAttributeConverter
- enable() - 注释类型 中的方法net.qimooc.commons.web.resubmit.ResubmitStopper
-
是否阻止重复提交,默认为true
- encode(byte[]) - 类 中的静态方法net.qimooc.commons.utils.Base62
- encode(byte[]) - 类 中的方法net.qimooc.commons.utils.BytesBase62
-
Encodes a sequence of bytes in Base62 encoding.
- encode(Integer) - 类 中的静态方法net.qimooc.commons.utils.Base62
- encode(Long) - 类 中的静态方法net.qimooc.commons.utils.Base62
- encode(BigInteger) - 类 中的静态方法net.qimooc.commons.utils.Base62
- ensureGreater(String, Integer, Integer) - 类 中的静态方法net.qimooc.commons.utils.IllegalArguments
- ensureGreater(String, BigInteger, BigInteger) - 类 中的静态方法net.qimooc.commons.utils.IllegalArguments
- ensureGreaterOrEqual(String, Integer, Integer) - 类 中的静态方法net.qimooc.commons.utils.IllegalArguments
- ensureInRange(String, Integer, Integer, Integer) - 类 中的静态方法net.qimooc.commons.utils.IllegalArguments
- ensureLesser(String, Integer, Integer) - 类 中的静态方法net.qimooc.commons.utils.IllegalArguments
- ensureLesserOrEqual(String, Integer, Integer) - 类 中的静态方法net.qimooc.commons.utils.IllegalArguments
- ensureNotEmpty(String, boolean, String) - 类 中的静态方法net.qimooc.commons.utils.IllegalArguments
-
Ensure not empty.
- ensureNotEmpty(String, byte[]) - 类 中的静态方法net.qimooc.commons.utils.IllegalArguments
-
Ensure not empty.
- ensureNotEmpty(String, CharSequence) - 类 中的静态方法net.qimooc.commons.utils.IllegalArguments
-
Ensure not empty.
- ensureNotEmpty(String, Object[]) - 类 中的静态方法net.qimooc.commons.utils.IllegalArguments
-
Ensure not empty.
- ensureNotEmpty(String, String) - 类 中的静态方法net.qimooc.commons.utils.IllegalArguments
-
Ensure not empty.
- ensureNotEmpty(String, Collection<?>) - 类 中的静态方法net.qimooc.commons.utils.IllegalArguments
-
Ensure not empty.
- ensureNotEmpty(String, Map<?, ?>) - 类 中的静态方法net.qimooc.commons.utils.IllegalArguments
-
Ensure not empty.
- ensureNotEmpty(String, Properties) - 类 中的静态方法net.qimooc.commons.utils.IllegalArguments
-
Ensure not empty.
- ensureNotEmptyContent(String, boolean, String[]) - 类 中的静态方法net.qimooc.commons.utils.IllegalArguments
-
Ensures that the string array instance is not null and that it has entries that are not null or empty.
- ensureNotEmptyContent(String, String[]) - 类 中的静态方法net.qimooc.commons.utils.IllegalArguments
-
Ensures that the string array instance is not null and that it has entries that are not null or empty either without trimming the string.
- ensureNotNull(String, Object) - 类 中的静态方法net.qimooc.commons.utils.IllegalArguments
-
Ensure not null.
- ensureNotZero(String, Integer) - 类 中的静态方法net.qimooc.commons.utils.IllegalArguments
-
Ensure not zero.
- entityMapper - 类 中的变量net.qimooc.commons.service.CrudBaseService
- EntityMapper<M,E> - net.qimooc.commons.entity中的接口
- ExceptionConfiguration - net.qimooc.commons.exceptions.config中的类
- ExceptionConfiguration() - 类 的构造器net.qimooc.commons.exceptions.config.ExceptionConfiguration
- exists(Predicate) - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
-
Checks whether the data store contains elements that match the given
Predicate. - exists(ID) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- exists(ID) - 接口 中的方法net.qimooc.commons.service.CrudService
-
Returns whether an entity with the given id exists.
- exists(ID) - 接口 中的方法net.qimooc.commons.service.NewCrudService
- exists(Function<Q, Predicate>) - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
-
已过时。
- exists(M) - 接口 中的方法net.qimooc.commons.service.NewCrudService
F
- FileStorage - net.qimooc.commons.file.storage中的接口
- FileStorageAutoConfiguration - net.qimooc.commons.file.storage.config中的类
- FileStorageAutoConfiguration() - 类 的构造器net.qimooc.commons.file.storage.config.FileStorageAutoConfiguration
- FileStorageAutoConfiguration.WebMvcConfig - net.qimooc.commons.file.storage.config中的类
- FileStorageConfig - net.qimooc.commons.file.storage中的类
- FileStorageConfig() - 类 的构造器net.qimooc.commons.file.storage.FileStorageConfig
- FileStorageConfigLoader - net.qimooc.commons.file.storage中的接口
- FileStorageFactory<T extends FileStorage> - net.qimooc.commons.file.storage中的接口
- fileStorageManager(FileStorageConfigLoader, List<FileStorageFactory>) - 类 中的方法net.qimooc.commons.file.storage.config.FileStorageAutoConfiguration
- FileStorageManager - net.qimooc.commons.file.storage中的类
- FileStorageManager(FileStorageConfigLoader, List<FileStorageFactory>) - 类 的构造器net.qimooc.commons.file.storage.FileStorageManager
- findAll() - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- findAll() - 接口 中的方法net.qimooc.commons.service.CrudService
-
Returns all instances of the type.
- findAll() - 接口 中的方法net.qimooc.commons.service.NewCrudService
- findAll(OrderSpecifier<?>...) - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
-
Returns all entities ordered by the given
OrderSpecifiers. - findAll(Predicate) - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
-
Returns all entities matching the given
Predicate. - findAll(Predicate, OrderSpecifier<?>...) - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
-
Returns all entities matching the given
Predicateapplying the givenOrderSpecifiers. - findAll(Predicate, Pageable) - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
-
Returns a
Pageof entities matching the givenPredicate. - findAll(Predicate, Sort) - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
-
Returns all entities matching the given
Predicateapplying the givenSort. - findAll(Iterable<ID>) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- findAll(Iterable<ID>) - 接口 中的方法net.qimooc.commons.service.CrudService
-
Returns all instances of the type with the given IDs.
- findAll(Collection<ID>) - 接口 中的方法net.qimooc.commons.service.NewCrudService
- findAll(Function<Q, Predicate>) - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
-
已过时。
- findAll(Function<Q, Predicate>, OrderSpecifier<?>...) - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
-
已过时。
- findAll(Function<Q, Predicate>, Pageable) - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
-
已过时。
- findAll(Function<Q, Predicate>, Sort) - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
-
已过时。
- findAll(M) - 接口 中的方法net.qimooc.commons.service.NewCrudService
- findAll(M, Pageable) - 接口 中的方法net.qimooc.commons.service.NewCrudService
- findAll(Example<S>) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- findAll(Example<S>) - 接口 中的方法net.qimooc.commons.service.CrudService
- findAll(Example<S>, Pageable) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- findAll(Example<S>, Pageable) - 接口 中的方法net.qimooc.commons.service.CrudService
- findAll(Pageable) - 接口 中的方法net.qimooc.commons.service.NewCrudService
- findAll(Specification<E>) - 接口 中的方法net.qimooc.commons.service.SpecificationQueryService
-
Returns all entities matching the given
Specification. - findAll(Specification<E>, Pageable) - 接口 中的方法net.qimooc.commons.service.SpecificationQueryService
-
Returns a
Pageof entities matching the givenSpecification. - findAll(Specification<E>, Sort) - 接口 中的方法net.qimooc.commons.service.SpecificationQueryService
-
Returns all entities matching the given
SpecificationandSort. - findAll(Specification<T>) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- findAll(Specification<T>) - 接口 中的方法net.qimooc.commons.service.CrudService
-
Returns all entities matching the given
Specification. - findAll(Specification<T>, Pageable) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- findAll(Specification<T>, Pageable) - 接口 中的方法net.qimooc.commons.service.CrudService
-
Returns a
Pageof entities matching the givenSpecification. - findAll(Specification<T>, Sort) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- findAll(Specification<T>, Sort) - 接口 中的方法net.qimooc.commons.service.CrudService
-
Returns all entities matching the given
SpecificationandSort. - findAll(T) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。解析form表单提交的查询entity,生成复杂查询(全部,过滤已删除数据,不带支持权限)
- findAll(T) - 接口 中的方法net.qimooc.commons.service.CrudService
- findAll(T, ExampleMatcher) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。解析form表单提交的查询entity,生成复杂查询(全部,过滤已删除数据,不带支持权限)
- findAll(T, ExampleMatcher) - 接口 中的方法net.qimooc.commons.service.CrudService
- findAll(T, ExampleMatcher, Pageable) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。解析form表单提交的查询entity,生成复杂查询(分页,过滤已删除数据,不带支持权限)
- findAll(T, ExampleMatcher, Pageable) - 接口 中的方法net.qimooc.commons.service.CrudService
- findAll(T, Pageable) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。解析form表单提交的查询entity,生成复杂查询(分页,过滤已删除数据,不带支持权限)
- findAll(T, Pageable) - 接口 中的方法net.qimooc.commons.service.CrudService
- findAllWithDataRule(Specification<T>) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- findAllWithDataRule(Specification<T>) - 接口 中的方法net.qimooc.commons.service.DataRuleService
-
根据传入的查询条件拼接上数据范围条件后查询
- findAllWithDataRule(Specification<T>, Pageable) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- findAllWithDataRule(Specification<T>, Pageable) - 接口 中的方法net.qimooc.commons.service.DataRuleService
-
根据传入的查询条件拼接上数据范围条件后查询(分页)
- findAllWithDataRule(T) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。解析form表单提交的查询entity,生成复杂查询(全部,过滤已删除数据,支持权限)
- findAllWithDataRule(T) - 接口 中的方法net.qimooc.commons.service.DataRuleService
-
根据对象模板,查询带数据权限范围的集合
- findAllWithDataRule(T, ExampleMatcher) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。解析form表单提交的查询entity,生成复杂查询(全部,过滤已删除数据,支持权限)
- findAllWithDataRule(T, ExampleMatcher) - 接口 中的方法net.qimooc.commons.service.DataRuleService
-
根据对象模板,和指定的 Matcher 查询带数据权限范围的集合
- findAllWithDataRule(T, ExampleMatcher, Pageable) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。解析form表单提交的查询entity,生成复杂查询(分页,过滤已删除数据,支持权限)
- findAllWithDataRule(T, ExampleMatcher, Pageable) - 接口 中的方法net.qimooc.commons.service.DataRuleService
-
根据对象模板,和指定的 Matcher 查询带数据权限范围的集合(分页)
- findAllWithDataRule(T, Pageable) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。解析form表单提交的查询entity,生成复杂查询(分页,过滤已删除数据,支持权限)
- findAllWithDataRule(T, Pageable) - 接口 中的方法net.qimooc.commons.service.DataRuleService
-
根据对象模板,查询带数据权限范围的集合(分页)
- findAnnotation(Class<T>) - 类 中的方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
- findAnnotation(Class, Class<T>) - 类 中的静态方法net.qimooc.commons.utils.AopUtils
- findAnnotation(Class, Method, Class<T>) - 类 中的静态方法net.qimooc.commons.utils.AopUtils
- findAnnotation(JoinPoint, Class<T>) - 类 中的静态方法net.qimooc.commons.utils.AopUtils
- findBy(Predicate, Function<FluentQuery.FetchableFluentQuery<S>, R>) - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
-
Returns entities matching the given
Predicateapplying thequeryFunctionthat defines the query and its result type. - findBy(Function<Q, Predicate>, Function<FluentQuery.FetchableFluentQuery<S>, R>) - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
-
已过时。
- findById(ID) - 接口 中的方法net.qimooc.commons.service.NewCrudService
- findById(M) - 接口 中的方法net.qimooc.commons.service.NewCrudService
- findClassAnnotation(Class<T>) - 类 中的方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
- findMethodAnnotation(Class<T>) - 类 中的方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
- findMethodAnnotation(Class, Method, Class<T>) - 类 中的静态方法net.qimooc.commons.utils.AopUtils
- findOne(Predicate) - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
-
Returns a single entity matching the given
PredicateorOptional.empty()if none was found. - findOne(ID) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- findOne(ID) - 接口 中的方法net.qimooc.commons.service.CrudService
-
Retrieves an entity by its id.
- findOne(Function<Q, Predicate>) - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
-
已过时。
- findOne(Specification<E>) - 接口 中的方法net.qimooc.commons.service.SpecificationQueryService
-
Returns a single entity matching the given
SpecificationorOptional.empty()if none found. - findOne(Specification<T>) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- findOne(Specification<T>) - 接口 中的方法net.qimooc.commons.service.CrudService
-
Returns a single entity matching the given
Specification.
G
- get(String) - 类 中的方法net.qimooc.commons.file.storage.FileStorageManager
- get(String) - 类 中的静态方法net.qimooc.commons.utils.ThreadLocalUtils
-
从ThreadLocal中获取值
- get(String, Supplier<T>) - 类 中的静态方法net.qimooc.commons.utils.ThreadLocalUtils
-
从ThreadLocal中获取值,并指定一个当值不存在的提供者
- get(FileStorageConfig) - 类 中的方法net.qimooc.commons.file.storage.FileStorageManager
- getAndRemove(String) - 类 中的静态方法net.qimooc.commons.utils.ThreadLocalUtils
-
获取一个值后然后删除掉
- getAnnotation(Class<T>) - 接口 中的方法net.qimooc.commons.spring.aop.MethodInterceptorParamContext
-
获取当前操作方法或实例上指定类型的泛型,如果方法上未获取到,则获取实例类上的注解。
- getApplicationContext() - 类 中的静态方法net.qimooc.commons.spring.SpringUtil
-
获取applicationContext
- getArgs() - 类 中的方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
- getArgsMap(JoinPoint) - 类 中的静态方法net.qimooc.commons.utils.AopUtils
- getBean(Class<T>) - 类 中的静态方法net.qimooc.commons.spring.SpringUtil
-
通过class获取Bean.
- getBean(String) - 类 中的静态方法net.qimooc.commons.spring.SpringUtil
-
通过name获取 Bean.
- getBean(String, Class<T>) - 类 中的静态方法net.qimooc.commons.spring.SpringUtil
-
通过name,以及Clazz返回指定的Bean
- getBeansOfType(Class<T>) - 类 中的静态方法net.qimooc.commons.spring.SpringUtil
-
返回所有实现某一接口的bean
- getCaptcha() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- getClientRealIp(HttpServletRequest) - 类 中的静态方法net.qimooc.commons.utils.network.IpAddressUtil
- getComment() - 类 中的方法net.qimooc.commons.config.CookieProperties
- getConfig() - 类 中的方法net.qimooc.commons.file.storage.FileStorageConfig
- getConfig(String) - 接口 中的方法net.qimooc.commons.file.storage.FileStorageConfigLoader
- getContentPath() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- getCsrfProtect() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- getDataRuleSpecification(Class<T>) - 接口 中的方法net.qimooc.commons.service.DataRuleWapper
- getDomain() - 类 中的方法net.qimooc.commons.config.CookieProperties
- getEncryptLoginInfo() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- getEntityMapper() - 类 中的方法net.qimooc.commons.service.CrudBaseService
- getEntityMapper() - 接口 中的方法net.qimooc.commons.service.NewCrudService
- getEntityMapper() - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
- getEntityMapper() - 接口 中的方法net.qimooc.commons.service.SpecificationQueryService
- getHttpOnly() - 类 中的方法net.qimooc.commons.config.CookieProperties
- getId() - 类 中的方法net.qimooc.commons.file.storage.FileStorageConfig
- getId() - 类 中的方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
- getIsDeleted() - 接口 中的方法net.qimooc.commons.entity.Repairable
- getLocalizedMessage() - 异常错误 中的方法net.qimooc.commons.exceptions.BaseException
- getLocalizedMessage() - 异常错误 中的方法net.qimooc.commons.exceptions.BusinessException
- getLoginWithCurrentSite() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- getMaxAge() - 类 中的方法net.qimooc.commons.config.CookieProperties
- getMessage() - 异常错误 中的方法net.qimooc.commons.exceptions.BaseException
- getMessage() - 异常错误 中的方法net.qimooc.commons.exceptions.BusinessException
- getMessage(String) - 类 中的方法net.qimooc.commons.i18n.LocaleMessageSourceService
- getMessage(String, Object[]) - 类 中的方法net.qimooc.commons.i18n.LocaleMessageSourceService
- getMessage(String, Object[], String) - 类 中的方法net.qimooc.commons.i18n.LocaleMessageSourceService
- getMessage(String, String) - 类 中的方法net.qimooc.commons.i18n.LocaleMessageSourceService
- getMethod() - 类 中的方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
- getMethod() - 接口 中的方法net.qimooc.commons.spring.aop.MethodInterceptorParamContext
-
当前操作的方法
- getMethodBody(JoinPoint) - 类 中的静态方法net.qimooc.commons.utils.AopUtils
- getName() - 类 中的方法net.qimooc.commons.config.CookieProperties
- getName() - 类 中的方法net.qimooc.commons.file.storage.FileStorageConfig
- getObjectType() - 类 中的方法net.qimooc.commons.entity.utils.ArrayAttributeConverter
- getObjectType() - 类 中的方法net.qimooc.commons.entity.utils.MapListAttributeConverter
- getObjectType() - 类 中的方法net.qimooc.commons.entity.utils.ObjectAttributeConverter
- getOne(ID) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- getOne(ID) - 接口 中的方法net.qimooc.commons.service.CrudService
-
Returns a reference to the entity with the given identifier.
- getParameter(String) - 接口 中的方法net.qimooc.commons.spring.aop.MethodInterceptorParamContext
-
根据参数名获取参数值,此参数为方法的参数,而非http参数
如:当前被操作的方法为 query(QueryParam param); 调用getParameter("param"); 则返回QueryParam实例
注意:返回值为Optional对象,使用方法见Optional - getParams() - 接口 中的方法net.qimooc.commons.spring.aop.MethodInterceptorParamContext
-
获取全部参数
- getPath() - 类 中的方法net.qimooc.commons.config.CookieProperties
- getPredicate(Root<T>, CriteriaBuilder, T) - 类 中的静态方法net.qimooc.commons.query.builder.DynamicQueryPredicateBuilder
-
Extract the
Predicaterepresenting theExample. - getPredicate(Root<T>, CriteriaBuilder, T) - 类 中的静态方法net.qimooc.commons.query.builder.LofterQueryPredicateBuilder
-
Extract the
Predicaterepresenting theExample. - getPredicate(Root<T>, CriteriaBuilder, T, ExampleMatcher) - 类 中的静态方法net.qimooc.commons.query.builder.DynamicQueryPredicateBuilder
-
Extract the
Predicaterepresenting theExample. - getPredicate(Root<T>, CriteriaBuilder, T, ExampleMatcher) - 类 中的静态方法net.qimooc.commons.query.builder.LofterQueryPredicateBuilder
- getPredicate(Root<T>, CriteriaBuilder, T, ExampleMatcher, EscapeCharacter) - 类 中的静态方法net.qimooc.commons.query.builder.DynamicQueryPredicateBuilder
-
Extract the
Predicaterepresenting theExample. - getQueryEntity() - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
- getRepository() - 类 中的方法net.qimooc.commons.service.CrudBaseService
- getRepository() - 接口 中的方法net.qimooc.commons.service.NewCrudService
- getRepository() - 接口 中的方法net.qimooc.commons.service.QuerydslPredicateService
- getRepository() - 接口 中的方法net.qimooc.commons.service.SpecificationQueryService
- getSecure() - 类 中的方法net.qimooc.commons.config.CookieProperties
- getSessionTimeout() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- getShowMembersOnlyIfEnrolled() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- getTarget() - 类 中的方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
- getTarget() - 接口 中的方法net.qimooc.commons.spring.aop.MethodInterceptorParamContext
-
获取当前类实例
- getTemporaryDir() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- getType() - 类 中的方法net.qimooc.commons.file.storage.FileStorageConfig
- getType() - 接口 中的方法net.qimooc.commons.file.storage.FileStorageFactory
- getType() - 类 中的方法net.qimooc.commons.file.storage.local.LocalFileStorageFactory
- getVerficationMessageCodeTpl() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- getVirtualPath() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- getWhitelist(Whitelist) - 类 中的方法net.qimooc.commons.config.DefaultJsonSerializer
- GlobalExceptionHandler - net.qimooc.commons.web中的类
- GlobalExceptionHandler() - 类 的构造器net.qimooc.commons.web.GlobalExceptionHandler
H
- handledType() - 类 中的方法net.qimooc.commons.config.DefaultJsonSerializer
- handleQueryAnnotation(T) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。解析实体类上的Query*注解生成Specification
- handleQueryAnnotation(T) - 接口 中的方法net.qimooc.commons.service.CrudService
- handleQueryAnnotation(T, ExampleMatcher) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。解析实体类上的Query*注解生成Specification, 带过滤条件
- handleQueryAnnotation(T, ExampleMatcher) - 接口 中的方法net.qimooc.commons.service.CrudService
- HttpSessionConfig - net.qimooc.commons.config中的类
- HttpSessionConfig(ApplicationProperties, RedisHttpSessionConfiguration) - 类 的构造器net.qimooc.commons.config.HttpSessionConfig
I
- I18nConfiguration - net.qimooc.commons.i18n.config中的类
-
国际化相关配置
- I18nConfiguration() - 类 的构造器net.qimooc.commons.i18n.config.I18nConfiguration
- IllegalAnnotationError - net.qimooc.commons.exceptions中的异常错误
- IllegalAnnotationError() - 异常错误 的构造器net.qimooc.commons.exceptions.IllegalAnnotationError
- IllegalAnnotationError(String) - 异常错误 的构造器net.qimooc.commons.exceptions.IllegalAnnotationError
- IllegalAnnotationError(String, Object[]) - 异常错误 的构造器net.qimooc.commons.exceptions.IllegalAnnotationError
- IllegalArgumentExceptionHandler(HttpServletRequest, Exception) - 类 中的方法net.qimooc.commons.web.GlobalExceptionHandler
- IllegalArguments - net.qimooc.commons.utils中的类
-
Null or empty argument exception utilities.
- init(FilterConfig) - 类 中的方法net.qimooc.commons.web.filter.ApiOriginFilter
- init(FilterConfig) - 类 中的方法net.qimooc.commons.web.filter.ClientRealIpFilter
- intercept(Invocation) - 类 中的方法net.qimooc.commons.query.mybatis.interceptor.SortParamTranslatorInterceptor
- IOUtils - net.qimooc.commons.file中的类
- IOUtils() - 类 的构造器net.qimooc.commons.file.IOUtils
- IpAddressUtil - net.qimooc.commons.utils.network中的类
-
IP地址工具类,提供获取客户端真实IP方法
- isBase62Encoding(byte[]) - 类 中的方法net.qimooc.commons.utils.BytesBase62
-
Checks whether a sequence of bytes is encoded over a Base62 alphabet.
- isRepairable - 类 中的变量net.qimooc.commons.service.CrudBaseService
- isReparable - 类 中的变量net.qimooc.commons.service.BaseService
-
已过时。
J
- JsonPageSerializer - net.qimooc.commons.config中的类
- JsonPageSerializer() - 类 的构造器net.qimooc.commons.config.JsonPageSerializer
L
- localeChangeInterceptor() - 类 中的方法net.qimooc.commons.i18n.config.I18nConfiguration
-
使用参数修改用户的区域,默认为:locale,中文参数值为(zh_CN),英文(en_US)
- LocaleMessageSourceService - net.qimooc.commons.i18n中的类
-
自定义国际化获取工具类 封装 MessageSource ,隐藏获取Locale动作,简化调用方法。
- LocaleMessageSourceService() - 类 的构造器net.qimooc.commons.i18n.LocaleMessageSourceService
- localeResolver() - 类 中的方法net.qimooc.commons.i18n.config.I18nConfiguration
-
Set SessionLocaleResolver as default LocaleResolver
- LocalFileStorage - net.qimooc.commons.file.storage.local中的类
- LocalFileStorage() - 类 的构造器net.qimooc.commons.file.storage.local.LocalFileStorage
- LocalFileStorage(String) - 类 的构造器net.qimooc.commons.file.storage.local.LocalFileStorage
- localFileStorageFactory() - 类 中的方法net.qimooc.commons.file.storage.config.FileStorageAutoConfiguration
- LocalFileStorageFactory - net.qimooc.commons.file.storage.local中的类
- LocalFileStorageFactory() - 类 的构造器net.qimooc.commons.file.storage.local.LocalFileStorageFactory
- LofterQueryPredicateBuilder - net.qimooc.commons.query.builder中的类
- logger - 接口 中的静态变量net.qimooc.commons.entity.EntityMapper
- logger - 类 中的变量net.qimooc.commons.exceptions.config.ExceptionConfiguration
M
- MapAttributeConverter - net.qimooc.commons.entity.utils中的类
- MapAttributeConverter() - 类 的构造器net.qimooc.commons.entity.utils.MapAttributeConverter
- MapListAttributeConverter - net.qimooc.commons.entity.utils中的类
- MapListAttributeConverter() - 类 的构造器net.qimooc.commons.entity.utils.MapListAttributeConverter
- match(String) - 接口 中的方法net.qimooc.commons.file.storage.FileStorageFactory
- matcher() - 注释类型 中的方法net.qimooc.commons.query.annotations.QueryLike
- messageKey - 异常错误 中的变量net.qimooc.commons.exceptions.BaseException
-
国际化参数名
- messageKey - 异常错误 中的变量net.qimooc.commons.exceptions.BusinessException
-
国际化参数名
- messageSourceService - 异常错误 中的变量net.qimooc.commons.exceptions.BaseException
- messageSourceService - 异常错误 中的变量net.qimooc.commons.exceptions.BusinessException
- method() - 注释类型 中的方法net.qimooc.commons.web.resubmit.ResubmitStopper
-
The HTTP request methods to map to, narrowing the primary mapping: GET, POST, HEAD, OPTIONS, PUT, PATCH, DELETE, TRACE.
- MethodArgumentNotValidExceptionHandler(HttpServletRequest, MethodArgumentNotValidException) - 类 中的方法net.qimooc.commons.web.GlobalExceptionHandler
- MethodInterceptorHolder - net.qimooc.commons.spring.aop中的类
- MethodInterceptorHolder(String, Method, Object, Map<String, Object>) - 类 的构造器net.qimooc.commons.spring.aop.MethodInterceptorHolder
- MethodInterceptorParamContext - net.qimooc.commons.spring.aop中的接口
-
AOP拦截到方法的参数上下文,用于获取当前进行操作的方法的各种参数信息,如:当前所在类实例,参数集合,注解
- MyErrorController - net.qimooc.commons.web中的类
- MyErrorController(ErrorAttributes, ErrorProperties) - 类 的构造器net.qimooc.commons.web.MyErrorController
- MyErrorController(ErrorAttributes, ErrorProperties, List<ErrorViewResolver>) - 类 的构造器net.qimooc.commons.web.MyErrorController
N
- nameDiscoverer - 类 中的静态变量net.qimooc.commons.spring.aop.MethodInterceptorHolder
-
参数名称获取器,用于获取方法参数的名称
- net.qimooc.commons.config - 程序包 net.qimooc.commons.config
- net.qimooc.commons.entity - 程序包 net.qimooc.commons.entity
- net.qimooc.commons.entity.utils - 程序包 net.qimooc.commons.entity.utils
- net.qimooc.commons.exceptions - 程序包 net.qimooc.commons.exceptions
- net.qimooc.commons.exceptions.config - 程序包 net.qimooc.commons.exceptions.config
- net.qimooc.commons.file - 程序包 net.qimooc.commons.file
- net.qimooc.commons.file.storage - 程序包 net.qimooc.commons.file.storage
- net.qimooc.commons.file.storage.config - 程序包 net.qimooc.commons.file.storage.config
- net.qimooc.commons.file.storage.local - 程序包 net.qimooc.commons.file.storage.local
- net.qimooc.commons.i18n - 程序包 net.qimooc.commons.i18n
- net.qimooc.commons.i18n.config - 程序包 net.qimooc.commons.i18n.config
- net.qimooc.commons.query.annotations - 程序包 net.qimooc.commons.query.annotations
- net.qimooc.commons.query.builder - 程序包 net.qimooc.commons.query.builder
- net.qimooc.commons.query.mybatis.interceptor - 程序包 net.qimooc.commons.query.mybatis.interceptor
- net.qimooc.commons.repository - 程序包 net.qimooc.commons.repository
- net.qimooc.commons.service - 程序包 net.qimooc.commons.service
- net.qimooc.commons.spring - 程序包 net.qimooc.commons.spring
- net.qimooc.commons.spring.aop - 程序包 net.qimooc.commons.spring.aop
- net.qimooc.commons.spring.support - 程序包 net.qimooc.commons.spring.support
- net.qimooc.commons.utils - 程序包 net.qimooc.commons.utils
- net.qimooc.commons.utils.network - 程序包 net.qimooc.commons.utils.network
- net.qimooc.commons.web - 程序包 net.qimooc.commons.web
- net.qimooc.commons.web.filter - 程序包 net.qimooc.commons.web.filter
- net.qimooc.commons.web.resubmit - 程序包 net.qimooc.commons.web.resubmit
- NewCrudService<M,E,ID extends java.io.Serializable> - net.qimooc.commons.service中的接口
- notDeleted(BooleanBuilder, EntityPath<E>) - 类 中的方法net.qimooc.commons.service.CrudBaseService
-
已过时。
- notDeleted(Specification) - 类 中的方法net.qimooc.commons.service.CrudBaseService
-
已过时。
- NotFoundException - net.qimooc.commons.exceptions中的异常错误
- NotFoundException() - 异常错误 的构造器net.qimooc.commons.exceptions.NotFoundException
- NotFoundException(String) - 异常错误 的构造器net.qimooc.commons.exceptions.NotFoundException
- NotFoundException(String, Object[]) - 异常错误 的构造器net.qimooc.commons.exceptions.NotFoundException
- NotFoundException(String, Throwable) - 异常错误 的构造器net.qimooc.commons.exceptions.NotFoundException
- NotFoundException(String, Throwable, boolean, boolean) - 异常错误 的构造器net.qimooc.commons.exceptions.NotFoundException
- NotFoundException(Throwable) - 异常错误 的构造器net.qimooc.commons.exceptions.NotFoundException
O
- ObjectAttributeConverter<T> - net.qimooc.commons.entity.utils中的类
- ObjectAttributeConverter() - 类 的构造器net.qimooc.commons.entity.utils.ObjectAttributeConverter
- ofConverter() - 类 中的静态方法net.qimooc.commons.entity.utils.ArrayAttributeConverter
- ofConverter() - 类 中的静态方法net.qimooc.commons.entity.utils.ObjectAttributeConverter
P
- plugin(Object) - 类 中的方法net.qimooc.commons.query.mybatis.interceptor.SortParamTranslatorInterceptor
- postProcess(ProxyFactory, RepositoryInformation) - 类 中的方法net.qimooc.commons.repository.SecurityPostProcessor
- preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法net.qimooc.commons.web.resubmit.ResubmitAdapter
- put(String, T) - 类 中的静态方法net.qimooc.commons.utils.ThreadLocalUtils
-
设置一个值到ThreadLocal
Q
- QuerydslPredicateService<M,E> - net.qimooc.commons.service中的接口
- QueryGreaterEqual - net.qimooc.commons.query.annotations中的注释类型
-
标识实体对象(Entity)的字段 自动封装Specification时将该字段解析为大于等于查询 通常用于时间范围查询,比较对象target应为实体对象中的游离(@Transient)对象或自身
- QueryGreaterThan - net.qimooc.commons.query.annotations中的注释类型
-
标识实体对象(Entity)的字段 自动封装Specification时将该字段解析为大于查询 通常用于开始时间,比较对象target应为实体对象中的游离(@Transient)对象或自身
- QueryLessEqual - net.qimooc.commons.query.annotations中的注释类型
-
标识实体对象(Entity)的字段 自动封装Specification时将该字段解析为小于等于查询 通常用于结束时间,比较对象target应为实体对象中的游离(@Transient)对象或自身
- QueryLessThan - net.qimooc.commons.query.annotations中的注释类型
-
标识实体对象(Entity)的字段 自动封装Specification时将该字段解析为小于查询 通常用于结束时间,比较对象target应为实体对象中的游离(@Transient)对象或自身
- QueryLike - net.qimooc.commons.query.annotations中的注释类型
-
标识实体对象(Entity)的字段 自动封装Specification时将该字段解析为like查询 只能应用与String类型的属性,禁止用于被@Clob注解标记的属性
- QueryOr - net.qimooc.commons.query.annotations中的注释类型
-
标识实体对象(Entity)中的游离属性字段
旨在提供基于form表单的或条件的查询,当前限制为只能使用在String类型游离属性上
示例:\@QueryOr(target = {"name","username","displayName"}) String filter;解析完成后会生成类似如下查询,其中模糊查询的形式依赖于QueryLike注解 NOTE: 条件解析成功后,name 、 username 和 displayName 的其他查询会被忽略and (u.name like '%filter%' or u.username like '%filter%' or u.display_name like '%filter%')
R
- read(String) - 接口 中的方法net.qimooc.commons.file.storage.FileStorage
- read(String) - 类 中的方法net.qimooc.commons.file.storage.local.LocalFileStorage
- redisTemplate(RedisConnectionFactory) - 类 中的方法net.qimooc.commons.config.CommonRedisAutoConfiguration
- remove(String) - 类 中的静态方法net.qimooc.commons.utils.ThreadLocalUtils
-
删除参数对应的值
- Repairable - net.qimooc.commons.entity中的接口
- RepairableEntityListener - net.qimooc.commons.entity中的类
- RepairableEntityListener() - 类 的构造器net.qimooc.commons.entity.RepairableEntityListener
- repository - 类 中的变量net.qimooc.commons.service.BaseService
-
已过时。
- repository - 类 中的变量net.qimooc.commons.service.CrudBaseService
- ResubmitAdapter - net.qimooc.commons.web.resubmit中的类
-
重复提交拦截器
- ResubmitAdapter() - 类 的构造器net.qimooc.commons.web.resubmit.ResubmitAdapter
- ResubmitException - net.qimooc.commons.web.resubmit中的异常错误
- ResubmitException() - 异常错误 的构造器net.qimooc.commons.web.resubmit.ResubmitException
- ResubmitException(String) - 异常错误 的构造器net.qimooc.commons.web.resubmit.ResubmitException
- ResubmitException(String, Object[]) - 异常错误 的构造器net.qimooc.commons.web.resubmit.ResubmitException
- ResubmitHandlerConfigration - net.qimooc.commons.web.resubmit中的类
- ResubmitHandlerConfigration() - 类 的构造器net.qimooc.commons.web.resubmit.ResubmitHandlerConfigration
- ResubmitStopper - net.qimooc.commons.web.resubmit中的注释类型
-
一个用户 相同url同时提交相同数据 验证
S
- save(Iterable<S>) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- save(Iterable<S>) - 接口 中的方法net.qimooc.commons.service.CrudService
-
Saves all given entities.
- save(S) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- save(S) - 接口 中的方法net.qimooc.commons.service.CrudService
-
Saves a given entity.
- SecurityPostProcessor - net.qimooc.commons.repository中的类
- SecurityPostProcessor() - 类 的构造器net.qimooc.commons.repository.SecurityPostProcessor
- serialize(String, JsonGenerator, SerializerProvider) - 类 中的方法net.qimooc.commons.config.DefaultJsonSerializer
- serialize(Page, JsonGenerator, SerializerProvider) - 类 中的方法net.qimooc.commons.config.JsonPageSerializer
- set() - 类 中的方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
- setApplicationContext(ApplicationContext) - 类 中的方法net.qimooc.commons.spring.SpringUtil
- setCaptcha(Boolean) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- setComment(String) - 类 中的方法net.qimooc.commons.config.CookieProperties
- setConfig(Map<String, Object>) - 类 中的方法net.qimooc.commons.file.storage.FileStorageConfig
- setContentPath(String) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- setCsrfProtect(Boolean) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- setCurrent(MethodInterceptorHolder) - 类 中的静态方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
- setDataRuleWapper(DataRuleWapper) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- setDefaultDeletedValue(Object) - 类 中的方法net.qimooc.commons.entity.RepairableEntityListener
- setDomain(String) - 类 中的方法net.qimooc.commons.config.CookieProperties
- setEncryptLoginInfo(Boolean) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- setEntityMapper(S) - 类 中的方法net.qimooc.commons.service.CrudBaseService
- setHttpOnly(Boolean) - 类 中的方法net.qimooc.commons.config.CookieProperties
- setId(String) - 类 中的方法net.qimooc.commons.file.storage.FileStorageConfig
- setIsDeleted(Boolean) - 接口 中的方法net.qimooc.commons.entity.Repairable
- setLoginWithCurrentSite(Boolean) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- setMaxAge(Integer) - 类 中的方法net.qimooc.commons.config.CookieProperties
- setName(String) - 类 中的方法net.qimooc.commons.config.CookieProperties
- setName(String) - 类 中的方法net.qimooc.commons.file.storage.FileStorageConfig
- setPath(String) - 类 中的方法net.qimooc.commons.config.CookieProperties
- setProperties(Properties) - 类 中的方法net.qimooc.commons.query.mybatis.interceptor.SortParamTranslatorInterceptor
- setRepository(S) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- setRepository(S) - 类 中的方法net.qimooc.commons.service.CrudBaseService
- setSecure(Boolean) - 类 中的方法net.qimooc.commons.config.CookieProperties
- setSessionTimeout(Integer) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- setShowMembersOnlyIfEnrolled(Boolean) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- setTemporaryDir(String) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- setType(String) - 类 中的方法net.qimooc.commons.file.storage.FileStorageConfig
- setVerficationMessageCodeTpl(String) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- setVirtualPath(String) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
- SimpleException - net.qimooc.commons.exceptions中的异常错误
- SimpleException() - 异常错误 的构造器net.qimooc.commons.exceptions.SimpleException
- SimpleException(String) - 异常错误 的构造器net.qimooc.commons.exceptions.SimpleException
- SimpleException(String, Object[]) - 异常错误 的构造器net.qimooc.commons.exceptions.SimpleException
- SimpleException(String, Throwable) - 异常错误 的构造器net.qimooc.commons.exceptions.SimpleException
- SimpleException(String, Throwable, boolean, boolean) - 异常错误 的构造器net.qimooc.commons.exceptions.SimpleException
- SimpleException(Throwable) - 异常错误 的构造器net.qimooc.commons.exceptions.SimpleException
- SortParamTranslatorInterceptor - net.qimooc.commons.query.mybatis.interceptor中的类
-
MyBatis拦截器,用于处理排序参数,将驼峰形式转为下划线形式
- SortParamTranslatorInterceptor() - 类 的构造器net.qimooc.commons.query.mybatis.interceptor.SortParamTranslatorInterceptor
- SpecificationQueryService<M,E> - net.qimooc.commons.service中的接口
- SpringUtil - net.qimooc.commons.spring中的类
-
Spring 上下文对象获取工具
- SpringUtil() - 类 的构造器net.qimooc.commons.spring.SpringUtil
- store(String, byte[]) - 接口 中的方法net.qimooc.commons.file.storage.FileStorage
- store(String, File) - 接口 中的方法net.qimooc.commons.file.storage.FileStorage
- store(String, InputStream) - 接口 中的方法net.qimooc.commons.file.storage.FileStorage
- store(String, InputStream) - 类 中的方法net.qimooc.commons.file.storage.local.LocalFileStorage
- store(String, String) - 接口 中的方法net.qimooc.commons.file.storage.FileStorage
- StringListAttributeConverter - net.qimooc.commons.entity.utils中的类
- StringListAttributeConverter() - 类 的构造器net.qimooc.commons.entity.utils.StringListAttributeConverter
- SupportRepository<T,ID extends java.io.Serializable> - net.qimooc.commons.repository中的接口
- SwaggerDocumentationConfig - net.qimooc.commons.config中的类
- SwaggerDocumentationConfig() - 类 的构造器net.qimooc.commons.config.SwaggerDocumentationConfig
- SwaggerDocumentationController - net.qimooc.commons.web中的类
- SwaggerDocumentationController() - 类 的构造器net.qimooc.commons.web.SwaggerDocumentationController
- swaggerSpringMvcPlugin() - 类 中的方法net.qimooc.commons.config.SwaggerDocumentationConfig
T
- tagDelete(E) - 类 中的方法net.qimooc.commons.service.CrudBaseService
- tagDelete(ID) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- tagDelete(T) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- target() - 注释类型 中的方法net.qimooc.commons.query.annotations.QueryGreaterEqual
-
所比较的字段名,需要用@Transient注解标记
- target() - 注释类型 中的方法net.qimooc.commons.query.annotations.QueryGreaterThan
-
所比较的字段名,需要用@Transient注解标记
- target() - 注释类型 中的方法net.qimooc.commons.query.annotations.QueryLessEqual
-
所比较的字段名,需要用@Transient注解标记
- target() - 注释类型 中的方法net.qimooc.commons.query.annotations.QueryLessThan
-
所比较的字段名,需要用@Transient注解标记
- target() - 注释类型 中的方法net.qimooc.commons.query.annotations.QueryOr
- THREADLOCAL_USER_REAL_IP - 类 中的静态变量net.qimooc.commons.web.filter.ClientRealIpFilter
- ThreadLocalUtils - net.qimooc.commons.utils中的类
-
ThreadLocal 工具类,通过在ThreadLocal存储map信息,来实现在ThreadLocal中维护多个信息
e.g.ThreadLocalUtils.put("key",value);
ThreadLocalUtils.get("key");
ThreadLocalUtils.remove("key");
ThreadLocalUtils.getAndRemove("key");
ThreadLocalUtils.get("key",()->defaultValue);
ThreadLocalUtils.clear();
- toEntity(M) - 接口 中的方法net.qimooc.commons.entity.EntityMapper
- toModel(E) - 接口 中的方法net.qimooc.commons.entity.EntityMapper
- TransactionAdviceConfig - net.qimooc.commons.config中的类
- TransactionAdviceConfig() - 类 的构造器net.qimooc.commons.config.TransactionAdviceConfig
- txAdvice() - 类 中的方法net.qimooc.commons.config.TransactionAdviceConfig
- txAdviceAdvisor() - 类 中的方法net.qimooc.commons.config.TransactionAdviceConfig
- TypeMapNameAspect - net.qimooc.commons.spring.aop中的类
- TypeMapNameAspect() - 类 的构造器net.qimooc.commons.spring.aop.TypeMapNameAspect
U
- unescapeUntilNoHtmlEntityFound(String, Cleaner) - 类 中的方法net.qimooc.commons.config.DefaultJsonSerializer
- Updatable<E> - net.qimooc.commons.service中的接口
- update(E) - 接口 中的方法net.qimooc.commons.service.Updatable
- update(ID, Map<String, Object>) - 接口 中的方法net.qimooc.commons.service.NewCrudService
- update(ID, M) - 接口 中的方法net.qimooc.commons.service.NewCrudService
- update(ID, Updatable<E>) - 接口 中的方法net.qimooc.commons.service.NewCrudService
- update(ID, T) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- update(ID, T) - 接口 中的方法net.qimooc.commons.service.CrudService
-
fetch an entity
- updateEntity(Map<String, ? extends Object>, E) - 接口 中的方法net.qimooc.commons.entity.EntityMapper
- updateEntity(M, E) - 接口 中的方法net.qimooc.commons.entity.EntityMapper
V
- ValidationBindExceptionHandler(HttpServletRequest, BindException) - 类 中的方法net.qimooc.commons.web.GlobalExceptionHandler
- value() - 注释类型 中的方法net.qimooc.commons.query.annotations.QueryGreaterEqual
- value() - 注释类型 中的方法net.qimooc.commons.query.annotations.QueryGreaterThan
- value() - 注释类型 中的方法net.qimooc.commons.query.annotations.QueryLessEqual
- value() - 注释类型 中的方法net.qimooc.commons.query.annotations.QueryLessThan
W
- WebMvcConfig() - 类 的构造器net.qimooc.commons.file.storage.config.FileStorageAutoConfiguration.WebMvcConfig
- withDataRule(Specification<T>) - 类 中的方法net.qimooc.commons.service.BaseService
-
已过时。
- withDataRule(Specification<T>) - 接口 中的方法net.qimooc.commons.service.DataRuleService
-
给传入的条件拼接数据范围条件
- withDefaults() - 接口 中的静态方法net.qimooc.commons.entity.utils.Customizer
-
Returns a
Customizerthat does not alter the input argument.
所有类 所有程序包