Hierarchy For Package xyz.baldeep.filter.dao

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.springframework.data.jpa.repository.support.SimpleJpaRepository<T,​ID> (implements org.springframework.data.jpa.repository.support.JpaRepositoryImplementation<T,​ID>)
      • xyz.baldeep.filter.dao.BaseDaoImpl<T,​ID> (implements xyz.baldeep.filter.dao.BaseDao<T,​I>)

Interface Hierarchy

  • org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
    • xyz.baldeep.filter.dao.BaseDao<T,​I> (also extends org.springframework.data.jpa.repository.JpaRepository<T,​ID>)
  • org.springframework.data.repository.query.QueryByExampleExecutor<T>
    • org.springframework.data.jpa.repository.JpaRepository<T,​ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,​ID>)
      • xyz.baldeep.filter.dao.BaseDao<T,​I> (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<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>)
          • xyz.baldeep.filter.dao.BaseDao<T,​I> (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)