类分层结构
- java.lang.Object
- org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController (implements org.springframework.boot.web.servlet.error.ErrorController)
- org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
- net.qimooc.commons.web.MyErrorController (implements org.springframework.boot.web.servlet.error.ErrorController)
- org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver (implements org.springframework.web.servlet.HandlerExceptionResolver, org.springframework.core.Ordered)
- org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
- org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean)
- org.springframework.aop.support.AopUtils
- net.qimooc.commons.web.filter.ApiOriginFilter (implements javax.servlet.Filter)
- net.qimooc.commons.config.ApplicationProperties
- net.qimooc.commons.service.BaseService<T,ID,R> (implements net.qimooc.commons.service.CrudService<T,ID>, net.qimooc.commons.service.DataRuleService<T,ID>)
- org.apache.commons.beanutils.BeanUtilsBean
- net.qimooc.commons.web.filter.ClientRealIpFilter (implements javax.servlet.Filter)
- net.qimooc.commons.config.CookieConfig
- net.qimooc.commons.config.CookieProperties
- net.qimooc.commons.spring.support.DateConvert (implements org.springframework.core.convert.converter.Converter<S,T>)
- net.qimooc.commons.query.builder.DynamicQueryPredicateBuilder
- net.qimooc.commons.exceptions.config.ExceptionConfiguration
- org.springframework.web.servlet.handler.HandlerInterceptorAdapter (implements org.springframework.web.servlet.AsyncHandlerInterceptor)
- net.qimooc.commons.config.HttpSessionConfig
- net.qimooc.commons.i18n.config.I18nConfiguration (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
- net.qimooc.commons.utils.network.IpAddressUtil
- com.fasterxml.jackson.databind.JsonSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable)
- net.qimooc.commons.i18n.LocaleMessageSourceService
- net.qimooc.commons.query.builder.LofterQueryPredicateBuilder
- net.qimooc.commons.spring.aop.MethodInterceptorHolder
- org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,ID> (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.data.repository.core.support.RepositoryFactoryInformation<T,ID>)
- org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport<T,S,ID> (implements org.springframework.beans.factory.BeanFactoryAware)
- org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean<T,S,ID>
- net.qimooc.commons.repository.SecurityPostProcessor (implements org.springframework.data.repository.core.support.RepositoryProxyPostProcessor)
- net.qimooc.commons.query.mybatis.interceptor.SortParamTranslatorInterceptor (implements org.apache.ibatis.plugin.Interceptor)
- net.qimooc.commons.spring.SpringUtil (implements org.springframework.context.ApplicationContextAware)
- net.qimooc.commons.config.SwaggerDocumentationConfig
- net.qimooc.commons.web.SwaggerDocumentationController
- net.qimooc.commons.utils.ThreadLocalUtils
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- net.qimooc.commons.config.TransactionAdviceConfig
- net.qimooc.commons.spring.aop.TypeMapNameAspect
- org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
接口分层结构
- net.qimooc.commons.service.CrudService<T,ID>
- net.qimooc.commons.service.DataRuleService<T,ID>
- net.qimooc.commons.service.DataRuleWapper
- org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
- net.qimooc.commons.repository.SupportRepository<T,ID> (并 extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (并 extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- net.qimooc.commons.repository.SupportRepository<T,ID> (并 extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- net.qimooc.commons.entity.Repairable
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (并 extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- net.qimooc.commons.repository.SupportRepository<T,ID> (并 extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- java.io.Serializable
注释类型分层结构
- net.qimooc.commons.query.annotations.QueryGreaterEqual (implements java.lang.annotation.Annotation)
- net.qimooc.commons.query.annotations.QueryGreaterThan (implements java.lang.annotation.Annotation)
- net.qimooc.commons.query.annotations.QueryLessEqual (implements java.lang.annotation.Annotation)
- net.qimooc.commons.query.annotations.QueryLessThan (implements java.lang.annotation.Annotation)
- net.qimooc.commons.query.annotations.QueryLike (implements java.lang.annotation.Annotation)
- net.qimooc.commons.query.annotations.QueryOr (implements java.lang.annotation.Annotation)
- net.qimooc.commons.web.resubmit.ResubmitStopper (implements java.lang.annotation.Annotation)