Hierarchy For All Packages

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • xyz.baldeep.filter.model.AbstractEntity (implements java.io.Serializable)
    • xyz.baldeep.filter.core.SearchCriteria
    • xyz.baldeep.filter.core.SearchSpecification<T> (implements org.springframework.data.jpa.domain.Specification<T>)
    • xyz.baldeep.filter.core.SearchSpecificationBuilder<T>
    • xyz.baldeep.filter.core.SearchUtil
    • 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>)
    • xyz.baldeep.filter.core.SpecConfig (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
    • xyz.baldeep.filter.core.SpecResolver (implements org.springframework.web.method.support.HandlerMethodArgumentResolver)

Interface Hierarchy

  • xyz.baldeep.filter.core.Constants
  • 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>)

Annotation Type Hierarchy

  • xyz.baldeep.filter.Spec (implements java.lang.annotation.Annotation)

Enum Hierarchy