程序包org.babyfish.jimmer.spring.repository.support的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.babyfish.jimmer.spring.repository.support.JimmerEntityInformation<E,ID> (implements org.springframework.data.repository.core.EntityInformation<T,ID>)
    • org.babyfish.jimmer.spring.repository.support.JRepositoryImpl<E,ID> (implements org.babyfish.jimmer.spring.repository.JRepository<E,ID>)
    • org.babyfish.jimmer.spring.repository.support.QueryExecutors
    • org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,ID> (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.data.repository.core.support.RepositoryFactoryInformation<T,ID>)
    • org.springframework.data.repository.core.support.RepositoryFactorySupport (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware)
    • org.babyfish.jimmer.spring.repository.support.Utils