类分层结构
- java.lang.Object
- plus.hiver.common.base.HiverBaseController<T,ID>
- plus.hiver.common.base.HiverBaseEntity (implements java.io.Serializable)
- plus.hiver.module.open.entity.Client
- plus.hiver.common.base.HiverBaseServiceImpl<T,ID,R> (implements plus.hiver.common.base.HiverBaseService<T,ID>)
- plus.hiver.module.open.controller.Oauth2Controller
- plus.hiver.module.open.vo.Oauth2TokenInfo (implements java.io.Serializable)
接口分层结构
- plus.hiver.common.base.HiverBaseService<T,ID>
- org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
- plus.hiver.common.base.HiverBaseDao<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.ListCrudRepository<T,ID>, org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>)
- plus.hiver.common.base.HiverBaseDao<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.ListCrudRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (并 extends org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- plus.hiver.common.base.HiverBaseDao<T,ID> (并 extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (并 extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- plus.hiver.common.base.HiverBaseDao<T,ID> (并 extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)