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

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.springframework.data.envers.repository.support.DefaultRevisionMetadata (implements org.springframework.data.history.RevisionMetadata<N>)
    • org.springframework.data.envers.repository.support.EnversRevisionRepositoryImpl<T,ID,N> (implements org.springframework.data.repository.history.RevisionRepository<T,ID,N>)
    • org.springframework.data.envers.repository.support.ReflectionRevisionEntityInformation (implements org.springframework.data.repository.history.support.RevisionEntityInformation)
    • 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>)

Interface Hierarchy

  • 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.envers.repository.support.EnversRevisionRepository<T,ID,N> (also extends org.springframework.data.repository.history.RevisionRepository<T,ID,N>)
  • 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.envers.repository.support.EnversRevisionRepository<T,ID,N> (also extends org.springframework.data.repository.history.RevisionRepository<T,ID,N>)
    • 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>)
          • org.springframework.data.envers.repository.support.EnversRevisionRepository<T,ID,N> (also extends org.springframework.data.repository.history.RevisionRepository<T,ID,N>)
    • org.springframework.data.repository.history.RevisionRepository<T,ID,N>