Hierarchy For All Packages
- io.github.mspr4_2025.customers_service,
- io.github.mspr4_2025.customers_service.config,
- io.github.mspr4_2025.customers_service.controller,
- io.github.mspr4_2025.customers_service.entity,
- io.github.mspr4_2025.customers_service.mapper,
- io.github.mspr4_2025.customers_service.model,
- io.github.mspr4_2025.customers_service.repository,
- io.github.mspr4_2025.customers_service.service
Class Hierarchy
- java.lang.Object
- io.github.mspr4_2025.customers_service.controller.CustomerController
- io.github.mspr4_2025.customers_service.model.CustomerCreateDto
- io.github.mspr4_2025.customers_service.model.CustomerUpdateDto
- io.github.mspr4_2025.customers_service.model.CustomerDto
- io.github.mspr4_2025.customers_service.model.CustomerUpdateDto
- io.github.mspr4_2025.customers_service.model.CustomerCreateDto.Address
- io.github.mspr4_2025.customers_service.model.CustomerCreateDto.Company
- io.github.mspr4_2025.customers_service.model.CustomerCreateDto.Profile
- io.github.mspr4_2025.customers_service.entity.CustomerEntity
- io.github.mspr4_2025.customers_service.entity.CustomerEntity.Address
- io.github.mspr4_2025.customers_service.entity.CustomerEntity.Company
- io.github.mspr4_2025.customers_service.entity.CustomerEntity.Profile
- io.github.mspr4_2025.customers_service.mapper.CustomerMapper
- io.github.mspr4_2025.customers_service.service.CustomerService
- io.github.mspr4_2025.customers_service.CustomersServiceApplication
- io.github.mspr4_2025.customers_service.config.OpenApiConfig
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>) - io.github.mspr4_2025.customers_service.repository.CustomerRepository
- 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.customers_service.repository.CustomerRepository
- 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.customers_service.repository.CustomerRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,