Hierarchy For All Packages

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • systems.dennis.shared.utils.ApplicationContext
      • systems.dennis.shared.service.AbstractPaginationService<DB_TYPE,ID_TYPE> (implements systems.dennis.shared.service.AbstractService<DB_TYPE,ID_TYPE>)
        • systems.dennis.shared.postgres.service.PaginationService<DB_TYPE>
      • systems.dennis.shared.scopes.controller.ScopeController (implements systems.dennis.shared.postgres.controller.AddItemController<T,E>, systems.dennis.shared.postgres.controller.DeleteItemController<T>, systems.dennis.shared.postgres.controller.EditItemController<T,E>, systems.dennis.shared.postgres.controller.SelfItemsListController<T,E>)
      • systems.dennis.shared.scopes.controller.ScopeRuleController<ID_TYPE> (implements systems.dennis.shared.postgres.controller.AddItemController<T,E>, systems.dennis.shared.postgres.controller.DeleteItemController<T>, systems.dennis.shared.postgres.controller.EditItemController<T,E>, systems.dennis.shared.postgres.controller.SelfItemsListController<T,E>)
    • systems.dennis.shared.model.IDPresenter<ID_TYPE> (implements systems.dennis.shared.entity.AbstractEntity<ID_TYPE>)
      • systems.dennis.shared.postgres.model.BaseEntity
        • systems.dennis.shared.postgres.model.LongAssignableEntity
    • systems.dennis.shared.scopes.form.ScopeForm (implements systems.dennis.shared.postgres.form.DefaultForm)
    • systems.dennis.shared.scopes.form.ScopeRuleForm (implements systems.dennis.shared.postgres.form.DefaultForm)
    • java.lang.Throwable (implements java.io.Serializable)

Interface Hierarchy

  • systems.dennis.shared.repository.AbstractFilterRepo<ENTITY,ID_TYPE>
    • systems.dennis.shared.repository.AbstractRepository<ENTITY,ID_TYPE> (also extends org.springframework.data.repository.CrudRepository<T,ID>)
      • systems.dennis.shared.postgres.repository.PaginationRepository<DB_TYPE> (also extends systems.dennis.shared.repository.AbstractFilterRepo<ENTITY,ID_TYPE>)
    • systems.dennis.shared.postgres.repository.PaginationRepository<DB_TYPE> (also extends systems.dennis.shared.repository.AbstractRepository<ENTITY,ID_TYPE>)
  • org.springframework.data.repository.Repository<T,ID>
    • org.springframework.data.repository.CrudRepository<T,ID>
      • systems.dennis.shared.repository.AbstractRepository<ENTITY,ID_TYPE> (also extends systems.dennis.shared.repository.AbstractFilterRepo<ENTITY,ID_TYPE>)
        • systems.dennis.shared.postgres.repository.PaginationRepository<DB_TYPE> (also extends systems.dennis.shared.repository.AbstractFilterRepo<ENTITY,ID_TYPE>)