Hierarchy For All Packages
- com.mindstore.backend,
- com.mindstore.backend.controller,
- com.mindstore.backend.data,
- com.mindstore.backend.data.dto,
- com.mindstore.backend.data.entity,
- com.mindstore.backend.repository,
- com.mindstore.backend.security,
- com.mindstore.backend.service
Class Hierarchy
- java.lang.Object
- com.mindstore.backend.security.ApplicationConfiguration
- com.mindstore.backend.controller.AuthenticationController
- com.mindstore.backend.service.AuthenticationService
- com.mindstore.backend.BackendApplication
- com.mindstore.backend.controller.CustomOAuth2SuccessHandler (implements org.springframework.security.web.authentication.AuthenticationSuccessHandler)
- org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, jakarta.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.springframework.web.filter.OncePerRequestFilter
- com.mindstore.backend.security.JwtAuthenticationFilter
- org.springframework.web.filter.OncePerRequestFilter
- com.mindstore.backend.security.Initializer (implements org.springframework.boot.CommandLineRunner)
- com.mindstore.backend.service.JwtService
- com.mindstore.backend.data.LoginResponse
- com.mindstore.backend.data.dto.LoginUserDto
- com.mindstore.backend.security.OpenSearchConfig
- com.mindstore.backend.controller.OpenSearchController
- com.mindstore.backend.data.dto.RegisterUserDto
- com.mindstore.backend.controller.SearchController
- com.mindstore.backend.data.entity.SearchHistory
- com.mindstore.backend.service.SearchHistoryService
- com.mindstore.backend.data.dto.SearchHitDto<T>
- com.mindstore.backend.data.dto.SearchResultDto<T>
- com.mindstore.backend.security.SecurityConfig
- com.mindstore.backend.data.TextDocument
- com.mindstore.backend.data.dto.TextDto
- com.mindstore.backend.service.TextIndexServiceImpl (implements com.mindstore.backend.service.TextIndexService)
- com.mindstore.backend.service.TextSearchService
- com.mindstore.backend.data.entity.User (implements org.springframework.security.core.userdetails.UserDetails)
- com.mindstore.backend.controller.UserController
- com.mindstore.backend.service.UserService
Interface Hierarchy
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,
ID> (also extends org.springframework.data.repository.ListCrudRepository<T, ID>, org.springframework.data.repository.ListPagingAndSortingRepository<T, ID>) - com.mindstore.backend.repository.SearchHistoryRepository
- com.mindstore.backend.repository.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.Repository<T,
ID> - org.springframework.data.repository.CrudRepository<T,
ID> - org.springframework.data.repository.ListCrudRepository<T,
ID> - org.springframework.data.jpa.repository.JpaRepository<T,
ID> (also extends org.springframework.data.repository.ListPagingAndSortingRepository<T, ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>) - com.mindstore.backend.repository.SearchHistoryRepository
- com.mindstore.backend.repository.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListCrudRepository<T,
- org.springframework.data.repository.PagingAndSortingRepository<T,
ID> - org.springframework.data.repository.ListPagingAndSortingRepository<T,
ID> - org.springframework.data.jpa.repository.JpaRepository<T,
ID> (also extends org.springframework.data.repository.ListCrudRepository<T, ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>) - com.mindstore.backend.repository.SearchHistoryRepository
- com.mindstore.backend.repository.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,
- com.mindstore.backend.service.TextIndexService
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.mindstore.backend.data.Category
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)