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.servers.controller.ServerController (implements systems.dennis.shared.controller.items.AddItemController<DB_TYPE,FORM>, systems.dennis.shared.controller.items.DeleteItemController, systems.dennis.shared.controller.items.EditItemController<DB_TYPE,FORM>, systems.dennis.shared.controller.items.ListItemController<DB_TYPE,FORM>, systems.dennis.shared.controller.forms.Serviceable)
    • systems.dennis.shared.entity.BaseEntity (implements systems.dennis.shared.entity.DefaultForm)
    • systems.dennis.shared.servers.form.ServerConfigForm (implements systems.dennis.shared.entity.DefaultForm)
    • systems.dennis.shared.servers.providers.ServerTypeProvider (implements systems.dennis.shared.pojo_form.DataProvider<LABEL_TYPE>, systems.dennis.shared.pojo_view.DefaultDataConverter<T,E>)
    • systems.dennis.shared.servers.validation.ServerTypeValidator (implements systems.dennis.shared.validation.ValueValidator<FIELD_CLASS,VALUE_CLASS>)
    • java.lang.Throwable (implements java.io.Serializable)

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>)