Hierarchy For All Packages
Package Hierarchies:- com.glowmart.shop_management,
- com.glowmart.shop_management.api,
- com.glowmart.shop_management.common,
- com.glowmart.shop_management.controller,
- com.glowmart.shop_management.converter,
- com.glowmart.shop_management.dto,
- com.glowmart.shop_management.entity,
- com.glowmart.shop_management.exception,
- com.glowmart.shop_management.repository,
- com.glowmart.shop_management.security,
- com.glowmart.shop_management.service,
- com.glowmart.shop_management.service.implementation
Class Hierarchy
- java.lang.Object
- com.glowmart.shop_management.security.AuthResponse
- com.glowmart.shop_management.entity.Cart
- com.glowmart.shop_management.converter.CartConverter
- com.glowmart.shop_management.dto.CartDto
- com.glowmart.shop_management.entity.CartItem
- com.glowmart.shop_management.converter.CartItemConverter
- com.glowmart.shop_management.dto.CartItemDto
- com.glowmart.shop_management.entity.Category
- com.glowmart.shop_management.api.CategoryAPI
- com.glowmart.shop_management.controller.CategoryController
- com.glowmart.shop_management.converter.CategoryConverter
- com.glowmart.shop_management.dto.CategoryDto
- com.glowmart.shop_management.service.implementation.CategoryServiceImpl (implements com.glowmart.shop_management.service.CategoryService)
- com.glowmart.shop_management.common.CommonFunction
- com.glowmart.shop_management.security.CustomUserDetails (implements org.springframework.security.core.userdetails.UserDetails)
- com.glowmart.shop_management.security.CustomUserDetailsService (implements org.springframework.security.core.userdetails.UserDetailsService)
- 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.glowmart.shop_management.security.JwtAuthenticationFilter
- org.springframework.web.filter.OncePerRequestFilter
- com.glowmart.shop_management.exception.GlobalExceptionHandler
- com.glowmart.shop_management.security.JwtUtil
- com.glowmart.shop_management.entity.Orders
- com.glowmart.shop_management.converter.OrdersConverter
- com.glowmart.shop_management.dto.OrdersDto
- com.glowmart.shop_management.entity.OrdersItem
- com.glowmart.shop_management.converter.OrdersItemConverter
- com.glowmart.shop_management.dto.OrdersItemDto
- com.glowmart.shop_management.entity.PaymentMethod
- com.glowmart.shop_management.converter.PaymentMethodConverter
- com.glowmart.shop_management.dto.PaymentMethodDto
- com.glowmart.shop_management.entity.Permission
- com.glowmart.shop_management.dto.PermissionDto
- com.glowmart.shop_management.entity.Product
- com.glowmart.shop_management.api.ProductAPI
- com.glowmart.shop_management.controller.ProductController
- com.glowmart.shop_management.converter.ProductConverter
- com.glowmart.shop_management.dto.ProductDto
- com.glowmart.shop_management.service.implementation.ProductServiceImpl (implements com.glowmart.shop_management.service.ProductService)
- com.glowmart.shop_management.entity.RefreshToken
- com.glowmart.shop_management.security.RefreshTokenServiceImpl (implements com.glowmart.shop_management.security.RefreshTokenService)
- com.glowmart.shop_management.entity.Role
- com.glowmart.shop_management.converter.RoleConverter
- com.glowmart.shop_management.dto.RoleDto
- com.glowmart.shop_management.service.implementation.RoleServiceImpl (implements com.glowmart.shop_management.service.RoleService)
- com.glowmart.shop_management.security.SecurityConfig
- com.glowmart.shop_management.ShopManagementApplication
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.glowmart.shop_management.exception.DuplicateEmailException
- com.glowmart.shop_management.exception.DuplicateException
- com.glowmart.shop_management.exception.NotFoundException
- com.glowmart.shop_management.exception.NotValidException
- java.lang.RuntimeException
- java.lang.Exception
- com.glowmart.shop_management.entity.TransactionLog
- com.glowmart.shop_management.converter.TransactionLogConverter
- com.glowmart.shop_management.dto.TransactionLogDto
- com.glowmart.shop_management.entity.User
- com.glowmart.shop_management.api.UserAPI
- com.glowmart.shop_management.controller.UserController
- com.glowmart.shop_management.converter.UserConverter
- com.glowmart.shop_management.dto.UserDto
- com.glowmart.shop_management.service.implementation.UserServiceImpl (implements com.glowmart.shop_management.service.UserService)
- com.glowmart.shop_management.entity.WishList
- com.glowmart.shop_management.converter.WishListConverter
- com.glowmart.shop_management.dto.WishListDto
Interface Hierarchy
- com.glowmart.shop_management.service.CategoryService
- com.glowmart.shop_management.service.ProductService
- 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.glowmart.shop_management.repository.CategoryRepository
- com.glowmart.shop_management.repository.PermissionRepository
- com.glowmart.shop_management.repository.ProductRepository
- com.glowmart.shop_management.repository.RefreshTokenRepository
- com.glowmart.shop_management.repository.RoleRepository
- com.glowmart.shop_management.repository.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- com.glowmart.shop_management.security.RefreshTokenService
- 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.glowmart.shop_management.repository.CategoryRepository
- com.glowmart.shop_management.repository.PermissionRepository
- com.glowmart.shop_management.repository.ProductRepository
- com.glowmart.shop_management.repository.RefreshTokenRepository
- com.glowmart.shop_management.repository.RoleRepository
- com.glowmart.shop_management.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.glowmart.shop_management.repository.CategoryRepository
- com.glowmart.shop_management.repository.PermissionRepository
- com.glowmart.shop_management.repository.ProductRepository
- com.glowmart.shop_management.repository.RefreshTokenRepository
- com.glowmart.shop_management.repository.RoleRepository
- com.glowmart.shop_management.repository.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,
- com.glowmart.shop_management.service.RoleService
- com.glowmart.shop_management.service.UserService