Hierarchy For Package org.springframework.data.jpa.repository.support

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.springframework.data.repository.core.support.AbstractEntityInformation<T,ID> (implements org.springframework.data.repository.core.EntityInformation<T,ID>)
    • org.springframework.data.jpa.repository.support.DefaultJpaContext (implements org.springframework.data.jpa.repository.JpaContext)
    • org.springframework.data.jpa.repository.support.EntityManagerBeanDefinitionRegistrarPostProcessor (implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.Ordered)
    • org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension (implements org.springframework.data.spel.spi.EvaluationContextExtension)
    • org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension.JpaRootObject
    • org.springframework.data.jpa.repository.support.MutableQueryHints (implements org.springframework.data.jpa.repository.support.QueryHints)
    • org.springframework.data.jpa.repository.support.Querydsl
    • org.springframework.data.jpa.repository.support.QuerydslJpaPredicateExecutor<T> (implements org.springframework.data.querydsl.QuerydslPredicateExecutor<T>)
    • org.springframework.data.jpa.repository.support.QuerydslRepositorySupport
    • org.springframework.data.jpa.repository.support.QueryHintValue
    • 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.TransactionalRepositoryFactoryBeanSupport<T,S,ID> (implements org.springframework.beans.factory.BeanFactoryAware)
    • org.springframework.data.repository.core.support.RepositoryFactorySupport (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware)
    • org.springframework.data.jpa.repository.support.SimpleJpaRepository<T,ID> (implements org.springframework.data.jpa.repository.support.JpaRepositoryImplementation<T,ID>)
      • org.springframework.data.jpa.repository.support.QuerydslJpaRepository<T,ID> (implements org.springframework.data.querydsl.QuerydslPredicateExecutor<T>)

Interface Hierarchy

  • org.springframework.data.jpa.repository.support.CrudMethodMetadata
  • org.springframework.data.repository.core.EntityMetadata<T>
    • org.springframework.data.repository.core.EntityInformation<T,ID>
    • org.springframework.data.jpa.repository.query.JpaEntityMetadata<T>
      • org.springframework.data.jpa.repository.support.JpaEntityInformation<T,ID> (also extends org.springframework.data.repository.core.EntityInformation<T,ID>)
  • org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
  • org.springframework.data.repository.query.QueryByExampleExecutor<T>
    • org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>)
  • org.springframework.data.jpa.repository.support.QueryHints
  • 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> (also extends org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
    • org.springframework.data.repository.PagingAndSortingRepository<T,ID>
      • org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>
        • org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)

Enum Class Hierarchy