所有程序包的分层结构
程序包分层结构:- com.codingapi.springboot.fast,
- com.codingapi.springboot.fast.annotation,
- com.codingapi.springboot.fast.dynamic,
- com.codingapi.springboot.fast.exception,
- com.codingapi.springboot.fast.executor,
- com.codingapi.springboot.fast.manager,
- com.codingapi.springboot.fast.mapping,
- com.codingapi.springboot.fast.query,
- com.codingapi.springboot.fast.registrar,
- com.codingapi.springboot.fast.sort
类分层结构
- java.lang.Object
- com.codingapi.springboot.fast.registrar.DataFastBeanDefinitionRegistrar (implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
- com.codingapi.springboot.fast.DataFastConfiguration
- com.codingapi.springboot.fast.dynamic.DynamicConfiguration
- com.codingapi.springboot.fast.dynamic.DynamicQuery
- com.codingapi.springboot.fast.dynamic.DynamicQueryContext
- com.codingapi.springboot.fast.dynamic.DynamicQueryContextRegister (implements org.springframework.beans.factory.InitializingBean)
- com.codingapi.springboot.fast.manager.EntityManagerContent
- com.codingapi.springboot.fast.manager.EntityManagerInitializer (implements org.springframework.beans.factory.InitializingBean)
- com.codingapi.springboot.fast.executor.JpaExecutor
- com.codingapi.springboot.fast.executor.JpaQuery
- com.codingapi.springboot.fast.mapping.MvcEndpointMapping
- com.codingapi.springboot.fast.registrar.MvcMappingRegistrar
- com.codingapi.springboot.fast.executor.MvcMethodInterceptor (implements org.aopalliance.intercept.MethodInterceptor)
- com.codingapi.springboot.fast.query.QueryRequest
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- com.codingapi.springboot.fast.exception.FastMappingErrorException
- java.lang.Exception
接口分层结构
- com.codingapi.springboot.fast.sort.ISort
- org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
- com.codingapi.springboot.fast.query.FastRepository<T,
ID> (并 extends com.codingapi.springboot.fast.dynamic.DynamicRepository<T, ID>, org.springframework.data.jpa.repository.JpaRepository<T, ID>)
- com.codingapi.springboot.fast.query.FastRepository<T,
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,
ID> (并 extends org.springframework.data.repository.PagingAndSortingRepository<T, ID>) - com.codingapi.springboot.fast.dynamic.DynamicRepository<T,
ID> - com.codingapi.springboot.fast.query.FastRepository<T,
ID> (并 extends org.springframework.data.jpa.repository.JpaRepository<T, ID>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- com.codingapi.springboot.fast.query.FastRepository<T,
- com.codingapi.springboot.fast.query.FastRepository<T,
ID> (并 extends com.codingapi.springboot.fast.dynamic.DynamicRepository<T, ID>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>) - com.codingapi.springboot.fast.sort.SortRepository<T,
ID>
- com.codingapi.springboot.fast.dynamic.DynamicRepository<T,
- org.springframework.data.jpa.repository.JpaRepository<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>) - com.codingapi.springboot.fast.dynamic.DynamicRepository<T,
ID> - com.codingapi.springboot.fast.query.FastRepository<T,
ID> (并 extends org.springframework.data.jpa.repository.JpaRepository<T, ID>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- com.codingapi.springboot.fast.query.FastRepository<T,
- com.codingapi.springboot.fast.query.FastRepository<T,
ID> (并 extends com.codingapi.springboot.fast.dynamic.DynamicRepository<T, ID>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>) - com.codingapi.springboot.fast.sort.SortRepository<T,
ID>
- com.codingapi.springboot.fast.dynamic.DynamicRepository<T,
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.PagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,
注释类型分层结构
- com.codingapi.springboot.fast.annotation.FastController (implements java.lang.annotation.Annotation)
- com.codingapi.springboot.fast.annotation.FastMapping (implements java.lang.annotation.Annotation)