Hierarchy For Package org.appng.persistence.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.repository.core.support.TransactionalRepositoryFactoryBeanSupport<T,​S,​ID> (implements org.springframework.beans.factory.BeanFactoryAware)
        • org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean<T,​S,​ID>
    • org.appng.persistence.repository.SearchQuery<T>
    • org.appng.persistence.repository.SearchQuery.Clause
    • org.appng.persistence.repository.SearchQuery.Criterion
    • org.springframework.data.jpa.repository.support.SimpleJpaRepository<T,​ID> (implements org.springframework.data.jpa.repository.support.JpaRepositoryImplementation<T,​ID>)

Interface Hierarchy

  • org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
    • org.appng.persistence.repository.SearchRepository<T,​ID> (also extends org.springframework.data.jpa.repository.JpaRepository<T,​ID>)
      • org.appng.persistence.repository.EnversSearchRepository<T,​ID,​N> (also extends org.springframework.data.repository.history.RevisionRepository<T,​ID,​N>)
      • org.appng.persistence.repository.QueryDslSearchRepository<T,​ID> (also extends org.springframework.data.querydsl.QuerydslPredicateExecutor<T>)
  • org.springframework.data.repository.query.QueryByExampleExecutor<T>
    • org.springframework.data.jpa.repository.JpaRepository<T,​ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,​ID>)
      • org.appng.persistence.repository.SearchRepository<T,​ID> (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
        • org.appng.persistence.repository.EnversSearchRepository<T,​ID,​N> (also extends org.springframework.data.repository.history.RevisionRepository<T,​ID,​N>)
        • org.appng.persistence.repository.QueryDslSearchRepository<T,​ID> (also extends org.springframework.data.querydsl.QuerydslPredicateExecutor<T>)
  • org.springframework.data.querydsl.QuerydslPredicateExecutor<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> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
          • org.appng.persistence.repository.SearchRepository<T,​ID> (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
            • org.appng.persistence.repository.EnversSearchRepository<T,​ID,​N> (also extends org.springframework.data.repository.history.RevisionRepository<T,​ID,​N>)
            • org.appng.persistence.repository.QueryDslSearchRepository<T,​ID> (also extends org.springframework.data.querydsl.QuerydslPredicateExecutor<T>)
    • org.springframework.data.repository.history.RevisionRepository<T,​ID,​N>

Enum Hierarchy