类分层结构
- java.lang.Object
- xin.dayukeji.common.services.CommonService
- xin.dayukeji.common.entity.DayuBean (implements java.io.Serializable)
- xin.dayukeji.common.entity.Page (implements java.io.Serializable)
- xin.dayukeji.common.services.file.File (implements java.io.Serializable)
- xin.dayukeji.common.services.file.FileController
接口分层结构
- org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
- xin.dayukeji.common.repository.BaseRepository<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>)
- xin.dayukeji.common.repository.BaseRepository<T,ID> (并 extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- 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>)
- xin.dayukeji.common.repository.BaseRepository<T,ID> (并 extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- xin.dayukeji.common.services.file.FileType
Copyright © 2019. All Rights Reserved.