所有程序包的分层结构

程序包分层结构:

类分层结构

接口分层结构

  • 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)
  • com.baomidou.mybatisplus.core.mapper.Mapper<T>
    • 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.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)
  • java.io.Serializable

注释类型分层结构