类分层结构
- java.lang.Object
- plus.hiver.common.base.HiverBaseEntity (implements java.io.Serializable)
- plus.hiver.common.base.HiverBaseServiceImpl<T,ID,R> (implements plus.hiver.common.base.HiverBaseService<T,ID>)
- plus.hiver.module.quartz.controller.QuartzJobController
- plus.hiver.module.quartz.aop.QuartzLogAspect
- plus.hiver.module.quartz.controller.QuartzLogController
- plus.hiver.module.quartz.jobs.SampleJob (implements org.quartz.Job)
- plus.hiver.module.quartz.jobs.SampleParamJob (implements org.quartz.Job)
- plus.hiver.module.quartz.utils.SchedulerUtil
接口分层结构
- 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>)
Annotation Interface Hierarchy