Hierarchy For Package net.lecousin.reactive.data.relational.repository

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • 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.r2dbc.repository.support.R2dbcRepositoryFactoryBean<T,​S,​ID> (implements org.springframework.context.ApplicationContextAware)
    • org.springframework.data.repository.core.support.RepositoryFactorySupport (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware)
      • org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
        • org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
    • org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository<T,​ID> (implements org.springframework.data.r2dbc.repository.R2dbcRepository<T,​ID>)

Interface Hierarchy

  • org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<T>
    • org.springframework.data.r2dbc.repository.R2dbcRepository<T,​ID> (also extends org.springframework.data.repository.reactive.ReactiveSortingRepository<T,​ID>)
  • org.springframework.data.repository.Repository<T,​ID>
    • org.springframework.data.repository.reactive.ReactiveCrudRepository<T,​ID>
      • org.springframework.data.repository.reactive.ReactiveSortingRepository<T,​ID>
        • org.springframework.data.r2dbc.repository.R2dbcRepository<T,​ID> (also extends org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<T>)