所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- com.fineelyframework.config.core.entity.Config (implements java.io.Serializable)
- com.fineelyframework.config.core.entity.ConfigPlus
- com.fineelyframework.config.core.dao.ConfigDaoImpl (implements com.fineelyframework.config.core.dao.ConfigDaoPlus)
- com.fineelyframework.config.ConfigIntermediary
- com.fineelyframework.config.core.service.ConfigServiceImpl (implements com.fineelyframework.config.core.service.ConfigService)
- com.fineelyframework.config.core.service.ConfigServicePlusImpl (implements com.fineelyframework.config.core.service.ConfigService)
- com.fineelyframework.config.core.config.DatasourceConfig
- com.fineelyframework.config.FineelyConfigAnnotationRegistry (implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
- javax.servlet.GenericServlet (implements java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig)
- javax.servlet.http.HttpServlet
- com.fineelyframework.config.FineelyConfigServlet
- javax.servlet.http.HttpServlet
- com.fineelyframework.config.core.config.JpaConfig
- com.fineelyframework.config.core.config.MybatisPlusConfig
- com.fineelyframework.config.core.utils.TypeJudgmentUtil
- com.fineelyframework.config.core.entity.Config (implements java.io.Serializable)
接口分层结构
- com.fineelyframework.config.core.dao.ConfigDaoPlus
- com.fineelyframework.config.core.dao.ConfigDao (并 extends org.springframework.data.jpa.repository.support.JpaRepositoryImplementation<T,ID>)
- com.fineelyframework.config.core.service.ConfigService
- org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
- org.springframework.data.jpa.repository.support.JpaRepositoryImplementation<T,ID> (并 extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- com.fineelyframework.config.core.dao.ConfigDao (并 extends com.fineelyframework.config.core.dao.ConfigDaoPlus)
- org.springframework.data.jpa.repository.support.JpaRepositoryImplementation<T,ID> (并 extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- com.baomidou.mybatisplus.core.mapper.Mapper<T>
- com.baomidou.mybatisplus.core.mapper.BaseMapper<T>
- com.fineelyframework.config.core.dao.ConfigMapper
- com.baomidou.mybatisplus.core.mapper.BaseMapper<T>
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (并 extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- org.springframework.data.jpa.repository.support.JpaRepositoryImplementation<T,ID> (并 extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- com.fineelyframework.config.core.dao.ConfigDao (并 extends com.fineelyframework.config.core.dao.ConfigDaoPlus)
- org.springframework.data.jpa.repository.support.JpaRepositoryImplementation<T,ID> (并 extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (并 extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- 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>)
- org.springframework.data.jpa.repository.support.JpaRepositoryImplementation<T,ID> (并 extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- com.fineelyframework.config.core.dao.ConfigDao (并 extends com.fineelyframework.config.core.dao.ConfigDaoPlus)
- org.springframework.data.jpa.repository.support.JpaRepositoryImplementation<T,ID> (并 extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (并 extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- java.io.Serializable
- com.fineelyframework.config.core.entity.ConfigSupport
注释类型分层结构
- com.fineelyframework.config.EnableAutoConfigScan (implements java.lang.annotation.Annotation)