Hierarchy For All Packages

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • tech.corefinance.userprofile.common.service.impl.AbstractAuthenService<U,T> (implements tech.corefinance.userprofile.common.service.CommonAuthenService<U,T>)
    • tech.corefinance.userprofile.common.entity_author.AttemptedLogin (implements tech.corefinance.common.model.CreateUpdateDto<T>, tech.corefinance.common.model.GenericModel<T>)
    • tech.corefinance.userprofile.common.controller.AttemptedLoginController (implements tech.corefinance.common.controller.CrudServiceAndController<I,T,D,R>)
    • tech.corefinance.userprofile.common.controller.AuthenticationController
    • tech.corefinance.userprofile.common.service.impl.CommonCommonRoleServiceImpl (implements tech.corefinance.userprofile.common.service.CommonRoleService<T>)
    • tech.corefinance.userprofile.common.entity_author.CommonLoginSession<U> (implements tech.corefinance.common.model.CreateUpdateDto<T>, tech.corefinance.common.model.GenericModel<T>)
    • tech.corefinance.userprofile.common.entity.CommonRole<U> (implements tech.corefinance.common.model.GenericModel<T>)
    • tech.corefinance.userprofile.common.entity.CommonUserProfile<R> (implements tech.corefinance.common.model.GenericModel<T>)
    • tech.corefinance.userprofile.common.service.impl.CommonUserProfileServiceImpl (implements tech.corefinance.userprofile.common.service.UserProfileService<T>)
    • tech.corefinance.userprofile.common.controller.LoginSessionController (implements tech.corefinance.common.controller.CrudServiceAndController<I,T,D,R>)
    • tech.corefinance.userprofile.common.dto.RefreshTokenRequestDto
    • tech.corefinance.userprofile.common.controller.RoleController (implements tech.corefinance.common.controller.CrudController<I,T,D>)
    • tech.corefinance.userprofile.common.dto.RoleDto (implements tech.corefinance.common.model.CreateUpdateDto<T>)
    • tech.corefinance.userprofile.common.service.impl.UserPasswordAuthenAddOn (implements tech.corefinance.userprofile.common.service.UserAuthenAddOn<U>)
    • tech.corefinance.userprofile.common.controller.UserProfileController (implements tech.corefinance.common.controller.CrudController<I,T,D>)
    • tech.corefinance.userprofile.common.dto.UserProfileCreatorDto (implements tech.corefinance.common.model.CreateUpdateDto<T>)

Interface Hierarchy

  • tech.corefinance.userprofile.common.service.CommonAuthenService<U,T>
  • tech.corefinance.common.service.CommonService<I,T,R>
  • tech.corefinance.userprofile.common.repository.CustomLoginSessionRepository
  • org.springframework.core.Ordered
  • org.springframework.data.repository.query.QueryByExampleExecutor<T>
    • tech.corefinance.common.repository.CommonResourceRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>)
  • org.springframework.data.repository.Repository<T,ID>
    • org.springframework.data.repository.CrudRepository<T,ID>
      • org.springframework.data.repository.ListCrudRepository<T,ID>
        • tech.corefinance.common.repository.CommonResourceRepository<T,ID> (also extends org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
    • org.springframework.data.repository.PagingAndSortingRepository<T,ID>
      • org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>
        • tech.corefinance.common.repository.CommonResourceRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)