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.scopes.controller.ScopeController (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.scopes.controller.ScopeRuleController (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.ListSelfItemsController<DB_TYPE,FORM>)
- systems.dennis.shared.entity.BaseEntity (implements systems.dennis.shared.entity.DefaultForm)
- systems.dennis.shared.model.UserAssignableEntity
- systems.dennis.shared.scopes.form.ScopeForm (implements systems.dennis.shared.entity.DefaultForm)
- systems.dennis.shared.scopes.form.ScopeRuleForm (implements systems.dennis.shared.entity.DefaultForm)
- 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>)