Hierarchy For All Packages

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • systems.dennis.shared.utils.ApplicationContext
      • systems.dennis.shared.service.PaginationService<DB_TYPE> (implements systems.dennis.shared.service.AbstractService<DB_TYPE>)
      • systems.dennis.shared.ps.controller.PersonalSettingsController (implements systems.dennis.shared.controller.items.AddItemController<DB_TYPE,FORM>, systems.dennis.shared.controller.items.DeleteItemController, systems.dennis.shared.controller.items.ListItemController<DB_TYPE,FORM>)
    • systems.dennis.shared.entity.BaseEntity (implements systems.dennis.shared.entity.DefaultForm)

Interface Hierarchy

  • org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
    • systems.dennis.shared.repository.PaginationRepository<T> (also extends org.springframework.data.repository.CrudRepository<T,ID>)
  • org.springframework.data.repository.Repository<T,ID>
    • org.springframework.data.repository.CrudRepository<T,ID>
      • systems.dennis.shared.repository.PaginationRepository<T> (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)