Hierarchy For All Packages
- io.github.mspr4_2025.products_service,
- io.github.mspr4_2025.products_service.config,
- io.github.mspr4_2025.products_service.controller,
- io.github.mspr4_2025.products_service.entity,
- io.github.mspr4_2025.products_service.mapper,
- io.github.mspr4_2025.products_service.model,
- io.github.mspr4_2025.products_service.repository,
- io.github.mspr4_2025.products_service.service
Class Hierarchy
- java.lang.Object
- io.github.mspr4_2025.products_service.config.OpenApiConfig
- io.github.mspr4_2025.products_service.controller.ProductController
- io.github.mspr4_2025.products_service.model.ProductCreateDto
- io.github.mspr4_2025.products_service.model.ProductDto
- io.github.mspr4_2025.products_service.entity.ProductEntity
- io.github.mspr4_2025.products_service.ProductsServiceApplication
- io.github.mspr4_2025.products_service.service.ProductsServices
Interface Hierarchy
- io.github.mspr4_2025.products_service.mapper.ProductMapper
- 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>) - io.github.mspr4_2025.products_service.repository.ProductRepository
- 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>) - io.github.mspr4_2025.products_service.repository.ProductRepository
- 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>) - io.github.mspr4_2025.products_service.repository.ProductRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,